I´ve searched on the developer documentation about a way to implement a custom WMS.GetMap request of a specific content type. I haven’t found any useful information about that. Can anyone help to achieve that?
Atenciosamente,


Bruno da Fonseca
SAPO Technology Department
GIS/Maps
+351 967210103
bruno.fonseca@anonymised.com
On Fri, May 9, 2014 at 5:44 PM, Bruno M. Fonseca
<bruno.fonseca@anonymised.com>wrote:
I´ve searched on the developer documentation about a way to implement a
custom WMS.GetMap request of a specific content type. I haven’t found any
useful information about that. Can anyone help to achieve that?
There is no significant developer documentation, people always relied on
reading the existing code to understand how things
work so far (but you're welcomed to add some docs once you figured out the
format extension points, the documentation is
in the repository in rst format and contributions are always welcomed).
About adding a new output format, in summary you have to implement
the GetMapOutputFormat interface and register the bean in the spring
application context.
See the many classes implementing the interface for examples of how to
implement it
Cheers
Andrea
--
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
Thanks Andrea.
Atenciosamente,
![cid:image001.jpg@...6534...]()
![Logo_pt_verde]()
Bruno da Fonseca
SAPO Technology Department
GIS/Maps
+351 967210103
bruno.fonseca@…6499…
From: andrea.aime@…84… [mailto:andrea.aime@…84…] On Behalf Of Andrea Aime
Sent: sexta-feira, 9 de Maio de 2014 17:24
To: Bruno M. Fonseca
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Geoserver WMS GetMap Extensibility
On Fri, May 9, 2014 at 5:44 PM, Bruno M. Fonseca <bruno.fonseca@…6499…> wrote:
I´ve searched on the developer documentation about a way to implement a custom WMS.GetMap request of a specific content type. I haven’t found any useful information about that. Can anyone help to achieve that?
There is no significant developer documentation, people always relied on reading the existing code to understand how things
work so far (but you’re welcomed to add some docs once you figured out the format extension points, the documentation is
in the repository in rst format and contributions are always welcomed).
About adding a new output format, in summary you have to implement the GetMapOutputFormat interface and register the bean in the spring application context.
See the many classes implementing the interface for examples of how to implement it
Cheers
Andrea
–
==
Meet us at GEO Business 2014! in London! Visit http://goo.gl/fES3aK
for more information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it

