mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
252 stars 36 forks source link

Use FeatureAt API for UI Retrieval #166

Closed ingalls closed 5 years ago

ingalls commented 5 years ago

Context

We previously stored the hecate:id in the vector tiles for retrieval. This ID was then used to do a complete feature lookup to display the feature in the sidebar. Due to the nature of vector tile generation/caching, there have been some sync issues between the displayed tile and the underlying data store.

This resolved the issue by querying using the lat/lng feature lookup instead of the id.

cc/ @ingalls