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
<https://github.com/geoserver/geoserver/blob/master/src/extension/vectortiles/src/main/java/org/geoserver/wms/vector/VectorTileMapOutputFormat.java#L67>

--
Jody Garnett


On Tue, 15 Oct 2019 at 07:08, Tommaso Di Bucchianico via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hello,
>
> is there a possibility to configure a extension for GeoServer (in my case
> the vector tiles extension
> <https://netcologne.dl.sourceforge.net/project/geoserver/GeoServer/2.16.0/extensions/geoserver-2.16.0-vectortiles-plugin.zip>)
> 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
>
_______________________________________________
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