Changes between Initial Version and Version 7 of Ticket #11086


Ignore:
Timestamp:
2018-08-06T22:53:20+02:00 (7 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11086

    • Property Keywords import osmchange osc osmand added
  • Ticket #11086 – Description

    initial v7  
    22
    33{{{
     4#!xml
    45<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
    56<osmChange generator="OsmAnd" version="0.6">
    6 <create>
    7 <note lat="50.23887555404037" lon="13.358299552342795" id="-2">
    8 <comment text="something" />
    9 </note>
    10 </create><modify /><delete /></osmChange>
     7  <create>
     8    <note lat="50.23887555404037" lon="13.358299552342795" id="-2">
     9      <comment text="something" />
     10    </note>
     11  </create>
     12  <modify />
     13  <delete />
     14</osmChange>
    1115}}}