-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Contrary to most REST API, the response size in web mapping can be really large due to complex geometry data.
Most of the time, the trick is about restricting number of returned features with attributes filtering, geometry filtering or a limit.
Unfortunately, for a complex geometry, it's not always enough.
Providing an output based on Protocol buffers or MessagePack could lower waiting time.
An existing implementation example for geospatial could be https://github.com/mapbox/geobuf based on 'Protocol buffer'.
Reactions are currently unavailable