Google Map Scales query

2117
3
Jump to solution
02-05-2017 06:24 PM
DavidRowe1
New Contributor III

Hi there, I'm setting up cached map services of some aerial imagery datasets and I'd like to use the Google/AGOL standard cache levels/scales as defined in the default caching scheme provided in ArcGIS Desktop 10.3. Unfortunately these scales only have a maximum zoom scale of 1:1128 and I'd like to include a 1:500 scale, and I guess

I can add my own custom scale level but I'm a little puzzled though because when I look at the scaling in Google Maps I can clearly see that it zooms to a larger scale than 1:1128. Converting the scale bar gives me a scale of about 1:175 ie the scale bar measures '2.85cm for 5m'.

So am I missing something here, or making an assumption about what Google terms as 'map scale' ?

Cheers

Dave

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
FC_Basson
MVP Regular Contributor

Hi David, I reckon the additional scales as mentioned in the article are just for extending your own imagery cache scales at the same scale level factor as the Google scales, which are the default levels for AGOL and the JS API.  Google only provides their cached imagery up to level 19, from there on it is just blowing up the picture.  See the Map constructor details with regards to LOD for the 3.19 API (Map | API Reference | ArcGIS API for JavaScript 3.19 )

View solution in original post

0 Kudos
3 Replies
FC_Basson
MVP Regular Contributor

I think Google only caches to a scale of 1:1128 and you'll see that after 1:1128 scale the images start pixelating. Check out this tutorial on how to extend your AGOL scale levels

0 Kudos
DavidRowe1
New Contributor III

Hi, thanks for getting back to me. Makes sense I guess but that would suggest there should be more than the so-called 19 or 20 published scales for Google Maps. I'm not sure if it's different for our part of the world (Australia), but we only have 19 zoom levels. If as you say, they're only the cached scales then the additional scales would be something like 1:564, 1:282 & 1:141 unless they abandon the base 2 scheme that's used for the existing scales.

Cheers

Dave

FC_Basson
MVP Regular Contributor

Hi David, I reckon the additional scales as mentioned in the article are just for extending your own imagery cache scales at the same scale level factor as the Google scales, which are the default levels for AGOL and the JS API.  Google only provides their cached imagery up to level 19, from there on it is just blowing up the picture.  See the Map constructor details with regards to LOD for the 3.19 API (Map | API Reference | ArcGIS API for JavaScript 3.19 )

0 Kudos