mapbox / mapbox-sdk-cs

C# libraries for Mapbox API layer
https://mapbox.github.io/mapbox-sdk-cs/
Other
20 stars 11 forks source link

Add support for retrieving TileJSON metadata #35

Open MateoV opened 7 years ago

MateoV commented 7 years ago

https://www.mapbox.com/api-documentation/#retrieve-tilejson-metadata

This would allow us to display and use information about a tileset in the Editor for things like:

Currently we have to know all of these things beforehand and manually code which layers we want to generate and what properties we want to display or filter on. The idea is to input a mapid in the editor and have it fetch and show this metadata. Will make a separate ticket about editor functionality in the main sdk repo.

david-rhodes commented 7 years ago

@MateoV Are you thinking the primary use case is for design-time?