OGC Web Map Tile Service (WMTS) interface standard. A WMTS enabled server application can serve map tiles of spatially referenced data using tile images with predefined content, extent, and resolution.
7
votes
1answer
564 views
Mathematics behind converting scale to resolution?
I have a ArcGIS service configured as shown in this pastbin. Specifically, the first LOD looks like this:
{
"level": 0,
"resolution": 222.2222222222222,
"scale": 256000
}
I determined how ...