mapbox / tilejson-spec

JSON format for describing map tilesets.
255 stars 52 forks source link

Add tileSize property #26

Open a1gemmel opened 7 years ago

a1gemmel commented 7 years ago

It would be useful to be able to have tileSize as a TileJSON property to make it easier to use non-default sized raster tiles.

vicapow commented 7 years ago

It does seem like it would make more sense for this to be part of TileJSON though it is a part of the MapboxGL-style spec. https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-raster-tileSize

nigels-com commented 6 years ago

+1 for this. All our tiles are 512x512 but we'd like to handle 256x256 for 3rd party sets.

GretaCB commented 6 years ago

Thanks for the ticket. Could you say a bit more about your usecase(s)? Also, would the proposed addition in https://github.com/mapbox/tilejson-spec/issues/16 address some of these needs?