0

I wrote a POLYGON geometry column to my cassandra table, and everything looks fine in the Geoserver admin configuration as far as configuring the data store and layer for the GeoMesa feature. However, when rendered, the polygon scale is extremely small, especially when the map is first rendered in a zoomed-out mode. The zoom scaling is so small on the polygon that it is virtually invisible when the map is first rendered. Is there anything that can be done to adjust the zoom scaling? As you zoom out I believe the image should shrink, but still be visible at some cutoff zoom level.

Images attached.

Thanks.

enter image description here

Scale 1:24477405

enter image description here

Scale 1:1529838

enter image description here

4

1 回答 1

2

You can use SLDs (styled layer descriptors) to draw the polygon at different zoom levels. See this gisexchange post for an example (using points). There are more examples of polygon styling in the geoserver docs.

于 2018-02-06T22:01:35.243 回答