1
0
mirror of https://github.com/tumic0/GPXSee-maps.git synced 2024-10-06 06:43:23 +02:00

Update HR maps after latest changes

This commit is contained in:
Martin Tůma 2021-03-02 20:27:10 +01:00
parent 5f3b8d6906
commit 4972d911bc
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
<name>Digitalni ortofoto</name>
<url>http://geoportal.dgu.hr/wms</url>
<!--
The WMS server often returns "service unavailable" due to too many
requests. Making the tiles larger helps a bit.
-->
<tile size="512"/>
<copyright>Državna geodetska uprava</copyright>
<layer>DOF</layer>
<crs>EPSG:3765</crs>

View File

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1" type="WMS">
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMS">
<name>Topografska karta 1:25000</name>
<url>http://geoportal.dgu.hr/wms</url>
<!--
The WMS server often returns "service unavailable" due to too many
requests. Making the tiles larger helps a bit.
-->
<tile size="512"/>
<copyright>Državna geodetska uprava</copyright>
<layer>TK25</layer>
<crs>EPSG:3765</crs>