Skip to content

Commit

Permalink
use osm wms for map, minimap, editor
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Oct 7, 2023
1 parent 17a1ad3 commit eaabe88
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@
xmlns:ows="http://www.opengis.net/ows"
version="0.3.1" id="ows-context-ex-1-v3">
<ows-context:General>
<ows:BoundingBox crs="EPSG:21781">
<ows:LowerCorner>426340.7642533947 -31175.881660288083</ows:LowerCorner>
<ows:UpperCorner>897081.2598204871 439564.6139068043</ows:UpperCorner>
<ows:BoundingBox crs="EPSG:3857">
<ows:LowerCorner>-20037508.342789244 -20037471.205137063</ows:LowerCorner>
<ows:UpperCorner>20037508.342789244 20037471.205137063</ows:UpperCorner>
</ows:BoundingBox>
</ows-context:General>
<ows-context:ResourceList>

<ows-context:Layer name="{type=map.geo.admin.ch,name=ch.swisstopo.pixelkarte-farbe}"
group="Background layers"
hidden="false"
opacity="1">
<ows:Title>map.geo.admin.ch</ows:Title>
</ows-context:Layer>

<ows-context:Layer name="{type=osm}"
group="Background layers"
hidden="true"
hidden="false"
opacity="1">
<ows:Title>OpenStreetMap</ows:Title>
</ows-context:Layer>
Expand Down Expand Up @@ -87,7 +80,7 @@
</ows-context:Server>
<ows-context:StyleList/>
</ows-context:Layer>
Example for map.geo.admin.ch
<ows-context:Layer name="{type=map.geo.admin.ch,name=ch.swisstopo.pixelkarte-farbe}"
group="Background layers"
Expand Down

0 comments on commit eaabe88

Please sign in to comment.