Skip to content

Commit

Permalink
updated world ocean basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Jul 21, 2014
1 parent 0ec2b64 commit ad382c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private ArcGISTiledMapServiceLayer createBasemapLayer(String basemapName) {
} else if (basemapName.equalsIgnoreCase(BASEMAP_NAME_GRAY)) {
url = "http://server.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer";
} else if (basemapName.equalsIgnoreCase(BASEMAP_NAME_OCEANS)) {
url = "http://services.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer";
url = "http://services.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer";
}
return new ArcGISTiledMapServiceLayer(url);
}
Expand Down

0 comments on commit ad382c4

Please sign in to comment.