mapbox / tilejson-spec

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

Document x y and z values #62

Open lovasoa opened 3 years ago

lovasoa commented 3 years ago

Currently, all that the specification has to say about the x, y and z URL parameters is

{z}, {x} and {y}, if present, are replaced with the corresponding integers

There is no specification of what corresponding means. The specification should probably either explicitly define how x, y and z are calculated from geographical coordinates, or link to another standard that specifies it.