Skip to content

Commit

Permalink
[geocat]: map / configuration.
Browse files Browse the repository at this point in the history
ui: set map context to EPSG:21781
  • Loading branch information
fxprunayre authored and cmangeat committed Mar 3, 2023
1 parent 468167d commit e1660be
Showing 1 changed file with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@
xmlns:ows="http://www.opengis.net/ows"
version="0.3.1" id="ows-context-ex-1-v3">
<ows-context:General>
<ows:BoundingBox crs="EPSG:3857">
<ows:LowerCorner>-8604130.477526832 -320097.07393612247</ows:LowerCorner>
<ows:UpperCorner>8948257.201654762 8720263.135408245</ows:UpperCorner>
<ows:BoundingBox crs="EPSG:21781">
<ows:LowerCorner>426340.7642533947 -31175.881660288083</ows:LowerCorner>
<ows:UpperCorner>897081.2598204871 439564.6139068043</ows:UpperCorner>
</ows:BoundingBox>
</ows-context:General>
<ows-context:ResourceList>
<ows-context:Layer name="{type=osm}"

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

<ows-context:Layer name="{type=osm}"
group="Background layers"
hidden="true"
opacity="1">
<ows:Title>OpenStreetMap</ows:Title>
</ows-context:Layer>
<!--Uncomment the code bellow to add support to MS bing maps; don't forget to add a valid bingKey on the
settings!-->
Expand Down

0 comments on commit e1660be

Please sign in to comment.