You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RapiD tiles its ESRI features at Z14, which is fairly zoomed out. As it happens, dense datasets with more than 2000 features in a single tile will return
Example API call: https://services6.arcgis.com/Do88DoK2xjTUCXd1/arcgis/rest/services/Boston_MA_Addresses/FeatureServer/0/query?f=geojson&outfields=*&outSR=4326&geometryType=esriGeometryEnvelope&geometry=-71.03759765625,42.374778361114195,-71.015625,42.391008609205045
contains the text "properties":{"exceededTransferLimit":true}
We need to figure out a way to detect when we hit this transfer limit and paginate the response / obtain all the information we need!
The text was updated successfully, but these errors were encountered:
RapiD tiles its ESRI features at Z14, which is fairly zoomed out. As it happens, dense datasets with more than 2000 features in a single tile will return
Example API call:
https://services6.arcgis.com/Do88DoK2xjTUCXd1/arcgis/rest/services/Boston_MA_Addresses/FeatureServer/0/query?f=geojson&outfields=*&outSR=4326&geometryType=esriGeometryEnvelope&geometry=-71.03759765625,42.374778361114195,-71.015625,42.391008609205045
contains the text
"properties":{"exceededTransferLimit":true}
We need to figure out a way to detect when we hit this transfer limit and paginate the response / obtain all the information we need!
The text was updated successfully, but these errors were encountered: