-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Efficiently handle many/big polygons with WMS and SLD in GeoServer.
Use GeoServer to efficiently handle many/big polygons with many vertices so GUI doesn't send individual vertices to client, which for polygons with many vertices becomes unwieldy and slow. The fastest way I know is to overlay a WMS png, which could be styled with a style layer descriptor (SLD).