Change domain name in ArcIMS samples, p=dzwarg, non-functional change (closes #2514)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10097 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-03-11 17:15:25 +00:00
parent 94c4837475
commit 6fa1a14456
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
layer = new OpenLayers.Layer.ArcIMS(
"Global Sample Map",
"http://sample.avencia.com/servlet/com.esri.esrimap.Esrimap",
"http://sample.azavea.com/servlet/com.esri.esrimap.Esrimap",
options
);
map.addLayer(layer);