diff --git a/examples/arcims-thematic.html b/examples/arcims-thematic.html index 2d8ce17f65..806696f80b 100644 --- a/examples/arcims-thematic.html +++ b/examples/arcims-thematic.html @@ -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); diff --git a/examples/arcims.html b/examples/arcims.html index 35ea127874..fb7a7719dd 100644 --- a/examples/arcims.html +++ b/examples/arcims.html @@ -21,7 +21,7 @@ }; layer = new OpenLayers.Layer.ArcIMS( "Global Sample Map", - "http://sample.avencia.com/servlet/com.esri.esrimap.Esrimap", options ); + "http://sample.azavea.com/servlet/com.esri.esrimap.Esrimap", options ); map.addLayer(layer); map.setCenter(new OpenLayers.LonLat(lon, lat), zoom); diff --git a/examples/proxy.cgi b/examples/proxy.cgi index 5f157d6886..195e8e56a2 100755 --- a/examples/proxy.cgi +++ b/examples/proxy.cgi @@ -19,7 +19,7 @@ allowedHosts = ['www.openlayers.org', 'openlayers.org', 'labs.metacarta.com', 'world.freemap.in', 'prototype.openmnnd.org', 'geo.openplans.org', 'sigma.openplans.org', 'demo.opengeo.org', - 'www.openstreetmap.org', 'sample.avencia.com', + 'www.openstreetmap.org', 'sample.azavea.com', 'v-swe.uni-muenster.de:8080'] method = os.environ["REQUEST_METHOD"]