Skip to content

Commit

Permalink
Implemented a naming convention for USGS topographic map layers:
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
emxsys committed Dec 13, 2016
1 parent 4496e5d commit 7a329a4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/config/Earth/USGSTNMTopoLargeLayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
-->

<Layer layerType="TiledImageLayer" version="1">
<DisplayName>USGS TNM Topo Large</DisplayName>
<DataCacheName>Earth\USGS TNM Topo Large</DataCacheName>
<DisplayName>USGS Topo Base Map Large Scale</DisplayName>
<DataCacheName>Earth\USGS Topo Base Map Large Scale</DataCacheName>
<Service serviceName="OGC:WMS" version="1.3.0">
<!--3: Elevation (Relief)-->
<!--7: Area: Stream, Canal, Ocean and Miscellaneous Feature-->
Expand Down
4 changes: 2 additions & 2 deletions src/config/Earth/USGSTNMTopoLayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
-->

<Layer layerType="TiledImageLayer" version="1">
<DisplayName>USGS TNM Topo</DisplayName>
<DisplayName>USGS Topo Base Map</DisplayName>
<DatasetName>0</DatasetName>
<DataCacheName>Earth\USGS TNM Topo</DataCacheName>
<DataCacheName>Earth\USGS Topo Base Map</DataCacheName>
<Service serviceName="OGC:WMS" version="1.3.0">
<LayerNames>0</LayerNames>
<StyleNames>default</StyleNames>
Expand Down
2 changes: 1 addition & 1 deletion src/config/Earth/USGSTopoHighResLayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!--$Id: USGSTopoHighResLayer.xml 1171 2013-02-11 21:45:02Z dcollins $-->
<Layer version="1" layerType="TiledImageLayer">
<DisplayName>USGS Topographic Maps 1:24K</DisplayName>
<DisplayName>USGS Topo Scanned Maps 1:24K</DisplayName>
<LastUpdate>25 06 2011 05:00:00 GMT</LastUpdate>
<ActiveAltitudes max="1e6"/>
<MapScale>24e3</MapScale>
Expand Down
2 changes: 1 addition & 1 deletion src/config/Earth/USGSTopoLowResLayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!--$Id: USGSTopoLowResLayer.xml 1171 2013-02-11 21:45:02Z dcollins $-->
<Layer version="1" layerType="TiledImageLayer">
<DisplayName>USGS Topographic Maps 1:250K</DisplayName>
<DisplayName>USGS Topo Scanned Maps 1:250K</DisplayName>
<LastUpdate>25 06 2011 05:00:00 GMT</LastUpdate>
<ActiveAltitudes max="50e6"/>
<MapScale>250e3</MapScale>
Expand Down
2 changes: 1 addition & 1 deletion src/config/Earth/USGSTopoMedResLayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

0 comments on commit 7a329a4

Please sign in to comment.