Re: [OpenLayers-Users] ArcGIS Online Cached tiles datum shift

2010-07-22 Thread Vadim Bokin
Yes! That's it! Thank you everyone. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/ArcGIS-Online-Cached-tiles-datum-shift-tp5314596p5326705.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users maili

Re: [OpenLayers-Users] ArcGIS Online Cached tiles datum shift

2010-07-22 Thread christopher.schmidt
On Jul 22, 2010, at 2:33 PM, ext Vadim Bokin wrote: > Is there any way to make this work with the /rest/... URL? > > I took the code you (Robert) provided from ArcGISCache and changed how > it was generating the URL. not calculating, that is left in place, > but generating - and I just removed

Re: [OpenLayers-Users] ArcGIS Online Cached tiles datum shift

2010-07-22 Thread Vadim Bokin
Is there any way to make this work with the /rest/... URL? I took the code you (Robert) provided from ArcGISCache and changed how it was generating the URL. not calculating, that is left in place, but generating - and I just removed all the "L" and "R" prefixing, and padding with 0's and so on.

Re: [OpenLayers-Users] ArcGIS Online Cached tiles datum shift

2010-07-19 Thread Vadim Bokin
Ok, now I'm confused. How do I initialize the ArcGISCache layer with this service http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer ?? Previously I was going after http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer + "/tile/" + "${z}/${

Re: [OpenLayers-Users] ArcGIS Online Cached tiles datum shift

2010-07-19 Thread Mike Swope
You might also keep in mind, that they are using arcgis.com now. Perhaps some more info is there? On Mon, Jul 19, 2010 at 9:17 PM, Vadim Bokin wrote: > Robert, > > I've made good progress with your suggestion. I created a new class > and just extended XYZ.js with the 2 methods you provided. Bu

Re: [OpenLayers-Users] ArcGIS Online Cached tiles datum shift

2010-07-19 Thread Vadim Bokin
Robert, I've made good progress with your suggestion. I created a new class and just extended XYZ.js with the 2 methods you provided. But I still have a problem. Old Code: locations where close, but kept jumping around north or south of the right location New code: locations are almost exactly

[OpenLayers-Users] ArcGIS Online Cached tiles datum shift

2010-07-19 Thread Vadim Bokin
Hi, Does anyone have the _exact_ proj4js definition for ESRI projections EPSG:102100 and the older EPSG:102113? My maps have a y-coordinate shift (both north and south at different zooms) off by many map pixels. Always close, but no cigar. X-coordinate is always dead on. I can add in ArcGI