mapbox / gazetteer

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

Add TileId property to style-benchmark-locations #38

Closed tristen closed 5 years ago

tristen commented 5 years ago

One difference between style-benchmark-locations.json and the style locations doc in Mapbox GL JS is the inclusion of Tile Id coordinates. I'd like to add the x, y definitions as a property field to this file.

ref https://github.com/mapbox/mapbox-gl-js/issues/8059

tristen commented 5 years ago

🤔 Should also be possible to derive the value from lng, lat, z coordinates. It might make more sense to do this.

tristen commented 5 years ago

Superceded by https://github.com/mapbox/mapbox-gl-js/pull/8063