Skip to content

Commit 7a329a4

Browse files
committed
Implemented a naming convention for USGS topographic map layers:
- USGS Topo Base Map - USGS Topo Base Map Large Scale - USGS Topo Scanned Maps 1:250K - USGS Topo Scanned Maps 1:100K - USGS Topo Scanned Maps 1:24K
1 parent 4496e5d commit 7a329a4

5 files changed

+7
-7
lines changed

src/config/Earth/USGSTNMTopoLargeLayer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
-->
88

99
<Layer layerType="TiledImageLayer" version="1">
10-
<DisplayName>USGS TNM Topo Large</DisplayName>
11-
<DataCacheName>Earth\USGS TNM Topo Large</DataCacheName>
10+
<DisplayName>USGS Topo Base Map Large Scale</DisplayName>
11+
<DataCacheName>Earth\USGS Topo Base Map Large Scale</DataCacheName>
1212
<Service serviceName="OGC:WMS" version="1.3.0">
1313
<!--3: Elevation (Relief)-->
1414
<!--7: Area: Stream, Canal, Ocean and Miscellaneous Feature-->

src/config/Earth/USGSTNMTopoLayer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
-->
88

99
<Layer layerType="TiledImageLayer" version="1">
10-
<DisplayName>USGS TNM Topo</DisplayName>
10+
<DisplayName>USGS Topo Base Map</DisplayName>
1111
<DatasetName>0</DatasetName>
12-
<DataCacheName>Earth\USGS TNM Topo</DataCacheName>
12+
<DataCacheName>Earth\USGS Topo Base Map</DataCacheName>
1313
<Service serviceName="OGC:WMS" version="1.3.0">
1414
<LayerNames>0</LayerNames>
1515
<StyleNames>default</StyleNames>

src/config/Earth/USGSTopoHighResLayer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!--$Id: USGSTopoHighResLayer.xml 1171 2013-02-11 21:45:02Z dcollins $-->
99
<Layer version="1" layerType="TiledImageLayer">
10-
<DisplayName>USGS Topographic Maps 1:24K</DisplayName>
10+
<DisplayName>USGS Topo Scanned Maps 1:24K</DisplayName>
1111
<LastUpdate>25 06 2011 05:00:00 GMT</LastUpdate>
1212
<ActiveAltitudes max="1e6"/>
1313
<MapScale>24e3</MapScale>

src/config/Earth/USGSTopoLowResLayer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!--$Id: USGSTopoLowResLayer.xml 1171 2013-02-11 21:45:02Z dcollins $-->
99
<Layer version="1" layerType="TiledImageLayer">
10-
<DisplayName>USGS Topographic Maps 1:250K</DisplayName>
10+
<DisplayName>USGS Topo Scanned Maps 1:250K</DisplayName>
1111
<LastUpdate>25 06 2011 05:00:00 GMT</LastUpdate>
1212
<ActiveAltitudes max="50e6"/>
1313
<MapScale>250e3</MapScale>

src/config/Earth/USGSTopoMedResLayer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!--$Id: USGSTopoMedResLayer.xml 1171 2013-02-11 21:45:02Z dcollins $-->
99
<Layer version="1" layerType="TiledImageLayer">
10-
<DisplayName>USGS Topographic Maps 1:100K</DisplayName>
10+
<DisplayName>USGS Topo Scanned Maps 1:100K</DisplayName>
1111
<LastUpdate>25 06 2011 05:00:00 GMT</LastUpdate>
1212
<ActiveAltitudes max="10e6"/>
1313
<MapScale>100e3</MapScale>

0 commit comments

Comments
 (0)