Skip to content

Commit

Permalink
Added noaa-enc.earth
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Feb 10, 2025
1 parent 888566e commit 2cae2bf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/noaa-enc.earth
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
osgEarth Sample : NOAA ENC WMS

This example renders a mercator WMS layer showing ENC charts from NOAA
-->

<Map name="NOAA ENC WMS">

<xi:include href="readymap_imagery.xml"/>

<WMSImage name="NOAA ENC">
<url>https://gis.charttools.noaa.gov/arcgis/rest/services/MCS/ENCOnline/MapServer/exts/MaritimeChartService/WMSServer</url>
<format>png</format>
<layers>1,2,3,4,5,6,7</layers>
<tile_size>256</tile_size>
<srs>EPSG:3857</srs>
<profile>spherical-mercator</profile>
<transparent>true</transparent>
</WMSImage>
</Map>


0 comments on commit 2cae2bf

Please sign in to comment.