mirror of
https://github.com/tumic0/GPXSee-maps.git
synced 2024-11-24 03:35:53 +01:00
Use 512px tiles to decrease the number of WMTS requests
This commit is contained in:
parent
7580c993d3
commit
7ffe013464
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user