mapbox / gazetteer

Place bookmarks for maps
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

Add tileIndex prop to style-benchmark-locations #39

Closed tristen closed 5 years ago

tristen commented 5 years ago

Adds a tileIndex value for each location as [x, y]. This data will be helplful for letting style-benchmark-locations replace the locally managed style_locations.js doc in Mapbox GL JS.

Closes #38 Ref mapbox/mapbox-gl-js#8059

tristen commented 5 years ago

Changed over to master as base.

tristen commented 5 years ago

I'm going to close this actually 🙈. Should be able to derive this from the coordinates. I made changes to do that here: https://github.com/mapbox/mapbox-gl-js/pull/8063