Skip to content

Commit

Permalink
Switch basic elevation coverage to community WMS server https://wms.w…
Browse files Browse the repository at this point in the history
…orldwind.earth/elev layers SRTM+GEBCO.
  • Loading branch information
EMaksymenko committed Feb 21, 2022
1 parent 7000d5a commit 5c259c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/config/Earth/EarthElevations2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<ElevationModel version="1">
<DisplayName>USA 10m, World 30m, Ocean 900m</DisplayName>
<Service serviceName="OGC:WMS" version="1.3">
<GetCapabilitiesURL>https://worldwind26.arc.nasa.gov/elev</GetCapabilitiesURL>
<GetMapURL>https://worldwind26.arc.nasa.gov/elev</GetMapURL>
<LayerNames>NASA_SRTM30_900m_Tiled,aster_v2,USGS-NED</LayerNames>
<GetCapabilitiesURL>https://wms.worldwind.earth/elev</GetCapabilitiesURL>
<GetMapURL>https://wms.worldwind.earth/elev</GetMapURL>
<LayerNames>SRTM-CGIAR,GEBCO</LayerNames>
</Service>
<RetrievePropertiesFromService>true</RetrievePropertiesFromService>
<!-- day month year hours:minutes:seconds timezone -->
Expand Down
6 changes: 3 additions & 3 deletions src/config/Earth/EarthElevations256.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<ElevationModel version="1">
<DisplayName>USA 10m, World 30m, Ocean 900m</DisplayName>
<Service serviceName="OGC:WMS" version="1.3">
<GetCapabilitiesURL>https://worldwind26.arc.nasa.gov/elev</GetCapabilitiesURL>
<GetMapURL>https://worldwind26.arc.nasa.gov/elev</GetMapURL>
<LayerNames>NASA_SRTM30_900m_Tiled,aster_v2,USGS-NED</LayerNames>
<GetCapabilitiesURL>https://wms.worldwind.earth/elev</GetCapabilitiesURL>
<GetMapURL>https://wms.worldwind.earth/elev</GetMapURL>
<LayerNames>SRTM-CGIAR,GEBCO</LayerNames>
</Service>
<RetrievePropertiesFromService>true</RetrievePropertiesFromService>
<!-- day month year hours:minutes:seconds timezone -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<ElevationModel version="1">
<DisplayName>USA 10m, World 30m, Ocean 900m</DisplayName>
<Service serviceName="OGC:WMS" version="1.3">
<GetCapabilitiesURL>https://worldwind26.arc.nasa.gov/elev</GetCapabilitiesURL>
<GetMapURL>https://worldwind26.arc.nasa.gov/elev</GetMapURL>
<LayerNames>NASA_SRTM30_900m_Tiled,aster_v2,USGS-NED</LayerNames>
<GetCapabilitiesURL>https://wms.worldwind.earth/elev</GetCapabilitiesURL>
<GetMapURL>https://wms.worldwind.earth/elev</GetMapURL>
<LayerNames>SRTM-CGIAR,GEBCO</LayerNames>
</Service>
<RetrievePropertiesFromService>true</RetrievePropertiesFromService>
<!-- day month year hours:minutes:seconds timezone -->
Expand Down

0 comments on commit 5c259c2

Please sign in to comment.