Skip to content

Commit

Permalink
[jmaps-example] added real max zooms for a few XYZ maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey75 committed Sep 29, 2024
1 parent 6d924ea commit 15ffcce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions jmaps-example/example-maps/CyclOSM.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<layer>
<name>CyclOSM Map</name>
<type>XYZ</type>
<maxZoom>15</maxZoom>
<url>https://a.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png</url>
</layer>
<copyright>CyclOSM | Map data © OpenStreetMap contributors</copyright>
Expand Down
1 change: 1 addition & 0 deletions jmaps-example/example-maps/MTBMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<name>MTB.cz</name>
<layer>
<name>Mtb map</name>
<maxZoom>18</maxZoom>
<type>XYZ</type>
<url>http://tile.mtbmap.cz/mtbmap_tiles/{z}/{x}/{y}.png</url>
</layer>
Expand Down
1 change: 1 addition & 0 deletions jmaps-example/example-maps/OpenStreetMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<name>OpenStreetMap</name>
<layer>
<name>Open Street Map</name>
<maxZoom>18</maxZoom>
<type>XYZ</type>
<url>http://tile.openstreetmap.org/{z}/{x}/{y}.png</url>
</layer>
Expand Down

0 comments on commit 15ffcce

Please sign in to comment.