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

Use 512px tiles to decrease the number of WMTS requests

This commit is contained in:
Martin Tůma 2021-03-02 20:17:23 +01:00
parent 7580c993d3
commit 7ffe013464
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <name>Digitalni ortofoto</name>
<url>http://geoportal.dgu.hr/wms</url> <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> <copyright>Državna geodetska uprava</copyright>
<layer>DOF</layer> <layer>DOF</layer>
<crs>EPSG:3765</crs> <crs>EPSG:3765</crs>

View File

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <name>Topografska karta 1:25000</name>
<url>http://geoportal.dgu.hr/wms</url> <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> <copyright>Državna geodetska uprava</copyright>
<layer>TK25</layer> <layer>TK25</layer>
<crs>EPSG:3765</crs> <crs>EPSG:3765</crs>