Ticket #17701: example_normal.jos

File example_normal.jos, 1.3 KB (added by mpasha, 5 years ago)
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<josm-session version="0.1">
3 <projection>
4 <projection-choice>
5 <id>core:mercator</id>
6 <parameters/>
7 </projection-choice>
8 <code>EPSG:3857</code>
9 </projection>
10 <layers active="1">
11
12 <layer index="1" name="GPS-треки OpenStreetMap" type="imagery" version="0.1" visible="true">
13 <name>GPS-треки OpenStreetMap</name>
14 <id>osm-gps</id>
15 <type>tms</type>
16 <url>https://{switch:a,b,c}.gps-tile.openstreetmap.org/lines/{zoom}/{x}/{y}.png</url>
17 <attribution-text>© OpenStreetMap contributors</attribution-text>
18 <attribution-url>https://www.openstreetmap.org/copyright</attribution-url>
19 <max-zoom>20</max-zoom>
20 <cookies/>
21 <description>Общедоступные GPS-треки, загруженные на OpenStreetMap.</description>
22 <valid-georeference>true</valid-georeference>
23 <overlay>true</overlay>
24 <show-errors>true</show-errors>
25 <automatic-downloading>true</automatic-downloading>
26 <automatically-change-resolution>true</automatically-change-resolution>
27 </layer>
28
29 </layers>
30</josm-session>