Re: [Geoserver-devel] KML endpoints

2022-08-04 Thread Gabriel Roldan
Hi, thanks. It's useful insight to me cause I didn't realize it works just like the /ows endpoint. Whether it's useful as a feature I can't say. I guess we'll leave it be for the time being. Cheers! On Thu, 4 Aug 2022 at 14:33, Andrea Aime wrote: > Hi Gabriel, > I can't give you an answer, but

Re: [Geoserver-devel] KML endpoints

2022-08-04 Thread Andrea Aime
Hi Gabriel, I can't give you an answer, but I share your doubts indeed the reflector is handled at /wms/kml, all those mappings seem to enable is to make a OGC service request on a "kml" endpoint, provided service="xyz" is included in the request, e.g: https://gs-main.geosolutionsgroup.com/geo

[Geoserver-devel] KML endpoints

2022-08-02 Thread Gabriel Roldan
Hi there, looking at the KML endpoints mapping, the "kmlURLMapping" SimpleUrlHandlerMapping has entries for /kml and /kml/* I couldn't find any working example/doc for that uri. It seems all kml requests are to be handled by the kml reflector instead at /wms/kml and /{workspace}/wms/kml, except f