|
Last change
on this file was 18466, checked in by taylor.smock, 4 years ago |
|
Fix #21813: Improve marker handling in sessions and #21923: Improve session workflow/Add "save session" (patch by Bjoeni)
- Allow saving a previously saved session
- Add "File" -> "Save Session"
- Add shortcuts for saving sessions
- Add warning if a layer in a session is being removed when saving over the session
- Improve GPX marker handling
|
|
File size:
652 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <josm-session version="0.1">
|
|---|
| 3 | <viewport>
|
|---|
| 4 | <center lat="0.0" lon="0.0"/>
|
|---|
| 5 | <scale meter-per-pixel="10.000000"/>
|
|---|
| 6 | </viewport>
|
|---|
| 7 | <projection>
|
|---|
| 8 | <projection-choice>
|
|---|
| 9 | <id>core:mercator</id>
|
|---|
| 10 | <parameters/>
|
|---|
| 11 | </projection-choice>
|
|---|
| 12 | <code>EPSG:3857</code>
|
|---|
| 13 | </projection>
|
|---|
| 14 | <layers>
|
|---|
| 15 | <layer index="1" name="GPX layer name" type="tracks" version="0.1" visible="true">
|
|---|
| 16 | <file>layers/01/data.gpx</file>
|
|---|
| 17 | <markerLayer index="2" name="Marker layer name" opacity="0.5" visible="true"/>
|
|---|
| 18 | </layer>
|
|---|
| 19 | </layers>
|
|---|
| 20 | </josm-session>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.