[Geoserver-users] Changing the configuration of a extension without building a new JAR

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”:

The geoJson map builder expects geometries in map coordinates **** Sub-pixel accuracy - higher value means less generalization (higher resolution results)

Best regards, Tommaso

Not that I am aware of, ideally this could be made a configuration option (perhaps on a per layer basis).

See VectorTileMapOutputFormat.java Line 67

···


Jody Garnett