Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESRI Features will be omitted if too many appear in a single map tile #404

Closed
Bonkles opened this issue Dec 9, 2021 · 0 comments · Fixed by #469
Closed

ESRI Features will be omitted if too many appear in a single map tile #404

Bonkles opened this issue Dec 9, 2021 · 0 comments · Fixed by #469
Labels
bug Something isn't working
Milestone

Comments

@Bonkles
Copy link
Contributor

Bonkles commented Dec 9, 2021

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!

@bhousel bhousel added the bug Something isn't working label Apr 18, 2022
@bhousel bhousel added this to the v1.1.9 milestone May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants