source: josm/trunk/test/data/sessions/bing.jos@ 10338

Last change on this file since 10338 was 8803, checked in by simon04, 9 years ago

fix #9114 - Store imagery offset in session

File size: 771 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<josm-session version="0.1">
3 <viewport>
4 <center lat="1" lon="1"/>
5 <scale meter-per-pixel="9"/>
6 </viewport>
7 <layers active="1">
8 <layer index="1" name="Bing aerial imagery" type="imagery" version="0.1" visible="true">
9 <name>Bing aerial imagery</name>
10 <id>Bing</id>
11 <type>bing</type>
12 <url>http://www.bing.com/maps/</url>
13 <max-zoom>22</max-zoom>
14 <automatic-downloading>true</automatic-downloading>
15 <automatically-change-resolution>true</automatically-change-resolution>
16 <show-errors>true</show-errors>
17 <dx>12.34</dx>
18 <dy>-56.78</dy>
19 </layer>
20 </layers>
21</josm-session>
Note: See TracBrowser for help on using the repository browser.