planetfederal / geodroid-server

Apache License 2.0
3 stars 4 forks source link

Clarify if there is a capabilities document or other endpoint describing the properties of a tileset #12

Closed jj0hns0n closed 10 years ago

jj0hns0n commented 10 years ago

Is there some endpoint I can hit to get the properties of a tileset either in a geopackage or an mbtiles? Like the bbox, zoom levels, resolutions etc.

tschaub commented 10 years ago

Prior art: https://github.com/mapbox/tilejson-spec/tree/master/2.1.0. This doesn't allow for all of the variety you might find in a geopackage (different matrix properties for different resolutions), but it would be nice to provide if possible.

jdeolive commented 10 years ago

At the moment this is what we have. But agree with @tschaub that supporting tilejson makes a lot of sense. Created #18.