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 for /kml/icon/**

Should the url mapping for /kml and /kml/* be removed or am I missing
something?

Here's the definition of kmlURLMapping:
     <bean id="kmlURLMapping" class="org.geoserver.ows.OWSHandlerMapping">
     <constructor-arg ref="catalog" />
     <property name="alwaysUseFullPath" value="true" />
     <property name="mappings">
     <props>
     <prop key="/kml/icon/**/*">kmlIconService</prop>
     <prop key="/kml">dispatcher</prop>
     <prop key="/kml/*">dispatcher</prop>
     </props>
     </property>
     </bean>


TIA,
-- 
Gabriel Roldán
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to