Hello,

is there a possibility to configure a extension for GeoServer (in my case the vector tiles extension) via Java properties file or XML without updating the JAR of the extension? And if it is, in which folder has such a config file to be placed?

I need to change the value of the property "overSamplingFactor" of the bean "wmsGeoJsonMapOutputFormat":

<bean id="wmsGeoJsonMapOutputFormat" class="org.geoserver.wms.vector.VectorTileMapOutputFormat">
    <constructor-arg ref="wmsGeoJsonBuilderFactory" />
    <property name="clipToMapBounds" value="true"/>
    <property name="transformToScreenCoordinates" value="false">
<description>The geoJson map builder expects geometries in map coordinates</description>
    </property>
    <property name="overSamplingFactor" value="2.0">
<description>Sub-pixel accuracy - higher value means less generalization (higher resolution results)</description>
    </property>
</bean>

Best regards, Tommaso
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to