Tagged Questions
7
votes
1answer
547 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 ...