Skip to content

Commit 4bbef6a

Browse files
committed
Add WMTS capabilities parsing not verified yet
1 parent bbd9cf7 commit 4bbef6a

4 files changed

Lines changed: 730 additions & 7 deletions

File tree

src/capabilities.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ Sea Ice Volume (1km), https://geo.weather.gc.ca/geomet/?lang=en&service=WMS&vers
1414
Sea Surface Height (1km), https://geo.weather.gc.ca/geomet/?lang=en&service=WMS&version=1.3.0&request=GetCapabilities&layers=WCPS_1km_SeaSfcHeight
1515
Public Standard Forecast Zones, https://geo.weather.gc.ca/geomet/?lang=en&service=WMS&version=1.3.0&request=GetCapabilities&layers=Public-Standard-Forecast-Zones
1616
Canadian Wildfire Information System, https://cwfis.cfs.nrcan.gc.ca/geoserver/public/wms?service=WMS&version=1.3.0&request=GetCapabilities
17-
17+
BC roads WMTS, https://delivery.maps.gov.bc.ca/arcgis/rest/services/province/roads_wm/MapServer/WMTS?SERVICE=WMTS&REQUEST=GetCapabilities
18+
Canada Base Map WMTS, https://maps-cartes.services.geo.ca/server2_serveur2/rest/services/BaseMaps/CBCT3978/MapServer/WMTS?SERVICE=WMTS&REQUEST=GetCapabilities
19+
USGS Imagery Topo, https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer/WMTS?SERVICE=WMTS&REQUEST=GetCapabilities
20+
USGS Hydrography, https://basemap.nationalmap.gov/arcgis/rest/services/USGSHydroCached/MapServer/WMTS?SERVICE=WMTS&REQUEST=GetCapabilities
21+
OpenStreetMap France, https://data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetCapabilities
22+
NASA GIBS MODIS, https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/wmts.cgi?SERVICE=WMTS&REQUEST=GetCapabilities

src/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ <h1>MapMLify</h1>
2626
<option value="">Loading...</option>
2727
</datalist>
2828
<button id="load-btn">Load Service</button>
29+
<input type="file" id="file-input" accept=".xml,text/xml,application/xml" style="display: none;" />
30+
<button id="load-file-btn" style="display: none;">Load from File</button>
2931
</div>
3032
</section>
3133

0 commit comments

Comments
 (0)