ArcGIS Server 9.3 First Looks, Part 2: Virtual Earth Adapter
Thu, May 29, 2008
6-minute read
- You HAVE to use a tile cache to use the VE adapter. Yes, I know it isn't that surprising, but I had some hope that we could display live services. Yes, I know it would be slow, but sometimes hope blinds a man...
- You HAVE to use the WGS84 Web Mercator GCS, which is not a requirement of Dave B's tile server (score one for Dave, open source, and little people everywhere)
- The ArcGIS Server REST API supports JSONP out-of-the-box. All you have to do is add a 'callback' parameter to your querystring and it'll return the JSON all nicely wrapped in the javascript function you specify. That is very, very nice.