Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:58:55 +01:00
parent 4af19165ec
commit 68073add76
12458 changed files with 12350765 additions and 2 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd http://www.topografix.com/GPX/gpx_style/0/2 http://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2" version="1.1" creator="https://gpx.studio">
<metadata>
<name>new</name>
<author>
<name>gpx.studio</name>
<link href="https://gpx.studio"></link>
</author>
<desc>Short description</desc>
</metadata>
<trk>
<name>new red</name>
<desc>description 1</desc>
<type>Running</type>
<extensions>
<gpx_style:line>
<color>ff0000</color>
<opacity>0.7</opacity>
<weight>3</weight>
</gpx_style:line>
</extensions>
<trkseg>
<trkpt lat="48.208378" lon="16.374915">
<ele>184.8</ele>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:Extensions>
<surface>asphalt</surface>
</gpxtpx:Extensions>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="48.208407" lon="16.374831">
<ele>184.8</ele>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:Extensions>
<surface>asphalt</surface>
</gpxtpx:Extensions>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
</trkseg>
</trk>
<trk>
<name>new blue</name>
<desc>description 2</desc>
<type>Running</type>
<extensions>
<gpx_style:line>
<color>0000ff</color>
<opacity>0.7</opacity>
<weight>3</weight>
</gpx_style:line>
</extensions>
<trkseg>
<trkpt lat="58.208378" lon="26.374915">
<ele>184.8</ele>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:Extensions>
<surface>asphalt</surface>
</gpxtpx:Extensions>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="58.208407" lon="26.374831">
<ele>184.8</ele>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:Extensions>
<surface>asphalt</surface>
</gpxtpx:Extensions>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
</trkseg>
</trk>
<trk>
<name>black</name>
<extensions>
<gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
<gpxx:DisplayColor>Black</gpxx:DisplayColor>
</gpxx:TrackExtension>
</extensions>
<trkseg>
<trkpt lat="48.766598" lon="-3.5625">
<ele>75.59999</ele>
<time>2013-03-08T09:05:06Z</time>
</trkpt>
<trkpt lat="48.767" lon="-3.563">
<ele>77</ele>
<time>2013-03-08T09:05:07Z</time>
</trkpt>
</trkseg>
</trk>
<trk>
<name>reset to red</name>
<extensions>
<gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
<gpxx:DisplayColor>UnussportedGarminColor</gpxx:DisplayColor>
</gpxx:TrackExtension>
</extensions>
<trkseg>
<trkpt lat="48.766598" lon="-3.5625">
<ele>75.59999</ele>
<time>2013-03-08T09:05:06Z</time>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,28 @@
<?xml version="1.0"?>
<gpx version="1.1" creator="Organic Maps" xmlns="http://www.topografix.com/GPX/1/1"
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 https://www.topografix.com/GPX/1/1/gpx.xsd http://www.topografix.com/GPX/gpx_style/0/2 https://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 https://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd">
<metadata>
<name>new</name>
<desc>Short description</desc>
</metadata>
<trk>
<name>new red</name>
<desc>description 1</desc>
<extensions>
<gpxx:TrackExtension><gpxx:DisplayColor>DarkGray</gpxx:DisplayColor></gpxx:TrackExtension>
<gpx_style:line><gpx_style:color>443344</gpx_style:color></gpx_style:line>
<xsi:gpx><color>#FF443344</color></xsi:gpx>
</extensions>
<trkseg>
<trkpt lat="48.209846" lon="16.376023">
<ele>123</ele>
</trkpt>
<trkpt lat="48.209855" lon="16.376066">
<ele>123</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd http://www.topografix.com/GPX/gpx_style/0/2 http://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2" version="1.1" creator="https://gpx.studio">
<metadata>
<name>new</name>
<author>
<name>gpx.studio</name>
<link href="https://gpx.studio"></link>
</author>
<desc>Short description</desc>
</metadata>
<trk>
<name>new red</name>
<desc>description 1</desc>
<type>Running</type>
<extensions>
<gpx_style:line>
<color>443344</color>
</gpx_style:line>
</extensions>
<trkseg>
<trkpt lat="48.209846" lon="16.376023">
<ele>123</ele>
</trkpt>
<trkpt lat="48.209855" lon="16.376066">
<ele>123</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.1">
<metadata>
<name>new</name>
<time>2023-06-01T09:14:53.000Z</time>
</metadata>
<trk>
<name>empty 1</name>
<trkseg/>
</trk>
<trk>
<name>empty 2</name>
<trkseg/>
</trk>
</gpx>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd http://www.topografix.com/GPX/gpx_style/0/2 http://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2" version="1.1" creator="https://gpx.studio">
<trk>
<trkseg>
<trkpt lat="48.208378" lon="16.374915">
<ele>184.8</ele>
</trkpt>
<trkpt lat="48.208407" lon="16.374831">
<ele>184.8</ele>
</trkpt>
</trkseg>
</trk>
<trk>
<trkseg>
<trkpt lat="58.208378" lon="26.374915">
<ele>184.8</ele>
</trkpt>
<trkpt lat="58.208407" lon="26.374831">
<ele>184.8</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd http://www.topografix.com/GPX/gpx_style/0/2 http://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2" version="1.1" creator="https://gpx.studio">
<trk>
<trkseg>
<trkpt lat="48.208378" lon="16.374915">
<ele>184.8</ele>
</trkpt>
<trkpt lat="48.208407" lon="16.374831">
<ele>184.8</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,66 @@
<?xml version="1.0"?>
<gpx version="1.1" creator="Organic Maps" xmlns="http://www.topografix.com/GPX/1/1"
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 https://www.topografix.com/GPX/1/1/gpx.xsd http://www.topografix.com/GPX/gpx_style/0/2 https://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 https://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd">
<metadata>
<name><![CDATA[My route ><&"]]></name>
<desc><![CDATA[You will see this in the document and can use reserved characters like < > & "]]></desc>
</metadata>
<wpt lat="48.209846" lon="16.376023">
<name>Point 1</name>
<desc>Point 1</desc>
</wpt>
<wpt lat="48.209847" lon="16.376028">
<name><![CDATA[Point cdata name ><&"]]></name>
<desc><![CDATA[Point cdata desc ><&"]]></desc>
<extensions>
<xsi:gpx><color>#FF00FF00</color></xsi:gpx>
</extensions>
</wpt>
<wpt lat="48.209849" lon="16.376029">
<name>Point with color</name>
<extensions>
<xsi:gpx><color>#FFFFC800</color></xsi:gpx>
</extensions>
</wpt>
<trk>
<name>Some random route</name>
<extensions>
<gpxx:TrackExtension><gpxx:DisplayColor>Green</gpxx:DisplayColor></gpxx:TrackExtension>
<gpx_style:line><gpx_style:color>00FF00</gpx_style:color></gpx_style:line>
<xsi:gpx><color>#FF00FF00</color></xsi:gpx>
</extensions>
<trkseg>
<trkpt lat="48.209846" lon="16.376023">
<ele>123</ele>
<time>2010-10-30T10:11:14Z</time>
</trkpt>
<trkpt lat="48.209503" lon="16.381065">
<ele>456</ele>
<time>2010-10-30T10:11:15Z</time>
</trkpt>
</trkseg>
<trkseg>
<trkpt lat="48.209846" lon="16.376023">
<ele>123</ele>
</trkpt>
<trkpt lat="48.209503" lon="16.381065">
<ele>456</ele>
</trkpt>
</trkseg>
</trk>
<trk>
<name><![CDATA[Track cdata name ><&"]]></name>
<desc><![CDATA[Track cdata desc ><&"]]></desc>
<trkseg>
<trkpt lat="48.209846" lon="16.376023">
<ele>123</ele>
</trkpt>
<trkpt lat="48.209503" lon="16.381065">
<ele>456</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<gpx version="1.1" creator="Organic Maps" xmlns="http://www.topografix.com/GPX/1/1"
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 https://www.topografix.com/GPX/1/1/gpx.xsd http://www.topografix.com/GPX/gpx_style/0/2 https://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 https://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd">
<metadata>
</metadata>
</gpx>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,328 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx version="1.1" creator="OsmAndRouterV2" xmlns="http://www.topografix.com/GPX/1/1" xmlns:osmand="https://osmand.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata>
<name>Mon 26 Jun 2023</name>
<time>2023-06-26T12:52:08Z</time>
</metadata>
<rte>
<rtept lat="51.8981366" lon="19.6027134">
<extensions>
<osmand:profile>car</osmand:profile>
<osmand:trkpt_idx>0</osmand:trkpt_idx>
</extensions>
</rtept>
<rtept lat="51.9014795" lon="19.6762745">
<extensions>
<osmand:profile>car</osmand:profile>
<osmand:trkpt_idx>71</osmand:trkpt_idx>
</extensions>
</rtept>
</rte>
<trk>
<name>Mon 26 Jun 2023</name>
<trkseg>
<trkpt lat="51.8981366" lon="19.6027134">
<ele>162.3</ele>
</trkpt>
<trkpt lat="51.8984162" lon="19.6033001">
<ele>162.3</ele>
</trkpt>
<trkpt lat="51.8982176" lon="19.6035522">
<ele>162.4</ele>
</trkpt>
<trkpt lat="51.89811" lon="19.6037078">
<ele>163</ele>
</trkpt>
<trkpt lat="51.8981447" lon="19.6037668">
<ele>163</ele>
</trkpt>
<trkpt lat="51.8981828" lon="19.6037963">
<ele>163</ele>
</trkpt>
<trkpt lat="51.8987041" lon="19.6039975">
<ele>163</ele>
</trkpt>
<trkpt lat="51.8987604" lon="19.6040189">
<ele>163</ele>
</trkpt>
<trkpt lat="51.9011569" lon="19.6049121">
<ele>163</ele>
</trkpt>
<trkpt lat="51.9011916" lon="19.6049282">
<ele>163</ele>
</trkpt>
<trkpt lat="51.9012314" lon="19.6049443">
<ele>163</ele>
</trkpt>
<trkpt lat="51.9011685" lon="19.605478">
<ele>163.3</ele>
</trkpt>
<trkpt lat="51.9011552" lon="19.6055853">
<ele>163.3</ele>
</trkpt>
<trkpt lat="51.9011387" lon="19.605706">
<ele>163.4</ele>
</trkpt>
<trkpt lat="51.9011106" lon="19.6059287">
<ele>163.5</ele>
</trkpt>
<trkpt lat="51.901046" lon="19.6064436">
<ele>163.8</ele>
</trkpt>
<trkpt lat="51.9006554" lon="19.6096328">
<ele>164</ele>
</trkpt>
<trkpt lat="51.9004701" lon="19.6111348">
<ele>164.5</ele>
</trkpt>
<trkpt lat="51.9003277" lon="19.612323">
<ele>165.2</ele>
</trkpt>
<trkpt lat="51.90025" lon="19.6129963">
<ele>165.3</ele>
</trkpt>
<trkpt lat="51.89953" lon="19.6189427">
<ele>165.9</ele>
</trkpt>
<trkpt lat="51.8991725" lon="19.621928">
<ele>166.2</ele>
</trkpt>
<trkpt lat="51.8989839" lon="19.6234596">
<ele>166.7</ele>
</trkpt>
<trkpt lat="51.8989011" lon="19.624114">
<ele>166.9</ele>
</trkpt>
<trkpt lat="51.8988713" lon="19.6243474">
<ele>167</ele>
</trkpt>
<trkpt lat="51.8988564" lon="19.6244413">
<ele>166.9</ele>
</trkpt>
<trkpt lat="51.8988299" lon="19.62457">
<ele>166.7</ele>
</trkpt>
<trkpt lat="51.8987786" lon="19.6247873">
<ele>166.3</ele>
</trkpt>
<trkpt lat="51.8987372" lon="19.6248838">
<ele>166.2</ele>
</trkpt>
<trkpt lat="51.8986893" lon="19.6249563">
<ele>166.1</ele>
</trkpt>
<trkpt lat="51.8986545" lon="19.6250153">
<ele>166.1</ele>
</trkpt>
<trkpt lat="51.8986313" lon="19.6250877">
<ele>166.2</ele>
</trkpt>
<trkpt lat="51.8986264" lon="19.6251681">
<ele>166.2</ele>
</trkpt>
<trkpt lat="51.8986363" lon="19.6252486">
<ele>166.2</ele>
</trkpt>
<trkpt lat="51.8986611" lon="19.6253183">
<ele>167</ele>
</trkpt>
<trkpt lat="51.8986859" lon="19.6254069">
<ele>167.2</ele>
</trkpt>
<trkpt lat="51.8986975" lon="19.6254927">
<ele>167.5</ele>
</trkpt>
<trkpt lat="51.8987025" lon="19.6255973">
<ele>167.4</ele>
</trkpt>
<trkpt lat="51.8986942" lon="19.6257395">
<ele>167.2</ele>
</trkpt>
<trkpt lat="51.8986843" lon="19.6258923">
<ele>167</ele>
</trkpt>
<trkpt lat="51.8982722" lon="19.629288">
<ele>167</ele>
</trkpt>
<trkpt lat="51.8981298" lon="19.6304977">
<ele>169</ele>
</trkpt>
<trkpt lat="51.8978352" lon="19.6329573">
<ele>170</ele>
</trkpt>
<trkpt lat="51.8978054" lon="19.633204">
<ele>170.1</ele>
</trkpt>
<trkpt lat="51.8975092" lon="19.6356824">
<ele>170.8</ele>
</trkpt>
<trkpt lat="51.8973089" lon="19.6373588">
<ele>170.4</ele>
</trkpt>
<trkpt lat="51.8972493" lon="19.6377826">
<ele>170.3</ele>
</trkpt>
<trkpt lat="51.8971781" lon="19.638209">
<ele>170.2</ele>
</trkpt>
<trkpt lat="51.8970722" lon="19.6385926">
<ele>170.1</ele>
</trkpt>
<trkpt lat="51.8969497" lon="19.6389788">
<ele>170</ele>
</trkpt>
<trkpt lat="51.8970342" lon="19.6391049">
<ele>169.9</ele>
</trkpt>
<trkpt lat="51.8970524" lon="19.6391478">
<ele>169.9</ele>
</trkpt>
<trkpt lat="51.8970788" lon="19.6392524">
<ele>169.8</ele>
</trkpt>
<trkpt lat="51.897102" lon="19.6393865">
<ele>169.7</ele>
</trkpt>
<trkpt lat="51.8971947" lon="19.6398559">
<ele>169.5</ele>
</trkpt>
<trkpt lat="51.8973519" lon="19.6406633">
<ele>169</ele>
</trkpt>
<trkpt lat="51.8978766" lon="19.6433482">
<ele>168.8</ele>
</trkpt>
<trkpt lat="51.8986727" lon="19.6474895">
<ele>169</ele>
</trkpt>
<trkpt lat="51.8987207" lon="19.6478623">
<ele>169</ele>
</trkpt>
<trkpt lat="51.8989359" lon="19.6503916">
<ele>170.2</ele>
</trkpt>
<trkpt lat="51.8992172" lon="19.6538383">
<ele>170</ele>
</trkpt>
<trkpt lat="51.8993546" lon="19.655351">
<ele>170.2</ele>
</trkpt>
<trkpt lat="51.8994853" lon="19.6568719">
<ele>170.7</ele>
</trkpt>
<trkpt lat="51.8995879" lon="19.6581915">
<ele>171</ele>
</trkpt>
<trkpt lat="51.8999471" lon="19.6624616">
<ele>172</ele>
</trkpt>
<trkpt lat="51.9003377" lon="19.6666512">
<ele>168</ele>
</trkpt>
<trkpt lat="51.9006786" lon="19.6706074">
<ele>163.5</ele>
</trkpt>
<trkpt lat="51.9011056" lon="19.6755293">
<ele>164.2</ele>
</trkpt>
<trkpt lat="51.9011304" lon="19.6756902">
<ele>163.8</ele>
</trkpt>
<trkpt lat="51.9011751" lon="19.6758673">
<ele>163.6</ele>
</trkpt>
<trkpt lat="51.9012512" lon="19.6760577">
<ele>163.5</ele>
</trkpt>
<trkpt lat="51.9013952" lon="19.6763849">
<ele>163</ele>
</trkpt>
<extensions>
<osmand:route>
<segment id="-1" length="2" startTrkptIdx="0" segmentTime="33.92" speed="1.5" turnType="C" types="0" />
<segment id="69741610" length="3" startTrkptIdx="1" segmentTime="19.48" speed="2.87" turnType="C" skipTurn="true" types="1,2,3,4,5,6" pointTypes=";7;" names="21" />
<segment id="26220333" length="8" startTrkptIdx="3" segmentTime="88.67" speed="4.04" turnType="TL" turnAngle="-101.39" types="1,2,4,6" pointTypes=";7;;;7;7;7" names="22" />
<segment id="508365465" length="7" startTrkptIdx="10" segmentTime="56.25" speed="5.83" turnType="TR" turnAngle="85.88" types="1,2,4,5,6" pointTypes=";7;;;7;;" names="23" />
<segment id="26220211" length="9" startTrkptIdx="16" segmentTime="87.34" speed="11.78" types="1,2,5,6" pointTypes=";7,8;;;;" names="23" />
<segment id="700943106" length="6" startTrkptIdx="24" segmentTime="3.78" speed="12.5" types="1,2,9,5,6" names="23" />
<segment id="190114205" length="6" startTrkptIdx="29" segmentTime="1.7" speed="16.44" turnType="RNDB2" turnAngle="-59.3" types="10,11,12,9,5,13,6,14,15,16" pointTypes=";;;;;" names="24,25,26,27,28" />
<segment id="700943108" length="6" startTrkptIdx="34" segmentTime="2.45" speed="16.44" types="10,2,9,5,13,6,14,15,16" pointTypes=";;" names="24,25,26,27,28,23" />
<segment id="700943109" length="2" startTrkptIdx="39" segmentTime="14.44" speed="16.44" types="10,2,5,13,6,14,15,16" pointTypes=";" names="24,25,26,27,28,23" />
<segment id="69741607" length="2" startTrkptIdx="40" segmentTime="5.14" speed="16.44" types="17,10,2,5,13,6,14,15,16" names="24,25,26,27,28,23" />
<segment id="69741608" length="2" startTrkptIdx="41" segmentTime="10.46" speed="16.44" types="10,2,5,13,6,14,15,16" names="24,25,26,27,28,23" />
<segment id="729194808" length="8" startTrkptIdx="42" segmentTime="25.94" speed="16.44" types="10,2,5,13,6,14,15,16" pointTypes=";;;;;;;18" names="24,25,26,27,28,23" />
<segment id="508964950" length="17" startTrkptIdx="49" segmentTime="160.58" speed="12.11" turnType="TL" turnAngle="-74.54" types="1,2,5,6" pointTypes=";7,8;;;;;;;;;;;;;;;" />
<segment id="509139536" length="7" startTrkptIdx="65" segmentTime="70.25" speed="12.5" types="1,2,5,6" pointTypes=";;;;;;" />
</osmand:route>
<osmand:types>
<type t="highway" v="unmatched" />
<type t="highway" v="tertiary" />
<type t="lanes" v="2" />
<type t="lit" v="no" />
<type t="sidewalk:both" v="separate" />
<type t="surface" v="asphalt" />
<type t="osmand_highway_integrity_brouting" v="0" />
<type t="highway" v="crossing" />
<type t="crossing" v="uncontrolled" />
<type t="oneway" v="yes" />
<type t="highway" v="secondary" />
<type t="junction" v="roundabout" />
<type t="lanes" v="1" />
<type t="route_road_1_network" v="pl:regional" />
<type t="route_road_1_shield_color" v="yellow" />
<type t="road_network_1" v="pl:regional" />
<type t="road_shield_color_1" v="yellow" />
<type t="bridge" v="viaduct" />
<type t="osmand_ele_decline_1" v="1" />
<type t="name" v="" />
<type t="ref" v="" />
<type t="name" v="Targowa" />
<type t="name" v="Henryka Sienkiewicza" />
<type t="name" v="Brzezińska" />
<type t="route_road_1_ref" v="708" />
<type t="route_road_1_name" v="Droga wojewódzka nr 708" />
<type t="road_ref_1" v="708" />
<type t="road_name_1" v="Droga wojewódzka nr 708" />
<type t="ref" v="708" />
</osmand:types>
</extensions>
</trkseg>
</trk>
<extensions>
<osmand:show_arrows>false</osmand:show_arrows>
<osmand:show_start_finish>true</osmand:show_start_finish>
<osmand:split_interval>0.0</osmand:split_interval>
<osmand:split_type>no_split</osmand:split_type>
<osmand:color>#ff7800</osmand:color>
<osmand:width>thin</osmand:width>
<osmand:coloring_type>solid</osmand:coloring_type>
</extensions>
<rte>
<rtept lat="51.8981366" lon="19.6027134">
<extensions>
<osmand:profile>car</osmand:profile>
<osmand:trkpt_idx>0</osmand:trkpt_idx>
</extensions>
</rtept>
<rtept lat="51.9014795" lon="19.6762745">
<extensions>
<osmand:profile>car</osmand:profile>
<osmand:trkpt_idx>71</osmand:trkpt_idx>
</extensions>
</rtept>
</rte>
<rte>
<rtept lat="51.8981366" lon="19.6027134">
<extensions>
<osmand:profile>car</osmand:profile>
<osmand:trkpt_idx>0</osmand:trkpt_idx>
</extensions>
</rtept>
<rtept lat="51.9014795" lon="19.6762745">
<extensions>
<osmand:profile>car</osmand:profile>
<osmand:trkpt_idx>71</osmand:trkpt_idx>
</extensions>
</rtept>
</rte>
</gpx>

View file

@ -0,0 +1,45 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx version="1.1" creator="OsmAnd~ 4.4.7" xmlns="http://www.topografix.com/GPX/1/1" xmlns:osmand="https://osmand.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata>
<name>favorites-Testowa</name>
<time>2023-06-26T12:47:07Z</time>
</metadata>
<wpt lat="52.0027434" lon="19.1427702">
<ele>114</ele>
<time>2023-06-26T12:46:49Z</time>
<name>Jednostka Wojskowa Nr 4393 i 4395</name>
<type>Testowa</type>
<extensions>
<osmand:amenity_subtype>military_landuse</osmand:amenity_subtype>
<osmand:osm_tag_icao>EPLY</osmand:osm_tag_icao>
<osmand:amenity_name>Jednostka Wojskowa Nr 4393 i 4395</osmand:amenity_name>
<osmand:amenity_type>military</osmand:amenity_type>
<osmand:address>Brak określonego adresu</osmand:address>
<osmand:icon>military_landuse</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#00ff00</osmand:color>
<osmand:amenity_origin>Amenity:Jednostka Wojskowa Nr 4393 i 4395: military:military_landuse</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="52.2136024" lon="19.4585842">
<ele>111</ele>
<time>2023-06-26T12:45:07Z</time>
<name>Ochotnicza Straż Pożarna w Kaszewach Kościelnych</name>
<type>Testowa</type>
<extensions>
<osmand:amenity_subtype>fire_station</osmand:amenity_subtype>
<osmand:amenity_name>Ochotnicza Straż Pożarna w Kaszewach Kościelnych</osmand:amenity_name>
<osmand:amenity_type>emergency</osmand:amenity_type>
<osmand:address>Brak określonego adresu</osmand:address>
<osmand:icon>special_star</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#1010a0</osmand:color>
<osmand:amenity_origin>Amenity:Ochotnicza Straz Pozarna w Kaszewach Koscielnych: emergency:fire_station</osmand:amenity_origin>
</extensions>
</wpt>
<extensions>
<osmand:points_groups>
<group name="Testowa" color="#1010a0" icon="special_star" background="circle" />
</osmand:points_groups>
</extensions>
</gpx>

View file

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<gpx version="1.1" creator="Organic Maps" xmlns="http://www.topografix.com/GPX/1/1"
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 https://www.topografix.com/GPX/1/1/gpx.xsd http://www.topografix.com/GPX/gpx_style/0/2 https://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 https://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd">
<metadata>
</metadata>
<wpt lat="48.209846" lon="16.376023">
<name>Point 1</name>
<desc>Point 1</desc>
</wpt>
</gpx>

View file

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<gpx version="1.1" creator="Organic Maps" xmlns="http://www.topografix.com/GPX/1/1"
xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"
xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 https://www.topografix.com/GPX/1/1/gpx.xsd http://www.topografix.com/GPX/gpx_style/0/2 https://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 https://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd">
<metadata>
</metadata>
<wpt lat="48.209846" lon="16.376023">
<name>Point 1</name>
<desc>Point 1</desc>
<extensions>
<xsi:gpx><color>#FF0066CC</color></xsi:gpx>
</extensions>
</wpt>
</gpx>

View file

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd http://www.topografix.com/GPX/gpx_style/0/2 http://www.topografix.com/GPX/gpx_style/0/2/gpx_style.xsd" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3" xmlns:gpx_style="http://www.topografix.com/GPX/gpx_style/0/2" version="1.1" creator="https://gpx.studio">
<metadata>
<name>new</name>
<author>
<name>gpx.studio</name>
<link href="https://gpx.studio"></link>
</author>
</metadata>
<wpt lat="48.20984622935899" lon="16.376023292541507">
<ele>184.4</ele>
<name>Point 1</name>
<cmt>Point 1</cmt>
<sym>Library</sym>
</wpt>
<wpt lat="48.209503040543545" lon="16.381065845489506">
<ele>186.9</ele>
<name>Point 2
</name>
<cmt>Point 2
</cmt>
<sym>Letter A, Blue</sym>
</wpt>
<wpt lat="48.20522728707548" lon="16.385250091552738">
<ele>174.4</ele>
<name>Point 3
</name>
<cmt>Point 3
</cmt>
<sym>Contact, Clown</sym>
</wpt>
</gpx>

View file

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1">
<metadata>
<desc>Welcome to my route</desc>
</metadata>
<rte>
<name>Some random route</name>
<rtept lat="48.20984622935899" lon="16.376023292541507">
<ele>184.4</ele>
<name>Point 1</name>
</rtept>
<rtept lat="48.209503040543545" lon="16.381065845489506">
<ele>186.9</ele>
<name>Point 2</name>
</rtept>
</rte>

View file

@ -0,0 +1,357 @@
<?xml version="1.0" encoding="utf-8"?>
<gpx version="1.1" creator="Tower Collector 2.14.1" xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v2 http://www.garmin.com/xmlschemas/TrackPointExtensionv2.xsd">
<metadata>
<name>Sessions taken between 2022-07-16T09:33:18Z and 2022-07-16T09:54:56Z</name>
<desc>File generated by Tower Collector 2.14.1 on Fairphone FP2</desc>
<time>2022-07-16T09:56:48Z</time>
<bounds minlat="47.70963480" minlon="11.15639991" maxlat="47.72009751" maxlon="11.16177055" />
</metadata>
<trk>
<name>Sessions taken between 2022-07-16T09:33:18Z and 2022-07-16T09:54:56Z</name>
<trkseg>
<trkpt lat="47.72009751" lon="11.15897782">
<ele>756</ele>
<time>2022-07-16T09:33:18Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -87 dBm, Network LTE), (GPS accuracy 12 m)]]></name>
</trkpt>
<trkpt lat="47.71985417" lon="11.15912454">
<ele>739</ele>
<time>2022-07-16T09:34:35Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25952257, PSC 265, Signal strength -87 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
</trkpt>
<trkpt lat="47.71984759" lon="11.15913885">
<ele>740</ele>
<time>2022-07-16T09:34:45Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -87 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
</trkpt>
<trkpt lat="47.71981532" lon="11.15917521">
<ele>738</ele>
<time>2022-07-16T09:34:55Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 26585882, PSC 299, Signal strength -89 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
</trkpt>
<trkpt lat="47.71980286" lon="11.15918899">
<ele>736</ele>
<time>2022-07-16T09:35:05Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51057, CID 31372, Signal strength -101 dBm, Network GSM), (GPS accuracy 9 m)]]></name>
</trkpt>
<trkpt lat="47.71923384" lon="11.15890711">
<ele>732</ele>
<time>2022-07-16T09:36:25Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51057, CID 31372, Signal strength -113 dBm, Network GSM), (MCC 262, MNC 3, LAC 51057, CID 22038, Signal strength -113 dBm, Network GSM, neighboring), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.1</gpxtpx:speed>
<gpxtpx:bearing>218.3</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71906947" lon="11.15885919">
<ele>725</ele>
<time>2022-07-16T09:36:45Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -83 dBm, Network LTE), (GPS accuracy 6 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>2.21</gpxtpx:speed>
<gpxtpx:bearing>226.9</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71887845" lon="11.15828360">
<ele>712</ele>
<time>2022-07-16T09:37:30Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -77 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>0.97</gpxtpx:speed>
<gpxtpx:bearing>210.3</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71845575" lon="11.15786640">
<ele>703</ele>
<time>2022-07-16T09:38:21Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -77 dBm, Network LTE), (GPS accuracy 8 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.24</gpxtpx:speed>
<gpxtpx:bearing>218.3</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71798663" lon="11.15711380">
<ele>713</ele>
<time>2022-07-16T09:39:11Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -81 dBm, Network LTE), (GPS accuracy 14 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.29</gpxtpx:speed>
<gpxtpx:bearing>220.6</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71762103" lon="11.15639991">
<ele>720</ele>
<time>2022-07-16T09:40:19Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51057, CID 50746, Signal strength -113 dBm, Network GSM), (MCC 262, MNC 3, LAC 51057, CID 30746, Signal strength -113 dBm, Network GSM, neighboring), (GPS accuracy 16 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.29</gpxtpx:speed>
<gpxtpx:bearing>219.2</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71725004" lon="11.15645143">
<ele>719</ele>
<time>2022-07-16T09:40:46Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51572, CID 25948930, PSC 91, Signal strength dBm, Network LTE), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.23</gpxtpx:speed>
<gpxtpx:bearing>169.7</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71694408" lon="11.15645591">
<ele>722</ele>
<time>2022-07-16T09:41:14Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51572, CID 25790978, PSC 225, Signal strength -79 dBm, Network LTE), (GPS accuracy 8 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.33</gpxtpx:speed>
<gpxtpx:bearing>168.5</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71668892" lon="11.15644016">
<ele>725</ele>
<time>2022-07-16T09:41:35Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -79 dBm, Network LTE), (GPS accuracy 6 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.2</gpxtpx:speed>
<gpxtpx:bearing>160.7</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71633636" lon="11.15667478">
<ele>729</ele>
<time>2022-07-16T09:42:07Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25952257, PSC 265, Signal strength -89 dBm, Network LTE), (GPS accuracy 6 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.27</gpxtpx:speed>
<gpxtpx:bearing>139.6</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71602943" lon="11.15663246">
<ele>733</ele>
<time>2022-07-16T09:42:27Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51057, CID 11376, Signal strength -93 dBm, Network GSM), (MCC 262, MNC 3, LAC 51057, CID 50327, Signal strength -113 dBm, Network GSM, neighboring), (GPS accuracy 3 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.6</gpxtpx:speed>
<gpxtpx:bearing>177.8</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71577460" lon="11.15658203">
<ele>734</ele>
<time>2022-07-16T09:42:47Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25952257, PSC 265, Signal strength -77 dBm, Network LTE), (GPS accuracy 3 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.55</gpxtpx:speed>
<gpxtpx:bearing>187.4</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71537108" lon="11.15689079">
<ele>737</ele>
<time>2022-07-16T09:43:25Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25952257, PSC 265, Signal strength -69 dBm, Network LTE), (GPS accuracy 7 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.41</gpxtpx:speed>
<gpxtpx:bearing>139.5</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71507051" lon="11.15730737">
<ele>724</ele>
<time>2022-07-16T09:44:06Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25952257, PSC 265, Signal strength -69 dBm, Network LTE), (GPS accuracy 10 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.21</gpxtpx:speed>
<gpxtpx:bearing>152.4</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71470033" lon="11.15756461">
<ele>734</ele>
<time>2022-07-16T09:44:45Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25952257, PSC 265, Signal strength -69 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.19</gpxtpx:speed>
<gpxtpx:bearing>149.2</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71455407" lon="11.15779205">
<ele>725</ele>
<time>2022-07-16T09:45:17Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51057, CID 11376, Signal strength -113 dBm, Network GSM), (GPS accuracy 5 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>0.96</gpxtpx:speed>
<gpxtpx:bearing>131.9</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71416691" lon="11.15815483">
<ele>723</ele>
<time>2022-07-16T09:45:56Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51057, CID 11376, Signal strength -113 dBm, Network GSM), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>0.91</gpxtpx:speed>
<gpxtpx:bearing>166.6</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71405596" lon="11.15833844">
<ele>723</ele>
<time>2022-07-16T09:46:16Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51572, CID 25948930, PSC 91, Signal strength dBm, Network LTE), (GPS accuracy 8 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.24</gpxtpx:speed>
<gpxtpx:bearing>185.5</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71365562" lon="11.15802376">
<ele>726</ele>
<time>2022-07-16T09:46:46Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51572, CID 25948930, PSC 91, Signal strength dBm, Network LTE), (GPS accuracy 11 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>0.96</gpxtpx:speed>
<gpxtpx:bearing>196.6</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71357593" lon="11.15801794">
<ele>723</ele>
<time>2022-07-16T09:47:03Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -81 dBm, Network LTE), (GPS accuracy 12 m)]]></name>
</trkpt>
<trkpt lat="47.71309704" lon="11.15791056">
<ele>728</ele>
<time>2022-07-16T09:48:06Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -81 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
</trkpt>
<trkpt lat="47.71301746" lon="11.15881993">
<ele>728</ele>
<time>2022-07-16T09:48:55Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -81 dBm, Network LTE), (GPS accuracy 8 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.39</gpxtpx:speed>
<gpxtpx:bearing>113.8</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71261367" lon="11.15948311">
<ele>725</ele>
<time>2022-07-16T09:49:37Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -67 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.13</gpxtpx:speed>
<gpxtpx:bearing>128.7</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71239146" lon="11.16007350">
<ele>729</ele>
<time>2022-07-16T09:50:17Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -67 dBm, Network LTE), (GPS accuracy 3 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.41</gpxtpx:speed>
<gpxtpx:bearing>110.4</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71197670" lon="11.16055533">
<ele>715</ele>
<time>2022-07-16T09:51:04Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -69 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.39</gpxtpx:speed>
<gpxtpx:bearing>143.5</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71157865" lon="11.16076426">
<ele>724</ele>
<time>2022-07-16T09:51:35Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -69 dBm, Network LTE), (GPS accuracy 9 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.57</gpxtpx:speed>
<gpxtpx:bearing>165.1</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71117191" lon="11.16124391">
<ele>705</ele>
<time>2022-07-16T09:52:15Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -69 dBm, Network LTE), (GPS accuracy 7 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>1.35</gpxtpx:speed>
<gpxtpx:bearing>156.4</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71057425" lon="11.16103981">
<ele>731</ele>
<time>2022-07-16T09:53:15Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -69 dBm, Network LTE), (GPS accuracy 8 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>0.62</gpxtpx:speed>
<gpxtpx:bearing>214.6</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.71013123" lon="11.16128026">
<ele>710</ele>
<time>2022-07-16T09:53:55Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -69 dBm, Network LTE), (GPS accuracy 8 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>0.97</gpxtpx:speed>
<gpxtpx:bearing>141.9</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lat="47.70963480" lon="11.16177055">
<ele>697</ele>
<time>2022-07-16T09:54:56Z</time>
<name><![CDATA[(MCC 262, MNC 3, LAC 51570, CID 25683715, PSC 278, Signal strength -69 dBm, Network LTE), (GPS accuracy 7 m)]]></name>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:speed>0.61</gpxtpx:speed>
<gpxtpx:bearing>125.5</gpxtpx:bearing>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,31 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1">
<trk>
<name>new</name>
<type>Cycling</type>
<trkseg>
<trkpt lat="54.23955053156179" lon="24.114990234375004">
<ele>130.5</ele>
<time>2010-10-30T10:11:14Z</time>
</trkpt>
<trkpt lat="54.32933804825253" lon="25.136718750000004">
<ele>0.0</ele>
<time>2010-10-30T10:11:16Z</time>
</trkpt>
<trkpt lat="54.05293900056246" lon="25.72998046875">
<ele>0.0</ele>
<time>2010-10-30T10:11:18Z</time>
</trkpt>
</trkseg>
<trkseg>
<trkpt lat="55.23955053156179" lon="25.114990234375004">
<ele>131.5</ele>
<time>2010-10-30T10:11:14Z</time>
</trkpt>
<trkpt lat="54.32933804825253" lon="25.136718750000004">
<ele>0.0</ele>
<time>2010-10-30T10:11:16Z</time>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,29 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx version="1.0">
<trk>
<name>new</name>
<type>Cycling</type>
<trkseg>
<trkpt lat="54.23955053156179" lon="24.114990234375004">
<ele>130.5</ele>
<time>2010-10-30T10:11:14Z</time>
</trkpt>
<trkpt lat="54.32933804825253" lon="25.136718750000004">
<ele>0.0</ele>
<time>2010-10-30T10:11:16Z</time>
</trkpt>
<trkpt lat="54.05293900056246" lon="25.72998046875">
<ele>0.0</ele>
</trkpt>
</trkseg>
<trkseg>
<trkpt lat="55.23955053156179" lon="25.114990234375004">
<ele>131.5</ele>
<time>2010-10-30T10:11:14Z</time>
</trkpt>
<trkpt lat="54.32933804825253" lon="25.136718750000004">
<ele>0.0</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,26 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1">
<trk>
<name>new</name>
<type>Cycling</type>
<trkseg>
<trkpt lat="54.23955053156179" lon="24.114990234375004">
<ele>130.5</ele>
</trkpt>
<trkpt lat="54.32933804825253" lon="25.136718750000004">
<ele>0.0</ele>
</trkpt>
<trkpt lat="54.05293900056246" lon="25.72998046875">
<ele>0.0</ele>
</trkpt>
</trkseg>
<trkseg>
<trkpt lat="55.23955053156179" lon="25.114990234375004">
<ele>131.5</ele>
</trkpt>
<trkpt lat="54.32933804825253" lon="25.136718750000004">
<ele>0.0</ele>
</trkpt>
</trkseg>
</trk>
</gpx>

View file

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1">
<metadata>
<desc>Welcome to my route</desc>
</metadata>
<rte>
<name>Some Üφήが1 route </name>
<rtept lat="48.20984622935899" lon="16.376023292541507">
<ele>184.4</ele>
<name>Point 1</name>
</rtept>
<rtept lat="48.209503040543545" lon="16.381065845489506">
<ele>186.9</ele>
<name>Point 2</name>
</rtept>
</rte>

View file

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1">
<metadata>
<desc>Welcome to my route</desc>
</metadata>
<rte>
<name>Some Üφήが2 route </name>
<rtept lat="48.20984622935899" lon="16.376023292541507">
<ele>184.4</ele>
<name>Point 1</name>
</rtept>
<rtept lat="48.209503040543545" lon="16.381065845489506">
<ele>186.9</ele>
<name>Point 2</name>
</rtept>
</rte>

Binary file not shown.

View file

@ -0,0 +1,310 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<Style id="placemark-red">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-red.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-blue">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-blue.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-purple">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-purple.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-yellow">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-yellow.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-pink">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-pink.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-brown">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-brown.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-green">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-green.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-orange">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-orange.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-deeppurple">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-deeppurple.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-lightblue">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-lightblue.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-cyan">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-cyan.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-teal">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-teal.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-lime">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-lime.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-deeporange">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-deeporange.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-gray">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-gray.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-bluegray">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-bluegray.png</href>
</Icon>
</IconStyle>
</Style>
<name>Test category</name>
<description>Test description</description>
<visibility>1</visibility>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:serverId>AAAA-BBBB-CCCC-DDDD</mwm:serverId>
<mwm:name>
<mwm:lang code="ru">Тестовая категория</mwm:lang>
<mwm:lang code="default">Test category</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test annotation</mwm:lang>
<mwm:lang code="default">Test annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание</mwm:lang>
<mwm:lang code="default">Test description</mwm:lang>
</mwm:description>
<mwm:imageUrl>https://localhost/123.png</mwm:imageUrl>
<mwm:author id="12345">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:16:40Z</mwm:lastModified>
<mwm:rating>8.9</mwm:rating>
<mwm:reviewsNumber>567</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>ski</mwm:value>
<mwm:value>snowboard</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>12345</mwm:value>
<mwm:value>54321</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
<mwm:compilation id="1" type="Collection">
<mwm:name>
<mwm:lang code="ru">Тестовая коллекция</mwm:lang>
<mwm:lang code="default">Test collection</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test collection annotation</mwm:lang>
<mwm:lang code="default">Test collection annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание коллекции</mwm:lang>
<mwm:lang code="default">Test collection description</mwm:lang>
</mwm:description>
<mwm:visibility>1</mwm:visibility>
<mwm:imageUrl>https://localhost/1234.png</mwm:imageUrl>
<mwm:author id="54321">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:16:39Z</mwm:lastModified>
<mwm:rating>5.9</mwm:rating>
<mwm:reviewsNumber>333</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>ski</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>8</mwm:value>
<mwm:value>9</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
</mwm:compilation>
<mwm:compilation id="4" type="Category">
<mwm:name>
<mwm:lang code="ru">Тестовая категория</mwm:lang>
<mwm:lang code="default">Test category</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test category annotation</mwm:lang>
<mwm:lang code="default">Test category annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание категории</mwm:lang>
<mwm:lang code="default">Test category description</mwm:lang>
</mwm:description>
<mwm:visibility>0</mwm:visibility>
<mwm:imageUrl>https://localhost/134.png</mwm:imageUrl>
<mwm:author id="11111">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:05:23Z</mwm:lastModified>
<mwm:rating>3.3</mwm:rating>
<mwm:reviewsNumber>222</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>bike</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>10</mwm:value>
<mwm:value>11</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
</mwm:compilation>
</ExtendedData>
<Placemark>
<name>Мое любимое место</name>
<description>Test bookmark description</description>
<TimeStamp><when>1970-01-01T00:13:20Z</when></TimeStamp>
<styleUrl>#placemark-blue</styleUrl>
<Point><coordinates>45.9242,49.326859</coordinates></Point>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:name>
<mwm:lang code="ru">Тестовая метка</mwm:lang>
<mwm:lang code="default">Test bookmark</mwm:lang>
</mwm:name>
<mwm:description>
<mwm:lang code="ru">Тестовое описание метки</mwm:lang>
<mwm:lang code="default">Test bookmark description</mwm:lang>
</mwm:description>
<mwm:featureTypes>
<mwm:value>historic-castle</mwm:value>
<mwm:value>historic-memorial</mwm:value>
</mwm:featureTypes>
<mwm:customName>
<mwm:lang code="en">My favorite place</mwm:lang>
<mwm:lang code="default">Мое любимое место</mwm:lang>
</mwm:customName>
<mwm:scale>15</mwm:scale>
<mwm:boundTracks>
<mwm:value>0</mwm:value>
</mwm:boundTracks>
<mwm:visibility>0</mwm:visibility>
<mwm:nearestToponym>12345</mwm:nearestToponym>
<mwm:minZoom>10</mwm:minZoom>
<mwm:properties>
<mwm:value key="bm_property1">value1</mwm:value>
<mwm:value key="bm_property2">value2</mwm:value>
<mwm:value key="score">5</mwm:value>
</mwm:properties>
<mwm:compilations>1,2,3,4,5</mwm:compilations>
</ExtendedData>
</Placemark>
<Placemark>
<name>Test track</name>
<description>Test track description</description>
<Style><LineStyle>
<color>FF0000FF</color>
<width>6</width>
</LineStyle></Style>
<TimeStamp><when>1970-01-01T00:15:00Z</when></TimeStamp>
<LineString><coordinates>45.9242,49.326859,1 45.2244,48.941288,2 45.1964,49.401948,3</coordinates></LineString>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:name>
<mwm:lang code="ru">Тестовый трек</mwm:lang>
<mwm:lang code="default">Test track</mwm:lang>
</mwm:name>
<mwm:description>
<mwm:lang code="ru">Тестовое описание трека</mwm:lang>
<mwm:lang code="default">Test track description</mwm:lang>
</mwm:description>
<mwm:localId>0</mwm:localId>
<mwm:additionalStyle>
<mwm:additionalLineStyle>
<color>FF00FF00</color>
<width>7</width>
</mwm:additionalLineStyle>
</mwm:additionalStyle>
<mwm:visibility>0</mwm:visibility>
<mwm:nearestToponyms>
<mwm:value>12345</mwm:value>
<mwm:value>54321</mwm:value>
<mwm:value>98765</mwm:value>
</mwm:nearestToponyms>
<mwm:properties>
<mwm:value key="tr_property1">value1</mwm:value>
<mwm:value key="tr_property2">value2</mwm:value>
</mwm:properties>
</ExtendedData>
</Placemark>
</Document>
</kml>

View file

@ -0,0 +1,326 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Document>
<Style id="placemark-red">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-red.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-blue">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-blue.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-purple">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-purple.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-yellow">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-yellow.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-pink">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-pink.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-brown">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-brown.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-green">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-green.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-orange">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-orange.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-deeppurple">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-deeppurple.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-lightblue">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-lightblue.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-cyan">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-cyan.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-teal">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-teal.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-lime">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-lime.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-deeporange">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-deeporange.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-gray">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-gray.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-bluegray">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-bluegray.png</href>
</Icon>
</IconStyle>
</Style>
<name>Test category</name>
<description>Test description</description>
<visibility>1</visibility>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:serverId>AAAA-BBBB-CCCC-DDDD</mwm:serverId>
<mwm:name>
<mwm:lang code="ru">Тестовая категория</mwm:lang>
<mwm:lang code="default">Test category</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test annotation</mwm:lang>
<mwm:lang code="default">Test annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание</mwm:lang>
<mwm:lang code="default">Test description</mwm:lang>
</mwm:description>
<mwm:imageUrl>https://localhost/123.png</mwm:imageUrl>
<mwm:author id="12345">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:16:40Z</mwm:lastModified>
<mwm:rating>8.9</mwm:rating>
<mwm:reviewsNumber>567</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>ski</mwm:value>
<mwm:value>snowboard</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>12345</mwm:value>
<mwm:value>54321</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
<mwm:compilation id="1" type="Collection">
<mwm:name>
<mwm:lang code="ru">Тестовая коллекция</mwm:lang>
<mwm:lang code="default">Test collection</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test collection annotation</mwm:lang>
<mwm:lang code="default">Test collection annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание коллекции</mwm:lang>
<mwm:lang code="default">Test collection description</mwm:lang>
</mwm:description>
<mwm:visibility>1</mwm:visibility>
<mwm:imageUrl>https://localhost/1234.png</mwm:imageUrl>
<mwm:author id="54321">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:16:39Z</mwm:lastModified>
<mwm:rating>5.9</mwm:rating>
<mwm:reviewsNumber>333</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>ski</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>8</mwm:value>
<mwm:value>9</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
</mwm:compilation>
<mwm:compilation id="4" type="Category">
<mwm:name>
<mwm:lang code="ru">Тестовая категория</mwm:lang>
<mwm:lang code="default">Test category</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test category annotation</mwm:lang>
<mwm:lang code="default">Test category annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание категории</mwm:lang>
<mwm:lang code="default">Test category description</mwm:lang>
</mwm:description>
<mwm:visibility>0</mwm:visibility>
<mwm:imageUrl>https://localhost/134.png</mwm:imageUrl>
<mwm:author id="11111">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:05:23Z</mwm:lastModified>
<mwm:rating>3.3</mwm:rating>
<mwm:reviewsNumber>222</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>bike</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>10</mwm:value>
<mwm:value>11</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
</mwm:compilation>
</ExtendedData>
<Placemark>
<name>Мое любимое место</name>
<description>Test bookmark description</description>
<TimeStamp><when>1970-01-01T00:13:20Z</when></TimeStamp>
<styleUrl>#placemark-blue</styleUrl>
<Point><coordinates>45.9242,49.326859</coordinates></Point>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:name>
<mwm:lang code="ru">Тестовая метка</mwm:lang>
<mwm:lang code="default">Test bookmark</mwm:lang>
</mwm:name>
<mwm:description>
<mwm:lang code="ru">Тестовое описание метки</mwm:lang>
<mwm:lang code="default">Test bookmark description</mwm:lang>
</mwm:description>
<mwm:featureTypes>
<mwm:value>historic-castle</mwm:value>
<mwm:value>historic-memorial</mwm:value>
</mwm:featureTypes>
<mwm:customName>
<mwm:lang code="en">My favorite place</mwm:lang>
<mwm:lang code="default">Мое любимое место</mwm:lang>
</mwm:customName>
<mwm:scale>15</mwm:scale>
<mwm:boundTracks>
<mwm:value>0</mwm:value>
</mwm:boundTracks>
<mwm:visibility>0</mwm:visibility>
<mwm:nearestToponym>12345</mwm:nearestToponym>
<mwm:minZoom>10</mwm:minZoom>
<mwm:properties>
<mwm:value key="bm_property1">value1</mwm:value>
<mwm:value key="bm_property2">value2</mwm:value>
<mwm:value key="score">5</mwm:value>
</mwm:properties>
<mwm:compilations>1,2,3,4,5</mwm:compilations>
</ExtendedData>
</Placemark>
<Placemark>
<name>Test track</name>
<description>Test track description</description>
<Style><LineStyle>
<color>FF0000FF</color>
<width>6</width>
</LineStyle></Style>
<TimeStamp><when>1970-01-01T00:15:00Z</when></TimeStamp>
<LineString><coordinates>45.9242,49.326859,1 45.2244,48.941288,2 45.1964,49.401948,3</coordinates></LineString>
<gx:MultiTrack>
<gx:Track>
<when>1970-01-01T00:00:00Z</when>
<when>1970-01-01T00:00:01Z</when>
<when>1970-01-01T00:00:02Z</when>
<gx:coord>45.9242 49.326859 1</gx:coord>
<gx:coord>45.2244 48.941288 2</gx:coord>
<gx:coord>45.1964 49.401948 3</gx:coord>
</gx:Track>
<gx:Track>
<when>1970-01-01T00:00:00Z</when>
<when>1970-01-01T00:00:01Z</when>
<gx:coord>45.9242 49.326859 1</gx:coord>
<gx:coord>45.2244 48.941288 2</gx:coord>
</gx:Track>
</gx:MultiTrack>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:name>
<mwm:lang code="ru">Тестовый трек</mwm:lang>
<mwm:lang code="default">Test track</mwm:lang>
</mwm:name>
<mwm:description>
<mwm:lang code="ru">Тестовое описание трека</mwm:lang>
<mwm:lang code="default">Test track description</mwm:lang>
</mwm:description>
<mwm:localId>0</mwm:localId>
<mwm:additionalStyle>
<mwm:additionalLineStyle>
<color>FF00FF00</color>
<width>7</width>
</mwm:additionalLineStyle>
</mwm:additionalStyle>
<mwm:visibility>0</mwm:visibility>
<mwm:nearestToponyms>
<mwm:value>12345</mwm:value>
<mwm:value>54321</mwm:value>
<mwm:value>98765</mwm:value>
</mwm:nearestToponyms>
<mwm:properties>
<mwm:value key="tr_property1">value1</mwm:value>
<mwm:value key="tr_property2">value2</mwm:value>
</mwm:properties>
</ExtendedData>
</Placemark>
</Document>
</kml>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<name>CoMaps Bookmarks and Tracks</name>
<NetworkLink><name>Some random route</name><Link><href>files/Some random route.kml</href></Link></NetworkLink>
<NetworkLink><name>new</name><Link><href>files/new.kml</href></Link></NetworkLink>
<NetworkLink><name>CoMaps_1</name><Link><href>files/CoMaps_1.kml</href></Link></NetworkLink>
<NetworkLink><name>CoMaps_2</name><Link><href>files/CoMaps_2.kml</href></Link></NetworkLink>
</Document>
</kml>

BIN
data/test_data/kml/test.kmz Normal file

Binary file not shown.

View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>TrackTest.kmz</name>
<Style id="s_ylw-pushpin_hl">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff20ff39</color>
<width>2</width>
</LineStyle>
</Style>
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
<Style id="s_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
<LineStyle>
<color>ff20ff39</color>
<width>2</width>
</LineStyle>
</Style>
<Placemark>
<name>XY</name>
<description>Description of XY</description>
<styleUrl>#m_ylw-pushpin</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
27.65525509456809,53.97609669481151,0 27.72997455747025,53.9215437998892,0
</coordinates>
</LineString>
</Placemark>
</Document>
</kml>

1170
data/test_data/kml/track.kml Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Placemark id="PM005">
<gx:Track>
<when>2010-05-28T02:02:44Z</when>
<when>2010-05-28T02:02:53Z</when>
<when>2010-05-28T02:02:54Z</when>
<when>2010-05-28T02:02:55Z</when>
<when>2010-05-28T02:02:56Z</when>
<gx:coord>-122.207881 37.371915 156.000000</gx:coord>
<gx:coord>-122.205712 37.373288 152.000000</gx:coord>
<gx:coord>-122.204678 37.373939 147.000000</gx:coord>
<gx:coord>-122.203572 37.374630 142.199997</gx:coord>
<gx:coord>-122.203451 37.374706 141.800003</gx:coord>
<gx:coord>-122.203329 37.374780 141.199997</gx:coord>
<gx:coord>-122.203207 37.374857 140.199997</gx:coord>
</gx:Track>
</Placemark>
</kml>

View file

@ -0,0 +1,343 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
<Document>
<Style id="placemark-red">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-red.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-blue">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-blue.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-purple">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-purple.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-yellow">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-yellow.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-pink">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-pink.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-brown">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-brown.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-green">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-green.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-orange">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-orange.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-deeppurple">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-deeppurple.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-lightblue">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-lightblue.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-cyan">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-cyan.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-teal">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-teal.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-lime">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-lime.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-deeporange">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-deeporange.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-gray">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-gray.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="placemark-bluegray">
<IconStyle>
<Icon>
<href>https://comaps.at/placemarks/placemark-bluegray.png</href>
</Icon>
</IconStyle>
</Style>
<name>Test category</name>
<description>Test description</description>
<visibility>1</visibility>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:serverId>AAAA-BBBB-CCCC-DDDD</mwm:serverId>
<mwm:name>
<mwm:lang code="ru">Тестовая категория</mwm:lang>
<mwm:lang code="default">Test category</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test annotation</mwm:lang>
<mwm:lang code="default">Test annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание</mwm:lang>
<mwm:lang code="default">Test description</mwm:lang>
</mwm:description>
<mwm:imageUrl>https://localhost/123.png</mwm:imageUrl>
<mwm:author id="12345">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:16:40Z</mwm:lastModified>
<mwm:rating>8.9</mwm:rating>
<mwm:reviewsNumber>567</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>ski</mwm:value>
<mwm:value>snowboard</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>12345</mwm:value>
<mwm:value>54321</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
<mwm:compilation id="1" type="Collection">
<mwm:name>
<mwm:lang code="ru">Тестовая коллекция</mwm:lang>
<mwm:lang code="default">Test collection</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test collection annotation</mwm:lang>
<mwm:lang code="default">Test collection annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание коллекции</mwm:lang>
<mwm:lang code="default">Test collection description</mwm:lang>
</mwm:description>
<mwm:visibility>1</mwm:visibility>
<mwm:imageUrl>https://localhost/1234.png</mwm:imageUrl>
<mwm:author id="54321">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:16:39Z</mwm:lastModified>
<mwm:rating>5.9</mwm:rating>
<mwm:reviewsNumber>333</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>ski</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>8</mwm:value>
<mwm:value>9</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
</mwm:compilation>
<mwm:compilation id="4" type="Category">
<mwm:name>
<mwm:lang code="ru">Тестовая категория</mwm:lang>
<mwm:lang code="default">Test category</mwm:lang>
</mwm:name>
<mwm:annotation>
<mwm:lang code="en">Test category annotation</mwm:lang>
<mwm:lang code="default">Test category annotation</mwm:lang>
</mwm:annotation>
<mwm:description>
<mwm:lang code="ru">Тестовое описание категории</mwm:lang>
<mwm:lang code="default">Test category description</mwm:lang>
</mwm:description>
<mwm:visibility>0</mwm:visibility>
<mwm:imageUrl>https://localhost/134.png</mwm:imageUrl>
<mwm:author id="11111">Organic Maps</mwm:author>
<mwm:lastModified>1970-01-01T00:05:23Z</mwm:lastModified>
<mwm:rating>3.3</mwm:rating>
<mwm:reviewsNumber>222</mwm:reviewsNumber>
<mwm:accessRules>Public</mwm:accessRules>
<mwm:tags>
<mwm:value>mountains</mwm:value>
<mwm:value>bike</mwm:value>
</mwm:tags>
<mwm:toponyms>
<mwm:value>10</mwm:value>
<mwm:value>11</mwm:value>
</mwm:toponyms>
<mwm:languageCodes>
<mwm:value>en</mwm:value>
<mwm:value>ja</mwm:value>
<mwm:value>ru</mwm:value>
</mwm:languageCodes>
<mwm:properties>
<mwm:value key="property1">value1</mwm:value>
<mwm:value key="property2">value2</mwm:value>
</mwm:properties>
</mwm:compilation>
</ExtendedData>
<Placemark>
<name>Мое любимое место</name>
<description>Test bookmark description</description>
<TimeStamp><when>1970-01-01T00:13:20Z</when></TimeStamp>
<styleUrl>#placemark-blue</styleUrl>
<Point><coordinates>45.9242,49.326859</coordinates></Point>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:name>
<mwm:lang code="ru">Тестовая метка</mwm:lang>
<mwm:lang code="default">Test bookmark</mwm:lang>
</mwm:name>
<mwm:description>
<mwm:lang code="ru">Тестовое описание метки</mwm:lang>
<mwm:lang code="default">Test bookmark description</mwm:lang>
</mwm:description>
<mwm:featureTypes>
<mwm:value>historic-castle</mwm:value>
<mwm:value>historic-memorial</mwm:value>
</mwm:featureTypes>
<mwm:customName>
<mwm:lang code="en">My favorite place</mwm:lang>
<mwm:lang code="default">Мое любимое место</mwm:lang>
</mwm:customName>
<mwm:scale>15</mwm:scale>
<mwm:boundTracks>
<mwm:value>0</mwm:value>
</mwm:boundTracks>
<mwm:visibility>0</mwm:visibility>
<mwm:nearestToponym>12345</mwm:nearestToponym>
<mwm:minZoom>10</mwm:minZoom>
<mwm:properties>
<mwm:value key="bm_property1">value1</mwm:value>
<mwm:value key="bm_property2">value2</mwm:value>
<mwm:value key="score">5</mwm:value>
</mwm:properties>
<mwm:compilations>1,2,3,4,5</mwm:compilations>
</ExtendedData>
</Placemark>
<Placemark>
<name>Test track</name>
<description>Test track description</description>
<Style><LineStyle>
<color>FF0000FF</color>
<width>6</width>
</LineStyle></Style>
<TimeStamp><when>1970-01-01T00:15:00Z</when></TimeStamp>
<gx:MultiTrack>
<gx:Track>
<when>1970-01-01T00:00:00Z</when>
<when>1970-01-01T00:00:01Z</when>
<when>1970-01-01T00:00:02Z</when>
<gx:coord>45.9242 49.326859 1</gx:coord>
<gx:coord>45.2244 48.941288 2</gx:coord>
<gx:coord>45.1964 49.401948 3</gx:coord>
</gx:Track>
<gx:Track>
<when>1970-01-01T00:00:00Z</when>
<gx:coord>45.9242 49.326859 1</gx:coord>
<when>1970-01-01T00:00:01Z</when>
<gx:coord>45.2244 48.941288 2</gx:coord>
<when>1970-01-01T00:00:02Z</when>
<gx:coord>45.1964 49.401948 3</gx:coord>
</gx:Track>
<gx:Track>
<gx:coord>45.9242 49.326859 1</gx:coord>
<gx:coord>45.2244 48.941288 2</gx:coord>
<gx:coord>45.1964 49.401948 3</gx:coord>
<when>1970-01-01T00:00:00Z</when>
<when>1970-01-01T00:00:01Z</when>
<when>1970-01-01T00:00:02Z</when>
</gx:Track>
<gx:Track>
<gx:coord>45.9242 49.326859 1</gx:coord>
<when>1970-01-01T00:00:00Z</when>
<gx:coord>45.2244 48.941288 2</gx:coord>
<when>1970-01-01T00:00:01Z</when>
<gx:coord>45.1964 49.401948 3</gx:coord>
<when>1970-01-01T00:00:02Z</when>
</gx:Track>
</gx:MultiTrack>
<ExtendedData xmlns:mwm="https://comaps.app">
<mwm:name>
<mwm:lang code="ru">Тестовый трек</mwm:lang>
<mwm:lang code="default">Test track</mwm:lang>
</mwm:name>
<mwm:description>
<mwm:lang code="ru">Тестовое описание трека</mwm:lang>
<mwm:lang code="default">Test track description</mwm:lang>
</mwm:description>
<mwm:localId>0</mwm:localId>
<mwm:additionalStyle>
<mwm:additionalLineStyle>
<color>FF00FF00</color>
<width>7</width>
</mwm:additionalLineStyle>
</mwm:additionalStyle>
<mwm:visibility>0</mwm:visibility>
<mwm:nearestToponyms>
<mwm:value>12345</mwm:value>
<mwm:value>54321</mwm:value>
<mwm:value>98765</mwm:value>
</mwm:nearestToponyms>
<mwm:properties>
<mwm:value key="tr_property1">value1</mwm:value>
<mwm:value key="tr_property2">value2</mwm:value>
</mwm:properties>
</ExtendedData>
</Placemark>
</Document>
</kml>

View file

@ -0,0 +1,551 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='288309566' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='12' changeset='140755482' lat='53.5669231' lon='9.9834672' />
<node id='288309568' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='12' changeset='140755482' lat='53.5670836' lon='9.9836054' />
<node id='288309570' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='12' changeset='140755482' lat='53.5670903' lon='9.9838568' />
<node id='288309575' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='12' changeset='140755482' lat='53.5667807' lon='9.9839081' />
<node id='288309579' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='12' changeset='140755482' lat='53.5667731' lon='9.9836331' />
<node id='288309602' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='8' changeset='140755482' lat='53.5668917' lon='9.9841662' />
<node id='288309603' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='8' changeset='140755482' lat='53.5668131' lon='9.984205' />
<node id='288309605' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='8' changeset='140755482' lat='53.5667989' lon='9.9842596' />
<node id='288309611' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='6' changeset='140755482' lat='53.5667843' lon='9.9842259' />
<node id='288309613' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='6' changeset='140755482' lat='53.5667926' lon='9.9841947' />
<node id='288309614' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='6' changeset='140755482' lat='53.5667542' lon='9.9841614' />
<node id='288309636' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='5' changeset='140755482' lat='53.5666253' lon='9.9842256' />
<node id='288309638' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='5' changeset='140755482' lat='53.56663' lon='9.9843651' />
<node id='288309640' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='5' changeset='140755482' lat='53.5665654' lon='9.9844363' />
<node id='288309642' timestamp='2013-04-16T10:52:46Z' uid='63375' user='Divjo' visible='true' version='4' changeset='15748111' lat='53.5664613' lon='9.9844872' />
<node id='288309652' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='4' changeset='140755482' lat='53.5666914' lon='9.984008' />
<node id='288309658' timestamp='2015-12-01T18:17:23Z' uid='502863' user='Alpin100' visible='true' version='13' changeset='35690474' lat='53.5669122' lon='9.9846442' />
<node id='288309661' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='14' changeset='140755482' lat='53.5667882' lon='9.9847701' />
<node id='288309663' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='13' changeset='140753767' lat='53.5669119' lon='9.9850322' />
<node id='288309671' timestamp='2018-11-13T21:48:00Z' uid='7549553' user='joe2812' visible='true' version='13' changeset='64459090' lat='53.5669139' lon='9.9849912' />
<node id='288309674' timestamp='2015-12-01T18:17:23Z' uid='502863' user='Alpin100' visible='true' version='12' changeset='35690474' lat='53.5669687' lon='9.9848949' />
<node id='288314467' timestamp='2013-04-14T07:41:33Z' uid='63375' user='Divjo' visible='true' version='7' changeset='15721208' lat='53.5667234' lon='9.9853621' />
<node id='288314469' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='5' changeset='22636494' lat='53.5666383' lon='9.9856547' />
<node id='288314471' timestamp='2014-11-23T10:09:06Z' uid='75623' user='KTim' visible='true' version='5' changeset='26969448' lat='53.5665387' lon='9.9859042'>
<tag k='entrance' v='emergency' />
</node>
<node id='288314473' timestamp='2013-04-14T07:41:33Z' uid='63375' user='Divjo' visible='true' version='7' changeset='15721208' lat='53.5663474' lon='9.9860319' />
<node id='288314474' timestamp='2013-04-14T07:41:33Z' uid='63375' user='Divjo' visible='true' version='7' changeset='15721208' lat='53.5662873' lon='9.9858627'>
<tag k='entrance' v='emergency' />
</node>
<node id='288314475' timestamp='2013-04-14T07:41:33Z' uid='63375' user='Divjo' visible='true' version='6' changeset='15721208' lat='53.5662287' lon='9.9854935' />
<node id='288314477' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='8' changeset='22636494' lat='53.5663563' lon='9.9851416' />
<node id='288314479' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='9' changeset='22636494' lat='53.5664764' lon='9.9851435'>
<tag k='entrance' v='main' />
</node>
<node id='288314480' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='10' changeset='22636494' lat='53.5666372' lon='9.9852694'>
<tag k='entrance' v='emergency' />
</node>
<node id='291869969' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='20' changeset='140753767' lat='53.5669028' lon='9.9850301' />
<node id='291873993' timestamp='2023-09-29T11:14:41Z' uid='6705' user='spaetz' visible='true' version='8' changeset='141906998' lat='53.5667457' lon='9.9839468' />
<node id='292022115' timestamp='2013-02-21T18:42:05Z' uid='63375' user='Divjo' visible='true' version='7' changeset='15115379' lat='53.5668257' lon='9.9854555' />
<node id='294019924' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='8' changeset='140755482' lat='53.5668595' lon='9.9846957' />
<node id='294021660' timestamp='2013-04-16T10:52:46Z' uid='63375' user='Divjo' visible='true' version='4' changeset='15748111' lat='53.5662634' lon='9.9850165' />
<node id='294021661' timestamp='2013-04-16T10:52:46Z' uid='63375' user='Divjo' visible='true' version='4' changeset='15748111' lat='53.5664392' lon='9.9848352' />
<node id='294021662' timestamp='2013-04-16T10:52:46Z' uid='63375' user='Divjo' visible='true' version='4' changeset='15748111' lat='53.566421' lon='9.9845375' />
<node id='295581139' timestamp='2013-04-08T16:05:58Z' uid='63375' user='Divjo' visible='true' version='15' changeset='15656249' lat='53.5672555' lon='9.9827464' />
<node id='299649618' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='19' changeset='140755482' lat='53.5673638' lon='9.9830434' />
<node id='301118054' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='11' changeset='140753767' lat='53.5670724' lon='9.9853054' />
<node id='301118056' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='11' changeset='140753767' lat='53.5668733' lon='9.9852375' />
<node id='343094703' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='7' changeset='140755482' lat='53.5672483' lon='9.9837706' />
<node id='343094704' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='6' changeset='140755482' lat='53.5672728' lon='9.9831102' />
<node id='401439118' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='8' changeset='140753767' lat='53.5670454' lon='9.9856668'>
<tag k='entrance' v='main' />
</node>
<node id='414861398' timestamp='2018-11-13T21:48:01Z' uid='7549553' user='joe2812' visible='true' version='7' changeset='64459090' lat='53.5668861' lon='9.9851054'>
<tag k='entrance' v='yes' />
</node>
<node id='420630055' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='7' changeset='140755482' lat='53.5669312' lon='9.9830867' />
<node id='423172908' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='9' changeset='140753767' lat='53.5670731' lon='9.9853745'>
<tag k='entrance' v='main' />
</node>
<node id='423838683' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='8' changeset='22636494' lat='53.5663738' lon='9.9851385'>
<tag k='entrance' v='yes' />
</node>
<node id='798487932' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='4' changeset='140755482' lat='53.5671443' lon='9.9829155' />
<node id='798487933' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5673039' lon='9.9830274' />
<node id='798487934' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='4' changeset='140755482' lat='53.5669807' lon='9.9832256' />
<node id='798487938' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='4' changeset='140755482' lat='53.5671148' lon='9.9830716' />
<node id='798487942' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='4' changeset='140755482' lat='53.5672442' lon='9.9836348' />
<node id='798487951' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='4' changeset='140755482' lat='53.567205' lon='9.9836007' />
<node id='798487953' timestamp='2013-04-13T09:17:38Z' uid='63375' user='Divjo' visible='true' version='3' changeset='15710316' lat='53.5671763' lon='9.9838545' />
<node id='798487954' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='4' changeset='140755482' lat='53.5671192' lon='9.9832158' />
<node id='798487956' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5672371' lon='9.9834342' />
<node id='798487958' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.567052' lon='9.9832861' />
<node id='799487028' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='5' changeset='140753767' lat='53.5669892' lon='9.985744' />
<node id='799487045' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5666188' lon='9.9839499' />
<node id='799487071' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5665286' lon='9.9844025' />
<node id='1931923865' timestamp='2013-04-14T07:41:32Z' uid='63375' user='Divjo' visible='true' version='3' changeset='15721208' lat='53.5662064' lon='9.9852433' />
<node id='2165715445' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.566975' lon='9.9830905' />
<node id='2165715446' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140753767' lat='53.5670389' lon='9.9857352' />
<node id='2265648161' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5667477' lon='9.9841974' />
<node id='2265648164' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5668025' lon='9.9842033' />
<node id='2265648165' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='5' changeset='140755482' lat='53.5668391' lon='9.9841332' />
<node id='2265648166' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5668052' lon='9.9842118' />
<node id='2265648167' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5668036' lon='9.9841826' />
<node id='2265648169' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5668139' lon='9.9842427' />
<node id='2265648170' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5668428' lon='9.9841279' />
<node id='2265648182' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5669223' lon='9.9841904' />
<node id='2265648185' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='3' changeset='140755482' lat='53.5669252' lon='9.9843126' />
<node id='2266634672' timestamp='2013-04-14T07:41:24Z' uid='63375' user='Divjo' visible='true' version='1' changeset='15721208' lat='53.5662811' lon='9.9852042' />
<node id='2266634679' timestamp='2014-05-30T11:49:49Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5663592' lon='9.9851877' />
<node id='2266634680' timestamp='2014-05-30T11:49:49Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5663884' lon='9.9851359' />
<node id='2266634681' timestamp='2014-05-30T11:49:49Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5663913' lon='9.985182' />
<node id='2266634682' timestamp='2014-05-30T11:49:49Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5664117' lon='9.985135' />
<node id='2266634683' timestamp='2014-05-30T11:49:49Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5664108' lon='9.985183' />
<node id='2266634688' timestamp='2014-05-30T11:49:49Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5664417' lon='9.9851366' />
<node id='2266634689' timestamp='2014-05-30T11:49:49Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5664408' lon='9.9851846' />
<node id='2266634690' timestamp='2013-04-14T07:41:24Z' uid='63375' user='Divjo' visible='true' version='1' changeset='15721208' lat='53.5664513' lon='9.9860552' />
<node id='2266634691' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5664644' lon='9.9851404' />
<node id='2266634692' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5664603' lon='9.9851867' />
<node id='2266634693' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5664878' lon='9.9851936' />
<node id='2266634694' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.566492' lon='9.9851474' />
<node id='2266634696' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665052' lon='9.9852015' />
<node id='2266634697' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665136' lon='9.9851532' />
<node id='2266634699' timestamp='2013-04-14T07:41:24Z' uid='63375' user='Divjo' visible='true' version='1' changeset='15721208' lat='53.5665235' lon='9.9838772' />
<node id='2266634701' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665353' lon='9.9852164' />
<node id='2266634702' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665437' lon='9.9851681' />
<node id='2266634703' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665564' lon='9.9852266' />
<node id='2266634704' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665654' lon='9.9851779' />
<node id='2266634705' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665831' lon='9.9852406' />
<node id='2266634706' timestamp='2014-05-30T11:49:50Z' uid='795290' user='simlox' visible='true' version='2' changeset='22636494' lat='53.5665921' lon='9.985192' />
<node id='2266634747' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5671823' lon='9.9829929' />
<node id='2888987547' timestamp='2014-05-30T11:49:46Z' uid='795290' user='simlox' visible='true' version='1' changeset='22636494' lat='53.5663751' lon='9.9851849' />
<node id='2888987549' timestamp='2014-05-30T11:49:47Z' uid='795290' user='simlox' visible='true' version='1' changeset='22636494' lat='53.5664264' lon='9.9851838' />
<node id='2888987550' timestamp='2014-05-30T11:49:47Z' uid='795290' user='simlox' visible='true' version='1' changeset='22636494' lat='53.566473' lon='9.9851899' />
<node id='2888987551' timestamp='2014-05-30T11:49:47Z' uid='795290' user='simlox' visible='true' version='1' changeset='22636494' lat='53.5665202' lon='9.9852089' />
<node id='2888987553' timestamp='2014-05-30T11:49:47Z' uid='795290' user='simlox' visible='true' version='1' changeset='22636494' lat='53.5665684' lon='9.9852329' />
<node id='2929020636' timestamp='2014-06-23T10:46:08Z' uid='75623' user='KTim' visible='true' version='1' changeset='23098253' lat='53.566265' lon='9.9852126' />
<node id='2929020637' timestamp='2014-06-23T10:46:08Z' uid='75623' user='KTim' visible='true' version='1' changeset='23098253' lat='53.5666441' lon='9.9852768' />
<node id='2929020638' timestamp='2014-06-23T10:46:08Z' uid='75623' user='KTim' visible='true' version='1' changeset='23098253' lat='53.5666521' lon='9.9851944' />
<node id='2929020639' timestamp='2014-06-23T10:46:08Z' uid='75623' user='KTim' visible='true' version='1' changeset='23098253' lat='53.5667753' lon='9.9853055' />
<node id='2929020640' timestamp='2014-06-23T10:46:08Z' uid='75623' user='KTim' visible='true' version='1' changeset='23098253' lat='53.5668254' lon='9.9857472' />
<node id='3201245962' timestamp='2023-09-29T11:14:41Z' uid='6705' user='spaetz' visible='true' version='4' changeset='141906998' lat='53.5667672' lon='9.9839981' />
<node id='3201245963' timestamp='2015-12-01T18:17:23Z' uid='502863' user='Alpin100' visible='true' version='2' changeset='35690474' lat='53.5669359' lon='9.9846319' />
<node id='3871234985' timestamp='2015-12-01T18:17:21Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5671327' lon='9.9838634' />
<node id='3871234986' timestamp='2016-01-16T19:08:45Z' uid='795290' user='simlox' visible='true' version='2' changeset='36621760' lat='53.5671328' lon='9.9839022' />
<node id='3871234987' timestamp='2015-12-01T18:17:21Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5664402' lon='9.9845136' />
<node id='3871234988' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5667983' lon='9.9839584' />
<node id='3871234989' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5666974' lon='9.9841508' />
<node id='3871234990' timestamp='2015-12-01T18:17:21Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5662203' lon='9.9851247' />
<node id='3871234991' timestamp='2015-12-01T18:17:21Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5661157' lon='9.9848762' />
<node id='3871234995' timestamp='2015-12-01T18:17:21Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5661101' lon='9.9848048' />
<node id='3871234997' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5669485' lon='9.9840844' />
<node id='3871234998' timestamp='2015-12-01T18:17:21Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5669331' lon='9.9844768' />
<node id='3871234999' timestamp='2015-12-01T18:17:21Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5670821' lon='9.9843293' />
<node id='3871235000' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.567115' lon='9.9844472' />
<node id='3871235002' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5671691' lon='9.9844274'>
<tag k='entrance' v='main' />
</node>
<node id='3871235003' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5671845' lon='9.9844218' />
<node id='3871235004' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5671746' lon='9.9840374' />
<node id='3871235005' timestamp='2016-01-16T19:08:45Z' uid='795290' user='simlox' visible='true' version='2' changeset='36621760' lat='53.5671825' lon='9.9840277' />
<node id='3871235007' timestamp='2016-01-16T19:08:45Z' uid='795290' user='simlox' visible='true' version='2' changeset='36621760' lat='53.5671569' lon='9.98386' />
<node id='3871235008' timestamp='2016-01-16T19:08:45Z' uid='795290' user='simlox' visible='true' version='2' changeset='36621760' lat='53.567158' lon='9.9838989' />
<node id='3871235009' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5671071' lon='9.9839044' />
<node id='3871235010' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5668565' lon='9.9843862' />
<node id='3871235011' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5667907' lon='9.984328' />
<node id='3871235012' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5667916' lon='9.9842549' />
<node id='3871235014' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5667262' lon='9.9849804' />
<node id='3871235015' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5666543' lon='9.9849188' />
<node id='3871235016' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5666506' lon='9.9847831' />
<node id='3871235017' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.566576' lon='9.9847233' />
<node id='3871235018' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.566569' lon='9.9845847' />
<node id='3871235019' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5666365' lon='9.9845045' />
<node id='3871235020' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5667117' lon='9.984562' />
<node id='3871235021' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.566783' lon='9.9844878' />
<node id='3871235022' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5668569' lon='9.9845546' />
<node id='3871235023' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5667935' lon='9.9849057' />
<node id='3871235024' timestamp='2018-11-13T21:48:09Z' uid='7549553' user='joe2812' visible='true' version='2' changeset='64459090' lat='53.5669328' lon='9.9849495' />
<node id='3871235025' timestamp='2018-11-13T21:48:09Z' uid='7549553' user='joe2812' visible='true' version='2' changeset='64459090' lat='53.5669443' lon='9.9849403' />
<node id='3871235026' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5669824' lon='9.9849159' />
<node id='3871235027' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669782' lon='9.9858885' />
<node id='3871235028' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5668249' lon='9.9861437' />
<node id='3871235029' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670431' lon='9.9859068' />
<node id='3871235030' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5670056' lon='9.9865066' />
<node id='3871235031' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5668237' lon='9.9865204' />
<node id='3871235032' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5669591' lon='9.9865079' />
<node id='3871235034' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5671005' lon='9.9838649' />
<node id='3871235035' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5667037' lon='9.9835837' />
<node id='3871235036' timestamp='2016-01-16T19:08:45Z' uid='795290' user='simlox' visible='true' version='2' changeset='36621760' lat='53.5668763' lon='9.9832173' />
<node id='3871235038' timestamp='2015-12-01T18:17:22Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690474' lat='53.5671609' lon='9.9828893' />
<node id='3871235039' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5669016' lon='9.9830842' />
<node id='3871260147' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5665508' lon='9.984026' />
<node id='3871260148' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5665561' lon='9.9841674' />
<node id='3871260149' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5664895' lon='9.9842364' />
<node id='3871260150' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5664533' lon='9.9841366' />
<node id='3871260151' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5664929' lon='9.9842931' />
<node id='3871260152' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482' lat='53.5663827' lon='9.9844223' />
<node id='3871260153' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5663381' lon='9.9844659' />
<node id='3871260154' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5663663' lon='9.984442' />
<node id='3871260155' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5662535' lon='9.9839981'>
<tag k='entrance' v='yes' />
</node>
<node id='3871260156' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5662927' lon='9.9845131' />
<node id='3871261457' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5662235' lon='9.9844331' />
<node id='3871261458' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5662314' lon='9.9843232' />
<node id='3871261459' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5661909' lon='9.9842199' />
<node id='3871261460' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5662047' lon='9.9841746'>
<tag k='tactile_paving' v='yes' />
</node>
<node id='3871261461' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5662149' lon='9.983998' />
<node id='3871261462' timestamp='2015-12-01T18:23:32Z' uid='502863' user='Alpin100' visible='true' version='1' changeset='35690594' lat='53.5662225' lon='9.983973' />
<node id='3950370525' timestamp='2016-01-16T18:45:00Z' uid='795290' user='simlox' visible='true' version='1' changeset='36621305' lat='53.5672813' lon='9.9828143' />
<node id='3950372881' timestamp='2016-01-16T18:44:59Z' uid='795290' user='simlox' visible='true' version='1' changeset='36621305' lat='53.5658925' lon='9.9849634' />
<node id='3950372882' timestamp='2016-01-16T18:44:59Z' uid='795290' user='simlox' visible='true' version='1' changeset='36621305' lat='53.5659125' lon='9.9849731' />
<node id='3950372883' timestamp='2016-01-16T18:44:59Z' uid='795290' user='simlox' visible='true' version='1' changeset='36621305' lat='53.5659148' lon='9.9849373' />
<node id='3950372884' timestamp='2016-01-16T18:44:59Z' uid='795290' user='simlox' visible='true' version='1' changeset='36621305' lat='53.5660633' lon='9.9850465' />
<node id='3950372885' timestamp='2016-01-16T18:44:59Z' uid='795290' user='simlox' visible='true' version='1' changeset='36621305' lat='53.5660882' lon='9.9847297' />
<node id='3950409027' timestamp='2016-01-16T19:08:43Z' uid='795290' user='simlox' visible='true' version='1' changeset='36621760' lat='53.5668143' lon='9.9834232' />
<node id='6058769358' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669968' lon='9.9857456' />
<node id='6058769359' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669964' lon='9.9857513' />
<node id='6058769360' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670294' lon='9.9857584' />
<node id='6058769361' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670313' lon='9.9857336' />
<node id='6058769381' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669098' lon='9.9852512' />
<node id='6058769382' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669197' lon='9.985255' />
<node id='6058769383' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669506' lon='9.9852692' />
<node id='6058769384' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669597' lon='9.9852728' />
<node id='6058769854' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669894' lon='9.9852865' />
<node id='6058769855' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669978' lon='9.9852898' />
<node id='6058769856' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670295' lon='9.9853041' />
<node id='6058769857' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670397' lon='9.9853081' />
<node id='6058769858' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670417' lon='9.9852934' />
<node id='6058769859' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670317' lon='9.9852879' />
<node id='6058769860' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669998' lon='9.9852754' />
<node id='6058769861' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669916' lon='9.9852708' />
<node id='6058769862' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669616' lon='9.985259' />
<node id='6058769863' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669526' lon='9.9852541' />
<node id='6058769864' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669215' lon='9.9852419' />
<node id='6058769865' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669118' lon='9.9852366' />
<node id='6058769866' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5668804' lon='9.9852403' />
<node id='6058769867' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5668825' lon='9.9852252' />
<node id='6058769868' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5669047' lon='9.9850063' />
<node id='6058769869' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5668948' lon='9.9850041' />
<node id='6058769946' timestamp='2018-11-13T21:47:57Z' uid='7549553' user='joe2812' visible='true' version='1' changeset='64459090' lat='53.5669394' lon='9.9849512' />
<node id='6058769947' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670696' lon='9.9853228' />
<node id='6058769948' timestamp='2023-09-03T11:25:46Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140753767' lat='53.5670777' lon='9.9853264' />
<node id='6552746754' timestamp='2019-06-17T10:33:40Z' uid='5597226' user='micccey' visible='true' version='1' changeset='71324612' lat='53.5669236' lon='9.9846383' />
<node id='11164918344' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5672435' lon='9.9832902' />
<node id='11164918345' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5672048' lon='9.9834602' />
<node id='11164918349' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5671754' lon='9.984221' />
<node id='11164918350' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5671819' lon='9.9842119' />
<node id='11164918358' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5666945' lon='9.9840816' />
<node id='11164918362' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5669124' lon='9.9840541' />
<node id='11164918364' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5667761' lon='9.9839132' />
<node id='11164918367' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5669084' lon='9.9841794' />
<node id='11164918368' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.566859' lon='9.9841406' />
<node id='11164918371' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5668132' lon='9.9841692' />
<node id='11164918374' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5667982' lon='9.9843346' />
<node id='11164918375' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5668471' lon='9.9843778' />
<node id='11164918378' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5668627' lon='9.984379' />
<node id='11164918379' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.566914' lon='9.9843239' />
<node id='11164918392' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5668133' lon='9.9842173' />
<node id='11164918394' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5668136' lon='9.9842297' />
<node id='11164923016' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5669241' lon='9.9842662' />
<node id='11164923017' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5669245' lon='9.9842838' />
<node id='11164923018' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5669237' lon='9.9842486' />
<node id='11164923031' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482' lat='53.5667172' lon='9.9847107' />
<way id='26314994' timestamp='2013-04-13T09:17:34Z' uid='63375' user='Divjo' visible='true' version='4' changeset='15710316'>
<nd ref='288309611' />
<nd ref='288309613' />
<nd ref='288309614' />
<nd ref='2265648161' />
<nd ref='288309611' />
<tag k='natural' v='scrub' />
</way>
<way id='26315001' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='11' changeset='140755482'>
<nd ref='288309661' />
<nd ref='11164923031' />
<nd ref='3871235020' />
<nd ref='3871235021' />
<nd ref='3871235022' />
<nd ref='294019924' />
<nd ref='288309661' />
<tag k='landuse' v='grass' />
</way>
<way id='26315374' timestamp='2024-08-23T16:13:12Z' uid='3781248' user='matheusgomesms' visible='true' version='27' changeset='155661264'>
<nd ref='2266634705' />
<nd ref='2888987553' />
<nd ref='2266634703' />
<nd ref='2266634701' />
<nd ref='2888987551' />
<nd ref='2266634696' />
<nd ref='2266634693' />
<nd ref='2888987550' />
<nd ref='2266634692' />
<nd ref='2266634689' />
<nd ref='2888987549' />
<nd ref='2266634683' />
<nd ref='2266634681' />
<nd ref='2888987547' />
<nd ref='2266634679' />
<nd ref='2266634672' />
<nd ref='2929020636' />
<nd ref='1931923865' />
<nd ref='288314475' />
<nd ref='288314474' />
<nd ref='288314473' />
<nd ref='2266634690' />
<nd ref='288314471' />
<nd ref='288314469' />
<nd ref='288314467' />
<nd ref='2929020637' />
<nd ref='288314480' />
<nd ref='2266634705' />
<tag k='addr:city' v='Hamburg' />
<tag k='addr:housenumber' v='4' />
<tag k='addr:postcode' v='20146' />
<tag k='addr:street' v='Von-Melle-Park' />
<tag k='building' v='university' />
<tag k='building:colour' v='yellow' />
<tag k='building:levels' v='2' />
<tag k='building:material' v='brick' />
<tag k='name' v='Audimax' />
<tag k='operator' v='Universität Hamburg' />
<tag k='operator:wikidata' v='Q156725' />
<tag k='roof:colour' v='darkgray' />
<tag k='roof:levels' v='1' />
<tag k='roof:material' v='tar_paper' />
<tag k='roof:shape' v='dome' />
<tag k='toilets:wheelchair' v='yes' />
<tag k='wheelchair' v='yes' />
<tag k='wheelchair:description' v='eingang mit türöffner, ebenerdig. fahrstuhl für ersten &amp; zweiten stock. großes WC mit türöffner im erdgeschoß rechts - automatic doors + elevator + big toilet to the right hand site of the entrance' />
<tag k='wikidata' v='Q16240789' />
</way>
<way id='383808083' timestamp='2023-09-29T11:14:41Z' uid='6705' user='spaetz' visible='true' version='8' changeset='141906998'>
<nd ref='3871235007' />
<nd ref='3871234985' />
<nd ref='3871235034' />
<nd ref='288309570' />
<nd ref='288309568' />
<nd ref='288309566' />
<nd ref='288309579' />
<nd ref='288309575' />
<nd ref='11164918364' />
<nd ref='291873993' />
<nd ref='288309652' />
<nd ref='799487045' />
<nd ref='3871260147' />
<nd ref='3871260148' />
<nd ref='3871260149' />
<nd ref='3871260151' />
<nd ref='3871260152' />
<nd ref='3871260154' />
<nd ref='3871260153' />
<nd ref='3871260156' />
<nd ref='3871261457' />
<nd ref='3871261458' />
<nd ref='3871261459' />
<nd ref='3871261460' />
<nd ref='3871261461' />
<nd ref='3871261462' />
<nd ref='3871260155' />
<nd ref='3871260150' />
<nd ref='2266634699' />
<nd ref='3871235035' />
<nd ref='3950409027' />
<nd ref='3871235036' />
<nd ref='3871235039' />
<nd ref='420630055' />
<nd ref='2165715445' />
<nd ref='798487934' />
<nd ref='798487958' />
<nd ref='798487954' />
<nd ref='798487938' />
<nd ref='2266634747' />
<nd ref='798487932' />
<nd ref='3871235038' />
<nd ref='295581139' />
<nd ref='3950370525' />
<nd ref='299649618' />
<nd ref='798487933' />
<nd ref='343094704' />
<nd ref='11164918344' />
<nd ref='798487956' />
<nd ref='11164918345' />
<nd ref='798487951' />
<nd ref='798487942' />
<nd ref='343094703' />
<nd ref='798487953' />
<nd ref='3871235005' />
<nd ref='3871235004' />
<nd ref='11164918350' />
<nd ref='11164918349' />
<nd ref='3871235003' />
<nd ref='3871235002' />
<nd ref='3871235000' />
<nd ref='3871234999' />
<nd ref='3871234998' />
<nd ref='3201245963' />
<nd ref='6552746754' />
<nd ref='288309658' />
<nd ref='288309674' />
<nd ref='3871235026' />
<nd ref='3871235025' />
<nd ref='6058769946' />
<nd ref='3871235024' />
<nd ref='288309671' />
<nd ref='288309663' />
<nd ref='291869969' />
<nd ref='6058769868' />
<nd ref='6058769869' />
<nd ref='414861398' />
<nd ref='301118056' />
<nd ref='6058769866' />
<nd ref='6058769867' />
<nd ref='6058769865' />
<nd ref='6058769381' />
<nd ref='6058769382' />
<nd ref='6058769864' />
<nd ref='6058769863' />
<nd ref='6058769383' />
<nd ref='6058769384' />
<nd ref='6058769862' />
<nd ref='6058769861' />
<nd ref='6058769854' />
<nd ref='6058769855' />
<nd ref='6058769860' />
<nd ref='6058769859' />
<nd ref='6058769856' />
<nd ref='6058769857' />
<nd ref='6058769858' />
<nd ref='301118054' />
<nd ref='6058769947' />
<nd ref='6058769948' />
<nd ref='423172908' />
<nd ref='401439118' />
<nd ref='2165715446' />
<nd ref='6058769361' />
<nd ref='6058769360' />
<nd ref='6058769359' />
<nd ref='6058769358' />
<nd ref='799487028' />
<nd ref='3871235027' />
<nd ref='3871235029' />
<nd ref='3871235030' />
<nd ref='3871235032' />
<nd ref='3871235031' />
<nd ref='3871235028' />
<nd ref='2929020640' />
<nd ref='292022115' />
<nd ref='2929020639' />
<nd ref='2929020638' />
<nd ref='2929020637' />
<nd ref='288314480' />
<nd ref='2266634705' />
<nd ref='2266634706' />
<nd ref='2266634704' />
<nd ref='2266634703' />
<nd ref='2266634701' />
<nd ref='2266634702' />
<nd ref='2266634697' />
<nd ref='2266634696' />
<nd ref='2266634693' />
<nd ref='2266634694' />
<nd ref='288314479' />
<nd ref='2266634691' />
<nd ref='2266634692' />
<nd ref='2266634689' />
<nd ref='2266634688' />
<nd ref='2266634682' />
<nd ref='2266634683' />
<nd ref='2266634681' />
<nd ref='2266634680' />
<nd ref='423838683' />
<nd ref='288314477' />
<nd ref='2266634679' />
<nd ref='2266634672' />
<nd ref='2929020636' />
<nd ref='3871234990' />
<nd ref='3950372884' />
<nd ref='3950372882' />
<nd ref='3950372881' />
<nd ref='3950372883' />
<nd ref='3950372885' />
<nd ref='3871234995' />
<nd ref='3871234991' />
<nd ref='294021660' />
<nd ref='294021661' />
<nd ref='294021662' />
<nd ref='3871234987' />
<nd ref='288309642' />
<nd ref='799487071' />
<nd ref='288309640' />
<nd ref='288309638' />
<nd ref='288309636' />
<nd ref='3871234989' />
<nd ref='11164918358' />
<nd ref='3201245962' />
<nd ref='3871234988' />
<nd ref='11164918362' />
<nd ref='3871234997' />
<nd ref='3871235009' />
<nd ref='3871234986' />
<nd ref='3871235008' />
<nd ref='3871235007' />
</way>
<way id='440526813' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='2' changeset='140755482'>
<nd ref='288309605' />
<nd ref='3871235012' />
<nd ref='3871235011' />
<nd ref='11164918374' />
<nd ref='11164918375' />
<nd ref='3871235010' />
<nd ref='11164918378' />
<nd ref='11164918379' />
<nd ref='2265648185' />
<nd ref='11164923017' />
<nd ref='11164923016' />
<nd ref='11164923018' />
<nd ref='2265648182' />
<nd ref='11164918367' />
<nd ref='288309602' />
<nd ref='11164918368' />
<nd ref='2265648170' />
<nd ref='2265648165' />
<nd ref='11164918371' />
<nd ref='2265648167' />
<nd ref='2265648164' />
<nd ref='2265648166' />
<nd ref='288309603' />
<nd ref='11164918392' />
<nd ref='11164918394' />
<nd ref='2265648169' />
<nd ref='288309605' />
</way>
<way id='1204653809' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482'>
<nd ref='3871235016' />
<nd ref='11164923031' />
<nd ref='288309661' />
<nd ref='3871235023' />
<nd ref='3871235014' />
<nd ref='3871235015' />
<nd ref='3871235016' />
<tag k='landuse' v='grass' />
</way>
<way id='1204653810' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='1' changeset='140755482'>
<nd ref='3871235020' />
<nd ref='11164923031' />
<nd ref='3871235016' />
<nd ref='3871235017' />
<nd ref='3871235018' />
<nd ref='3871235019' />
<nd ref='3871235020' />
<tag k='landuse' v='grass' />
</way>
<relation id='5711318' timestamp='2023-09-03T12:04:09Z' uid='9627921' user='hauke-stieler' visible='true' version='6' changeset='140755482'>
<member type='way' ref='383808083' role='outer' />
<member type='way' ref='26315001' role='inner' />
<member type='way' ref='1204653809' role='inner' />
<member type='way' ref='1204653810' role='inner' />
<member type='way' ref='26314994' role='inner' />
<member type='way' ref='440526813' role='inner' />
<tag k='bicycle' v='yes' />
<tag k='highway' v='footway' />
<tag k='name' v='Von-Melle-Park' />
<tag k='surface' v='paved' />
<tag k='type' v='multipolygon' />
</relation>
</osm>

View file

@ -0,0 +1,50 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='92616224' timestamp='2019-08-09T04:15:36Z' uid='331218' user='AgusQui' visible='true' version='10' changeset='73177218' lat='-34.5834882' lon='-58.4133745'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='107931444' timestamp='2019-08-09T04:15:36Z' uid='331218' user='AgusQui' visible='true' version='5' changeset='73177218' lat='-34.5824229' lon='-58.4148338' />
<node id='177127912' timestamp='2018-11-28T02:27:59Z' uid='9008001' user='GazEddyr' visible='true' version='7' changeset='64956420' lat='-34.5829438' lon='-58.414118' />
<node id='4140695260' timestamp='2016-04-22T12:26:13Z' uid='3837224' user='MatiasJ' visible='true' version='1' changeset='38784302' lat='-34.5834977' lon='-58.4135312'>
<tag k='addr:housenumber' v='3602' />
<tag k='addr:street' v='Juncal' />
</node>
<node id='4140695268' timestamp='2016-12-25T02:02:53Z' uid='331218' user='AgusQui' visible='true' version='2' changeset='44654908' lat='-34.5830567' lon='-58.4141004'>
<tag k='addr:housenumber' v='3700' />
<tag k='addr:street' v='Juncal' />
</node>
<node id='4140695280' timestamp='2016-04-22T12:26:14Z' uid='3837224' user='MatiasJ' visible='true' version='1' changeset='38784302' lat='-34.5825555' lon='-58.4147838'>
<tag k='addr:housenumber' v='3800' />
<tag k='addr:street' v='Juncal' />
</node>
<way id='11975202' timestamp='2021-01-26T18:53:10Z' uid='72347' user='Hernan' visible='true' version='14' changeset='98179749'>
<nd ref='107931444' />
<nd ref='177127912' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Juncal' />
<tag k='oneway' v='no' />
<tag k='surface' v='asphalt' />
</way>
<way id='38590671' timestamp='2021-02-14T20:56:14Z' uid='72347' user='Hernan' visible='true' version='8' changeset='99266720'>
<nd ref='177127912' />
<nd ref='92616224' />
<tag k='highway' v='residential' />
<tag k='lane_markings' v='no' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Juncal' />
<tag k='oneway' v='yes' />
<tag k='sidewalk' v='both' />
<tag k='surface' v='asphalt' />
</way>
<way id='412717282' timestamp='2019-08-09T04:15:36Z' uid='331218' user='AgusQui' visible='true' version='2' changeset='73177218'>
<nd ref='4140695260' />
<nd ref='4140695268' />
<nd ref='4140695280' />
<tag k='addr:inclusion' v='actual' />
<tag k='addr:interpolation' v='even' />
</way>
</osm>

View file

@ -0,0 +1,44 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='25632104' timestamp='2015-08-12T08:40:54Z' uid='476713' user='jirislaby' visible='true' version='4' changeset='33285852' lat='49.1776882' lon='16.6061608' />
<node id='59816970' timestamp='2023-07-07T21:45:18Z' uid='10284764' user='MIGORMCZ' visible='true' version='3' changeset='138245640' lat='49.1762143' lon='16.6061296' />
<node id='59816971' timestamp='2023-07-07T21:45:18Z' uid='10284764' user='MIGORMCZ' visible='true' version='2' changeset='138245640' lat='49.1750203' lon='16.6061134' />
<node id='309878927' timestamp='2020-10-03T23:20:01Z' uid='102554' user='Jezevec' visible='true' version='8' changeset='91916720' lat='49.1811274' lon='16.5965137'>
<tag k='name' v='Štýřice' />
<tag k='name:cs' v='Štýřice' />
<tag k='place' v='suburb' />
<tag k='ref:cobe' v='411604' />
<tag k='source' v='csu:uir-zsj' />
<tag k='source:position' v='localknowledge' />
<tag k='wikidata' v='Q10424523' />
<tag k='wikipedia' v='cs:Štýřice' />
</node>
<node id='1614139733' timestamp='2014-07-22T07:13:34Z' uid='1942179' user='CzechAddress' visible='true' version='2' changeset='24286933' lat='49.1764779' lon='16.606525'>
<tag k='addr:conscriptionnumber' v='888' />
<tag k='addr:housenumber' v='888/66b' />
<tag k='addr:place' v='Štýřice' />
<tag k='addr:postcode' v='63900' />
<tag k='addr:street' v='Pražákova' />
<tag k='addr:streetnumber' v='66b' />
<tag k='ref:ruian:addr' v='27535088' />
</node>
<node id='2883894250' timestamp='2023-07-07T21:45:18Z' uid='10284764' user='MIGORMCZ' visible='true' version='3' changeset='138245640' lat='49.1769708' lon='16.6061426' />
<node id='4213415639' timestamp='2016-05-29T08:03:17Z' uid='476713' user='jirislaby' visible='true' version='1' changeset='39637110' lat='49.1753087' lon='16.6061167' />
<node id='4213415643' timestamp='2016-05-29T08:03:17Z' uid='476713' user='jirislaby' visible='true' version='1' changeset='39637110' lat='49.1761517' lon='16.6061282' />
<node id='4213415650' timestamp='2016-05-29T08:03:17Z' uid='476713' user='jirislaby' visible='true' version='1' changeset='39637110' lat='49.1766498' lon='16.6061368' />
<way id='48024756' timestamp='2022-11-19T11:07:41Z' uid='13953005' user='JBS21' visible='true' version='9' changeset='129118441'>
<nd ref='25632104' />
<nd ref='2883894250' />
<nd ref='4213415650' />
<nd ref='59816970' />
<nd ref='4213415643' />
<nd ref='4213415639' />
<nd ref='59816971' />
<tag k='highway' v='residential' />
<tag k='lit' v='yes' />
<tag k='name' v='Pražákova' />
<tag k='smoothness' v='good' />
<tag k='source' v='uhul:ortofoto' />
<tag k='surface' v='asphalt' />
</way>
</osm>

View file

@ -0,0 +1,133 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='60725080' timestamp='2022-04-08T10:26:51Z' uid='260756' user='Felis Pimeja' visible='true' version='17' changeset='119464751' lat='55.8267198' lon='37.6468859'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='170618818' timestamp='2023-03-10T13:06:22Z' uid='2055718' user='Bobropiton' visible='true' version='7' changeset='133518020' lat='55.8293621' lon='37.649651' />
<node id='239852178' timestamp='2022-04-08T10:26:51Z' uid='260756' user='Felis Pimeja' visible='true' version='7' changeset='119464751' lat='55.8270495' lon='37.6476098' />
<node id='251540309' timestamp='2022-04-08T14:30:47Z' uid='260756' user='Felis Pimeja' visible='true' version='11' changeset='119473847' lat='55.829097' lon='37.6493466' />
<node id='262997018' timestamp='2018-12-08T20:06:34Z' uid='260756' user='Felis Pimeja' visible='true' version='14' changeset='65299944' lat='55.8334352' lon='37.5952977'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='262998331' timestamp='2018-12-06T10:17:46Z' uid='260756' user='Felis Pimeja' visible='true' version='4' changeset='65233634' lat='55.8327926' lon='37.5964708' />
<node id='303286274' timestamp='2022-04-08T10:26:51Z' uid='260756' user='Felis Pimeja' visible='true' version='9' changeset='119464751' lat='55.8273477' lon='37.6475361' />
<node id='559768673' timestamp='2016-04-09T01:07:41Z' uid='266092' user='luch86' visible='true' version='2' changeset='38420091' lat='55.8289647' lon='37.6495399' />
<node id='1069955600' timestamp='2022-04-08T10:26:51Z' uid='260756' user='Felis Pimeja' visible='true' version='5' changeset='119464751' lat='55.8270112' lon='37.6471785'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
<tag k='traffic_signals:sound' v='walk' />
</node>
<node id='4261845502' timestamp='2023-09-16T23:03:43Z' uid='3305165' user='luisforte' visible='true' version='9' changeset='141361395' lat='55.8285355' lon='37.6487923'>
<tag k='bus' v='yes' />
<tag k='name' v='Улица Сергея Эйзенштейна' />
<tag k='public_transport' v='stop_position' />
</node>
<node id='4297064723' timestamp='2018-12-08T20:06:36Z' uid='260756' user='Felis Pimeja' visible='true' version='3' changeset='65299944' lat='55.8333342' lon='37.5954708'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
</node>
<node id='5165207628' timestamp='2017-10-13T12:52:36Z' uid='260756' user='Felis Pimeja' visible='true' version='1' changeset='52891509' lat='55.8275582' lon='37.6478112' />
<node id='5316613130' timestamp='2021-10-09T19:57:40Z' uid='1419157' user='Erelen' visible='true' version='2' changeset='112313641' lat='55.8385829' lon='37.6132963' />
<node id='5316613131' timestamp='2021-10-09T19:57:40Z' uid='1419157' user='Erelen' visible='true' version='2' changeset='112313641' lat='55.8385866' lon='37.6135051' />
<node id='5316613132' timestamp='2021-10-09T19:57:40Z' uid='1419157' user='Erelen' visible='true' version='2' changeset='112313641' lat='55.8386865' lon='37.6134994' />
<node id='5316613133' timestamp='2021-10-09T19:57:40Z' uid='1419157' user='Erelen' visible='true' version='2' changeset='112313641' lat='55.8386828' lon='37.6132906' />
<node id='6119965287' timestamp='2018-12-05T20:30:55Z' uid='260756' user='Felis Pimeja' visible='true' version='1' changeset='65217143' lat='55.830996' lon='37.5999878' />
<node id='6121142882' timestamp='2018-12-06T10:17:30Z' uid='260756' user='Felis Pimeja' visible='true' version='1' changeset='65233634' lat='55.8311335' lon='37.5997129' />
<node id='6121143795' timestamp='2018-12-06T10:17:33Z' uid='260756' user='Felis Pimeja' visible='true' version='1' changeset='65233634' lat='55.8325644' lon='37.5969095' />
<node id='6121144195' timestamp='2018-12-06T10:17:31Z' uid='260756' user='Felis Pimeja' visible='true' version='1' changeset='65233634' lat='55.8315108' lon='37.5989739' />
<node id='6121144199' timestamp='2023-01-01T13:45:29Z' uid='830106' user='literan' visible='true' version='2' changeset='130748868' lat='55.833139' lon='37.5958119'>
<tag k='bus' v='yes' />
<tag k='name' v='Оранжерея Ботанического сада' />
<tag k='public_transport' v='stop_position' />
<tag k='share_taxi' v='yes' />
</node>
<node id='8617667462' timestamp='2021-04-18T05:12:55Z' uid='163023' user='ajvol' visible='true' version='2' changeset='103123835' lat='55.8417885' lon='37.6186135' />
<node id='8617667463' timestamp='2021-04-18T05:12:55Z' uid='163023' user='ajvol' visible='true' version='2' changeset='103123835' lat='55.8417309' lon='37.6186262' />
<node id='8617667464' timestamp='2021-04-18T05:12:55Z' uid='163023' user='ajvol' visible='true' version='2' changeset='103123835' lat='55.8417261' lon='37.6185574' />
<node id='8617667465' timestamp='2021-04-18T05:12:55Z' uid='163023' user='ajvol' visible='true' version='2' changeset='103123835' lat='55.8417837' lon='37.6185447' />
<way id='46259825' timestamp='2023-08-23T23:16:13Z' uid='19874231' user='SillyWillyDon' visible='true' version='28' changeset='140296374'>
<nd ref='170618818' />
<nd ref='251540309' />
<nd ref='4261845502' />
<nd ref='5165207628' />
<nd ref='303286274' />
<nd ref='1069955600' />
<nd ref='60725080' />
<tag k='foot' v='no' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='RU:urban' />
<tag k='name' v='проспект Мира (дублёр)' />
<tag k='name:etymology:wikidata' v='Q454' />
<tag k='name:uk' v='проспект Миру (дублер)' />
<tag k='omkum:old_name' v='1-я Мещанская улица (до 1917 г.) /+ Ярославское шоссе (до 1917 г.)' />
<tag k='oneway' v='yes' />
<tag k='smoothness' v='excellent' />
<tag k='surface' v='asphalt' />
</way>
<way id='408992425' timestamp='2023-09-17T00:03:46Z' uid='461130' user='Fizzie41' visible='true' version='30' changeset='141362335'>
<nd ref='559768673' />
<nd ref='239852178' />
<tag k='cutting' v='yes' />
<tag k='foot' v='no' />
<tag k='highway' v='primary' />
<tag k='lanes' v='4' />
<tag k='lanes:psv' v='1' />
<tag k='layer' v='-1' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='RU:urban' />
<tag k='name' v='проспект Мира' />
<tag k='name:etymology:wikidata' v='Q454' />
<tag k='name:uk' v='проспект Миру' />
<tag k='omkum:old_name' v='1-я Мещанская улица (до 1917 г.) /+ Ярославское шоссе (до 1917 г.)' />
<tag k='oneway' v='yes' />
<tag k='smoothness' v='excellent' />
<tag k='surface' v='asphalt' />
</way>
<way id='550451626' timestamp='2021-10-09T19:57:40Z' uid='1419157' user='Erelen' visible='true' version='5' changeset='112313641'>
<nd ref='5316613133' />
<nd ref='5316613132' />
<nd ref='5316613131' />
<nd ref='5316613130' />
<nd ref='5316613133' />
<tag k='addr:housenumber' v='119 с351' />
<tag k='addr:street' v='проспект Мира' />
<tag k='building' v='toilets' />
</way>
<way id='760530474' timestamp='2023-08-27T00:37:58Z' uid='285369' user='avi32' visible='true' version='11' changeset='140433249'>
<nd ref='6119965287' />
<nd ref='6121142882' />
<nd ref='6121144195' />
<nd ref='6121143795' />
<nd ref='262998331' />
<nd ref='6121144199' />
<nd ref='4297064723' />
<nd ref='262997018' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='RU:urban' />
<tag k='name' v='Ботаническая улица' />
<tag k='name:en' v='Botanicheskaya Street' />
<tag k='name:etymology:wikidata' v='Q441' />
<tag k='name:ru' v='Ботаническая улица' />
<tag k='name:uk' v='Ботанічна вулиця' />
<tag k='omkum:old_name' v='Владыкинское шоссе (1922 г.) Вогаусское шоссе (до 1917 г.)' />
<tag k='surface' v='asphalt' />
</way>
<way id='929222379' timestamp='2023-07-09T14:58:16Z' uid='260756' user='Felis Pimeja' visible='true' version='2' changeset='138299764'>
<nd ref='8617667462' />
<nd ref='8617667463' />
<nd ref='8617667464' />
<nd ref='8617667465' />
<nd ref='8617667462' />
<tag k='addr:housenumber' v='4 с55' />
<tag k='addr:street' v='Ботаническая улица' />
<tag k='building' v='service' />
<tag k='building:levels' v='1' />
<tag k='ref' v='281' />
</way>
</osm>

View file

@ -0,0 +1,380 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<bounds minlat='37.5391021' minlon='-77.4277476' maxlat='37.5392699' maxlon='-77.4275012' origin='CGImap 0.8.8 (2578988 spike-07.openstreetmap.org)' />
<bounds minlat='37.5391021' minlon='-77.4277476' maxlat='37.5392699' maxlon='-77.4275012' origin='OpenStreetMap server' />
<node id='3699235398' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5388738' lon='-77.4281318' />
<node id='3699235399' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5394765' lon='-77.4275394' />
<node id='3699235400' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5397349' lon='-77.4272926' />
<node id='3699235401' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5398092' lon='-77.4271939' />
<node id='3699235402' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5398875' lon='-77.4270655' />
<node id='3699235403' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5397623' lon='-77.4270902' />
<node id='3699235404' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5395822' lon='-77.4271445' />
<node id='3699235405' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5393943' lon='-77.4272038' />
<node id='3699235406' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5392417' lon='-77.4272729' />
<node id='3699235407' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5390616' lon='-77.4273667' />
<node id='3699235408' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387603' lon='-77.4275444' />
<node id='3699235409' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5385802' lon='-77.4276678' />
<node id='3699235410' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5386389' lon='-77.4276678' />
<node id='3699235411' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387211' lon='-77.4276875' />
<node id='3699235412' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387876' lon='-77.427727' />
<node id='3699235413' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5388385' lon='-77.427806' />
<node id='3699235414' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5388777' lon='-77.4279146' />
<node id='3699235415' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5388933' lon='-77.4280232' />
<node id='3699235416' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5377112' lon='-77.4284526' />
<node id='3699235417' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5377895' lon='-77.4285365' />
<node id='3699235418' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5379226' lon='-77.4286353' />
<node id='3699235419' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5380244' lon='-77.4286748' />
<node id='3699235420' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5381457' lon='-77.4286846' />
<node id='3699235421' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5382749' lon='-77.42866' />
<node id='3699235422' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5384119' lon='-77.4285563' />
<node id='3699235423' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387407' lon='-77.428191' />
<node id='3699235424' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387798' lon='-77.4280873' />
<node id='3699235425' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387798' lon='-77.4279936' />
<node id='3699235426' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387603' lon='-77.4279047' />
<node id='3699235427' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5387133' lon='-77.4278307' />
<node id='3699235428' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5386507' lon='-77.4277764' />
<node id='3699235429' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5385763' lon='-77.4277616' />
<node id='3699235430' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.538498' lon='-77.4277862' />
<node id='3699235431' timestamp='2015-08-15T23:14:58Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5382357' lon='-77.4280034' />
<node id='3699235528' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.541386' lon='-77.4271845' />
<node id='3699235529' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5411938' lon='-77.4272012' />
<node id='3699235530' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5408458' lon='-77.4272347' />
<node id='3699235531' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.540511' lon='-77.4272598' />
<node id='3699235532' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5403089' lon='-77.4272974' />
<node id='3699235533' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5401664' lon='-77.4273392' />
<node id='3699235534' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5399774' lon='-77.4274186' />
<node id='3699235535' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5398747' lon='-77.4274938' />
<node id='3699235536' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5399973' lon='-77.4273225' />
<node id='3699235537' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5400504' lon='-77.427172' />
<node id='3699235538' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5401034' lon='-77.4270299' />
<node id='3699235539' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5403884' lon='-77.427009' />
<node id='3699235540' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5406867' lon='-77.4270215' />
<node id='3699235541' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5409916' lon='-77.4270591' />
<node id='3699235542' timestamp='2015-08-15T23:15:00Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='33360812' lat='37.5412004' lon='-77.4271176' />
<node id='7684104397' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5401271' lon='-77.4270282' />
<node id='7684104398' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5401241' lon='-77.4270775' />
<node id='7684104399' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5401337' lon='-77.4271339' />
<node id='7684104400' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5401486' lon='-77.4271674' />
<node id='7684104401' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5401624' lon='-77.4271929' />
<node id='7684104402' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5401943' lon='-77.4272103' />
<node id='7684104403' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5402284' lon='-77.4272224' />
<node id='7684104404' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5402379' lon='-77.427213' />
<node id='7684104405' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5402571' lon='-77.427213' />
<node id='7684104406' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5402805' lon='-77.4272277' />
<node id='7684104407' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5402943' lon='-77.4272358' />
<node id='7684104408' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.540323' lon='-77.4272385' />
<node id='7684104409' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5403549' lon='-77.4272304' />
<node id='7684104410' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5403804' lon='-77.427209' />
<node id='7684104411' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5404006' lon='-77.4272049' />
<node id='7684104412' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5404251' lon='-77.4271996' />
<node id='7684104413' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5404612' lon='-77.4271821' />
<node id='7684104414' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5404953' lon='-77.4271795' />
<node id='7684104415' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5405176' lon='-77.4271593' />
<node id='7684104416' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5405442' lon='-77.4271419' />
<node id='7684104417' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5405676' lon='-77.4271298' />
<node id='7684104418' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406027' lon='-77.4271178' />
<node id='7684104419' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406261' lon='-77.4271191' />
<node id='7684104420' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406526' lon='-77.4271258' />
<node id='7684104421' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406622' lon='-77.4271379' />
<node id='7684104422' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406792' lon='-77.4271473' />
<node id='7684104423' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406962' lon='-77.42715' />
<node id='7684104424' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.540709' lon='-77.4271446' />
<node id='7684104425' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5407207' lon='-77.4271205' />
<node id='7684104426' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5407186' lon='-77.427103' />
<node id='7684104427' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5407143' lon='-77.4270802' />
<node id='7684104428' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5407048' lon='-77.4270588' />
<node id='7684104429' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406952' lon='-77.42704' />
<node id='7684104430' timestamp='2020-07-05T00:55:08Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87544318' lat='37.5406773' lon='-77.4270211' />
<node id='7686327965' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5387436' lon='-77.4281441' />
<node id='7686327966' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5387336' lon='-77.4280938' />
<node id='7686327967' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5387117' lon='-77.4280436' />
<node id='7686327968' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5386679' lon='-77.4280034' />
<node id='7686327969' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5386181' lon='-77.428006' />
<node id='7686327970' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5385823' lon='-77.428026' />
<node id='7686327971' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5385524' lon='-77.4280712' />
<node id='7686327972' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5385365' lon='-77.428124' />
<node id='7686327973' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5385285' lon='-77.4281692' />
<node id='7686327974' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5385106' lon='-77.4282094' />
<node id='7686327975' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5384927' lon='-77.428247' />
<node id='7686327976' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5384728' lon='-77.4282721' />
<node id='7686327977' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5384489' lon='-77.4282721' />
<node id='7686327978' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5382836' lon='-77.428247' />
<node id='7686327979' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5382537' lon='-77.4282546' />
<node id='7686327980' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5382219' lon='-77.4282847' />
<node id='7686327981' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.53819' lon='-77.4283324' />
<node id='7686327982' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5381741' lon='-77.4283751' />
<node id='7686327983' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5381582' lon='-77.4283977' />
<node id='7686327984' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5381382' lon='-77.4284027' />
<node id='7686351485' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5381223' lon='-77.4283877' />
<node id='7686351486' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5381143' lon='-77.4283525' />
<node id='7686351487' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5381064' lon='-77.4283023' />
<node id='7686351488' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380924' lon='-77.4282822' />
<node id='7686351489' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380646' lon='-77.4282847' />
<node id='7686351490' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380546' lon='-77.4283098' />
<node id='7686351491' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380546' lon='-77.4283374' />
<node id='7686351492' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380566' lon='-77.4283651' />
<node id='7686351493' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380466' lon='-77.4283902' />
<node id='7686351494' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380287' lon='-77.4284078' />
<node id='7686351495' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5380008' lon='-77.4284153' />
<node id='7686351496' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.537975' lon='-77.4284128' />
<node id='7686351497' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5379411' lon='-77.4284002' />
<node id='7686351498' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5379112' lon='-77.4284178' />
<node id='7686351499' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5378714' lon='-77.4284253' />
<node id='7686351500' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5378196' lon='-77.4284128' />
<node id='7686351501' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5377838' lon='-77.4284128' />
<node id='7686351502' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5377518' lon='-77.4284178' />
<node id='7686351503' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5390867' lon='-77.4273536' />
<node id='7686351504' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5390975' lon='-77.4273953' />
<node id='7686351505' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5391135' lon='-77.427433' />
<node id='7686351506' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5391453' lon='-77.4274681' />
<node id='7686351507' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5391871' lon='-77.4274732' />
<node id='7686351508' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5392389' lon='-77.4274631' />
<node id='7686351509' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5392947' lon='-77.427438' />
<node id='7686351510' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5393405' lon='-77.4274029' />
<node id='7686351511' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5393823' lon='-77.4273677' />
<node id='7686351512' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5394201' lon='-77.427335' />
<node id='7686351513' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.539448' lon='-77.42733' />
<node id='7686351514' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5394898' lon='-77.4273325' />
<node id='7686351515' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5395476' lon='-77.4273325' />
<node id='7686351516' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5395874' lon='-77.4273401' />
<node id='7686351517' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5396113' lon='-77.4273426' />
<node id='7686351518' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5396411' lon='-77.4273325' />
<node id='7686351519' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.539671' lon='-77.4273124' />
<node id='7686351520' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438' lat='37.5397049' lon='-77.4272974' />
<way id='365924162' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='2' changeset='87573438'>
<nd ref='3699235398' />
<nd ref='3699235399' />
<nd ref='3699235400' />
<nd ref='3699235401' />
<nd ref='3699235402' />
<nd ref='3699235403' />
<nd ref='3699235404' />
<nd ref='3699235405' />
<nd ref='3699235406' />
<nd ref='7686351503' />
<nd ref='3699235407' />
<nd ref='3699235408' />
<nd ref='3699235409' />
<nd ref='3699235410' />
<nd ref='3699235411' />
<nd ref='3699235412' />
<nd ref='3699235413' />
<nd ref='3699235414' />
<nd ref='3699235415' />
<nd ref='3699235398' />
</way>
<way id='365924164' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='2' changeset='87573438'>
<nd ref='3699235416' />
<nd ref='3699235417' />
<nd ref='3699235418' />
<nd ref='3699235419' />
<nd ref='3699235420' />
<nd ref='3699235421' />
<nd ref='3699235422' />
<nd ref='3699235423' />
<nd ref='3699235424' />
<nd ref='3699235425' />
<nd ref='3699235426' />
<nd ref='3699235427' />
<nd ref='3699235428' />
<nd ref='3699235429' />
<nd ref='3699235430' />
<nd ref='3699235431' />
<nd ref='7686351502' />
<nd ref='3699235416' />
</way>
<way id='365924180' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='3' changeset='87573438'>
<nd ref='3699235528' />
<nd ref='3699235529' />
<nd ref='3699235530' />
<nd ref='3699235531' />
<nd ref='3699235532' />
<nd ref='3699235533' />
<nd ref='3699235534' />
<nd ref='3699235535' />
<nd ref='3699235536' />
<nd ref='3699235537' />
<nd ref='3699235538' />
<nd ref='7684104397' />
<nd ref='3699235539' />
<nd ref='7684104430' />
<nd ref='3699235540' />
<nd ref='3699235541' />
<nd ref='3699235542' />
<nd ref='3699235528' />
</way>
<way id='823011247' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='2' changeset='87573438'>
<nd ref='7684104397' />
<nd ref='7684104398' />
<nd ref='7684104399' />
<nd ref='7684104400' />
<nd ref='7684104401' />
<nd ref='7684104402' />
<nd ref='7684104403' />
<nd ref='7684104404' />
<nd ref='7684104405' />
<nd ref='7684104406' />
<nd ref='7684104407' />
<nd ref='7684104408' />
<nd ref='7684104409' />
<nd ref='7684104410' />
<nd ref='7684104411' />
<nd ref='7684104412' />
<nd ref='7684104413' />
<nd ref='7684104414' />
<nd ref='7684104415' />
<nd ref='7684104416' />
<nd ref='7684104417' />
<nd ref='7684104418' />
<nd ref='7684104419' />
<nd ref='7684104420' />
<nd ref='7684104421' />
<nd ref='7684104422' />
<nd ref='7684104423' />
<nd ref='7684104424' />
<nd ref='7684104425' />
<nd ref='7684104426' />
<nd ref='7684104427' />
<nd ref='7684104428' />
<nd ref='7684104429' />
<nd ref='7684104430' />
<nd ref='3699235539' />
<nd ref='7684104397' />
</way>
<way id='823304404' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438'>
<nd ref='7686351503' />
<nd ref='7686351504' />
<nd ref='7686351505' />
<nd ref='7686351506' />
<nd ref='7686351507' />
<nd ref='7686351508' />
<nd ref='7686351509' />
<nd ref='7686351510' />
<nd ref='7686351511' />
<nd ref='7686351512' />
<nd ref='7686351513' />
<nd ref='7686351514' />
<nd ref='7686351515' />
<nd ref='7686351516' />
<nd ref='7686351517' />
<nd ref='7686351518' />
<nd ref='7686351519' />
<nd ref='7686351520' />
<nd ref='3699235400' />
<nd ref='3699235401' />
<nd ref='3699235402' />
<nd ref='3699235403' />
<nd ref='3699235404' />
<nd ref='3699235405' />
<nd ref='3699235406' />
<nd ref='7686351503' />
</way>
<way id='823304406' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438'>
<nd ref='7684104430' />
<nd ref='3699235539' />
<nd ref='7684104397' />
<nd ref='7684104398' />
<nd ref='7684104399' />
<nd ref='7684104400' />
<nd ref='7684104401' />
<nd ref='7684104402' />
<nd ref='7684104403' />
<nd ref='7684104404' />
<nd ref='7684104405' />
<nd ref='7684104406' />
<nd ref='7684104407' />
<nd ref='7684104408' />
<nd ref='7684104409' />
<nd ref='7684104410' />
<nd ref='7684104411' />
<nd ref='7684104412' />
<nd ref='7684104413' />
<nd ref='7684104414' />
<nd ref='7684104415' />
<nd ref='7684104416' />
<nd ref='7684104417' />
<nd ref='7684104418' />
<nd ref='7684104419' />
<nd ref='7684104420' />
<nd ref='7684104421' />
<nd ref='7684104422' />
<nd ref='7684104423' />
<nd ref='7684104424' />
<nd ref='7684104425' />
<nd ref='7684104426' />
<nd ref='7684104427' />
<nd ref='7684104428' />
<nd ref='7684104429' />
<nd ref='7684104430' />
</way>
<way id='823304407' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438'>
<nd ref='3699235423' />
<nd ref='7686327965' />
<nd ref='7686327966' />
<nd ref='7686327967' />
<nd ref='7686327968' />
<nd ref='7686327969' />
<nd ref='7686327970' />
<nd ref='7686327971' />
<nd ref='7686327972' />
<nd ref='7686327973' />
<nd ref='7686327974' />
<nd ref='7686327975' />
<nd ref='7686327976' />
<nd ref='7686327977' />
<nd ref='7686327978' />
<nd ref='7686327979' />
<nd ref='7686327980' />
<nd ref='7686327981' />
<nd ref='7686327982' />
<nd ref='7686327983' />
<nd ref='7686327984' />
<nd ref='7686351485' />
<nd ref='7686351486' />
<nd ref='7686351487' />
<nd ref='7686351488' />
<nd ref='7686351489' />
<nd ref='7686351490' />
<nd ref='7686351491' />
<nd ref='7686351492' />
<nd ref='7686351493' />
<nd ref='7686351494' />
<nd ref='7686351495' />
<nd ref='7686351496' />
<nd ref='7686351497' />
<nd ref='7686351498' />
<nd ref='7686351499' />
<nd ref='7686351500' />
<nd ref='7686351501' />
<nd ref='7686351502' />
<nd ref='3699235416' />
<nd ref='3699235417' />
<nd ref='3699235418' />
<nd ref='3699235419' />
<nd ref='3699235420' />
<nd ref='3699235421' />
<nd ref='3699235422' />
<nd ref='3699235423' />
</way>
<relation id='11275265' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438'>
<member type='way' ref='823011247' role='outer' />
<member type='way' ref='365924180' role='outer' />
<member type='way' ref='823304406' role='outer' />
<tag k='landuse' v='grass' />
<tag k='type' v='multipolygon' />
</relation>
<relation id='11275266' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438'>
<member type='way' ref='823304404' role='outer' />
<member type='way' ref='365924162' role='outer' />
<member type='way' ref='823304404' role='outer' />
<tag k='landuse' v='grass' />
<tag k='natural' v='scrub' />
<tag k='type' v='multipolygon' />
</relation>
<relation id='11275267' timestamp='2020-07-06T03:57:44Z' uid='1507438' user='RVA_101' visible='true' version='1' changeset='87573438'>
<member type='way' ref='823304407' role='outer' />
<member type='way' ref='365924164' role='outer' />
<tag k='landuse' v='grass' />
<tag k='type' v='multipolygon' />
</relation>
</osm>

View file

@ -0,0 +1,543 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='26318792' timestamp='2015-05-25T15:05:10Z' uid='1121506' user='rozoom' visible='true' version='12' changeset='31448012' lat='50.4614478' lon='30.5166048' />
<node id='26318793' timestamp='2023-01-28T10:21:55Z' uid='3023916' user='neviksasha' visible='true' version='9' changeset='131802123' lat='50.4624847' lon='30.5150341' />
<node id='26318816' timestamp='2015-05-25T15:05:10Z' uid='1121506' user='rozoom' visible='true' version='9' changeset='31448012' lat='50.4611411' lon='30.5169778' />
<node id='26318817' timestamp='2015-08-05T23:10:43Z' uid='368942' user='KKS' visible='true' version='10' changeset='33143383' lat='50.4601415' lon='30.5197514' />
<node id='305445942' timestamp='2020-05-06T09:54:54Z' uid='10493430' user='User7 - Lightcyphers' visible='true' version='12' changeset='84750782' lat='50.4598161' lon='30.5205167' />
<node id='305446023' timestamp='2011-05-14T12:52:38Z' uid='428572' user='roxton' visible='true' version='5' changeset='8140573' lat='50.4595645' lon='30.5211605' />
<node id='305446025' timestamp='2008-10-18T17:55:04Z' uid='33533' user='Vitaliy' visible='true' version='4' changeset='422598' lat='50.4593205' lon='30.5218471' />
<node id='305446028' timestamp='2008-10-18T17:55:04Z' uid='33533' user='Vitaliy' visible='true' version='6' changeset='422598' lat='50.459162' lon='30.5224394' />
<node id='305446030' timestamp='2013-09-25T03:25:36Z' uid='760215' user='pnorman redaction revert' visible='true' version='7' changeset='18019888' lat='50.4589248' lon='30.5229583' />
<node id='305446033' timestamp='2017-05-24T11:55:32Z' uid='904010' user='~Jhellico' visible='true' version='11' changeset='48945488' lat='50.458703' lon='30.5233718' />
<node id='581078099' timestamp='2015-10-08T21:09:12Z' uid='251601' user='XAN_ua' visible='true' version='2' changeset='34519071' lat='50.4597134' lon='30.521566' />
<node id='581078104' timestamp='2015-10-08T21:09:12Z' uid='251601' user='XAN_ua' visible='true' version='2' changeset='34519071' lat='50.4596589' lon='30.5214768' />
<node id='581078107' timestamp='2015-10-08T21:09:12Z' uid='251601' user='XAN_ua' visible='true' version='2' changeset='34519071' lat='50.4598853' lon='30.5216826' />
<node id='581078112' timestamp='2015-10-08T21:09:13Z' uid='251601' user='XAN_ua' visible='true' version='2' changeset='34519071' lat='50.4599465' lon='30.5217145' />
<node id='581078113' timestamp='2015-10-08T21:09:13Z' uid='251601' user='XAN_ua' visible='true' version='2' changeset='34519071' lat='50.4599062' lon='30.5216513' />
<node id='581286789' timestamp='2020-08-29T09:44:58Z' uid='10713467' user='NunoCaldiera' visible='true' version='6' changeset='90113364' lat='50.461317' lon='30.5171342' />
<node id='581286794' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='7' changeset='32172685' lat='50.4615262' lon='30.5159297' />
<node id='581286796' timestamp='2014-04-24T14:01:18Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='3' changeset='21908685' lat='50.4621621' lon='30.5158117' />
<node id='581286799' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='6' changeset='32172685' lat='50.4616734' lon='30.5156961' />
<node id='581286800' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='5' changeset='32172685' lat='50.4620129' lon='30.515423' />
<node id='581286801' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4616537' lon='30.5156655' />
<node id='581286802' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='5' changeset='32172685' lat='50.4619087' lon='30.5152609' />
<node id='581286820' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='3' changeset='21908685' lat='50.4617855' lon='30.5164118' />
<node id='581286821' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='6' changeset='32172685' lat='50.4617579' lon='30.5158276' />
<node id='581286822' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='6' changeset='32172685' lat='50.4616107' lon='30.5160611' />
<node id='581286823' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='3' changeset='21908685' lat='50.4618952' lon='30.5165856' />
<node id='581286824' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='4' changeset='21908685' lat='50.4620459' lon='30.5163507' />
<node id='581286825' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='4' changeset='21908685' lat='50.4619361' lon='30.516177' />
<node id='581286826' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='3' changeset='21908685' lat='50.4621553' lon='30.516155' />
<node id='581286827' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='5' changeset='21908685' lat='50.4623064' lon='30.5163837' />
<node id='581286828' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='6' changeset='21908685' lat='50.4621926' lon='30.5165691' />
<node id='581286846' timestamp='2014-04-24T14:01:19Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='3' changeset='21908685' lat='50.4622677' lon='30.5159716' />
<node id='581286873' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='131707161' lat='50.4611006' lon='30.5178446' />
<node id='581286874' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='131707161' lat='50.460955' lon='30.5179133' />
<node id='581286875' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='131707161' lat='50.4610159' lon='30.517761' />
<node id='581286880' timestamp='2020-08-29T09:44:58Z' uid='10713467' user='NunoCaldiera' visible='true' version='6' changeset='90113364' lat='50.4614022' lon='30.5172804' />
<node id='581286883' timestamp='2020-08-29T09:44:58Z' uid='10713467' user='NunoCaldiera' visible='true' version='5' changeset='90113364' lat='50.4613216' lon='30.5174108' />
<node id='581286884' timestamp='2020-08-29T09:44:58Z' uid='10713467' user='NunoCaldiera' visible='true' version='5' changeset='90113364' lat='50.4612315' lon='30.5172742' />
<node id='581286888' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='131707161' lat='50.4610396' lon='30.5179968' />
<node id='581286900' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='5' changeset='131707161' lat='50.4605215' lon='30.5195417' />
<node id='581286901' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='5' changeset='131707161' lat='50.4604562' lon='30.519731' />
<node id='581286902' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='131707161' lat='50.4603191' lon='30.5196143' />
<node id='581286904' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='131707161' lat='50.4603844' lon='30.519425' />
<node id='685809752' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4611603' lon='30.5163037' />
<node id='685809755' timestamp='2015-06-23T23:08:33Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4613047' lon='30.5165437' />
<node id='685809756' timestamp='2015-06-23T23:08:34Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4612317' lon='30.5166523' />
<node id='685809763' timestamp='2015-06-23T23:08:34Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4611238' lon='30.516473' />
<node id='685809768' timestamp='2015-06-23T23:08:34Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4609556' lon='30.5167228' />
<node id='685809769' timestamp='2015-06-23T23:08:34Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4609191' lon='30.516662' />
<node id='1278268624' timestamp='2017-06-22T17:38:14Z' uid='2436512' user='Sergioni145' visible='true' version='7' changeset='49752745' lat='50.4590307' lon='30.5220394' />
<node id='1278268625' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4585684' lon='30.5228906' />
<node id='1278268627' timestamp='2017-06-22T17:38:14Z' uid='2436512' user='Sergioni145' visible='true' version='7' changeset='49752745' lat='50.459125' lon='30.5222946' />
<node id='1278268628' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4586581' lon='30.5230086' />
<node id='1278268646' timestamp='2017-06-22T17:38:14Z' uid='2436512' user='Sergioni145' visible='true' version='6' changeset='49752745' lat='50.4590856' lon='30.5218689' />
<node id='1278268648' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4587328' lon='30.5225825' />
<node id='1278268650' timestamp='2017-06-22T17:38:14Z' uid='2436512' user='Sergioni145' visible='true' version='6' changeset='49752745' lat='50.4592349' lon='30.5219936' />
<node id='1278268651' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4588224' lon='30.5227004' />
<node id='1278275397' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4605051' lon='30.5184328' />
<node id='1278275398' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4605832' lon='30.5182344' />
<node id='1278275399' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='4' changeset='21537913' lat='50.4606582' lon='30.5176667' />
<node id='1278275400' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='5' changeset='21537913' lat='50.4607759' lon='30.5174059' />
<node id='1278275402' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4602721' lon='30.5182063' />
<node id='1278275403' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='5' changeset='21537913' lat='50.4608685' lon='30.5171846' />
<node id='1278275405' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='4' changeset='21537913' lat='50.4607219' lon='30.5175079' />
<node id='1278275406' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='5' changeset='21537913' lat='50.4608713' lon='30.5175044' />
<node id='1278275408' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='4' changeset='21537913' lat='50.4607758' lon='30.5177831' />
<node id='1278275409' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='4' changeset='21537913' lat='50.4608395' lon='30.5176242' />
<node id='1278275410' timestamp='2014-04-06T18:25:41Z' uid='1271999' user='Mies vailla menneisyyttä' visible='true' version='5' changeset='21537913' lat='50.4609639' lon='30.5172831' />
<node id='1278275412' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4603502' lon='30.518008' />
<node id='1283133903' timestamp='2017-06-22T17:38:14Z' uid='2436512' user='Sergioni145' visible='true' version='6' changeset='49752745' lat='50.4590582' lon='30.5222167' />
<node id='1283134339' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='8' changeset='132547592' lat='50.4588568' lon='30.5223885' />
<node id='1283134340' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='8' changeset='132547592' lat='50.4589239' lon='30.5222725' />
<node id='1283134341' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='8' changeset='132547592' lat='50.4590125' lon='30.5223988' />
<node id='1283134342' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='8' changeset='132547592' lat='50.4589454' lon='30.5225148' />
<node id='1283136658' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4593686' lon='30.5215738' />
<node id='1283136661' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4592773' lon='30.5214894' />
<node id='1283136662' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4592253' lon='30.5215985' />
<node id='1283136664' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4592061' lon='30.5216531' />
<node id='1283136665' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4594649' lon='30.5213167' />
<node id='1283136670' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='132547592' lat='50.4593736' lon='30.5212323' />
<node id='1283136671' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4593276' lon='30.5216875' />
<node id='1283136672' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4590778' lon='30.5215415' />
<node id='1283136676' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='132511618' lat='50.4591377' lon='30.5213715' />
<node id='1283138383' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4598603' lon='30.5200887' />
<node id='1283138389' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4598313' lon='30.5201637' />
<node id='1283138399' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4600101' lon='30.519893' />
<node id='1283138403' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4598432' lon='30.5198297' />
<node id='1283138408' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4599145' lon='30.5201404' />
<node id='1283138410' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.459823' lon='30.51998' />
<node id='1283138415' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4598881' lon='30.5197134' />
<node id='1283138417' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.459967' lon='30.5198519' />
<node id='1283138419' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4597455' lon='30.520082' />
<node id='1283138421' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4598708' lon='30.519856' />
<node id='1283138425' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4599849' lon='30.5198056' />
<node id='1283138430' timestamp='2023-02-13T22:21:53Z' uid='3023916' user='neviksasha' visible='true' version='4' changeset='132511618' lat='50.4597951' lon='30.5199534' />
<node id='1284226631' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='131707161' lat='50.4612401' lon='30.5177399' />
<node id='1284226641' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='131707161' lat='50.4611144' lon='30.5175943' />
<node id='1284226654' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='131707161' lat='50.4611751' lon='30.5178784' />
<node id='1284226668' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='131707161' lat='50.4610494' lon='30.5177328' />
<node id='1284284907' timestamp='2020-05-06T08:57:20Z' uid='7753461' user='User1 - Lightcyphers' visible='true' version='4' changeset='84746660' lat='50.4604255' lon='30.5188989' />
<node id='1284552084' timestamp='2015-06-23T23:08:32Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4616105' lon='30.5160698' />
<node id='1284552088' timestamp='2015-06-23T23:08:32Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4615241' lon='30.5162068' />
<node id='1284552090' timestamp='2015-06-23T23:08:32Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.461435' lon='30.5160682' />
<node id='1284552093' timestamp='2015-06-23T23:08:32Z' uid='1676637' user='Kilkenni' visible='true' version='4' changeset='32172685' lat='50.4615213' lon='30.5159312' />
<node id='1833288351' timestamp='2019-11-10T18:17:17Z' uid='10338320' user='shurmen7' visible='true' version='3' changeset='76875925' lat='50.4620986' lon='30.5164259' />
<node id='2073029097' timestamp='2015-10-08T21:09:12Z' uid='251601' user='XAN_ua' visible='true' version='2' changeset='34519071' lat='50.4594615' lon='30.5214562' />
<node id='2776516262' timestamp='2014-04-08T01:59:04Z' uid='297765' user='DoberGroup' visible='true' version='1' changeset='21563323' lat='50.4587349' lon='30.5233124' />
<node id='2813093501' timestamp='2021-01-22T13:30:50Z' uid='3639544' user='ququruzka' visible='true' version='6' changeset='97978151' lat='50.4614785' lon='30.5161358'>
<tag k='artwork_type' v='mural' />
<tag k='name' v='&quot;Відродження&quot;' />
<tag k='name:en' v='Renaissance' />
<tag k='name:uk' v='&quot;Відродження&quot;' />
<tag k='tourism' v='artwork' />
</node>
<node id='3213880643' timestamp='2014-12-01T11:00:52Z' uid='1121506' user='rozoom' visible='true' version='1' changeset='27150406' lat='50.4588882' lon='30.5230265' />
<node id='3778784963' timestamp='2015-10-08T21:09:11Z' uid='251601' user='XAN_ua' visible='true' version='1' changeset='34519071' lat='50.4597027' lon='30.5213819' />
<node id='3778784964' timestamp='2015-10-08T21:09:11Z' uid='251601' user='XAN_ua' visible='true' version='1' changeset='34519071' lat='50.459875' lon='30.5218404' />
<node id='4205799618' timestamp='2016-05-24T21:20:55Z' uid='1239116' user='oximets' visible='true' version='1' changeset='39545066' lat='50.4607474' lon='30.5178726' />
<node id='4205799619' timestamp='2016-05-24T21:20:55Z' uid='1239116' user='oximets' visible='true' version='1' changeset='39545066' lat='50.4606591' lon='30.5180916' />
<node id='4205799620' timestamp='2016-05-24T21:20:55Z' uid='1239116' user='oximets' visible='true' version='1' changeset='39545066' lat='50.4605288' lon='30.517962' />
<node id='4205799621' timestamp='2016-05-24T21:20:55Z' uid='1239116' user='oximets' visible='true' version='1' changeset='39545066' lat='50.460617' lon='30.517743' />
<node id='4255675916' timestamp='2016-06-21T04:25:13Z' uid='297765' user='DoberGroup' visible='true' version='2' changeset='40171673' lat='50.4608008' lon='30.5178668' />
<node id='4255678522' timestamp='2016-06-21T04:25:13Z' uid='297765' user='DoberGroup' visible='true' version='2' changeset='40171673' lat='50.4608076' lon='30.5178492' />
<node id='4574269177' timestamp='2016-12-27T01:25:04Z' uid='368942' user='KKS' visible='true' version='1' changeset='44695302' lat='50.4614169' lon='30.5166424'>
<tag k='crossing' v='unmarked' />
<tag k='highway' v='crossing' />
</node>
<node id='4574269179' timestamp='2016-12-27T01:25:04Z' uid='368942' user='KKS' visible='true' version='1' changeset='44695302' lat='50.4614865' lon='30.5165478'>
<tag k='crossing' v='unmarked' />
<tag k='highway' v='crossing' />
</node>
<node id='4931245310' timestamp='2017-06-22T17:38:11Z' uid='2436512' user='Sergioni145' visible='true' version='1' changeset='49752745' lat='50.4590233' lon='30.5227429' />
<node id='8190358909' timestamp='2023-01-25T18:48:30Z' uid='3023916' user='neviksasha' visible='true' version='2' changeset='131707161' lat='50.4615653' lon='30.5164317'>
<tag k='highway' v='street_lamp' />
</node>
<node id='10658471677' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='1' changeset='132547592' lat='50.4592604' lon='30.5214783' />
<node id='10658471678' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='1' changeset='132547592' lat='50.4591649' lon='30.5213875' />
<node id='10658471683' timestamp='2023-02-14T17:34:49Z' uid='3023916' user='neviksasha' visible='true' version='1' changeset='132547592' lat='50.4594536' lon='30.5213063' />
<way id='27818254' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='31' changeset='133455445'>
<nd ref='26318793' />
<nd ref='8190358909' />
<nd ref='4574269179' />
<nd ref='26318792' />
<tag k='cycleway:both' v='no' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='50' />
<tag k='name' v='вулиця Боричів Тік' />
<tag k='name:de' v='Borytschiw-Tik-Straße' />
<tag k='name:en' v='Borychiv Tik Street' />
<tag k='name:fr' v='Rue Borytchiv Tik' />
<tag k='name:it' v='Via Boryčiv Tik' />
<tag k='name:ru' v='улица Боричев Ток' />
<tag k='name:uk' v='вулиця Боричів Тік' />
<tag k='surface' v='sett' />
</way>
<way id='45571601' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='5' changeset='133337845'>
<nd ref='581078112' />
<nd ref='3778784964' />
<nd ref='581078099' />
<nd ref='581078104' />
<nd ref='3778784963' />
<nd ref='581078107' />
<nd ref='581078113' />
<nd ref='581078112' />
<tag k='addr:housenumber' v='10' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='4' />
</way>
<way id='45588176' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='5' changeset='133455445'>
<nd ref='581286900' />
<nd ref='581286901' />
<nd ref='581286902' />
<nd ref='581286904' />
<nd ref='581286900' />
<tag k='addr:housenumber' v='8-А' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
</way>
<way id='45588180' timestamp='2023-03-12T20:37:50Z' uid='3023916' user='neviksasha' visible='true' version='6' changeset='133600453'>
<nd ref='581286873' />
<nd ref='581286888' />
<nd ref='581286874' />
<nd ref='581286875' />
<nd ref='581286873' />
<tag k='addr:housenumber' v='20/4-А' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='1' />
</way>
<way id='45588185' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='5' changeset='133337845'>
<nd ref='581286880' />
<nd ref='581286883' />
<nd ref='581286884' />
<nd ref='581286789' />
<nd ref='581286880' />
<tag k='addr:housenumber' v='24/3' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='2.5' />
</way>
<way id='45588221' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='4' changeset='133337845'>
<nd ref='581286820' />
<nd ref='581286823' />
<nd ref='581286824' />
<nd ref='581286825' />
<nd ref='581286820' />
<tag k='addr:housenumber' v='28' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='4' />
</way>
<way id='45588223' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='5' changeset='133337845'>
<nd ref='581286796' />
<nd ref='581286846' />
<nd ref='581286826' />
<nd ref='581286827' />
<nd ref='581286828' />
<nd ref='1833288351' />
<nd ref='581286824' />
<nd ref='581286825' />
<nd ref='581286796' />
<tag k='addr:housenumber' v='30/32' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='7' />
</way>
<way id='45588239' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='6' changeset='133337845'>
<nd ref='581286799' />
<nd ref='581286794' />
<nd ref='581286822' />
<nd ref='581286821' />
<nd ref='581286799' />
<tag k='addr:housenumber' v='35' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='4' />
</way>
<way id='54439885' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='6' changeset='133337845'>
<nd ref='685809752' />
<nd ref='685809755' />
<nd ref='685809756' />
<nd ref='685809763' />
<nd ref='685809768' />
<nd ref='685809769' />
<nd ref='685809752' />
<tag k='addr:housenumber' v='31/5' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='2' />
</way>
<way id='112474780' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='8' changeset='133455445'>
<nd ref='1278268650' />
<nd ref='1278268646' />
<nd ref='1278268624' />
<nd ref='1283133903' />
<nd ref='1278268627' />
<nd ref='1278268650' />
<tag k='addr:housenumber' v='7-Б' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='2' />
</way>
<way id='112474783' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='7' changeset='133337845'>
<nd ref='1278268651' />
<nd ref='1278268628' />
<nd ref='1278268625' />
<nd ref='1278268648' />
<nd ref='1278268651' />
<tag k='addr:housenumber' v='3' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='2' />
</way>
<way id='112475549' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='6' changeset='133337845'>
<nd ref='1278275409' />
<nd ref='1278275405' />
<nd ref='1278275399' />
<nd ref='1278275408' />
<nd ref='1278275409' />
<tag k='addr:housenumber' v='25' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='apartments' />
<tag k='building:levels' v='2' />
</way>
<way id='112475551' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='5' changeset='133337845'>
<nd ref='1278275410' />
<nd ref='1278275403' />
<nd ref='1278275400' />
<nd ref='1278275406' />
<nd ref='1278275410' />
<tag k='abandoned:building' v='yes' />
<tag k='addr:housenumber' v='27' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='2' />
<tag k='note' v='Незадовільний стан. Балансоутримувач невідомий' />
<tag k='source:abandoned' v='rda' />
</way>
<way id='112475552' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='133455445'>
<nd ref='1278275398' />
<nd ref='1278275412' />
<nd ref='1278275402' />
<nd ref='1278275397' />
<nd ref='1278275398' />
<tag k='addr:housenumber' v='23-А' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='3' />
</way>
<way id='113035525' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='9' changeset='133337845'>
<nd ref='1283134341' />
<nd ref='1283134340' />
<nd ref='1283134339' />
<nd ref='1283134342' />
<nd ref='1283134341' />
<tag k='addr:housenumber' v='5' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='service' />
<tag k='building:levels' v='2' />
<tag k='frequency' v='50' />
<tag k='location' v='indoor' />
<tag k='name' v='ТП 7876' />
<tag k='name:uk' v='ТП 7876' />
<tag k='operator' v='Киевэнерго' />
<tag k='power' v='substation' />
<tag k='substation' v='minor_distribution' />
<tag k='voltage' v='10000' />
</way>
<way id='113036580' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='7' changeset='133337845'>
<nd ref='1283136672' />
<nd ref='1283136664' />
<nd ref='1283136662' />
<nd ref='1283136671' />
<nd ref='1283136658' />
<nd ref='1283136661' />
<nd ref='10658471677' />
<nd ref='10658471678' />
<nd ref='1283136676' />
<nd ref='1283136672' />
<tag k='addr:housenumber' v='7' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='2' />
</way>
<way id='113036581' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='6' changeset='133337845'>
<nd ref='1283136658' />
<nd ref='1283136661' />
<nd ref='1283136670' />
<nd ref='10658471683' />
<nd ref='1283136665' />
<nd ref='1283136658' />
<tag k='addr:housenumber' v='9' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='3' />
</way>
<way id='113037466' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='5' changeset='133337845'>
<nd ref='1283138425' />
<nd ref='1283138415' />
<nd ref='1283138403' />
<nd ref='1283138421' />
<nd ref='1283138410' />
<nd ref='1283138430' />
<nd ref='1283138419' />
<nd ref='1283138389' />
<nd ref='1283138383' />
<nd ref='1283138408' />
<nd ref='1283138399' />
<nd ref='1283138417' />
<nd ref='1283138425' />
<tag k='addr:housenumber' v='11' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='3' />
</way>
<way id='113174561' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='133455445'>
<nd ref='1284226631' />
<nd ref='1284226641' />
<nd ref='1284226668' />
<nd ref='1284226654' />
<nd ref='1284226631' />
<tag k='addr:housenumber' v='22-А' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='1' />
</way>
<way id='113219412' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='5' changeset='133337845'>
<nd ref='1284552084' />
<nd ref='1284552093' />
<nd ref='1284552090' />
<nd ref='2813093501' />
<nd ref='1284552088' />
<nd ref='1284552084' />
<tag k='addr:housenumber' v='33/6' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='5' />
</way>
<way id='113472748' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='7' changeset='133337845'>
<nd ref='581286821' />
<nd ref='581286799' />
<nd ref='581286801' />
<nd ref='581286802' />
<nd ref='581286800' />
<nd ref='581286821' />
<tag k='addr:housenumber' v='43' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='yes' />
<tag k='building:levels' v='6' />
</way>
<way id='387367576' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='16' changeset='133455445'>
<nd ref='305445942' />
<nd ref='305446023' />
<nd ref='2073029097' />
<nd ref='305446025' />
<nd ref='305446028' />
<nd ref='4931245310' />
<nd ref='305446030' />
<nd ref='3213880643' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='50' />
<tag k='name' v='вулиця Боричів Тік' />
<tag k='name:de' v='Borytschiw-Tik-Straße' />
<tag k='name:en' v='Borychiv Tik Street' />
<tag k='name:fr' v='Rue Borytchiv Tik' />
<tag k='name:it' v='Via Boryčiv Tik' />
<tag k='name:ru' v='улица Боричев Ток' />
<tag k='name:uk' v='вулиця Боричів Тік' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='420622907' timestamp='2023-03-05T19:36:30Z' uid='12050345' user='Вілікс' visible='true' version='6' changeset='133337845'>
<nd ref='4205799618' />
<nd ref='4205799619' />
<nd ref='4205799620' />
<nd ref='4205799621' />
<nd ref='4205799618' />
<tag k='abandoned:building' v='yes' />
<tag k='addr:housenumber' v='23/3' />
<tag k='addr:street' v='вулиця Боричів Тік' />
<tag k='building' v='residential' />
<tag k='building:levels' v='1' />
<tag k='heritage' v='4' />
<tag k='historic' v='heritage' />
<tag k='note' v='Аварійно-небезпечний стан. Балансоутримувач невідомий' />
<tag k='protect_class' v='22' />
<tag k='roof:shape' v='hipped' />
<tag k='source:abandoned' v='rda' />
<tag k='wikidata' v='Q85989119' />
<tag k='wikipedia' v='uk:Будинок на Боричевому Току, 23/3' />
</way>
<way id='433449066' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='7' changeset='133455445'>
<nd ref='26318792' />
<nd ref='4574269177' />
<nd ref='26318816' />
<nd ref='4255678522' />
<nd ref='4255675916' />
<nd ref='1284284907' />
<nd ref='26318817' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='50' />
<tag k='name' v='вулиця Боричів Тік' />
<tag k='name:de' v='Borytschiw-Tik-Straße' />
<tag k='name:en' v='Borychiv Tik Street' />
<tag k='name:fr' v='Rue Borytchiv Tik' />
<tag k='name:it' v='Via Boryčiv Tik' />
<tag k='name:ru' v='улица Боричев Ток' />
<tag k='name:uk' v='вулиця Боричів Тік' />
<tag k='surface' v='sett' />
</way>
<way id='483082536' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='5' changeset='133455445'>
<nd ref='3213880643' />
<nd ref='2776516262' />
<nd ref='305446033' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='50' />
<tag k='name' v='вулиця Боричів Тік' />
<tag k='name:en' v='Borychiv Tik Street' />
<tag k='name:ru' v='улица Боричев Ток' />
<tag k='name:uk' v='вулиця Боричів Тік' />
</way>
<way id='800669595' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='5' changeset='133455445'>
<nd ref='26318817' />
<nd ref='305445942' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='50' />
<tag k='name' v='вулиця Боричів Тік' />
<tag k='name:de' v='Borytschiw-Tik-Straße' />
<tag k='name:en' v='Borychiv Tik Street' />
<tag k='name:fr' v='Rue Borytchiv Tik' />
<tag k='name:it' v='Via Boryčiv Tik' />
<tag k='name:ru' v='улица Боричев Ток' />
<tag k='name:uk' v='вулиця Боричів Тік' />
</way>
<relation id='356583' timestamp='2023-03-08T20:50:39Z' uid='3023916' user='neviksasha' visible='true' version='27' changeset='133455445'>
<member type='way' ref='27818254' role='street' />
<member type='way' ref='433449066' role='street' />
<member type='way' ref='800669595' role='street' />
<member type='way' ref='387367576' role='street' />
<member type='way' ref='483082536' role='street' />
<member type='way' ref='112474783' role='house' />
<member type='way' ref='113035525' role='house' />
<member type='way' ref='113036580' role='house' />
<member type='way' ref='112474780' role='house' />
<member type='way' ref='45588176' role='house' />
<member type='way' ref='113036581' role='house' />
<member type='way' ref='45571601' role='house' />
<member type='way' ref='113037466' role='house' />
<member type='way' ref='45588180' role='house' />
<member type='way' ref='113174561' role='house' />
<member type='way' ref='420622907' role='house' />
<member type='way' ref='112475552' role='house' />
<member type='way' ref='112475549' role='house' />
<member type='way' ref='112475551' role='house' />
<member type='way' ref='45588221' role='house' />
<member type='way' ref='45588223' role='house' />
<member type='way' ref='54439885' role='house' />
<member type='way' ref='113219412' role='house' />
<member type='way' ref='45588239' role='house' />
<member type='way' ref='113472748' role='house' />
<member type='way' ref='45588185' role='house' />
<tag k='name' v='вулиця Боричів Тік' />
<tag k='name:en' v='Borychiv Tik street' />
<tag k='name:ru' v='улица Боричев Ток' />
<tag k='name:uk' v='вулиця Боричів Тік' />
<tag k='type' v='associatedStreet' />
<tag k='wikidata' v='Q4471511' />
<tag k='wikipedia' v='uk:Вулиця Боричів Тік' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,232 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='243497352' timestamp='2022-11-16T20:35:57Z' uid='11276832' user='HaPe-CZ' visible='true' version='7' changeset='129010605' lat='1.3591838' lon='103.9889981' />
<node id='1832333581' timestamp='2023-01-19T02:31:55Z' uid='9366301' user='GrabSG_akbaralibakar' visible='true' version='8' changeset='131443604' lat='1.358823' lon='103.9894291' />
<node id='1842921601' timestamp='2022-11-16T20:35:57Z' uid='11276832' user='HaPe-CZ' visible='true' version='7' changeset='129010605' lat='1.3589965' lon='103.9890372' />
<node id='5148670230' timestamp='2022-11-16T20:35:57Z' uid='11276832' user='HaPe-CZ' visible='true' version='4' changeset='129010605' lat='1.3588954' lon='103.9890333' />
<node id='5148670234' timestamp='2022-11-16T20:35:57Z' uid='11276832' user='HaPe-CZ' visible='true' version='6' changeset='129010605' lat='1.358796' lon='103.9890244' />
<node id='6450971848' timestamp='2022-11-16T20:35:57Z' uid='11276832' user='HaPe-CZ' visible='true' version='3' changeset='129010605' lat='1.3588357' lon='103.9894706' />
<node id='6759014926' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='3' changeset='76944156' lat='1.3609513' lon='103.9895904' />
<node id='6759014927' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='3' changeset='76944156' lat='1.3609429' lon='103.9897057' />
<node id='6759014928' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='3' changeset='76944156' lat='1.3609312' lon='103.9897738' />
<node id='6956299309' timestamp='2019-11-13T06:20:16Z' uid='6744861' user='Frugol' visible='true' version='4' changeset='76992896' lat='1.3608558' lon='103.9900214' />
<node id='6959250691' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='3' changeset='76944156' lat='1.3607294' lon='103.9902448' />
<node id='6960982491' timestamp='2019-11-11T09:41:21Z' uid='10455297' user='notif' visible='true' version='3' changeset='76897828' lat='1.3606847' lon='103.9903017' />
<node id='6960994187' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='3' changeset='76944156' lat='1.3606242' lon='103.9903681' />
<node id='6961249894' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='3' changeset='76944156' lat='1.3605377' lon='103.9904478' />
<node id='6961249895' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='3' changeset='76944156' lat='1.3604575' lon='103.9905084' />
<node id='6961249902' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='5' changeset='76944156' lat='1.3603024' lon='103.9905892' />
<node id='6961249903' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='4' changeset='76944156' lat='1.360209' lon='103.9906162' />
<node id='6961249990' timestamp='2019-11-12T13:06:54Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76961721' lat='1.3603941' lon='103.9905458' />
<node id='6961250089' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='4' changeset='76944156' lat='1.3596057' lon='103.9903711' />
<node id='6965956386' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3603123' lon='103.9888551' />
<node id='6965983086' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3602015' lon='103.9888735' />
<node id='6966020190' timestamp='2019-11-11T09:53:49Z' uid='10455297' user='notif' visible='true' version='1' changeset='76898565' lat='1.3603261' lon='103.9905779' />
<node id='6966232295' timestamp='2019-11-13T06:20:16Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76992896' lat='1.3608237' lon='103.990085' />
<node id='6966232393' timestamp='2019-11-13T06:20:16Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76992896' lat='1.3608813' lon='103.9899522' />
<node id='6968039085' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3603001' lon='103.9887821' />
<node id='6968039086' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3602487' lon='103.9887908' />
<node id='6968039087' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3602395' lon='103.988735' />
<node id='6968039088' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.360169' lon='103.988749' />
<node id='6968039089' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3601922' lon='103.9888758' />
<node id='6968039091' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3602047' lon='103.9888926' />
<node id='6968039092' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3600868' lon='103.9889371' />
<node id='6968039093' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3599715' lon='103.9890031' />
<node id='6968039094' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3598849' lon='103.9890691' />
<node id='6968039095' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3598089' lon='103.9891425' />
<node id='6968039096' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3597405' lon='103.9892215' />
<node id='6968039097' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.359672' lon='103.9893215' />
<node id='6968039098' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3596146' lon='103.9894245' />
<node id='6968039099' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3595633' lon='103.9895422' />
<node id='6968039100' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3595291' lon='103.9896532' />
<node id='6968039101' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3595051' lon='103.9897692' />
<node id='6968039102' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3594938' lon='103.9898651' />
<node id='6968039103' timestamp='2019-11-12T07:30:26Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944076' lat='1.3607827' lon='103.9901642' />
<node id='6968039104' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3594924' lon='103.9899824' />
<node id='6968039105' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.359504' lon='103.9900892' />
<node id='6968039106' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3595171' lon='103.9901542' />
<node id='6968039107' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3595354' lon='103.9902181' />
<node id='6968039108' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3595581' lon='103.9902794' />
<node id='6968039109' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3595888' lon='103.9903393' />
<node id='6968039110' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3595742' lon='103.9903483' />
<node id='6968039111' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3595265' lon='103.9902787' />
<node id='6968039112' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3594666' lon='103.9903204' />
<node id='6968039113' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3595171' lon='103.9903959' />
<node id='6968039114' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3595324' lon='103.9904187' />
<node id='6968039116' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3596401' lon='103.9904196' />
<node id='6968039117' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3596798' lon='103.990465' />
<node id='6968039118' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3597302' lon='103.9905136' />
<node id='6968039119' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3597891' lon='103.9905558' />
<node id='6968039120' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3598526' lon='103.9905883' />
<node id='6968039121' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3599038' lon='103.9906076' />
<node id='6968039122' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3599961' lon='103.9906283' />
<node id='6968039123' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3601072' lon='103.9906312' />
<node id='6968039138' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3609008' lon='103.9898999' />
<node id='6968039142' timestamp='2019-11-12T13:00:14Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76961322' lat='1.3609464' lon='103.9894813' />
<node id='6968039144' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3609146' lon='103.9893113' />
<node id='6968039145' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3608846' lon='103.9892281' />
<node id='6968039146' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3608251' lon='103.9891163' />
<node id='6968039147' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.360767' lon='103.9890418' />
<node id='6968039148' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3606994' lon='103.9889798' />
<node id='6968039149' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3606301' lon='103.9889354' />
<node id='6968039151' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3605755' lon='103.988908' />
<node id='6968039152' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3604735' lon='103.9888774' />
<node id='6968039153' timestamp='2019-11-12T07:32:32Z' uid='6744861' user='Frugol' visible='true' version='2' changeset='76944156' lat='1.3603673' lon='103.988869' />
<node id='6968039154' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3602555' lon='103.9888818' />
<node id='6968039155' timestamp='2019-11-12T03:55:45Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76938284' lat='1.3602529' lon='103.9888649' />
<node id='6968086010' timestamp='2019-11-12T04:49:34Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76939338' lat='1.360302' lon='103.9887922' />
<node id='6968143492' timestamp='2019-11-12T05:33:17Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76940203' lat='1.3597926' lon='103.9891612' />
<node id='6968885496' timestamp='2019-11-12T12:03:15Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76958359' lat='1.3607532' lon='103.9902087' />
<node id='6968885794' timestamp='2019-11-12T12:03:16Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76958359' lat='1.3609208' lon='103.9898171' />
<node id='6969044269' timestamp='2019-11-12T13:00:14Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76961322' lat='1.3609704' lon='103.9894256' />
<node id='6969044270' timestamp='2019-11-12T13:00:14Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76961322' lat='1.3609539' lon='103.9894175' />
<node id='6969044271' timestamp='2019-11-12T13:00:14Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76961322' lat='1.3609721' lon='103.9893757' />
<node id='6969044272' timestamp='2019-11-12T13:00:14Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76961322' lat='1.3609394' lon='103.9893625' />
<node id='6969044273' timestamp='2019-11-12T13:00:14Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76961322' lat='1.3609249' lon='103.9893578' />
<node id='6970557400' timestamp='2019-11-13T02:29:28Z' uid='6744861' user='Frugol' visible='true' version='1' changeset='76988524' lat='1.3609578' lon='103.989409' />
<node id='10195167896' timestamp='2022-11-16T20:35:57Z' uid='11276832' user='HaPe-CZ' visible='true' version='1' changeset='129010605' lat='1.3590688' lon='103.9890288' />
<node id='10566650343' timestamp='2023-01-19T02:31:55Z' uid='9366301' user='GrabSG_akbaralibakar' visible='true' version='1' changeset='131443604' lat='1.3587368' lon='103.9892824' />
<way id='631939384' timestamp='2022-11-16T20:35:57Z' uid='11276832' user='HaPe-CZ' visible='true' version='9' changeset='129010605'>
<nd ref='5148670234' />
<nd ref='5148670230' />
<nd ref='1842921601' />
<nd ref='10195167896' />
<nd ref='243497352' />
<tag k='alt_name' v='Airport Boulevard' />
<tag k='bicycle' v='no' />
<tag k='foot' v='no' />
<tag k='highway' v='trunk' />
<tag k='lanes' v='3' />
<tag k='maxspeed' v='50' />
<tag k='name' v='T1 Boulevard' />
<tag k='oneway' v='yes' />
<tag k='sidewalk' v='no' />
<tag k='source' v='Kaart Ground Survey 2017' />
<tag k='surface' v='asphalt' />
<tag k='turn:lanes' v='through|through|through' />
</way>
<way id='688067545' timestamp='2023-01-19T03:17:33Z' uid='10255156' user='GrabSG_LydiaN' visible='true' version='6' changeset='131444261'>
<nd ref='6450971848' />
<nd ref='1832333581' />
<nd ref='10566650343' />
<tag k='bicycle' v='no' />
<tag k='foot' v='no' />
<tag k='highway' v='trunk' />
<tag k='horse' v='no' />
<tag k='lanes' v='3' />
<tag k='maxspeed' v='50' />
<tag k='name' v='Airport Boulevard' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
<tag k='turn:lanes' v='through|through|through' />
</way>
<way id='744520551' timestamp='2020-06-26T16:00:33Z' uid='10674755' user='Ptrho81' visible='true' version='14' changeset='87203277'>
<nd ref='6968086010' />
<nd ref='6968039085' />
<nd ref='6968039086' />
<nd ref='6968039087' />
<nd ref='6968039088' />
<nd ref='6968039089' />
<nd ref='6965983086' />
<nd ref='6968039091' />
<nd ref='6968039092' />
<nd ref='6968039093' />
<nd ref='6968039094' />
<nd ref='6968039095' />
<nd ref='6968143492' />
<nd ref='6968039096' />
<nd ref='6968039097' />
<nd ref='6968039098' />
<nd ref='6968039099' />
<nd ref='6968039100' />
<nd ref='6968039101' />
<nd ref='6968039102' />
<nd ref='6968039104' />
<nd ref='6968039105' />
<nd ref='6968039106' />
<nd ref='6968039107' />
<nd ref='6968039108' />
<nd ref='6968039109' />
<nd ref='6968039110' />
<nd ref='6968039111' />
<nd ref='6968039112' />
<nd ref='6968039113' />
<nd ref='6968039114' />
<nd ref='6961250089' />
<nd ref='6968039116' />
<nd ref='6968039117' />
<nd ref='6968039118' />
<nd ref='6968039119' />
<nd ref='6968039120' />
<nd ref='6968039121' />
<nd ref='6968039122' />
<nd ref='6968039123' />
<nd ref='6961249903' />
<nd ref='6961249902' />
<nd ref='6966020190' />
<nd ref='6961249990' />
<nd ref='6961249895' />
<nd ref='6961249894' />
<nd ref='6960994187' />
<nd ref='6960982491' />
<nd ref='6959250691' />
<nd ref='6968885496' />
<nd ref='6968039103' />
<nd ref='6966232295' />
<nd ref='6956299309' />
<nd ref='6966232393' />
<nd ref='6968039138' />
<nd ref='6968885794' />
<nd ref='6759014928' />
<nd ref='6759014927' />
<nd ref='6759014926' />
<nd ref='6968039142' />
<nd ref='6969044269' />
<nd ref='6969044270' />
<nd ref='6970557400' />
<nd ref='6969044271' />
<nd ref='6969044272' />
<nd ref='6969044273' />
<nd ref='6968039144' />
<nd ref='6968039145' />
<nd ref='6968039146' />
<nd ref='6968039147' />
<nd ref='6968039148' />
<nd ref='6968039149' />
<nd ref='6968039151' />
<nd ref='6968039152' />
<nd ref='6968039153' />
<nd ref='6968039154' />
<nd ref='6968039155' />
<nd ref='6965956386' />
<nd ref='6968086010' />
<tag k='addr:city' v='Singapore' />
<tag k='addr:country' v='SG' />
<tag k='addr:housenumber' v='78' />
<tag k='addr:postcode' v='819666' />
<tag k='addr:street' v='Airport Boulevard' />
<tag k='air_conditioning' v='yes' />
<tag k='building' v='commercial' />
<tag k='building:colour' v='#ADAFBB' />
<tag k='building:levels' v='5' />
<tag k='building:levels:underground' v='5' />
<tag k='building:material' v='metal' />
<tag k='height' v='37' />
<tag k='name' v='Jewel Changi Airport' />
<tag k='name:en' v='Jewel Changi Airport' />
<tag k='name:zh' v='星耀樟宜' />
<tag k='opening_date' v='2019' />
<tag k='operator' v='Changi Group/CapitaLand Ltd' />
<tag k='phone' v='+65 6713 2888' />
<tag k='roof:colour' v='#516272' />
<tag k='roof:height' v='27' />
<tag k='roof:material' v='glass' />
<tag k='roof:shape' v='dome' />
<tag k='shop' v='mall' />
<tag k='start_date' v='2019-04-17' />
<tag k='website' v='http://www.jewelchangiairport.com/' />
<tag k='wheelchair' v='yes' />
<tag k='wikidata' v='Q28419359' />
<tag k='wikipedia' v='en:Jewel Changi Airport' />
</way>
</osm>

View file

@ -0,0 +1,127 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='2390257168' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='3' changeset='113666178' lat='50.4798377' lon='5.5236812' />
<node id='2390257169' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.479698' lon='5.5234162' />
<node id='2390257170' timestamp='2021-11-11T19:37:21Z' uid='715684' user='Eebie' visible='true' version='5' changeset='113666195' lat='50.4797242' lon='5.5235228' />
<node id='2390257171' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4797478' lon='5.5238424' />
<node id='2390257172' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4796523' lon='5.523241' />
<node id='2390257173' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.479716' lon='5.5234836' />
<node id='2390257174' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.479884' lon='5.5233377' />
<node id='2390257175' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.479836' lon='5.5231479' />
<node id='2390257176' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4797754' lon='5.5234563' />
<node id='2390257177' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4796906' lon='5.5232036' />
<node id='2390257178' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4796807' lon='5.523155' />
<node id='2390257179' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4796385' lon='5.5231773' />
<node id='2390257180' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4796725' lon='5.5234314' />
<node id='2390257181' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.4797684' lon='5.5234165' />
<node id='2390257182' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='4' changeset='113666178' lat='50.479665' lon='5.5232378' />
<node id='9244278860' timestamp='2021-11-11T19:37:21Z' uid='715684' user='Eebie' visible='true' version='2' changeset='113666195' lat='50.4797348' lon='5.5235743' />
<node id='9244278861' timestamp='2021-11-11T19:37:21Z' uid='715684' user='Eebie' visible='true' version='2' changeset='113666195' lat='50.4797927' lon='5.5235438' />
<node id='9244278865' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4796831' lon='5.5234983' />
<node id='9244278892' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4797304' lon='5.5235762' />
<node id='9244278893' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4796913' lon='5.5235387' />
<node id='9244278894' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4796446' lon='5.5232048'>
<tag k='entrance' v='yes' />
</node>
<node id='9244278895' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4796899' lon='5.5233639'>
<tag k='entrance' v='main' />
</node>
<node id='9244278898' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4797557' lon='5.5237343' />
<node id='9244278899' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4797297' lon='5.5237525' />
<node id='9244278900' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798088' lon='5.5237473' />
<node id='9244278901' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798159' lon='5.5237398' />
<node id='9244278902' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798092' lon='5.5237072' />
<node id='9244278903' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798104' lon='5.5237544' />
<node id='9244278904' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4797969' lon='5.5235415' />
<node id='9244278905' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798078' lon='5.523157' />
<node id='9244278906' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798081' lon='5.5231476' />
<node id='9244278907' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798442' lon='5.5231934' />
<node id='9244278908' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798711' lon='5.5232679' />
<node id='9244278909' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798517' lon='5.5233584' />
<node id='9244278910' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178' lat='50.4798539' lon='5.5233749' />
<way id='1001541388' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178'>
<nd ref='9244278904' />
<nd ref='9244278861' />
<nd ref='9244278860' />
<nd ref='9244278892' />
<nd ref='9244278898' />
<nd ref='9244278899' />
<nd ref='2390257171' />
<nd ref='9244278903' />
<nd ref='9244278900' />
<nd ref='9244278901' />
<nd ref='9244278902' />
<nd ref='2390257168' />
<nd ref='9244278904' />
<tag k='building:part' v='yes' />
</way>
<way id='1001541389' timestamp='2021-11-11T19:37:21Z' uid='715684' user='Eebie' visible='true' version='2' changeset='113666195'>
<nd ref='2390257176' />
<nd ref='2390257173' />
<nd ref='2390257170' />
<nd ref='9244278893' />
<nd ref='9244278865' />
<nd ref='2390257180' />
<nd ref='2390257169' />
<nd ref='9244278895' />
<nd ref='2390257182' />
<nd ref='2390257172' />
<nd ref='9244278894' />
<nd ref='2390257179' />
<nd ref='2390257178' />
<nd ref='2390257177' />
<nd ref='9244278906' />
<nd ref='9244278905' />
<nd ref='2390257175' />
<nd ref='9244278907' />
<nd ref='9244278908' />
<nd ref='2390257174' />
<nd ref='9244278909' />
<nd ref='9244278910' />
<nd ref='2390257181' />
<nd ref='2390257176' />
<tag k='building:part' v='yes' />
</way>
<way id='1001541394' timestamp='2021-11-11T19:37:21Z' uid='715684' user='Eebie' visible='true' version='2' changeset='113666195'>
<nd ref='2390257176' />
<nd ref='2390257173' />
<nd ref='2390257170' />
<nd ref='9244278860' />
<nd ref='9244278861' />
<nd ref='2390257176' />
<tag k='building:part' v='yes' />
<tag k='defensive' v='donjon' />
<tag k='heritage' v='yes' />
<tag k='image' v='File:Avouerie Anthisnes 2018.jpg' />
<tag k='man_made' v='tower' />
<tag k='name' v='Donjon' />
<tag k='start_date' v='C12' />
<tag k='tower:type' v='defensive' />
</way>
<relation id='13430355' timestamp='2021-11-11T19:36:42Z' uid='715684' user='Eebie' visible='true' version='1' changeset='113666178'>
<member type='way' ref='1001541394' role='outer' />
<member type='way' ref='1001541388' role='outer' />
<member type='way' ref='1001541389' role='outer' />
<tag k='addr:city' v='Anthisnes' />
<tag k='addr:country' v='BE' />
<tag k='addr:housenumber' v='19' />
<tag k='addr:postcode' v='4160' />
<tag k='addr:street' v='Avenue de l&apos;Abbaye' />
<tag k='alt_name' v='Avouerie d&apos;Anthisnes' />
<tag k='building' v='castle' />
<tag k='castle_type' v='defensive' />
<tag k='clt:criteria' v='M' />
<tag k='clt:inscription_date' v='1970' />
<tag k='heritage' v='4' />
<tag k='heritage:operator' v='clt' />
<tag k='heritage:website' v='http://lampspw.wallonie.be/dgo4/site_thema/index.php/dossier/view/BC_PAT/61079-CLT-0003-01' />
<tag k='historic' v='castle' />
<tag k='image' v='File:Avouerie Anthisnes 2018.jpg' />
<tag k='name' v='Château de l&apos;Avouerie' />
<tag k='ref:clt' v='61079-CLT-0003-01' />
<tag k='start_date' v='C17' />
<tag k='type' v='multipolygon' />
<tag k='website' v='https://www.avouerie.be/' />
<tag k='wikipedia' v='fr:Avouerie d&apos;Anthisnes' />
</relation>
</osm>

View file

@ -0,0 +1,22 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='432645001' timestamp='2021-06-12T10:45:14Z' uid='3172019' user='nurdafur' visible='true' version='3' changeset='106248484' lat='47.5209454' lon='8.7894416' />
<node id='432645019' timestamp='2021-06-12T10:45:14Z' uid='3172019' user='nurdafur' visible='true' version='3' changeset='106248484' lat='47.520785' lon='8.7872475' />
<node id='1834135234' timestamp='2021-06-12T10:45:14Z' uid='3172019' user='nurdafur' visible='true' version='3' changeset='106248484' lat='47.5208595' lon='8.7883072' />
<node id='3866183416' timestamp='2015-11-29T00:10:55Z' uid='178186' user='mdk' visible='true' version='1' changeset='35638552' lat='47.5208027' lon='8.7876514' />
<node id='3866183425' timestamp='2021-06-12T10:45:14Z' uid='3172019' user='nurdafur' visible='true' version='2' changeset='106248484' lat='47.5209057' lon='8.7888206' />
<node id='8827179695' timestamp='2021-06-12T10:45:14Z' uid='3172019' user='nurdafur' visible='true' version='1' changeset='106248484' lat='47.5207872' lon='8.7873177'>
<tag k='barrier' v='cycle_barrier' />
<tag k='bicycle' v='no' />
</node>
<way id='953707247' timestamp='2021-06-12T10:45:14Z' uid='3172019' user='nurdafur' visible='true' version='1' changeset='106248484'>
<nd ref='432645019' />
<nd ref='8827179695' />
<nd ref='3866183416' />
<nd ref='1834135234' />
<nd ref='3866183425' />
<nd ref='432645001' />
<tag k='highway' v='service' />
<tag k='surface' v='asphalt' />
</way>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,75 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='60736035' timestamp='2015-06-22T12:32:26Z' uid='495567' user='zimba' visible='true' version='4' changeset='32137543' lat='48.2333067' lon='16.3475326' />
<node id='60736036' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='5' changeset='128402677' lat='48.2322759' lon='16.3469398' />
<node id='313066093' timestamp='2014-03-10T12:35:08Z' uid='93640' user='jjoksch' visible='true' version='4' changeset='21024169' lat='48.2318621' lon='16.3466655' />
<node id='319655404' timestamp='2013-10-18T22:25:13Z' uid='303158' user='stefanct' visible='true' version='11' changeset='18427010' lat='48.2321148' lon='16.3478275' />
<node id='319655405' timestamp='2013-10-18T22:25:13Z' uid='303158' user='stefanct' visible='true' version='8' changeset='18427010' lat='48.2317199' lon='16.3477406' />
<node id='319655406' timestamp='2013-10-18T22:25:13Z' uid='303158' user='stefanct' visible='true' version='8' changeset='18427010' lat='48.2317507' lon='16.3474255' />
<node id='319655407' timestamp='2013-10-18T22:25:13Z' uid='303158' user='stefanct' visible='true' version='8' changeset='18427010' lat='48.2321456' lon='16.3475124' />
<node id='1439089706' timestamp='2012-07-27T20:34:36Z' uid='51552' user='kfg' visible='true' version='2' changeset='12516382' lat='48.2312313' lon='16.34761' />
<node id='1439089709' timestamp='2012-07-27T20:34:36Z' uid='51552' user='kfg' visible='true' version='2' changeset='12516382' lat='48.2315922' lon='16.3477066' />
<node id='3135605514' timestamp='2015-06-22T12:32:26Z' uid='495567' user='zimba' visible='true' version='2' changeset='32137543' lat='48.2332141' lon='16.3481946' />
<node id='3135605515' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='2' changeset='128402677' lat='48.2322299' lon='16.3478712' />
<node id='3135605516' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='2' changeset='128402677' lat='48.2323124' lon='16.3469458' />
<node id='3135605518' timestamp='2014-10-17T17:49:01Z' uid='302363' user='fkv' visible='true' version='1' changeset='26152263' lat='48.2313235' lon='16.3465569' />
<node id='3135605519' timestamp='2014-10-17T17:49:01Z' uid='302363' user='fkv' visible='true' version='1' changeset='26152263' lat='48.2312092' lon='16.3476047' />
<node id='10151958298' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2322642' lon='16.3469367' />
<node id='10151958299' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.232263' lon='16.3469391' />
<node id='10151958300' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2322413' lon='16.3468889' />
<node id='10151958301' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2322515' lon='16.3469396' />
<node id='10151958302' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.232341' lon='16.3469414' />
<node id='10151958303' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2323185' lon='16.3469516' />
<node id='10151958304' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.232318' lon='16.3469468' />
<node id='10151958305' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2321904' lon='16.3478474' />
<node id='10151958306' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2323014' lon='16.3470693'>
<tag k='barrier' v='gate' />
</node>
<node id='10151958307' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2322634' lon='16.3470485' />
<node id='10151958308' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2322676' lon='16.3470073' />
<node id='10151958309' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='1' changeset='128402677' lat='48.2322656' lon='16.347027'>
<tag k='barrier' v='gate' />
</node>
<way id='308267593' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='3' changeset='128402677'>
<nd ref='60736035' />
<nd ref='3135605514' />
<nd ref='3135605515' />
<nd ref='10151958306' />
<nd ref='3135605516' />
<nd ref='10151958304' />
<nd ref='10151958303' />
<nd ref='10151958302' />
<nd ref='60736035' />
</way>
<way id='308267594' timestamp='2022-11-02T17:02:09Z' uid='8772934' user='sgnak' visible='true' version='2' changeset='128402677'>
<nd ref='60736036' />
<nd ref='10151958298' />
<nd ref='10151958299' />
<nd ref='10151958301' />
<nd ref='10151958300' />
<nd ref='313066093' />
<nd ref='3135605518' />
<nd ref='3135605519' />
<nd ref='1439089706' />
<nd ref='1439089709' />
<nd ref='319655405' />
<nd ref='319655406' />
<nd ref='319655407' />
<nd ref='319655404' />
<nd ref='10151958305' />
<nd ref='10151958307' />
<nd ref='10151958309' />
<nd ref='10151958308' />
<nd ref='60736036' />
</way>
<relation id='4116663' timestamp='2022-09-15T18:37:48Z' uid='8772934' user='sgnak' visible='true' version='2' changeset='126235975'>
<member type='way' ref='308267593' role='outer' />
<member type='way' ref='308267594' role='outer' />
<tag k='barrier' v='fence' />
<tag k='leisure' v='sports_centre' />
<tag k='name' v='Jugendsportanlage der Stadt Wien' />
<tag k='old_name' v='Jugendspielplatz' />
<tag k='short_name' v='Jugendsportanlage' />
<tag k='type' v='multipolygon' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,779 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='277500895' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='10' changeset='94152967' lat='48.8533381' lon='2.3688182' />
<node id='335895687' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='16' changeset='92597344' lat='48.8519161' lon='2.3687545' />
<node id='335895814' timestamp='2010-01-24T09:54:22Z' uid='33634' user='lapinos03' visible='true' version='20' changeset='3698939' lat='48.8594985' lon='2.3720952' />
<node id='335895815' timestamp='2010-01-24T09:54:23Z' uid='33634' user='lapinos03' visible='true' version='12' changeset='3698939' lat='48.8595294' lon='2.3719482' />
<node id='335896764' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='9' changeset='92597344' lat='48.8524249' lon='2.3687293' />
<node id='335896916' timestamp='2011-11-11T13:09:04Z' uid='33634' user='lapinos03' visible='true' version='12' changeset='9796269' lat='48.8535629' lon='2.3695238' />
<node id='335896917' timestamp='2011-11-11T13:09:04Z' uid='33634' user='lapinos03' visible='true' version='9' changeset='9796269' lat='48.8524144' lon='2.3689851' />
<node id='335896918' timestamp='2010-01-24T09:54:21Z' uid='33634' user='lapinos03' visible='true' version='10' changeset='3698939' lat='48.853645' lon='2.3692423' />
<node id='335912053' timestamp='2010-01-24T09:54:23Z' uid='33634' user='lapinos03' visible='true' version='8' changeset='3698939' lat='48.8600868' lon='2.3721949' />
<node id='335912054' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='7' changeset='3516993' lat='48.8605289' lon='2.3723787' />
<node id='335912057' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='7' changeset='3516993' lat='48.8610146' lon='2.3724859' />
<node id='335912058' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='8' changeset='3516993' lat='48.8614484' lon='2.3724628' />
<node id='335912059' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='7' changeset='3516993' lat='48.8617509' lon='2.3724042' />
<node id='335912060' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='9' changeset='3516993' lat='48.8619502' lon='2.3723479' />
<node id='335912062' timestamp='2011-05-26T22:05:11Z' uid='17286' user='Pieren' visible='true' version='9' changeset='8257869' lat='48.8622714' lon='2.3721867' />
<node id='335912063' timestamp='2010-01-02T10:50:47Z' uid='33634' user='lapinos03' visible='true' version='7' changeset='3516993' lat='48.8628453' lon='2.3718273' />
<node id='335912064' timestamp='2009-11-28T17:36:24Z' uid='33634' user='lapinos03' visible='true' version='6' changeset='3238115' lat='48.8637529' lon='2.3711134' />
<node id='335912069' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='9' changeset='3516993' lat='48.8628921' lon='2.3719663' />
<node id='335912070' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='9' changeset='3516993' lat='48.8623108' lon='2.3723554' />
<node id='335912072' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='8' changeset='3516993' lat='48.8619794' lon='2.3725056' />
<node id='335912075' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='8' changeset='3516993' lat='48.8617602' lon='2.3725632' />
<node id='335912076' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='8' changeset='3516993' lat='48.8614562' lon='2.3726167' />
<node id='335912077' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='7' changeset='3516993' lat='48.8610016' lon='2.3726239' />
<node id='335912080' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='7' changeset='3516993' lat='48.8605161' lon='2.3725231' />
<node id='335912081' timestamp='2010-01-02T10:50:46Z' uid='33634' user='lapinos03' visible='true' version='7' changeset='3516993' lat='48.8600581' lon='2.372347' />
<node id='705458877' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='5' changeset='92597344' lat='48.8519426' lon='2.3686178' />
<node id='787321853' timestamp='2010-06-24T15:01:42Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540535' lon='2.3697074' />
<node id='787325183' timestamp='2010-06-24T15:04:09Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540457' lon='2.3697169' />
<node id='787334886' timestamp='2010-06-24T15:10:01Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540548' lon='2.3697125' />
<node id='787345691' timestamp='2010-06-24T15:14:39Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540534' lon='2.3697176' />
<node id='787351941' timestamp='2010-06-24T15:18:13Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540466' lon='2.3697067' />
<node id='787354544' timestamp='2010-06-24T15:19:40Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540501' lon='2.3697049' />
<node id='787362335' timestamp='2010-06-24T15:23:41Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540487' lon='2.3697199' />
<node id='787366403' timestamp='2010-06-24T15:25:21Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.85405' lon='2.3697199' />
<node id='787378950' timestamp='2010-06-24T15:29:43Z' uid='3085' user='mat' visible='true' version='1' changeset='5066713' lat='48.8540448' lon='2.3697115' />
<node id='1301281252' timestamp='2011-05-26T22:04:59Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8257869' lat='48.862179' lon='2.3724268' />
<node id='1301310240' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8550388' lon='2.3700318' />
<node id='1301310242' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8543208' lon='2.369606' />
<node id='1301310249' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8560313' lon='2.3704835' />
<node id='1301310251' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8578974' lon='2.3714855' />
<node id='1301310253' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8572791' lon='2.3710789' />
<node id='1301310255' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574422' lon='2.3709388' />
<node id='1301310256' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8576041' lon='2.3710985' />
<node id='1301310261' timestamp='2011-05-26T22:47:34Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8554838' lon='2.3703899' />
<node id='1301310265' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8541315' lon='2.3693639' />
<node id='1301310283' timestamp='2011-05-26T22:47:35Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8549553' lon='2.3699957' />
<node id='1301310286' timestamp='2011-05-26T22:47:35Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8542279' lon='2.3695639' />
<node id='1301310299' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8539607' lon='2.369165' />
<node id='1301310301' timestamp='2011-05-26T22:47:36Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8567554' lon='2.3705487' />
<node id='1301310312' timestamp='2011-05-26T22:47:36Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8569769' lon='2.3708108' />
<node id='1301310327' timestamp='2011-05-26T22:47:36Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8555011' lon='2.3700149' />
<node id='1301310335' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8537163' lon='2.369184' />
<node id='1301310340' timestamp='2011-05-26T22:47:37Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8571024' lon='2.3709559' />
<node id='1301310351' timestamp='2011-05-26T22:47:37Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8553097' lon='2.3699102' />
<node id='1301310352' timestamp='2011-05-26T22:47:37Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8567213' lon='2.3706947' />
<node id='1301310363' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8536588' lon='2.3695695' />
<node id='1301310365' timestamp='2011-05-26T22:47:37Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8552302' lon='2.3700174' />
<node id='1301310367' timestamp='2011-05-26T22:47:37Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8577977' lon='2.3711559' />
<node id='1301310372' timestamp='2011-05-26T22:47:37Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8576681' lon='2.371226' />
<node id='1301310381' timestamp='2011-05-26T22:47:38Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8567019' lon='2.3707896' />
<node id='1301310382' timestamp='2011-05-26T22:47:38Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574021' lon='2.3709752' />
<node id='1301310391' timestamp='2011-05-26T22:47:38Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8551303' lon='2.3700728' />
<node id='1301310393' timestamp='2011-05-26T22:47:38Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.854402' lon='2.3696428' />
<node id='1301310400' timestamp='2011-05-26T22:47:38Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.855212' lon='2.3702526' />
<node id='1301310404' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8540402' lon='2.3693055' />
<node id='1301310415' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8536413' lon='2.3694759' />
<node id='1301310417' timestamp='2011-05-26T22:47:39Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8578618' lon='2.3713411' />
<node id='1301310431' timestamp='2011-05-26T22:47:39Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8549748' lon='2.3699023' />
<node id='1301310432' timestamp='2011-05-26T22:47:39Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574114' lon='2.3711103' />
<node id='1301310437' timestamp='2011-05-26T22:47:39Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8555293' lon='2.3699899' />
<node id='1301310439' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8538871' lon='2.3691481' />
<node id='1301310444' timestamp='2011-05-26T22:47:39Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8572119' lon='2.3710022' />
<node id='1301310450' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8553173' lon='2.3699645' />
<node id='1301310453' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8554759' lon='2.3703726' />
<node id='1301310455' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8573937' lon='2.3711857' />
<node id='1301310456' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8536371' lon='2.3695206' />
<node id='1301310466' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.857512' lon='2.3710542' />
<node id='1301310468' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.857129' lon='2.3708784' />
<node id='1301310478' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8573067' lon='2.3709809' />
<node id='1301310479' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8564446' lon='2.3704048' />
<node id='1301310482' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8552124' lon='2.3701105' />
<node id='1301310483' timestamp='2011-05-26T22:47:40Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8551836' lon='2.3702619' />
<node id='1301310494' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8537057' lon='2.3691936' />
<node id='1301310510' timestamp='2011-05-26T22:47:41Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8551489' lon='2.3699805' />
<node id='1301310520' timestamp='2011-05-26T22:47:41Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8557642' lon='2.3700801' />
<node id='1301310521' timestamp='2011-05-26T22:47:41Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.856719' lon='2.3706104' />
<node id='1301310522' timestamp='2011-05-26T22:47:41Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8559571' lon='2.3703491' />
<node id='1301310523' timestamp='2011-05-26T22:47:41Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8579218' lon='2.3714376' />
<node id='1301310528' timestamp='2011-05-26T22:47:42Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8573745' lon='2.3711197' />
<node id='1301310530' timestamp='2011-05-26T22:47:42Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8577768' lon='2.3710904' />
<node id='1301310535' timestamp='2011-05-26T22:47:42Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8554991' lon='2.3704059' />
<node id='1301310538' timestamp='2011-05-26T22:47:42Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8568774' lon='2.3708683' />
<node id='1301310550' timestamp='2011-05-26T22:47:42Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8570321' lon='2.3707518' />
<node id='1301310559' timestamp='2011-05-26T22:47:42Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8558563' lon='2.3704064' />
<node id='1301310561' timestamp='2011-05-26T22:47:42Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8564737' lon='2.3703911' />
<node id='1301310564' timestamp='2011-05-26T22:47:43Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8577937' lon='2.3710369' />
<node id='1301310571' timestamp='2011-05-26T22:47:43Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574029' lon='2.3711365' />
<node id='1301310581' timestamp='2011-05-26T22:47:43Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.85605' lon='2.3703912' />
<node id='1301310585' timestamp='2011-05-26T22:47:43Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574932' lon='2.3711469' />
<node id='1301310591' timestamp='2011-05-26T22:47:43Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8555133' lon='2.3699988' />
<node id='1301310608' timestamp='2011-05-26T22:47:44Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8577696' lon='2.3710065' />
<node id='1301310617' timestamp='2011-05-26T22:47:44Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8568028' lon='2.3707304' />
<node id='1301310618' timestamp='2011-05-26T22:47:44Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8542106' lon='2.3696572' />
<node id='1301310623' timestamp='2011-05-26T22:47:44Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8579085' lon='2.3714764' />
<node id='1301310633' timestamp='2011-05-26T22:47:45Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8573907' lon='2.3709701' />
<node id='1301310645' timestamp='2011-05-26T22:47:45Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8541271' lon='2.3696212' />
<node id='1301310657' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8539401' lon='2.3691494' />
<node id='1301310659' timestamp='2019-03-09T15:36:17Z' uid='311391' user='patman37' visible='true' version='2' changeset='67963322' lat='48.85675' lon='2.3705255' />
<node id='1301310660' timestamp='2011-05-26T22:47:45Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.856537' lon='2.3708001' />
<node id='1301310669' timestamp='2011-05-26T22:47:46Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8578837' lon='2.371407' />
<node id='1301310671' timestamp='2011-05-26T22:47:46Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8568946' lon='2.3707745' />
<node id='1301310673' timestamp='2011-05-26T22:47:46Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574118' lon='2.370922' />
<node id='1301310685' timestamp='2011-05-26T22:47:46Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574305' lon='2.3710172' />
<node id='1301310690' timestamp='2011-05-26T22:47:46Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8556213' lon='2.3700137' />
<node id='1301310695' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8539143' lon='2.3691433' />
<node id='1301310700' timestamp='2011-05-26T22:47:46Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8558759' lon='2.370313' />
<node id='1301310701' timestamp='2011-05-26T22:47:46Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8570423' lon='2.3709707' />
<node id='1301310712' timestamp='2011-05-26T22:47:47Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8543842' lon='2.3697359' />
<node id='1301310724' timestamp='2011-05-26T22:47:47Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.857881' lon='2.3714864' />
<node id='1301310729' timestamp='2011-05-26T22:47:47Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8576869' lon='2.3711336' />
<node id='1301310733' timestamp='2011-05-26T22:47:47Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8570228' lon='2.3707998' />
<node id='1301310738' timestamp='2011-05-26T22:47:47Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8569824' lon='2.3710032' />
<node id='1301310742' timestamp='2011-05-26T22:47:47Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8571606' lon='2.3708749' />
<node id='1301310745' timestamp='2011-05-26T22:47:48Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8564612' lon='2.3703906' />
<node id='1301310748' timestamp='2011-05-26T22:47:48Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8577841' lon='2.3710219' />
<node id='1301310755' timestamp='2011-05-26T22:47:48Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.855056' lon='2.3699384' />
<node id='1301310756' timestamp='2011-05-26T22:47:48Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8543021' lon='2.3696983' />
<node id='1301310772' timestamp='2011-05-26T22:47:48Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8552235' lon='2.3702369' />
<node id='1301310774' timestamp='2011-05-26T22:47:48Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8574311' lon='2.3709894' />
<node id='1301310775' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8540006' lon='2.3692306' />
<node id='1301310782' timestamp='2011-05-26T22:47:49Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8575859' lon='2.3711887' />
<node id='1301310783' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8536377' lon='2.3694995' />
<node id='1301310795' timestamp='2011-05-26T22:47:49Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8569583' lon='2.3709052' />
<node id='1301310810' timestamp='2011-05-26T22:47:49Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8541466' lon='2.3695278' />
<node id='1301310817' timestamp='2011-05-26T22:47:50Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8557717' lon='2.3700962' />
<node id='1301310824' timestamp='2011-05-26T22:47:50Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8559399' lon='2.3704424' />
<node id='1301310825' timestamp='2011-05-26T22:47:50Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8579177' lon='2.3714611' />
<node id='1301310826' timestamp='2011-05-26T22:47:50Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8571472' lon='2.370998' />
<node id='1301310834' timestamp='2011-05-26T22:47:50Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8553172' lon='2.3699391' />
<node id='1301310839' timestamp='2011-05-26T22:47:50Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8554727' lon='2.3703468' />
<node id='1301310842' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8536417' lon='2.3695383' />
<node id='1301310849' timestamp='2011-05-26T22:47:50Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8567699' lon='2.3705573' />
<node id='1301310856' timestamp='2011-05-26T22:47:51Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8554928' lon='2.3700408' />
<node id='1301310858' timestamp='2011-05-26T22:47:51Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8561135' lon='2.3705211' />
<node id='1301310869' timestamp='2011-05-26T22:47:51Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8567433' lon='2.3705202' />
<node id='1301310874' timestamp='2011-05-26T22:47:51Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.85792' lon='2.3714182' />
<node id='1301310876' timestamp='2011-05-26T22:47:51Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8552931' lon='2.3698872' />
<node id='1301310881' timestamp='2011-05-26T22:47:51Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8573641' lon='2.3711765' />
<node id='1301310890' timestamp='2011-05-26T22:47:52Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8561312' lon='2.370428' />
<node id='1301310894' timestamp='2011-05-26T22:47:52Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8551992' lon='2.3702606' />
<node id='1301310896' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107701505' lat='48.8540693' lon='2.3693349' />
<node id='1301310900' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8536851' lon='2.3692305' />
<node id='1301310914' timestamp='2011-05-26T22:47:52Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8569943' lon='2.3709495' />
<node id='1301310919' timestamp='2011-05-26T22:47:53Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093' lat='48.8567838' lon='2.3708272' />
<node id='1498618527' timestamp='2021-07-05T15:19:10Z' uid='13703712' user='Kouji915' visible='true' version='6' changeset='107447801' lat='48.8522877' lon='2.3693249' />
<node id='1498618536' timestamp='2011-11-11T13:09:01Z' uid='33634' user='lapinos03' visible='true' version='1' changeset='9796269' lat='48.8522353' lon='2.3681246' />
<node id='1498618538' timestamp='2011-11-11T13:09:01Z' uid='33634' user='lapinos03' visible='true' version='1' changeset='9796269' lat='48.8522585' lon='2.3680226' />
<node id='1498618540' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='2' changeset='92597344' lat='48.8522696' lon='2.3682305' />
<node id='1498618542' timestamp='2011-11-11T13:09:01Z' uid='33634' user='lapinos03' visible='true' version='1' changeset='9796269' lat='48.8524508' lon='2.3681073' />
<node id='1498618543' timestamp='2011-11-11T13:09:01Z' uid='33634' user='lapinos03' visible='true' version='1' changeset='9796269' lat='48.8524661' lon='2.3681176' />
<node id='1498618547' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='4' changeset='107701505' lat='48.8527349' lon='2.3692913' />
<node id='1498618549' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='5' changeset='94152967' lat='48.8532909' lon='2.3694904' />
<node id='1498618550' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='5' changeset='94152967' lat='48.8533229' lon='2.3694528' />
<node id='1498618551' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='4' changeset='94152967' lat='48.8533365' lon='2.3694348' />
<node id='1498618552' timestamp='2021-07-13T11:56:54Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107907678' lat='48.8529265' lon='2.3686084' />
<node id='1498968366' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='5' changeset='107701505' lat='48.8537747' lon='2.369171' />
<node id='1630535109' timestamp='2012-02-12T21:58:18Z' uid='138059' user='Truchin' visible='true' version='1' changeset='10668733' lat='48.8527026' lon='2.3683754' />
<node id='1630535133' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='8' changeset='107701505' lat='48.8525992' lon='2.3692471' />
<node id='1630535163' timestamp='2021-07-05T15:19:10Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107447801' lat='48.8536962' lon='2.3695899' />
<node id='1713218819' timestamp='2012-04-12T19:28:36Z' uid='138059' user='Truchin' visible='true' version='1' changeset='11280271' lat='48.8517792' lon='2.3692301' />
<node id='1713218822' timestamp='2012-04-12T19:28:36Z' uid='138059' user='Truchin' visible='true' version='1' changeset='11280271' lat='48.8517942' lon='2.3691589' />
<node id='1713218824' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='2' changeset='92597344' lat='48.8518086' lon='2.3690841' />
<node id='1713218825' timestamp='2012-04-12T19:28:36Z' uid='138059' user='Truchin' visible='true' version='1' changeset='11280271' lat='48.8519229' lon='2.369292' />
<node id='1713218827' timestamp='2019-08-02T08:55:33Z' uid='170592' user='maruku67' visible='true' version='2' changeset='72929307' lat='48.8519785' lon='2.3693153' />
<node id='2364200473' timestamp='2013-06-28T09:37:04Z' uid='1072240' user='cmif4' visible='true' version='1' changeset='16737075' lat='48.8522513' lon='2.3680539' />
<node id='2364200474' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8530332' lon='2.3691347' />
<node id='2364200475' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8530358' lon='2.3690962' />
<node id='2364200476' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8530354' lon='2.3691733' />
<node id='2364200477' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8530425' lon='2.3692105' />
<node id='2364200478' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8530431' lon='2.3690591' />
<node id='2364200479' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.853054' lon='2.3692451' />
<node id='2364200480' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8530549' lon='2.3690248' />
<node id='2364200481' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8530696' lon='2.3692757' />
<node id='2364200482' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8530708' lon='2.3689945' />
<node id='2364200487' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8530888' lon='2.3693012' />
<node id='2364200488' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8530902' lon='2.3689693' />
<node id='2364200495' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8531108' lon='2.3693208' />
<node id='2364200496' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8531123' lon='2.3689502' />
<node id='2364200502' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8531348' lon='2.3693337' />
<node id='2364200503' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8531364' lon='2.3689377' />
<node id='2364200552' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.85316' lon='2.3693394' />
<node id='2364200560' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8531617' lon='2.3689325' />
<node id='2364200662' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8531854' lon='2.3693378' />
<node id='2364200664' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8531871' lon='2.3689346' />
<node id='2364200670' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8532102' lon='2.369329' />
<node id='2364200671' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8532119' lon='2.3689439' />
<node id='2364200676' timestamp='2019-04-14T10:55:51Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8532335' lon='2.3693131' />
<node id='2364200677' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.853235' lon='2.3689602' />
<node id='2364200684' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8532543' lon='2.3692908' />
<node id='2364200685' timestamp='2019-04-14T10:55:52Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8532556' lon='2.3689829' />
<node id='2364200686' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8532721' lon='2.369263' />
<node id='2364200687' timestamp='2019-04-14T10:55:52Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8532731' lon='2.3690111' />
<node id='2364200688' timestamp='2019-04-14T10:55:52Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.853286' lon='2.3692305' />
<node id='2364200689' timestamp='2019-04-14T10:55:52Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8532867' lon='2.3690438' />
<node id='2364200690' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8532956' lon='2.3691947' />
<node id='2364200691' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8532961' lon='2.3690799' />
<node id='2364200692' timestamp='2020-05-27T07:39:27Z' uid='311391' user='patman37' visible='true' version='4' changeset='85814665' lat='48.8533006' lon='2.3691567' />
<node id='2364200693' timestamp='2019-04-14T10:55:52Z' uid='311391' user='patman37' visible='true' version='3' changeset='69199189' lat='48.8533007' lon='2.3691179' />
<node id='2447198399' timestamp='2013-09-05T14:47:14Z' uid='270456' user='pyrog' visible='true' version='1' changeset='17688835' lat='48.8537326' lon='2.3695973' />
<node id='2447198400' timestamp='2013-09-05T14:47:14Z' uid='270456' user='pyrog' visible='true' version='1' changeset='17688835' lat='48.8537611' lon='2.3694371' />
<node id='2447198401' timestamp='2013-09-05T14:47:14Z' uid='270456' user='pyrog' visible='true' version='1' changeset='17688835' lat='48.8537845' lon='2.3693064' />
<node id='2447198402' timestamp='2013-09-05T14:47:14Z' uid='270456' user='pyrog' visible='true' version='1' changeset='17688835' lat='48.8662959' lon='2.369317' />
<node id='2447198403' timestamp='2013-09-05T14:47:14Z' uid='270456' user='pyrog' visible='true' version='1' changeset='17688835' lat='48.8663087' lon='2.3692209' />
<node id='2447198404' timestamp='2013-09-05T14:47:14Z' uid='270456' user='pyrog' visible='true' version='1' changeset='17688835' lat='48.8663243' lon='2.3691031' />
<node id='2572123440' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='3' changeset='92597344' lat='48.8519597' lon='2.3685298' />
<node id='2613243310' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='2' changeset='92597344' lat='48.851981' lon='2.3691627' />
<node id='2613243339' timestamp='2014-01-07T11:00:10Z' uid='1072240' user='cmif4' visible='true' version='1' changeset='19860674' lat='48.8521497' lon='2.3685829' />
<node id='2613243342' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='2' changeset='92597344' lat='48.8521592' lon='2.3685456' />
<node id='2613243350' timestamp='2014-01-07T11:00:10Z' uid='1072240' user='cmif4' visible='true' version='1' changeset='19860674' lat='48.8522351' lon='2.3683379' />
<node id='2613243352' timestamp='2014-01-07T11:00:10Z' uid='1072240' user='cmif4' visible='true' version='1' changeset='19860674' lat='48.8522568' lon='2.3682901' />
<node id='4530797297' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='3' changeset='92597344' lat='48.8519361' lon='2.3686511'>
<tag k='seamark:notice:category' v='opening_to_left' />
<tag k='seamark:notice:distance_down' v='0' />
<tag k='seamark:notice:distance_end' v='0' />
<tag k='seamark:notice:distance_start' v='0' />
<tag k='seamark:notice:distance_up' v='0' />
<tag k='seamark:notice:function' v='recommendation' />
<tag k='seamark:notice:impact' v='downstream' />
<tag k='seamark:notice:orientation' v='20' />
<tag k='seamark:notice:system' v='cevni' />
<tag k='seamark:type' v='notice' />
</node>
<node id='4530797298' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='3' changeset='92597344' lat='48.8519574' lon='2.3685418'>
<tag k='seamark:notice:category' v='opening_to_right' />
<tag k='seamark:notice:distance_down' v='0' />
<tag k='seamark:notice:distance_end' v='0' />
<tag k='seamark:notice:distance_start' v='0' />
<tag k='seamark:notice:distance_up' v='0' />
<tag k='seamark:notice:function' v='recommendation' />
<tag k='seamark:notice:impact' v='downstream' />
<tag k='seamark:notice:orientation' v='20' />
<tag k='seamark:notice:system' v='cevni' />
<tag k='seamark:type' v='notice' />
</node>
<node id='5515713267' timestamp='2018-03-30T06:47:31Z' uid='158826' user='cquest' visible='true' version='1' changeset='57652812' lat='48.8522481' lon='2.3680682' />
<node id='5679456041' timestamp='2018-08-15T07:43:24Z' uid='128186' user='malcolmh' visible='true' version='4' changeset='61677939' lat='48.8539866' lon='2.3693993'>
<tag k='seamark:notice:category' v='no_wash' />
<tag k='seamark:notice:distance_down' v='0' />
<tag k='seamark:notice:function' v='prohibition' />
<tag k='seamark:notice:impact' v='downstream' />
<tag k='seamark:notice:information' v='20' />
<tag k='seamark:notice:orientation' v='190' />
<tag k='seamark:notice:system' v='cevni' />
<tag k='seamark:type' v='notice' />
</node>
<node id='5679456042' timestamp='2018-06-10T11:24:28Z' uid='412560' user='Meersbrook' visible='true' version='1' changeset='59709094' lat='48.8543541' lon='2.3695683'>
<tag k='seamark:notice:category' v='limited_width' />
<tag k='seamark:notice:distance_start' v='10' />
<tag k='seamark:notice:function' v='restriction' />
<tag k='seamark:notice:impact' v='downstream' />
<tag k='seamark:notice:information' v='8' />
<tag k='seamark:notice:orientation' v='190' />
<tag k='seamark:notice:system' v='cevni' />
<tag k='seamark:type' v='notice' />
</node>
<node id='5679456043' timestamp='2018-06-13T13:22:30Z' uid='145231' user='woodpeck_repair' visible='true' version='3' changeset='59811174' lat='48.8652505' lon='2.3701307'>
<tag k='seamark:signal_station_traffic:category' v='traffic_control' />
<tag k='seamark:signal_station_traffic:channel' v='20' />
<tag k='seamark:type' v='signal_station_traffic' />
</node>
<node id='6188073663' timestamp='2020-10-16T17:37:28Z' uid='397097' user='Florent972' visible='true' version='2' changeset='92597344' lat='48.8528747' lon='2.3691849' />
<node id='6605501601' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='3' changeset='94152967' lat='48.8533812' lon='2.3693304' />
<node id='6605501606' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='3' changeset='94152967' lat='48.853381' lon='2.3688807' />
<node id='6605501607' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='3' changeset='94152967' lat='48.8533989' lon='2.3689357' />
<node id='6605501608' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='3' changeset='94152967' lat='48.8534137' lon='2.3689986' />
<node id='6605501609' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='2' changeset='94152967' lat='48.853421' lon='2.3690969' />
<node id='6673624343' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='4' changeset='94152967' lat='48.8532453' lon='2.369504' />
<node id='6673624344' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='4' changeset='94152967' lat='48.8533061' lon='2.3694768' />
<node id='6673624353' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107701505' lat='48.8526874' lon='2.3692699' />
<node id='6673624354' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107701505' lat='48.8526407' lon='2.3692578' />
<node id='6673624358' timestamp='2021-07-05T15:19:10Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107447801' lat='48.8521371' lon='2.3693791' />
<node id='6673624359' timestamp='2021-07-05T15:19:10Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107447801' lat='48.8522068' lon='2.3693798' />
<node id='6673624360' timestamp='2021-07-05T15:19:10Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107447801' lat='48.8522428' lon='2.3693651' />
<node id='6673624361' timestamp='2021-07-05T15:19:10Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107447801' lat='48.852176' lon='2.3693819' />
<node id='6708017572' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='4' changeset='107701505' lat='48.8525482' lon='2.3692401' />
<node id='6708062886' timestamp='2021-07-13T11:56:54Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107907678' lat='48.8534025' lon='2.369231' />
<node id='6935789475' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107701505' lat='48.8536634' lon='2.3693465' />
<node id='6935814521' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='107701505' lat='48.8531238' lon='2.3687119' />
<node id='7256348214' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='2' changeset='94152967' lat='48.8531731' lon='2.3695073' />
<node id='7395990421' timestamp='2021-07-15T13:49:25Z' uid='13703712' user='Kouji915' visible='true' version='3' changeset='108056913' lat='48.8565224' lon='2.3707811' />
<node id='7395990422' timestamp='2021-07-15T13:49:25Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='108056913' lat='48.8566794' lon='2.3706229' />
<node id='7395990423' timestamp='2020-04-12T20:26:09Z' uid='7336068' user='Florimondable' visible='true' version='1' changeset='83438538' lat='48.8563149' lon='2.3707654' />
<node id='7395990433' timestamp='2021-07-15T13:49:25Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='108056913' lat='48.8564797' lon='2.3708398' />
<node id='7395990437' timestamp='2021-07-07T11:50:16Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107561160' lat='48.8567207' lon='2.3705093' />
<node id='7995599790' timestamp='2020-10-10T18:02:27Z' uid='1842888' user='nihombashi19' visible='true' version='1' changeset='92283143' lat='48.857444' lon='2.3708602'>
<tag k='barrier' v='gate' />
</node>
<node id='7995599795' timestamp='2020-10-10T18:02:27Z' uid='1842888' user='nihombashi19' visible='true' version='1' changeset='92283143' lat='48.8573662' lon='2.3712484'>
<tag k='barrier' v='gate' />
</node>
<node id='8121170430' timestamp='2020-11-15T15:49:33Z' uid='311391' user='patman37' visible='true' version='1' changeset='94152967' lat='48.8532111' lon='2.3695115' />
<node id='8184422624' timestamp='2020-12-08T15:42:12Z' uid='7336068' user='Florimondable' visible='true' version='2' changeset='95497106' lat='48.8521416' lon='2.3688673' />
<node id='8205965945' timestamp='2020-12-08T15:42:12Z' uid='7336068' user='Florimondable' visible='true' version='1' changeset='95497106' lat='48.8520381' lon='2.3688644' />
<node id='8205965946' timestamp='2020-12-08T15:42:12Z' uid='7336068' user='Florimondable' visible='true' version='1' changeset='95497106' lat='48.8521339' lon='2.3689042' />
<node id='8205965947' timestamp='2020-12-08T15:42:12Z' uid='7336068' user='Florimondable' visible='true' version='1' changeset='95497106' lat='48.8521917' lon='2.3686286' />
<node id='8205965948' timestamp='2020-12-08T15:42:12Z' uid='7336068' user='Florimondable' visible='true' version='1' changeset='95497106' lat='48.8521088' lon='2.3685931' />
<node id='8761110480' timestamp='2021-05-24T12:23:14Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105225927' lat='48.8565048' lon='2.3708502' />
<node id='8761110481' timestamp='2021-05-24T12:23:14Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105225927' lat='48.8565115' lon='2.3707683' />
<node id='8761110482' timestamp='2021-05-24T12:23:14Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105225927' lat='48.8566651' lon='2.3706074' />
<node id='8761110483' timestamp='2021-05-24T12:23:14Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105225927' lat='48.8566927' lon='2.3706379' />
<node id='8761111434' timestamp='2021-05-24T12:27:23Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105226215' lat='48.8552286' lon='2.3702222' />
<node id='8761111437' timestamp='2021-05-24T12:27:23Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105226215' lat='48.8578153' lon='2.3711022' />
<node id='8761111439' timestamp='2021-05-24T12:27:23Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105226215' lat='48.8579187' lon='2.3714555' />
<node id='8895325140' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.852455' lon='2.369249' />
<node id='8895325141' timestamp='2021-07-05T15:19:10Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107447801' lat='48.8523528' lon='2.3692829' />
<node id='8895325142' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107701505' lat='48.8523159' lon='2.3693039' />
<node id='8900878787' timestamp='2021-07-07T11:50:16Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107561160' lat='48.8567532' lon='2.3705353' />
<node id='8900878789' timestamp='2021-07-07T11:50:16Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107561160' lat='48.856319' lon='2.3707672' />
<node id='8907143429' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.8536963' lon='2.3692069' />
<node id='8907143430' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.8536481' lon='2.3695562' />
<node id='8907143431' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.853675' lon='2.3695797' />
<node id='8907143432' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.8536668' lon='2.3695759' />
<node id='8907143433' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.8539833' lon='2.3691941' />
<node id='8907143434' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.854016' lon='2.369264' />
<node id='8907143470' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.8525832' lon='2.3682452' />
<node id='8907143476' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107701505' lat='48.8523937' lon='2.3692669' />
<node id='8916466376' timestamp='2021-07-13T11:56:54Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107907678' lat='48.8529717' lon='2.3686432' />
<way id='63639234' timestamp='2021-07-23T17:56:30Z' uid='709551' user='JFK2000' visible='true' version='5' changeset='108503761'>
<nd ref='787362335' />
<nd ref='787366403' />
<nd ref='787345691' />
<nd ref='787334886' />
<nd ref='787321853' />
<nd ref='787354544' />
<nd ref='787351941' />
<nd ref='787378950' />
<nd ref='787325183' />
<nd ref='787362335' />
<tag k='building' v='service' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010' />
</way>
<way id='115027173' timestamp='2011-05-26T22:47:53Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093'>
<nd ref='1301310455' />
<nd ref='1301310571' />
<nd ref='1301310417' />
<nd ref='1301310669' />
<nd ref='1301310455' />
<tag k='leisure' v='garden' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='115027174' timestamp='2011-05-26T22:47:53Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093'>
<nd ref='1301310774' />
<nd ref='1301310255' />
<nd ref='1301310530' />
<nd ref='1301310367' />
<nd ref='1301310774' />
<tag k='leisure' v='garden' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='115027175' timestamp='2017-04-27T22:26:33Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310782' />
<nd ref='1301310256' />
<nd ref='1301310729' />
<nd ref='1301310372' />
<nd ref='1301310782' />
</way>
<way id='115027177' timestamp='2011-05-26T22:47:54Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093'>
<nd ref='1301310673' />
<nd ref='1301310382' />
<nd ref='1301310633' />
<nd ref='1301310478' />
<nd ref='1301310742' />
<nd ref='1301310468' />
<nd ref='1301310733' />
<nd ref='1301310550' />
<nd ref='1301310673' />
<tag k='leisure' v='garden' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='115027180' timestamp='2017-04-27T22:26:33Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310283' />
<nd ref='1301310431' />
<nd ref='1301310755' />
<nd ref='1301310240' />
<nd ref='1301310283' />
</way>
<way id='115027181' timestamp='2017-04-27T22:26:34Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310645' />
<nd ref='1301310810' />
<nd ref='1301310286' />
<nd ref='1301310618' />
<nd ref='1301310645' />
</way>
<way id='115027182' timestamp='2021-07-15T13:49:25Z' uid='13703712' user='Kouji915' visible='true' version='9' changeset='108056913'>
<nd ref='7395990433' />
<nd ref='8900878789' />
<nd ref='7395990423' />
<nd ref='1301310535' />
<nd ref='1301310261' />
<nd ref='1301310453' />
<nd ref='1301310839' />
<nd ref='1301310856' />
<nd ref='1301310327' />
<nd ref='1301310591' />
<nd ref='1301310437' />
<nd ref='1301310690' />
<nd ref='1301310520' />
<nd ref='1301310817' />
<nd ref='1301310479' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='115027183' timestamp='2017-04-27T22:26:34Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310919' />
<nd ref='1301310381' />
<nd ref='1301310352' />
<nd ref='1301310617' />
<nd ref='1301310919' />
</way>
<way id='115027184' timestamp='2017-04-08T12:39:51Z' uid='996303' user='ImreSamu' visible='true' version='2' changeset='47566915'>
<nd ref='1301310559' />
<nd ref='1301310700' />
<nd ref='1301310522' />
<nd ref='1301310824' />
<nd ref='1301310559' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='115027185' timestamp='2017-04-27T22:26:34Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310391' />
<nd ref='1301310510' />
<nd ref='1301310365' />
<nd ref='1301310482' />
<nd ref='1301310391' />
</way>
<way id='115027186' timestamp='2021-07-09T11:53:28Z' uid='13703712' user='Kouji915' visible='true' version='8' changeset='107701505'>
<nd ref='1301310876' />
<nd ref='1301310351' />
<nd ref='1301310834' />
<nd ref='1301310450' />
<nd ref='8761111434' />
<nd ref='1301310772' />
<nd ref='1301310400' />
<nd ref='1301310894' />
<nd ref='1301310483' />
<nd ref='1630535163' />
<nd ref='8907143431' />
<nd ref='8907143432' />
<nd ref='1301310363' />
<nd ref='8907143430' />
<nd ref='1301310842' />
<nd ref='1301310456' />
<nd ref='1301310783' />
<nd ref='1301310415' />
<nd ref='6935789475' />
<nd ref='1301310900' />
<nd ref='8907143429' />
<nd ref='1301310494' />
<nd ref='1301310335' />
<nd ref='1498968366' />
<nd ref='1301310439' />
<nd ref='1301310695' />
<nd ref='1301310657' />
<nd ref='1301310299' />
<nd ref='8907143433' />
<nd ref='1301310775' />
<nd ref='8907143434' />
<nd ref='1301310404' />
<nd ref='1301310896' />
<nd ref='1301310265' />
<nd ref='1301310876' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='115027188' timestamp='2011-05-26T22:47:56Z' uid='17286' user='Pieren' visible='true' version='1' changeset='8258093'>
<nd ref='1301310738' />
<nd ref='1301310914' />
<nd ref='1301310701' />
<nd ref='1301310340' />
<nd ref='1301310826' />
<nd ref='1301310444' />
<nd ref='1301310253' />
<nd ref='1301310528' />
<nd ref='1301310881' />
<nd ref='1301310738' />
<tag k='leisure' v='garden' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='115027190' timestamp='2017-04-27T22:26:34Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310756' />
<nd ref='1301310242' />
<nd ref='1301310393' />
<nd ref='1301310712' />
<nd ref='1301310756' />
</way>
<way id='115027195' timestamp='2017-04-27T22:26:34Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310538' />
<nd ref='1301310671' />
<nd ref='1301310312' />
<nd ref='1301310795' />
<nd ref='1301310538' />
</way>
<way id='115027197' timestamp='2017-04-27T22:26:34Z' uid='148776' user='*cw' visible='true' version='2' changeset='48210708'>
<nd ref='1301310466' />
<nd ref='1301310585' />
<nd ref='1301310432' />
<nd ref='1301310685' />
<nd ref='1301310466' />
</way>
<way id='115027199' timestamp='2017-04-08T12:39:51Z' uid='996303' user='ImreSamu' visible='true' version='2' changeset='47566915'>
<nd ref='1301310249' />
<nd ref='1301310581' />
<nd ref='1301310890' />
<nd ref='1301310858' />
<nd ref='1301310249' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='136601388' timestamp='2021-07-13T11:56:54Z' uid='13703712' user='Kouji915' visible='true' version='23' changeset='107907678'>
<nd ref='1498618552' />
<nd ref='1630535109' />
<nd ref='8907143470' />
<nd ref='1498618543' />
<nd ref='1498618542' />
<nd ref='1498618538' />
<nd ref='2364200473' />
<nd ref='5515713267' />
<nd ref='1498618536' />
<nd ref='1498618540' />
<nd ref='2613243352' />
<nd ref='2613243350' />
<nd ref='2613243342' />
<nd ref='2613243339' />
<nd ref='8205965948' />
<nd ref='8205965947' />
<nd ref='8184422624' />
<nd ref='8205965946' />
<nd ref='8205965945' />
<nd ref='2613243310' />
<nd ref='1713218824' />
<nd ref='1713218822' />
<nd ref='1713218819' />
<nd ref='1713218825' />
<nd ref='1713218827' />
<nd ref='6673624358' />
<nd ref='6673624361' />
<nd ref='6673624359' />
<nd ref='6673624360' />
<nd ref='1498618527' />
<nd ref='8895325142' />
<nd ref='8895325141' />
<nd ref='8907143476' />
<nd ref='8895325140' />
<nd ref='6708017572' />
<nd ref='1630535133' />
<nd ref='6673624354' />
<nd ref='6673624353' />
<nd ref='1498618547' />
<nd ref='7256348214' />
<nd ref='8121170430' />
<nd ref='6673624343' />
<nd ref='1498618549' />
<nd ref='6673624344' />
<nd ref='1498618550' />
<nd ref='1498618551' />
<nd ref='6605501601' />
<nd ref='6708062886' />
<nd ref='6605501609' />
<nd ref='6605501608' />
<nd ref='6605501607' />
<nd ref='6605501606' />
<nd ref='277500895' />
<nd ref='6935814521' />
<nd ref='8916466376' />
<nd ref='1498618552' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='227757686' timestamp='2013-06-28T09:37:09Z' uid='1072240' user='cmif4' visible='true' version='1' changeset='16737075'>
<nd ref='2364200676' />
<nd ref='2364200684' />
<nd ref='2364200686' />
<nd ref='2364200688' />
<nd ref='2364200690' />
<nd ref='2364200692' />
<nd ref='2364200693' />
<nd ref='2364200691' />
<nd ref='2364200689' />
<nd ref='2364200687' />
<nd ref='2364200685' />
<nd ref='2364200677' />
<nd ref='2364200671' />
<nd ref='2364200664' />
<nd ref='2364200560' />
<nd ref='2364200503' />
<nd ref='2364200496' />
<nd ref='2364200488' />
<nd ref='2364200482' />
<nd ref='2364200480' />
<nd ref='2364200478' />
<nd ref='2364200475' />
<nd ref='2364200474' />
<nd ref='2364200476' />
<nd ref='2364200477' />
<nd ref='2364200479' />
<nd ref='2364200481' />
<nd ref='2364200487' />
<nd ref='2364200495' />
<nd ref='2364200502' />
<nd ref='2364200552' />
<nd ref='2364200662' />
<nd ref='2364200670' />
<nd ref='2364200676' />
<tag k='barrier' v='fence' />
<tag k='height' v='2' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013' />
</way>
<way id='236735249' timestamp='2021-05-22T17:11:43Z' uid='10183030' user='MapSpot' visible='true' version='9' changeset='105141082'>
<nd ref='2447198399' />
<nd ref='335896916' />
<nd ref='6188073663' />
<nd ref='335896917' />
<nd ref='335895687' />
<nd ref='4530797297' />
<nd ref='705458877' />
<nd ref='4530797298' />
<nd ref='2572123440' />
<nd ref='335896764' />
<nd ref='335896918' />
<nd ref='2447198401' />
<nd ref='2447198400' />
<nd ref='2447198399' />
<tag k='layer' v='-2' />
<tag k='level' v='-2' />
<tag k='name' v='Voûte de la Bastille' />
<tag k='natural' v='water' />
<tag k='tunnel' v='yes' />
<tag k='water' v='canal' />
</way>
<way id='236735251' timestamp='2021-05-22T17:11:43Z' uid='10183030' user='MapSpot' visible='true' version='4' changeset='105141082'>
<nd ref='2447198401' />
<nd ref='5679456041' />
<nd ref='5679456042' />
<nd ref='335895815' />
<nd ref='335912053' />
<nd ref='335912054' />
<nd ref='335912057' />
<nd ref='335912058' />
<nd ref='335912059' />
<nd ref='335912060' />
<nd ref='335912062' />
<nd ref='335912063' />
<nd ref='335912064' />
<nd ref='2447198404' />
<nd ref='2447198403' />
<nd ref='2447198402' />
<nd ref='5679456043' />
<nd ref='335912069' />
<nd ref='335912070' />
<nd ref='1301281252' />
<nd ref='335912072' />
<nd ref='335912075' />
<nd ref='335912076' />
<nd ref='335912077' />
<nd ref='335912080' />
<nd ref='335912081' />
<nd ref='335895814' />
<nd ref='2447198399' />
<nd ref='2447198400' />
<nd ref='2447198401' />
<tag k='layer' v='-1' />
<tag k='name' v='Voûte Richard Lenoir' />
<tag k='natural' v='water' />
<tag k='tunnel' v='yes' />
<tag k='water' v='canal' />
</way>
<way id='946450172' timestamp='2021-05-24T12:27:23Z' uid='502891' user='chabe01' visible='true' version='2' changeset='105226215'>
<nd ref='8761110480' />
<nd ref='1301310660' />
<nd ref='7395990421' />
<nd ref='8761110481' />
<nd ref='8761110482' />
<nd ref='7395990422' />
<nd ref='8761110483' />
<nd ref='1301310521' />
<nd ref='1301310301' />
<nd ref='1301310849' />
<nd ref='7995599790' />
<nd ref='1301310608' />
<nd ref='1301310748' />
<nd ref='1301310564' />
<nd ref='8761111437' />
<nd ref='1301310874' />
<nd ref='1301310523' />
<nd ref='8761111439' />
<nd ref='1301310825' />
<nd ref='1301310623' />
<nd ref='1301310251' />
<nd ref='1301310724' />
<nd ref='7995599795' />
<nd ref='8761110480' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<way id='962243683' timestamp='2021-07-07T11:50:16Z' uid='13703712' user='Kouji915' visible='true' version='1' changeset='107561160'>
<nd ref='1301310479' />
<nd ref='1301310745' />
<nd ref='1301310561' />
<nd ref='7395990437' />
<nd ref='1301310869' />
<nd ref='1301310659' />
<nd ref='8900878787' />
<nd ref='1301310301' />
<nd ref='1301310521' />
<nd ref='8761110483' />
<nd ref='7395990422' />
<nd ref='8761110482' />
<nd ref='8761110481' />
<nd ref='7395990421' />
<nd ref='1301310660' />
<nd ref='8761110480' />
<nd ref='7395990433' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011' />
</way>
<relation id='1602299' timestamp='2021-03-25T21:27:46Z' uid='145231' user='woodpeck_repair' visible='true' version='4' changeset='101746091'>
<member type='way' ref='115027180' role='inner' />
<member type='way' ref='115027185' role='inner' />
<member type='way' ref='115027186' role='outer' />
<member type='way' ref='115027181' role='inner' />
<member type='way' ref='115027190' role='inner' />
<member type='way' ref='63639234' role='inner' />
<tag k='area' v='yes' />
<tag k='bicycle' v='no' />
<tag k='highway' v='pedestrian' />
<tag k='name' v='Esplanade Roger Joseph Boscovich' />
<tag k='ref:FR:FANTOIR' v='751118296B' />
<tag k='source:name' v='survey' />
<tag k='type' v='multipolygon' />
</relation>
<relation id='1602310' timestamp='2021-05-24T12:23:14Z' uid='502891' user='chabe01' visible='true' version='3' changeset='105225927'>
<member type='way' ref='946450172' role='outer' />
<member type='way' ref='115027183' role='inner' />
<member type='way' ref='115027195' role='inner' />
<member type='way' ref='115027188' role='inner' />
<member type='way' ref='115027177' role='inner' />
<member type='way' ref='115027197' role='inner' />
<member type='way' ref='115027175' role='inner' />
<member type='way' ref='115027174' role='inner' />
<member type='way' ref='115027173' role='inner' />
<tag k='bicycle' v='no' />
<tag k='highway' v='pedestrian' />
<tag k='name' v='Square Bréguet-Sabin' />
<tag k='noname' v='yes' />
<tag k='type' v='multipolygon' />
<tag k='wikidata' v='Q3494509' />
</relation>
<relation id='10950251' timestamp='2020-12-08T15:42:12Z' uid='7336068' user='Florimondable' visible='true' version='2' changeset='95497106'>
<member type='way' ref='136601388' role='outer' />
<member type='way' ref='227757686' role='inner' />
<tag k='bicycle' v='no' />
<tag k='highway' v='pedestrian' />
<tag k='motorcar' v='no' />
<tag k='noname' v='yes' />
<tag k='surface' v='paving_stones' />
<tag k='type' v='multipolygon' />
</relation>
<relation id='12750149' timestamp='2021-07-07T11:50:16Z' uid='13703712' user='Kouji915' visible='true' version='2' changeset='107561160'>
<member type='way' ref='115027199' role='inner' />
<member type='way' ref='115027184' role='inner' />
<member type='way' ref='115027182' role='outer' />
<member type='way' ref='962243683' role='outer' />
<tag k='highway' v='pedestrian' />
<tag k='name' v='Promenade Claire Lacombe' />
<tag k='type' v='multipolygon' />
</relation>
<relation id='12750150' timestamp='2021-05-24T12:23:14Z' uid='502891' user='chabe01' visible='true' version='1' changeset='105225927'>
<member type='relation' ref='12750149' role='street' />
<tag k='name' v='Promenade Claire Lacombe' />
<tag k='ref:FR:FANTOIR' v='751112066E' />
<tag k='type' v='associatedStreet' />
<tag k='wikidata' v='Q88624936' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,712 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='151696758' timestamp='2021-11-12T19:44:56Z' uid='14345428' user='person423089772843091' visible='true' version='7' changeset='113709717' lat='38.799707' lon='-107.719503'>
<tag k='census:population' v='1087;2006' />
<tag k='ele' v='1625' />
<tag k='gnis:County' v='Delta' />
<tag k='gnis:County_num' v='029' />
<tag k='gnis:ST_alpha' v='CO' />
<tag k='gnis:ST_num' v='08' />
<tag k='gnis:id' v='186534' />
<tag k='import_uuid' v='bb7269ee-502a-5391-8056-e3ce0e66489c' />
<tag k='name' v='Hotchkiss' />
<tag k='place' v='town' />
<tag k='population' v='1087' />
<tag k='wikidata' v='Q2303157' />
<tag k='wikipedia' v='en:Hotchkiss, Colorado' />
</node>
<node id='176700481' timestamp='2009-08-31T01:17:23Z' uid='147510' user='woodpeck_fixbot' visible='true' version='2' changeset='2321230' lat='38.795583' lon='-107.702865' />
<node id='176742005' timestamp='2009-08-31T01:38:51Z' uid='147510' user='woodpeck_fixbot' visible='true' version='2' changeset='2321230' lat='38.795598' lon='-107.701647' />
<node id='176780053' timestamp='2015-05-24T06:29:40Z' uid='2774834' user='Grant Zimmerman' visible='true' version='4' changeset='31412378' lat='38.802628' lon='-107.7209889' />
<node id='176791476' timestamp='2015-05-24T05:55:09Z' uid='2774834' user='Grant Zimmerman' visible='true' version='3' changeset='31412009' lat='38.7980202' lon='-107.7193782' />
<node id='176794788' timestamp='2009-08-31T02:05:22Z' uid='147510' user='woodpeck_fixbot' visible='true' version='2' changeset='2321339' lat='38.795355' lon='-107.699085' />
<node id='176794790' timestamp='2009-08-31T02:05:22Z' uid='147510' user='woodpeck_fixbot' visible='true' version='2' changeset='2321339' lat='38.795407' lon='-107.698962' />
<node id='176805403' timestamp='2015-05-24T05:47:09Z' uid='2774834' user='Grant Zimmerman' visible='true' version='3' changeset='31411929' lat='38.7980442' lon='-107.7243055' />
<node id='176838283' timestamp='2013-02-24T21:37:08Z' uid='495567' user='zimba' visible='true' version='3' changeset='15154576' lat='38.803041' lon='-107.7209707' />
<node id='176838286' timestamp='2015-05-24T06:29:40Z' uid='2774834' user='Grant Zimmerman' visible='true' version='4' changeset='31412378' lat='38.8027639' lon='-107.7209829' />
<node id='375084589' timestamp='2009-04-14T03:25:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798019' lon='-107.720302' />
<node id='375084615' timestamp='2009-04-14T03:25:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79746' lon='-107.720302' />
<node id='375084641' timestamp='2009-04-14T03:25:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79746' lon='-107.721252' />
<node id='375084679' timestamp='2009-04-14T03:25:12Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798016' lon='-107.721252' />
<node id='375084717' timestamp='2009-04-14T03:25:12Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798028' lon='-107.722662' />
<node id='375084751' timestamp='2009-04-14T03:25:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798035' lon='-107.723338' />
<node id='375084783' timestamp='2009-04-14T03:25:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798041' lon='-107.723474' />
<node id='375084814' timestamp='2009-04-14T03:25:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798042' lon='-107.723669' />
<node id='375084849' timestamp='2009-04-14T03:25:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797446' lon='-107.723667' />
<node id='375084884' timestamp='2009-04-14T03:25:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797438' lon='-107.723868' />
<node id='375084912' timestamp='2009-04-14T03:25:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798043' lon='-107.723861' />
<node id='375085038' timestamp='2009-04-14T03:25:17Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798043' lon='-107.72399' />
<node id='375085058' timestamp='2009-04-14T03:25:17Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797431' lon='-107.723991' />
<node id='375085078' timestamp='2009-04-14T03:25:18Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797411' lon='-107.724279' />
<node id='375085103' timestamp='2009-04-14T03:25:18Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79786' lon='-107.724283' />
<node id='375085120' timestamp='2009-04-14T03:25:19Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798044' lon='-107.72429' />
<node id='375085140' timestamp='2009-04-14T03:25:19Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798046' lon='-107.724417' />
<node id='375085167' timestamp='2009-04-14T03:25:19Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798043' lon='-107.724522' />
<node id='375085195' timestamp='2009-04-14T03:25:20Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798045' lon='-107.724638' />
<node id='375085217' timestamp='2009-04-14T03:25:20Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798042' lon='-107.724756' />
<node id='375085236' timestamp='2009-04-14T03:25:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798049' lon='-107.725264' />
<node id='375085261' timestamp='2009-04-14T03:25:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798038' lon='-107.725897' />
<node id='375085278' timestamp='2009-04-14T03:25:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798042' lon='-107.725932' />
<node id='375085298' timestamp='2009-04-14T03:25:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798044' lon='-107.726429' />
<node id='375085316' timestamp='2009-04-14T03:25:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79805' lon='-107.726568' />
<node id='375085341' timestamp='2009-04-14T03:25:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798058' lon='-107.727384' />
<node id='375085366' timestamp='2009-04-14T03:25:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798064' lon='-107.727485' />
<node id='375085389' timestamp='2009-04-14T03:25:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79809' lon='-107.727562' />
<node id='375085413' timestamp='2009-04-14T03:25:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798107' lon='-107.727599' />
<node id='375085433' timestamp='2009-04-14T03:25:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798163' lon='-107.727689' />
<node id='375085456' timestamp='2009-04-14T03:25:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79823' lon='-107.727513' />
<node id='375085480' timestamp='2009-04-14T03:25:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798306' lon='-107.727362' />
<node id='375085505' timestamp='2009-04-14T03:25:26Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79839' lon='-107.727222' />
<node id='375085529' timestamp='2009-04-14T03:25:26Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798412' lon='-107.727191' />
<node id='375085551' timestamp='2009-04-14T03:25:26Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798811' lon='-107.727152' />
<node id='375085577' timestamp='2009-04-14T03:25:27Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798989' lon='-107.726881' />
<node id='375085601' timestamp='2009-04-14T03:25:27Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.799224' lon='-107.726593' />
<node id='375085627' timestamp='2009-04-14T03:25:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.799323' lon='-107.727873' />
<node id='375085648' timestamp='2009-04-14T03:25:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.799257' lon='-107.728242' />
<node id='375085674' timestamp='2009-04-14T03:25:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.799597' lon='-107.728523' />
<node id='375085706' timestamp='2009-04-14T03:25:29Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.800273' lon='-107.729083' />
<node id='375085728' timestamp='2009-04-14T03:25:29Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.800409' lon='-107.728481' />
<node id='375085751' timestamp='2009-04-14T03:25:30Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.800453' lon='-107.728285' />
<node id='375085777' timestamp='2009-04-14T03:25:30Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802419' lon='-107.728198' />
<node id='375085805' timestamp='2009-04-14T03:25:31Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802413' lon='-107.728' />
<node id='375085831' timestamp='2009-04-14T03:25:31Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802422' lon='-107.727071' />
<node id='375085858' timestamp='2009-04-14T03:25:31Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80242' lon='-107.726613' />
<node id='375085886' timestamp='2009-04-14T03:25:32Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802412' lon='-107.726261' />
<node id='375085912' timestamp='2009-04-14T03:25:32Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803783' lon='-107.726292' />
<node id='375085936' timestamp='2009-04-14T03:25:32Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803775' lon='-107.726145' />
<node id='375085961' timestamp='2009-04-14T03:25:33Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803929' lon='-107.726276' />
<node id='375085987' timestamp='2009-04-14T03:25:33Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80436' lon='-107.726503' />
<node id='375086014' timestamp='2009-04-14T03:25:33Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.804523' lon='-107.726583' />
<node id='375086037' timestamp='2009-04-14T03:25:34Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.804818' lon='-107.726679' />
<node id='375086062' timestamp='2009-04-14T03:25:34Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.805161' lon='-107.726684' />
<node id='375086085' timestamp='2009-04-14T03:25:34Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.805818' lon='-107.726583' />
<node id='375086109' timestamp='2009-04-14T03:25:35Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806034' lon='-107.726508' />
<node id='375086135' timestamp='2009-04-14T03:25:35Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806198' lon='-107.726447' />
<node id='375086155' timestamp='2009-04-14T03:25:36Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806203' lon='-107.726578' />
<node id='375086179' timestamp='2009-04-14T03:25:36Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806213' lon='-107.726741' />
<node id='375086199' timestamp='2009-04-14T03:25:37Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806223' lon='-107.727071' />
<node id='375086221' timestamp='2009-04-14T03:25:37Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806233' lon='-107.727233' />
<node id='375086240' timestamp='2009-04-14T03:25:37Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806249' lon='-107.727712' />
<node id='375086257' timestamp='2009-04-14T03:25:38Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806274' lon='-107.728183' />
<node id='375086281' timestamp='2009-04-14T03:25:38Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806294' lon='-107.72865' />
<node id='375086302' timestamp='2009-04-14T03:25:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806332' lon='-107.729308' />
<node id='375086322' timestamp='2009-04-14T03:25:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806367' lon='-107.729889' />
<node id='375086342' timestamp='2009-04-14T03:25:40Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80639' lon='-107.730066' />
<node id='375086366' timestamp='2009-04-14T03:25:40Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806408' lon='-107.730126' />
<node id='375086391' timestamp='2009-04-14T03:25:40Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806439' lon='-107.730181' />
<node id='375086413' timestamp='2009-04-14T03:25:41Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806474' lon='-107.730222' />
<node id='375086434' timestamp='2009-04-14T03:25:41Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806514' lon='-107.730254' />
<node id='375086458' timestamp='2009-04-14T03:25:42Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806572' lon='-107.730275' />
<node id='375086479' timestamp='2009-04-14T03:25:42Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806639' lon='-107.730285' />
<node id='375086505' timestamp='2009-04-14T03:25:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80672' lon='-107.730288' />
<node id='375086535' timestamp='2009-04-14T03:25:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.807175' lon='-107.730275' />
<node id='375086560' timestamp='2009-04-14T03:25:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.808168' lon='-107.730263' />
<node id='375086586' timestamp='2009-04-14T03:25:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809524' lon='-107.730246' />
<node id='375086615' timestamp='2009-04-14T03:25:44Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809933' lon='-107.730241' />
<node id='375086644' timestamp='2009-04-14T03:25:44Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.810125' lon='-107.730241' />
<node id='375086671' timestamp='2009-04-14T03:25:45Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.810125' lon='-107.72914' />
<node id='375086700' timestamp='2009-04-14T03:25:45Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.810496' lon='-107.729133' />
<node id='375086725' timestamp='2009-04-14T03:25:45Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.810747' lon='-107.729147' />
<node id='375086753' timestamp='2009-04-14T03:25:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.81078' lon='-107.730245' />
<node id='375086779' timestamp='2009-04-14T03:25:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.811108' lon='-107.73025' />
<node id='375086805' timestamp='2009-04-14T03:25:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.811259' lon='-107.730249' />
<node id='375086825' timestamp='2009-04-14T03:25:47Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.811238' lon='-107.72818' />
<node id='375086847' timestamp='2009-04-14T03:25:47Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.812897' lon='-107.728097' />
<node id='375086877' timestamp='2009-04-14T03:25:47Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.812898' lon='-107.725935' />
<node id='375086909' timestamp='2009-04-14T03:25:48Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.810102' lon='-107.72598' />
<node id='375086937' timestamp='2009-04-14T03:25:48Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.810098' lon='-107.724886' />
<node id='375086966' timestamp='2009-04-14T03:25:48Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.810082' lon='-107.72199' />
<node id='375086995' timestamp='2009-04-14T03:25:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809851' lon='-107.721977' />
<node id='375087023' timestamp='2009-04-14T03:25:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809702' lon='-107.721982' />
<node id='375087054' timestamp='2009-04-14T03:25:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809531' lon='-107.721981' />
<node id='375087077' timestamp='2009-04-14T03:25:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809459' lon='-107.721967' />
<node id='375087104' timestamp='2009-04-14T03:25:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809383' lon='-107.721941' />
<node id='375087129' timestamp='2009-04-14T03:25:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809236' lon='-107.721873' />
<node id='375087149' timestamp='2009-04-14T03:25:51Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80887' lon='-107.721651' />
<node id='375087168' timestamp='2009-04-14T03:25:51Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80873' lon='-107.721565' />
<node id='375087184' timestamp='2009-04-14T03:25:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.808646' lon='-107.721507' />
<node id='375087208' timestamp='2009-04-14T03:25:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.808566' lon='-107.72144' />
<node id='375087238' timestamp='2009-04-14T03:25:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.808157' lon='-107.721041' />
<node id='375087266' timestamp='2009-04-14T03:25:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.808077' lon='-107.720958' />
<node id='375087296' timestamp='2009-04-14T03:25:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.807913' lon='-107.720961' />
<node id='375087319' timestamp='2009-04-14T03:25:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.807811' lon='-107.720855' />
<node id='375087344' timestamp='2009-04-14T03:25:54Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.807669' lon='-107.720685' />
<node id='375087367' timestamp='2009-04-14T03:25:54Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.807445' lon='-107.720436' />
<node id='375087390' timestamp='2009-04-14T03:25:54Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80737' lon='-107.720344' />
<node id='375087417' timestamp='2009-04-14T03:25:55Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.807296' lon='-107.720239' />
<node id='375087447' timestamp='2009-04-14T03:25:55Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.807004' lon='-107.719696' />
<node id='375087471' timestamp='2009-04-14T03:25:56Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806936' lon='-107.71958' />
<node id='375087499' timestamp='2009-04-14T03:25:56Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806896' lon='-107.719473' />
<node id='375087526' timestamp='2009-04-14T03:25:56Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806841' lon='-107.719395' />
<node id='375087554' timestamp='2009-04-14T03:25:57Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806778' lon='-107.719319' />
<node id='375087581' timestamp='2009-04-14T03:25:57Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80671' lon='-107.719247' />
<node id='375087612' timestamp='2009-04-14T03:25:58Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806641' lon='-107.719185' />
<node id='375087640' timestamp='2009-04-14T03:25:58Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806568' lon='-107.719134' />
<node id='375087664' timestamp='2009-04-14T03:25:58Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806488' lon='-107.719087' />
<node id='375087694' timestamp='2009-04-14T03:25:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806405' lon='-107.719046' />
<node id='375087722' timestamp='2009-04-14T03:25:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806231' lon='-107.71898' />
<node id='375087752' timestamp='2009-04-14T03:25:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806126' lon='-107.718964' />
<node id='375087779' timestamp='2009-04-14T03:26:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806027' lon='-107.718939' />
<node id='375087808' timestamp='2009-04-14T03:26:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.805881' lon='-107.718924' />
<node id='375087831' timestamp='2009-04-14T03:26:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.805919' lon='-107.719178' />
<node id='375087849' timestamp='2009-04-14T03:26:01Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.805911' lon='-107.719783' />
<node id='375087874' timestamp='2009-04-14T03:26:02Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.804694' lon='-107.719805' />
<node id='375087899' timestamp='2009-04-14T03:26:02Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.804445' lon='-107.719794' />
<node id='375087924' timestamp='2009-04-14T03:26:02Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.804346' lon='-107.720102' />
<node id='375087948' timestamp='2009-04-14T03:26:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.804156' lon='-107.720198' />
<node id='375087972' timestamp='2009-04-14T03:26:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803973' lon='-107.720155' />
<node id='375087988' timestamp='2009-04-14T03:26:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803824' lon='-107.719663' />
<node id='375088009' timestamp='2009-04-14T03:26:04Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803752' lon='-107.719662' />
<node id='375088030' timestamp='2009-04-14T03:26:04Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803644' lon='-107.719643' />
<node id='375088054' timestamp='2009-04-14T03:26:04Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803546' lon='-107.719612' />
<node id='375088076' timestamp='2009-04-14T03:26:05Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803402' lon='-107.71958' />
<node id='375088099' timestamp='2009-04-14T03:26:05Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803223' lon='-107.719551' />
<node id='375088125' timestamp='2009-04-14T03:26:05Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803061' lon='-107.719538' />
<node id='375088155' timestamp='2009-04-14T03:26:06Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803055' lon='-107.719581' />
<node id='375088179' timestamp='2009-04-14T03:26:06Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803047' lon='-107.719742' />
<node id='375088201' timestamp='2009-04-14T03:26:07Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803042' lon='-107.719962' />
<node id='375088221' timestamp='2009-04-14T03:26:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803044' lon='-107.720268' />
<node id='375088242' timestamp='2009-04-14T03:26:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803038' lon='-107.720501' />
<node id='375088264' timestamp='2009-04-14T03:26:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803046' lon='-107.720736' />
<node id='375088294' timestamp='2009-04-14T03:26:09Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803045' lon='-107.720794' />
<node id='375088377' timestamp='2013-02-24T21:37:08Z' uid='495567' user='zimba' visible='true' version='2' changeset='15154576' lat='38.80299' lon='-107.7209797' />
<node id='375088401' timestamp='2013-02-24T21:37:08Z' uid='495567' user='zimba' visible='true' version='2' changeset='15154576' lat='38.8027718' lon='-107.7209826' />
<node id='375088449' timestamp='2009-04-14T03:26:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802617' lon='-107.720816' />
<node id='375088474' timestamp='2009-04-14T03:26:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802606' lon='-107.720423' />
<node id='375088497' timestamp='2009-04-14T03:26:12Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802564' lon='-107.720374' />
<node id='375088522' timestamp='2009-04-14T03:26:12Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802387' lon='-107.71988' />
<node id='375088542' timestamp='2009-04-14T03:26:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802392' lon='-107.719519' />
<node id='375088571' timestamp='2009-04-14T03:26:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802337' lon='-107.718771' />
<node id='375088603' timestamp='2009-04-14T03:26:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802327' lon='-107.718172' />
<node id='375088630' timestamp='2009-04-14T03:26:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803158' lon='-107.718048' />
<node id='375088660' timestamp='2009-04-14T03:26:15Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803191' lon='-107.717313' />
<node id='375088687' timestamp='2009-04-14T03:26:15Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803261' lon='-107.717038' />
<node id='375088721' timestamp='2009-04-14T03:26:16Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803144' lon='-107.716996' />
<node id='375088748' timestamp='2009-04-14T03:26:16Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802942' lon='-107.717129' />
<node id='375088774' timestamp='2009-04-14T03:26:17Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802863' lon='-107.717045' />
<node id='375088800' timestamp='2009-04-14T03:26:17Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802777' lon='-107.71694' />
<node id='375088833' timestamp='2009-04-14T03:26:17Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802737' lon='-107.71669' />
<node id='375088856' timestamp='2009-04-14T03:26:18Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802523' lon='-107.715949' />
<node id='375088878' timestamp='2009-04-14T03:26:18Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802524' lon='-107.715889' />
<node id='375088905' timestamp='2009-04-14T03:26:19Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802681' lon='-107.715338' />
<node id='375088931' timestamp='2009-04-14T03:26:19Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802591' lon='-107.715073' />
<node id='375088956' timestamp='2009-04-14T03:26:20Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802589' lon='-107.71482' />
<node id='375088984' timestamp='2009-04-14T03:26:20Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80259' lon='-107.713825' />
<node id='375089014' timestamp='2009-04-14T03:26:20Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802587' lon='-107.71356' />
<node id='375089043' timestamp='2009-04-14T03:26:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802591' lon='-107.713017' />
<node id='375089072' timestamp='2009-04-14T03:26:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802588' lon='-107.71273' />
<node id='375089099' timestamp='2009-04-14T03:26:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802589' lon='-107.712679' />
<node id='375089129' timestamp='2009-04-14T03:26:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803057' lon='-107.712666' />
<node id='375089156' timestamp='2009-04-14T03:26:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.803286' lon='-107.712014' />
<node id='375089185' timestamp='2009-04-14T03:26:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802585' lon='-107.712071' />
<node id='375089214' timestamp='2009-04-14T03:26:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802582' lon='-107.711826' />
<node id='375089239' timestamp='2009-04-14T03:26:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802586' lon='-107.711681' />
<node id='375089267' timestamp='2009-04-14T03:26:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802582' lon='-107.711642' />
<node id='375089294' timestamp='2009-04-14T03:26:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802581' lon='-107.711482' />
<node id='375089315' timestamp='2009-04-14T03:26:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.802583' lon='-107.7114' />
<node id='375089336' timestamp='2009-04-14T03:26:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.800358' lon='-107.711419' />
<node id='375089355' timestamp='2009-04-14T03:26:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798886' lon='-107.711461' />
<node id='375089371' timestamp='2009-04-14T03:26:26Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798525' lon='-107.711472' />
<node id='375089396' timestamp='2009-04-14T03:26:26Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798522' lon='-107.711294' />
<node id='375089418' timestamp='2009-04-14T03:26:26Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798514' lon='-107.710881' />
<node id='375089441' timestamp='2009-04-14T03:26:27Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797368' lon='-107.710886' />
<node id='375089469' timestamp='2009-04-14T03:26:27Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79736' lon='-107.711363' />
<node id='375089491' timestamp='2009-04-14T03:26:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797404' lon='-107.711343' />
<node id='375089521' timestamp='2009-04-14T03:26:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797488' lon='-107.711314' />
<node id='375089551' timestamp='2009-04-14T03:26:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797563' lon='-107.711301' />
<node id='375089577' timestamp='2009-04-14T03:26:29Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797786' lon='-107.71129' />
<node id='375089604' timestamp='2009-04-14T03:26:29Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797783' lon='-107.711797' />
<node id='375089630' timestamp='2009-04-14T03:26:29Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797781' lon='-107.712001' />
<node id='375089665' timestamp='2009-04-14T03:26:30Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797688' lon='-107.711923' />
<node id='375089695' timestamp='2009-04-14T03:26:30Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79728' lon='-107.711529' />
<node id='375089727' timestamp='2009-04-14T03:26:31Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797228' lon='-107.711486' />
<node id='375089755' timestamp='2009-04-14T03:26:31Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795906' lon='-107.710129' />
<node id='375089775' timestamp='2009-04-14T03:26:32Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795732' lon='-107.709969' />
<node id='375089799' timestamp='2009-04-14T03:26:32Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795536' lon='-107.709527' />
<node id='375089824' timestamp='2009-04-14T03:26:32Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795505' lon='-107.708715' />
<node id='375089852' timestamp='2009-04-14T03:26:33Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795487' lon='-107.707897' />
<node id='375089877' timestamp='2009-04-14T03:26:33Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795484' lon='-107.707774' />
<node id='375089905' timestamp='2009-04-14T03:26:33Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79548' lon='-107.707567' />
<node id='375089976' timestamp='2009-04-14T03:26:34Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795609' lon='-107.701381' />
<node id='375090005' timestamp='2009-04-14T03:26:35Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795612' lon='-107.701206' />
<node id='375090029' timestamp='2009-04-14T03:26:35Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795577' lon='-107.700033' />
<node id='375090054' timestamp='2009-04-14T03:26:36Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795458' lon='-107.699483' />
<node id='375090074' timestamp='2009-04-14T03:26:36Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79544' lon='-107.699406' />
<node id='375090224' timestamp='2009-04-14T03:26:38Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795432' lon='-107.698877' />
<node id='375090250' timestamp='2009-04-14T03:26:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795463' lon='-107.698673' />
<node id='375090276' timestamp='2009-04-14T03:26:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795473' lon='-107.698447' />
<node id='375090297' timestamp='2009-04-14T03:26:40Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795469' lon='-107.69822' />
<node id='375090319' timestamp='2009-04-14T03:26:40Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79533' lon='-107.696977' />
<node id='375090338' timestamp='2009-04-14T03:26:41Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795214' lon='-107.696945' />
<node id='375090361' timestamp='2009-04-14T03:26:41Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794765' lon='-107.696932' />
<node id='375090384' timestamp='2009-04-14T03:26:41Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794179' lon='-107.696929' />
<node id='375090407' timestamp='2009-04-14T03:26:42Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.793748' lon='-107.696928' />
<node id='375090426' timestamp='2009-04-14T03:26:42Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.793069' lon='-107.695282' />
<node id='375090448' timestamp='2009-04-14T03:26:42Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792433' lon='-107.693676' />
<node id='375090470' timestamp='2009-04-14T03:26:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792318' lon='-107.693332' />
<node id='375090490' timestamp='2009-04-14T03:26:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792257' lon='-107.693113' />
<node id='375090517' timestamp='2009-04-14T03:26:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792203' lon='-107.692904' />
<node id='375090539' timestamp='2009-04-14T03:26:44Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792055' lon='-107.692209' />
<node id='375090565' timestamp='2009-04-14T03:26:44Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791851' lon='-107.691202' />
<node id='375090589' timestamp='2009-04-14T03:26:45Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791826' lon='-107.691081' />
<node id='375090612' timestamp='2009-04-14T03:26:45Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791694' lon='-107.691108' />
<node id='375090636' timestamp='2009-04-14T03:26:45Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791429' lon='-107.689804' />
<node id='375090653' timestamp='2009-04-14T03:26:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791389' lon='-107.689591' />
<node id='375090672' timestamp='2009-04-14T03:26:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791299' lon='-107.689171' />
<node id='375090690' timestamp='2009-04-14T03:26:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791201' lon='-107.688756' />
<node id='375090708' timestamp='2009-04-14T03:26:47Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791167' lon='-107.688634' />
<node id='375090726' timestamp='2009-04-14T03:26:47Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.789693' lon='-107.68862' />
<node id='375090743' timestamp='2009-04-14T03:26:48Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.788137' lon='-107.688605' />
<node id='375090760' timestamp='2009-04-14T03:26:48Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.788146' lon='-107.692718' />
<node id='375090780' timestamp='2009-04-14T03:26:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.788267' lon='-107.696934' />
<node id='375090803' timestamp='2009-04-14T03:26:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.788233' lon='-107.701324' />
<node id='375090821' timestamp='2009-04-14T03:26:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.788967' lon='-107.701277' />
<node id='375090844' timestamp='2009-04-14T03:26:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.790639' lon='-107.701291' />
<node id='375090864' timestamp='2009-04-14T03:26:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791641' lon='-107.701299' />
<node id='375090887' timestamp='2009-04-14T03:26:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792445' lon='-107.701289' />
<node id='375090905' timestamp='2009-04-14T03:26:51Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792505' lon='-107.699168' />
<node id='375090933' timestamp='2009-04-14T03:26:51Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.792681' lon='-107.699169' />
<node id='375090960' timestamp='2009-04-14T03:26:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.793875' lon='-107.699164' />
<node id='375090977' timestamp='2009-04-14T03:26:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79508' lon='-107.699151' />
<node id='375090996' timestamp='2009-04-14T03:26:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795307' lon='-107.700013' />
<node id='375091014' timestamp='2009-04-14T03:26:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795283' lon='-107.701268' />
<node id='375091037' timestamp='2009-04-14T03:26:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795271' lon='-107.701653' />
<node id='375091059' timestamp='2009-04-14T03:26:54Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795251' lon='-107.702853' />
<node id='375091303' timestamp='2009-04-14T03:26:58Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.793229' lon='-107.708764' />
<node id='375091328' timestamp='2009-04-14T03:26:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79215' lon='-107.708795' />
<node id='375091354' timestamp='2009-04-14T03:26:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791864' lon='-107.708795' />
<node id='375091381' timestamp='2009-04-14T03:27:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791815' lon='-107.708786' />
<node id='375091406' timestamp='2009-04-14T03:27:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791765' lon='-107.708767' />
<node id='375091431' timestamp='2009-04-14T03:27:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791663' lon='-107.708711' />
<node id='375091455' timestamp='2009-04-14T03:27:01Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.791712' lon='-107.710175' />
<node id='375091478' timestamp='2009-04-14T03:27:01Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794147' lon='-107.710043' />
<node id='375091500' timestamp='2009-04-14T03:27:01Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794147' lon='-107.7089' />
<node id='375091593' timestamp='2009-04-14T03:27:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795147' lon='-107.708888' />
<node id='375091642' timestamp='2009-04-14T03:27:04Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795302' lon='-107.709774' />
<node id='375091666' timestamp='2009-04-14T03:27:05Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795528' lon='-107.710267' />
<node id='375091692' timestamp='2009-04-14T03:27:05Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795791' lon='-107.710489' />
<node id='375091714' timestamp='2009-04-14T03:27:06Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797017' lon='-107.711667' />
<node id='375091742' timestamp='2009-04-14T03:27:06Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797108' lon='-107.711776' />
<node id='375091770' timestamp='2009-04-14T03:27:07Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79767' lon='-107.712278' />
<node id='375091796' timestamp='2009-04-14T03:27:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79778' lon='-107.712363' />
<node id='375091825' timestamp='2009-04-14T03:27:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79787' lon='-107.712432' />
<node id='375091851' timestamp='2009-04-14T03:27:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797887' lon='-107.712684' />
<node id='375091873' timestamp='2009-04-14T03:27:09Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797945' lon='-107.713042' />
<node id='375091893' timestamp='2009-04-14T03:27:09Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797962' lon='-107.713962' />
<node id='375091919' timestamp='2009-04-14T03:27:10Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79762' lon='-107.713807' />
<node id='375091939' timestamp='2009-04-14T03:27:10Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.796838' lon='-107.71337' />
<node id='375091961' timestamp='2009-04-14T03:27:10Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.796838' lon='-107.71391' />
<node id='375091979' timestamp='2009-04-14T03:27:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795013' lon='-107.713936' />
<node id='375091998' timestamp='2009-04-14T03:27:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794653' lon='-107.714597' />
<node id='375092017' timestamp='2009-04-14T03:27:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794489' lon='-107.715853' />
<node id='375092036' timestamp='2009-04-14T03:27:12Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794414' lon='-107.716179' />
<node id='375092061' timestamp='2009-04-14T03:27:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794094' lon='-107.71705' />
<node id='375092086' timestamp='2009-04-14T03:27:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.794524' lon='-107.717939' />
<node id='375092106' timestamp='2009-04-14T03:27:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795234' lon='-107.717825' />
<node id='375092127' timestamp='2009-04-14T03:27:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.795943' lon='-107.717682' />
<node id='375092147' timestamp='2009-04-14T03:27:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797089' lon='-107.717478' />
<node id='375092170' timestamp='2009-04-14T03:27:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79714' lon='-107.71744' />
<node id='375092193' timestamp='2009-04-14T03:27:15Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797513' lon='-107.717081' />
<node id='375092220' timestamp='2009-04-14T03:27:15Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.797967' lon='-107.717362' />
<node id='375092244' timestamp='2009-04-14T03:27:15Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798083' lon='-107.717786' />
<node id='375092268' timestamp='2009-04-14T03:27:16Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798022' lon='-107.717906' />
<node id='375092301' timestamp='2009-04-14T03:27:16Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798011' lon='-107.717986' />
<node id='375092327' timestamp='2009-04-14T03:27:16Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798011' lon='-107.718178' />
<node id='375092356' timestamp='2009-04-14T03:27:17Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798023' lon='-107.719' />
<node id='375092382' timestamp='2009-04-14T03:27:17Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.79802' lon='-107.719342' />
<node id='375092403' timestamp='2009-04-14T03:27:18Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798022' lon='-107.71966' />
<node id='375092420' timestamp='2009-04-14T03:27:18Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798032' lon='-107.719789' />
<node id='375092442' timestamp='2009-04-14T03:27:18Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.798024' lon='-107.719934' />
<node id='375092634' timestamp='2009-04-14T03:27:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809372' lon='-107.725511' />
<node id='375092660' timestamp='2009-04-14T03:27:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809385' lon='-107.725538' />
<node id='375092688' timestamp='2009-04-14T03:27:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80938' lon='-107.725562' />
<node id='375092715' timestamp='2009-04-14T03:27:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809357' lon='-107.725587' />
<node id='375092742' timestamp='2009-04-14T03:27:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809325' lon='-107.725587' />
<node id='375092766' timestamp='2009-04-14T03:27:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809222' lon='-107.725559' />
<node id='375092788' timestamp='2009-04-14T03:27:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809305' lon='-107.725517' />
<node id='375092811' timestamp='2009-04-14T03:27:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.809341' lon='-107.725504' />
<node id='375092911' timestamp='2009-04-14T03:27:27Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.805759' lon='-107.729313' />
<node id='375092937' timestamp='2009-04-14T03:27:27Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.805705' lon='-107.729314' />
<node id='375092960' timestamp='2009-04-14T03:27:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.80572' lon='-107.730296' />
<node id='375092984' timestamp='2009-04-14T03:27:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806241' lon='-107.73027' />
<node id='375093013' timestamp='2009-04-14T03:27:28Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820' lat='38.806319' lon='-107.730164' />
<node id='3179949000' timestamp='2014-11-11T01:24:15Z' uid='994480' user='Mark Newnham' visible='true' version='1' changeset='26701682' lat='38.795246' lon='-107.699309' />
<node id='3179949003' timestamp='2014-11-11T01:24:16Z' uid='994480' user='Mark Newnham' visible='true' version='1' changeset='26701682' lat='38.795307' lon='-107.6994796' />
<node id='3179956256' timestamp='2014-11-11T01:37:06Z' uid='994480' user='Mark Newnham' visible='true' version='1' changeset='26701682' lat='38.7942322' lon='-107.7087316' />
<node id='3179956257' timestamp='2014-11-11T01:37:06Z' uid='994480' user='Mark Newnham' visible='true' version='1' changeset='26701682' lat='38.79514' lon='-107.708731' />
<node id='3179956258' timestamp='2014-11-11T01:37:06Z' uid='994480' user='Mark Newnham' visible='true' version='1' changeset='26701682' lat='38.7942327' lon='-107.7086356' />
<node id='3537610639' timestamp='2015-05-23T06:43:28Z' uid='2774834' user='Grant Zimmerman' visible='true' version='1' changeset='31390027' lat='38.8063139' lon='-107.7289944' />
<node id='3537610640' timestamp='2015-05-23T06:43:28Z' uid='2774834' user='Grant Zimmerman' visible='true' version='1' changeset='31390027' lat='38.8062598' lon='-107.7279152' />
<node id='3540665195' timestamp='2015-05-24T05:55:08Z' uid='2774834' user='Grant Zimmerman' visible='true' version='1' changeset='31412009' lat='38.7980604' lon='-107.7178304' />
<way id='33159624' timestamp='2017-04-23T11:44:35Z' uid='665748' user='sebastic' visible='true' version='11' changeset='48057707'>
<nd ref='375084589' />
<nd ref='375084615' />
<nd ref='375084641' />
<nd ref='375084679' />
<nd ref='375084717' />
<nd ref='375084751' />
<nd ref='375084783' />
<nd ref='375084814' />
<nd ref='375084849' />
<nd ref='375084884' />
<nd ref='375084912' />
<nd ref='375085038' />
<nd ref='375085058' />
<nd ref='375085078' />
<nd ref='375085103' />
<nd ref='375085120' />
<nd ref='176805403' />
<nd ref='375085140' />
<nd ref='375085167' />
<nd ref='375085195' />
<nd ref='375085217' />
<nd ref='375085236' />
<nd ref='375085261' />
<nd ref='375085278' />
<nd ref='375085298' />
<nd ref='375085316' />
<nd ref='375085341' />
<nd ref='375085366' />
<nd ref='375085389' />
<nd ref='375085413' />
<nd ref='375085433' />
<nd ref='375085456' />
<nd ref='375085480' />
<nd ref='375085505' />
<nd ref='375085529' />
<nd ref='375085551' />
<nd ref='375085577' />
<nd ref='375085601' />
<nd ref='375085627' />
<nd ref='375085648' />
<nd ref='375085674' />
<nd ref='375085706' />
<nd ref='375085728' />
<nd ref='375085751' />
<nd ref='375085777' />
<nd ref='375085805' />
<nd ref='375085831' />
<nd ref='375085858' />
<nd ref='375085886' />
<nd ref='375085912' />
<nd ref='375085936' />
<nd ref='375085961' />
<nd ref='375085987' />
<nd ref='375086014' />
<nd ref='375086037' />
<nd ref='375086062' />
<nd ref='375086085' />
<nd ref='375086109' />
<nd ref='375086135' />
<nd ref='375086155' />
<nd ref='375086179' />
<nd ref='375086199' />
<nd ref='375086221' />
<nd ref='375086240' />
<nd ref='3537610640' />
<nd ref='375086257' />
<nd ref='375086281' />
<nd ref='3537610639' />
<nd ref='375086302' />
<nd ref='375086322' />
<nd ref='375086342' />
<nd ref='375086366' />
<nd ref='375086391' />
<nd ref='375086413' />
<nd ref='375086434' />
<nd ref='375086458' />
<nd ref='375086479' />
<nd ref='375086505' />
<nd ref='375086535' />
<nd ref='375086560' />
<nd ref='375086586' />
<nd ref='375086615' />
<nd ref='375086644' />
<nd ref='375086671' />
<nd ref='375086700' />
<nd ref='375086725' />
<nd ref='375086753' />
<nd ref='375086779' />
<nd ref='375086805' />
<nd ref='375086825' />
<nd ref='375086847' />
<nd ref='375086877' />
<nd ref='375086909' />
<nd ref='375086937' />
<nd ref='375086966' />
<nd ref='375086995' />
<nd ref='375087023' />
<nd ref='375087054' />
<nd ref='375087077' />
<nd ref='375087104' />
<nd ref='375087129' />
<nd ref='375087149' />
<nd ref='375087168' />
<nd ref='375087184' />
<nd ref='375087208' />
<nd ref='375087238' />
<nd ref='375087266' />
<nd ref='375087296' />
<nd ref='375087319' />
<nd ref='375087344' />
<nd ref='375087367' />
<nd ref='375087390' />
<nd ref='375087417' />
<nd ref='375087447' />
<nd ref='375087471' />
<nd ref='375087499' />
<nd ref='375087526' />
<nd ref='375087554' />
<nd ref='375087581' />
<nd ref='375087612' />
<nd ref='375087640' />
<nd ref='375087664' />
<nd ref='375087694' />
<nd ref='375087722' />
<nd ref='375087752' />
<nd ref='375087779' />
<nd ref='375087808' />
<nd ref='375087831' />
<nd ref='375087849' />
<nd ref='375087874' />
<nd ref='375087899' />
<nd ref='375087924' />
<nd ref='375087948' />
<nd ref='375087972' />
<nd ref='375087988' />
<nd ref='375088009' />
<nd ref='375088030' />
<nd ref='375088054' />
<nd ref='375088076' />
<nd ref='375088099' />
<nd ref='375088125' />
<nd ref='375088155' />
<nd ref='375088179' />
<nd ref='375088201' />
<nd ref='375088221' />
<nd ref='375088242' />
<nd ref='375088264' />
<nd ref='375088294' />
<nd ref='176838283' />
<nd ref='375088377' />
<nd ref='375088401' />
<nd ref='176838286' />
<nd ref='176780053' />
<nd ref='375088449' />
<nd ref='375088474' />
<nd ref='375088497' />
<nd ref='375088522' />
<nd ref='375088542' />
<nd ref='375088571' />
<nd ref='375088603' />
<nd ref='375088630' />
<nd ref='375088660' />
<nd ref='375088687' />
<nd ref='375088721' />
<nd ref='375088748' />
<nd ref='375088774' />
<nd ref='375088800' />
<nd ref='375088833' />
<nd ref='375088856' />
<nd ref='375088878' />
<nd ref='375088905' />
<nd ref='375088931' />
<nd ref='375088956' />
<nd ref='375088984' />
<nd ref='375089014' />
<nd ref='375089043' />
<nd ref='375089072' />
<nd ref='375089099' />
<nd ref='375089129' />
<nd ref='375089156' />
<nd ref='375089185' />
<nd ref='375089214' />
<nd ref='375089239' />
<nd ref='375089267' />
<nd ref='375089294' />
<nd ref='375089315' />
<nd ref='375089336' />
<nd ref='375089355' />
<nd ref='375089371' />
<nd ref='375089396' />
<nd ref='375089418' />
<nd ref='375089441' />
<nd ref='375089469' />
<nd ref='375089491' />
<nd ref='375089521' />
<nd ref='375089551' />
<nd ref='375089577' />
<nd ref='375089604' />
<nd ref='375089630' />
<nd ref='375089665' />
<nd ref='375089695' />
<nd ref='375089727' />
<nd ref='375089755' />
<nd ref='375089775' />
<nd ref='375089799' />
<nd ref='375089824' />
<nd ref='375089852' />
<nd ref='375089877' />
<nd ref='375089905' />
<nd ref='176700481' />
<nd ref='176742005' />
<nd ref='375089976' />
<nd ref='375090005' />
<nd ref='375090029' />
<nd ref='375090054' />
<nd ref='375090074' />
<nd ref='3179949003' />
<nd ref='3179949000' />
<nd ref='176794788' />
<nd ref='176794790' />
<nd ref='375090224' />
<nd ref='375090250' />
<nd ref='375090276' />
<nd ref='375090297' />
<nd ref='375090319' />
<nd ref='375090338' />
<nd ref='375090361' />
<nd ref='375090384' />
<nd ref='375090407' />
<nd ref='375090426' />
<nd ref='375090448' />
<nd ref='375090470' />
<nd ref='375090490' />
<nd ref='375090517' />
<nd ref='375090539' />
<nd ref='375090565' />
<nd ref='375090589' />
<nd ref='375090612' />
<nd ref='375090636' />
<nd ref='375090653' />
<nd ref='375090672' />
<nd ref='375090690' />
<nd ref='375090708' />
<nd ref='375090726' />
<nd ref='375090743' />
<nd ref='375090760' />
<nd ref='375090780' />
<nd ref='375090803' />
<nd ref='375090821' />
<nd ref='375090844' />
<nd ref='375090864' />
<nd ref='375090887' />
<nd ref='375090905' />
<nd ref='375090933' />
<nd ref='375090960' />
<nd ref='375090977' />
<nd ref='375090996' />
<nd ref='375091014' />
<nd ref='375091037' />
<nd ref='375091059' />
<nd ref='3179956257' />
<nd ref='3179956256' />
<nd ref='3179956258' />
<nd ref='375091303' />
<nd ref='375091328' />
<nd ref='375091354' />
<nd ref='375091381' />
<nd ref='375091406' />
<nd ref='375091431' />
<nd ref='375091455' />
<nd ref='375091478' />
<nd ref='375091500' />
<nd ref='375091593' />
<nd ref='375091642' />
<nd ref='375091666' />
<nd ref='375091692' />
<nd ref='375091714' />
<nd ref='375091742' />
<nd ref='375091770' />
<nd ref='375091796' />
<nd ref='375091825' />
<nd ref='375091851' />
<nd ref='375091873' />
<nd ref='375091893' />
<nd ref='375091919' />
<nd ref='375091939' />
<nd ref='375091961' />
<nd ref='375091979' />
<nd ref='375091998' />
<nd ref='375092017' />
<nd ref='375092036' />
<nd ref='375092061' />
<nd ref='375092086' />
<nd ref='375092106' />
<nd ref='375092127' />
<nd ref='375092147' />
<nd ref='375092170' />
<nd ref='375092193' />
<nd ref='375092220' />
<nd ref='375092244' />
<nd ref='3540665195' />
<nd ref='375092268' />
<nd ref='375092301' />
<nd ref='375092327' />
<nd ref='375092356' />
<nd ref='375092382' />
<nd ref='176791476' />
<nd ref='375092403' />
<nd ref='375092420' />
<nd ref='375092442' />
<nd ref='375084589' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
</way>
<way id='33159635' timestamp='2009-04-14T03:27:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='505820'>
<nd ref='375092634' />
<nd ref='375092660' />
<nd ref='375092688' />
<nd ref='375092715' />
<nd ref='375092742' />
<nd ref='375092766' />
<nd ref='375092788' />
<nd ref='375092811' />
<nd ref='375092634' />
</way>
<way id='33159641' timestamp='2020-12-06T21:58:15Z' uid='633750' user='samuelestabrook' visible='true' version='4' changeset='95382631'>
<nd ref='375092911' />
<nd ref='375092937' />
<nd ref='375092960' />
<nd ref='375092984' />
<nd ref='375093013' />
<nd ref='375092911' />
<tag k='admin_level' v='8' />
<tag k='border_type' v='town' />
<tag k='boundary' v='administrative' />
<tag k='is_in:country' v='USA' />
<tag k='is_in:country_code' v='US' />
<tag k='is_in:iso_3166_2' v='US:CO' />
<tag k='is_in:state' v='Colorado' />
<tag k='name' v='Hotchkiss' />
<tag k='place' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:CLASSFP' v='C1' />
<tag k='tiger:CPI' v='N' />
<tag k='tiger:FUNCSTAT' v='A' />
<tag k='tiger:LSAD' v='43' />
<tag k='tiger:MTFCC' v='G4110' />
<tag k='tiger:NAME' v='Hotchkiss' />
<tag k='tiger:NAMELSAD' v='Hotchkiss town' />
<tag k='tiger:PCICBSA' v='N' />
<tag k='tiger:PCINECTA' v='N' />
<tag k='tiger:PLACEFP' v='37545' />
<tag k='tiger:PLACENS' v='02412771' />
<tag k='tiger:PLCIDFP' v='0837545' />
<tag k='tiger:STATEFP' v='08' />
<tag k='tiger:reviewed' v='no' />
<tag k='wikidata' v='Q2303157' />
<tag k='wikipedia' v='en:Hotchkiss, Colorado' />
</way>
<relation id='113149' timestamp='2022-04-05T16:44:37Z' uid='8101879' user='user_8101879' visible='true' version='2' changeset='119352364'>
<member type='way' ref='33159624' role='outer' />
<member type='way' ref='33159635' role='inner' />
<member type='way' ref='33159641' role='outer' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Hotchkiss' />
<tag k='place' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
<tag k='type' v='boundary' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,61 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='VNG'>
<bounds minlat='0' minlon='0' maxlat='1' maxlon='1' />
<node id='0' lat='51' lon='0' >
<tag k='highway' v='mini_roundabout' />
</node>
<node id='1' lat='51.1' lon='0.1' >
<tag k='highway' v='speed_camera' />
</node>
<node id='2' lat='51.2' lon='0.2' >
<tag k='barrier' v='lift_gate' />
<tag k='access' v='destination' />
</node>
<node id='3' lat='51.3' lon='0.3' >
<tag k='highway' v='mini_roundabout' />
</node>
<node id='4' lat='51.4' lon='0.4' >
<tag k='highway' v='speed_camera' />
</node>
<node id='5' lat='51.5' lon='0.5' >
<tag k='barrier' v='bollard' />
<tag k='access' v='private' />
</node>
<node id='6' lat='51.6' lon='0.6' >
<tag k='highway' v='speed_camera' />
</node>
<node id='7' lat='51.7' lon='0.7' >
<tag k='highway' v='mini_roundabout' />
</node>
<node id='8' lat='51.8' lon='0.8' >
<tag k='barrier' v='lift_gate' />
<tag k='access' v='destination' />
</node>
<node id='9' lat='51.9' lon='0.9' >
<tag k='highway' v='speed_camera' />
</node>
<node id='10' lat='52' lon='1' >
<tag k='highway' v='mini_roundabout' />
</node>
<way id='1' >
<nd ref='0' />
<nd ref='1' />
<nd ref='2' />
<nd ref='3' />
<nd ref='4' />
<nd ref='5' />
<nd ref='6' />
<nd ref='7' />
<nd ref='8' />
<nd ref='9' />
<nd ref='10' />
<tag k='highway' v='secondary' />
<tag k='maxspeed' v='50' />
<tag k='name' v='Road1' />
<tag k='oneway' v='no' />
<tag k='surface' v='asphalt' />
</way>
</osm>

View file

@ -0,0 +1,779 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<bounds minlat='50.4171629' minlon='-4.1484359' maxlat='50.4172637' maxlon='-4.1482481' origin='CGImap 0.8.8 (31302 spike-06.openstreetmap.org)' />
<node id='270678631' timestamp='2012-09-22T09:27:47Z' uid='10983' user='Guy' visible='true' version='2' changeset='13205155' lat='50.4172316' lon='-4.1485737' />
<node id='275859174' timestamp='2012-09-22T09:27:48Z' uid='10983' user='Guy' visible='true' version='4' changeset='13205155' lat='50.417198' lon='-4.1483545'>
<tag k='direction' v='clockwise' />
<tag k='highway' v='mini_roundabout' />
</node>
<node id='275859175' timestamp='2012-09-22T09:27:48Z' uid='10983' user='Guy' visible='true' version='2' changeset='13205155' lat='50.4173341' lon='-4.1482771' />
<node id='493171922' timestamp='2012-09-21T22:21:20Z' uid='10983' user='Guy' visible='true' version='2' changeset='13201562' lat='50.4170564' lon='-4.1476177' />
<node id='1926872403' timestamp='2021-12-02T14:29:46Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='114485735' lat='50.4171207' lon='-4.148071' />
<node id='4886285496' timestamp='2018-11-21T10:49:20Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='64735842' lat='50.417506' lon='-4.1494436' />
<node id='6079224291' timestamp='2019-07-16T09:21:10Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='72295169' lat='50.4167471' lon='-4.1438992' />
<node id='6079224292' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4167607' lon='-4.1440314' />
<node id='6079224293' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4167732' lon='-4.1442844' />
<node id='6079224294' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4168346' lon='-4.1450458' />
<node id='6079224295' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4168881' lon='-4.1456271' />
<node id='6079224296' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4169612' lon='-4.14647' />
<node id='6079224297' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4170202' lon='-4.1469809' />
<node id='6079224298' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4171295' lon='-4.1477336' />
<node id='6079224299' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.417216' lon='-4.1482273' />
<node id='6079224300' timestamp='2021-09-03T20:40:02Z' uid='125278' user='RaccoonFederation' visible='true' version='5' changeset='110695196' lat='50.4172265' lon='-4.1483383'>
<tag k='crossing' v='unmarked' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='kerb' v='lowered' />
<tag k='tactile_paving' v='no' />
</node>
<node id='6079224301' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.417249' lon='-4.1484617' />
<node id='6079224302' timestamp='2018-11-21T10:49:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='64735842' lat='50.4174039' lon='-4.1490936' />
<node id='9306484093' timestamp='2021-12-03T22:20:26Z' uid='125278' user='RaccoonFederation' visible='true' version='3' changeset='114539124' lat='50.4171179' lon='-4.1480517'>
<tag k='crossing' v='unmarked' />
<tag k='crossing:island' v='yes' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='yes' />
</node>
<node id='9514108017' timestamp='2022-05-13T21:55:02Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='120956329' lat='50.4171751' lon='-4.1483758'>
<tag k='highway' v='street_lamp' />
<tag k='ref' v='66' />
<tag k='survey:date' v='2022-05-13' />
</node>
<node id='10280299686' timestamp='2022-12-22T13:52:59Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='130377668' lat='50.4174092' lon='-4.1482491' />
<way id='704785908' timestamp='2021-09-16T20:03:19Z' uid='125278' user='RaccoonFederation' visible='true' version='3' changeset='111306027'>
<nd ref='6079224291' />
<nd ref='6079224292' />
<nd ref='6079224293' />
<nd ref='6079224294' />
<nd ref='6079224295' />
<nd ref='6079224296' />
<nd ref='6079224297' />
<nd ref='6079224298' />
<nd ref='6079224299' />
<nd ref='6079224300' />
<nd ref='6079224301' />
<nd ref='6079224302' />
<nd ref='4886285496' />
<tag k='highway' v='footway' />
<tag k='lit' v='no' />
<tag k='surface' v='asphalt' />
</way>
<way id='1097124996' timestamp='2023-04-08T20:28:46Z' uid='125278' user='RaccoonFederation' visible='true' version='3' changeset='134667370'>
<nd ref='275859174' />
<nd ref='270678631' />
<tag k='cycleway:left' v='separate' />
<tag k='cycleway:right' v='no' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed:type' v='GB:nsl_restricted' />
<tag k='name' v='Budshead Road' />
<tag k='parking:condition:both' v='no_parking' />
<tag k='parking:lane:both' v='no' />
<tag k='sidewalk' v='separate' />
<tag k='surface' v='asphalt' />
</way>
<way id='1097125078' timestamp='2022-09-22T21:27:20Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='126522564'>
<nd ref='493171922' />
<nd ref='9306484093' />
<nd ref='1926872403' />
<nd ref='275859174' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='30 mph' />
<tag k='maxspeed:type' v='GB:zone30' />
<tag k='name' v='Budshead Road' />
<tag k='parking:condition:both' v='no_parking' />
<tag k='parking:lane:both' v='no' />
<tag k='sidewalk' v='separate' />
<tag k='surface' v='asphalt' />
</way>
<way id='1124159479' timestamp='2022-12-22T13:52:59Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='130377668'>
<nd ref='275859174' />
<nd ref='6079224300' />
<nd ref='275859175' />
<nd ref='10280299686' />
<tag k='cycleway:both' v='no' />
<tag k='highway' v='residential' />
<tag k='lane_markings' v='no' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='30 mph' />
<tag k='maxspeed:type' v='GB:zone30' />
<tag k='name' v='Taunton Avenue' />
<tag k='parking:condition:both' v='no_parking' />
<tag k='parking:lane:both' v='no' />
<tag k='sidewalk' v='both' />
<tag k='sidewalk:both:surface' v='paving_stones' />
<tag k='smoothness' v='intermediate' />
<tag k='surface' v='concrete' />
<tag k='width' v='7.2' />
</way>
<relation id='13103061' timestamp='2023-04-11T22:03:40Z' uid='125278' user='RaccoonFederation' visible='true' version='199' changeset='134792202'>
<member type='node' ref='531318710' role='stop_exit_only' />
<member type='node' ref='531318724' role='' />
<member type='node' ref='9658669817' role='' />
<member type='node' ref='8109784559' role='' />
<member type='node' ref='8109784556' role='' />
<member type='node' ref='8109784553' role='' />
<member type='node' ref='8367554968' role='' />
<member type='node' ref='8367554966' role='' />
<member type='node' ref='8367554962' role='' />
<member type='node' ref='8367554960' role='' />
<member type='node' ref='8367554958' role='' />
<member type='node' ref='4355538660' role='' />
<member type='node' ref='4355538661' role='' />
<member type='node' ref='8367554955' role='' />
<member type='node' ref='6022050824' role='' />
<member type='node' ref='5963918975' role='' />
<member type='node' ref='6012572405' role='' />
<member type='node' ref='6012572408' role='' />
<member type='node' ref='1926098087' role='' />
<member type='node' ref='6012572410' role='' />
<member type='node' ref='6012572412' role='' />
<member type='node' ref='6012572414' role='' />
<member type='node' ref='6012572415' role='' />
<member type='node' ref='6012572433' role='' />
<member type='node' ref='6012572431' role='' />
<member type='node' ref='6012572430' role='' />
<member type='node' ref='6012572429' role='' />
<member type='node' ref='6012572427' role='' />
<member type='node' ref='6012572424' role='' />
<member type='node' ref='6012572423' role='' />
<member type='node' ref='6012572421' role='' />
<member type='node' ref='6012572419' role='' />
<member type='node' ref='6012572417' role='' />
<member type='node' ref='6012572416' role='' />
<member type='node' ref='6012572413' role='' />
<member type='node' ref='6012572411' role='' />
<member type='node' ref='3992228556' role='' />
<member type='node' ref='6012572407' role='' />
<member type='node' ref='6012572406' role='' />
<member type='node' ref='5963918976' role='' />
<member type='node' ref='8132531521' role='' />
<member type='node' ref='8132531523' role='' />
<member type='node' ref='8132531524' role='' />
<member type='node' ref='4355538662' role='' />
<member type='node' ref='8367554956' role='' />
<member type='node' ref='8367554957' role='' />
<member type='node' ref='8367554959' role='' />
<member type='node' ref='8367554961' role='' />
<member type='node' ref='8367554965' role='' />
<member type='node' ref='8367554967' role='' />
<member type='node' ref='750475138' role='' />
<member type='node' ref='8109784552' role='' />
<member type='node' ref='8109784555' role='' />
<member type='node' ref='8240119691' role='' />
<member type='node' ref='4874934083' role='' />
<member type='node' ref='4775739964' role='' />
<member type='node' ref='1349535540' role='' />
<member type='way' ref='24911245' role='' />
<member type='way' ref='744972427' role='' />
<member type='way' ref='26277428' role='' />
<member type='way' ref='744972426' role='' />
<member type='way' ref='26277434' role='' />
<member type='way' ref='974292857' role='' />
<member type='way' ref='24693719' role='' />
<member type='way' ref='974292858' role='' />
<member type='way' ref='8265164' role='' />
<member type='way' ref='26277425' role='' />
<member type='way' ref='26277424' role='' />
<member type='way' ref='40608954' role='' />
<member type='way' ref='1097124987' role='' />
<member type='way' ref='1097124986' role='' />
<member type='way' ref='1097124985' role='' />
<member type='way' ref='1124159476' role='' />
<member type='way' ref='1103183519' role='' />
<member type='way' ref='1103183517' role='' />
<member type='way' ref='1103183518' role='' />
<member type='way' ref='1101484951' role='' />
<member type='way' ref='1124159466' role='' />
<member type='way' ref='40578270' role='' />
<member type='way' ref='1097124988' role='' />
<member type='way' ref='1101484950' role='' />
<member type='way' ref='1101484949' role='' />
<member type='way' ref='974292856' role='' />
<member type='way' ref='1097124992' role='' />
<member type='way' ref='1097124989' role='' />
<member type='way' ref='1097124996' role='' />
<member type='way' ref='1097125078' role='' />
<member type='way' ref='1097125450' role='' />
<member type='way' ref='1097125447' role='' />
<member type='way' ref='1097125449' role='' />
<member type='way' ref='1097125448' role='' />
<member type='way' ref='1097125446' role='' />
<member type='way' ref='974292853' role='' />
<member type='way' ref='1097125428' role='' />
<member type='way' ref='1097125427' role='' />
<member type='way' ref='1097125426' role='' />
<member type='way' ref='1097125425' role='' />
<member type='way' ref='1097125407' role='' />
<member type='way' ref='1097125406' role='' />
<member type='way' ref='1097125405' role='' />
<member type='way' ref='1097125403' role='' />
<member type='way' ref='1097125402' role='' />
<member type='way' ref='1097125401' role='' />
<member type='way' ref='1097125378' role='' />
<member type='way' ref='1097125377' role='' />
<member type='way' ref='1097125376' role='' />
<member type='way' ref='1097125375' role='' />
<member type='way' ref='1097125374' role='' />
<member type='way' ref='1097125373' role='' />
<member type='way' ref='1097125370' role='' />
<member type='way' ref='1097125369' role='' />
<member type='way' ref='1097125368' role='' />
<member type='way' ref='1093972407' role='' />
<member type='way' ref='1097125367' role='' />
<member type='way' ref='1097125366' role='' />
<member type='way' ref='1123745589' role='' />
<member type='way' ref='1123745404' role='' />
<member type='way' ref='1123745587' role='' />
<member type='way' ref='26277433' role='' />
<member type='way' ref='1123745413' role='' />
<member type='way' ref='8265169' role='' />
<member type='way' ref='24911243' role='' />
<member type='way' ref='634737919' role='' />
<member type='way' ref='634737917' role='' />
<member type='way' ref='24911244' role='' />
<member type='way' ref='1007488086' role='' />
<member type='way' ref='1128326215' role='' />
<member type='way' ref='1093972433' role='' />
<member type='way' ref='1094340088' role='' />
<member type='way' ref='631552170' role='' />
<member type='way' ref='631552167' role='' />
<member type='way' ref='722483013' role='' />
<member type='way' ref='182276165' role='' />
<member type='way' ref='722483014' role='' />
<member type='way' ref='127885976' role='' />
<member type='way' ref='704713860' role='' />
<member type='way' ref='1154617758' role='' />
<member type='way' ref='704713861' role='' />
<member type='way' ref='1154617757' role='' />
<member type='way' ref='153481849' role='' />
<member type='way' ref='1098669504' role='' />
<member type='way' ref='885124776' role='' />
<member type='way' ref='46924773' role='' />
<member type='way' ref='1098669502' role='' />
<member type='way' ref='46924772' role='' />
<member type='way' ref='1098669503' role='' />
<member type='way' ref='636547257' role='' />
<member type='way' ref='1094342265' role='' />
<member type='way' ref='1094342243' role='' />
<member type='way' ref='25211160' role='' />
<member type='way' ref='636547258' role='' />
<member type='way' ref='1094342263' role='' />
<member type='way' ref='1094342268' role='' />
<member type='way' ref='153481853' role='' />
<member type='way' ref='885124775' role='' />
<member type='way' ref='46924774' role='' />
<member type='way' ref='885124777' role='' />
<member type='way' ref='946868032' role='' />
<member type='way' ref='1094340870' role='' />
<member type='way' ref='26277419' role='' />
<member type='way' ref='1094340520' role='' />
<member type='way' ref='183126932' role='' />
<member type='way' ref='722483015' role='' />
<member type='way' ref='631552169' role='' />
<member type='way' ref='631552168' role='' />
<member type='way' ref='722483016' role='' />
<member type='way' ref='1131039865' role='' />
<member type='way' ref='1094340480' role='' />
<member type='way' ref='1131039864' role='' />
<member type='way' ref='1093972431' role='' />
<member type='way' ref='791732199' role='' />
<member type='way' ref='1161538897' role='' />
<member type='way' ref='1093972432' role='' />
<member type='way' ref='1076186279' role='' />
<member type='way' ref='1078663037' role='' />
<member type='way' ref='1150558333' role='' />
<member type='way' ref='1076186278' role='' />
<member type='way' ref='1150558332' role='' />
<member type='way' ref='993787776' role='' />
<member type='way' ref='1107026958' role='' />
<member type='way' ref='32943346' role='' />
<member type='way' ref='995572191' role='' />
<member type='way' ref='915811656' role='' />
<member type='way' ref='885124771' role='' />
<member type='way' ref='32653943' role='' />
<member type='way' ref='641935975' role='' />
<member type='way' ref='641935971' role='' />
<member type='way' ref='1064431670' role='route' />
<member type='way' ref='1161465223' role='route' />
<member type='way' ref='32653921' role='route' />
<member type='way' ref='1064431674' role='route' />
<member type='way' ref='942857073' role='route' />
<member type='way' ref='392952403' role='' />
<member type='way' ref='392952405' role='' />
<member type='way' ref='392952404' role='' />
<member type='way' ref='1098930864' role='' />
<member type='way' ref='1098930863' role='' />
<member type='way' ref='1098930867' role='' />
<member type='way' ref='19782123' role='' />
<member type='way' ref='942857080' role='' />
<member type='way' ref='1064431673' role='' />
<member type='way' ref='1100944205' role='' />
<member type='way' ref='641935967' role='' />
<member type='way' ref='885124769' role='' />
<member type='way' ref='915811654' role='' />
<member type='way' ref='885124772' role='' />
<member type='way' ref='182160184' role='' />
<member type='way' ref='915811655' role='' />
<member type='way' ref='19782128' role='' />
<member type='way' ref='912864223' role='' />
<member type='way' ref='1120438308' role='' />
<member type='way' ref='32943350' role='' />
<member type='way' ref='1120438309' role='' />
<member type='way' ref='1107026959' role='' />
<member type='way' ref='1120438311' role='' />
<member type='way' ref='1120438312' role='' />
<member type='way' ref='1120438313' role='' />
<member type='way' ref='1102714694' role='' />
<member type='way' ref='1127999912' role='' />
<member type='way' ref='1094342229' role='' />
<member type='way' ref='1120438314' role='' />
<member type='way' ref='1120438315' role='' />
<member type='way' ref='1120438316' role='' />
<member type='way' ref='25211159' role='' />
<member type='way' ref='136136741' role='' />
<member type='way' ref='373891775' role='' />
<member type='way' ref='9638970' role='' />
<member type='way' ref='9638970' role='' />
<member type='way' ref='373891775' role='' />
<member type='way' ref='136136741' role='' />
<member type='way' ref='24640741' role='' />
<member type='way' ref='136136736' role='' />
<member type='way' ref='965442378' role='' />
<member type='way' ref='1064803783' role='' />
<member type='way' ref='885124767' role='' />
<member type='way' ref='885124766' role='' />
<member type='way' ref='1158685657' role='' />
<member type='way' ref='1158685656' role='' />
<member type='way' ref='9639085' role='' />
<member type='way' ref='718083943' role='' />
<member type='way' ref='9636953' role='' />
<member type='way' ref='885124762' role='' />
<member type='way' ref='879486850' role='' />
<member type='way' ref='974677800' role='' />
<member type='way' ref='1157076041' role='' />
<member type='way' ref='9637109' role='' />
<member type='way' ref='874124020' role='' />
<member type='way' ref='874124018' role='' />
<member type='way' ref='874124016' role='' />
<member type='way' ref='874124017' role='' />
<member type='way' ref='9637216' role='' />
<member type='way' ref='874124007' role='' />
<member type='way' ref='35295109' role='' />
<member type='way' ref='874124006' role='' />
<member type='way' ref='872232515' role='' />
<member type='way' ref='1094633910' role='' />
<member type='way' ref='1094633911' role='' />
<member type='way' ref='1094633913' role='' />
<member type='way' ref='1094633921' role='' />
<member type='way' ref='1094633963' role='' />
<member type='way' ref='1094633965' role='' />
<member type='way' ref='638006030' role='' />
<member type='way' ref='9637886' role='' />
<member type='way' ref='9637901' role='' />
<member type='way' ref='640840713' role='' />
<member type='way' ref='640840712' role='' />
<member type='way' ref='640840711' role='' />
<member type='way' ref='117700336' role='' />
<member type='way' ref='1101813243' role='' />
<member type='way' ref='1101813242' role='' />
<member type='way' ref='1101813241' role='' />
<member type='way' ref='1101813244' role='' />
<member type='way' ref='117700340' role='' />
<member type='way' ref='1101813245' role='' />
<member type='way' ref='9639022' role='' />
<member type='way' ref='32943349' role='' />
<member type='way' ref='995572190' role='' />
<member type='way' ref='1120438307' role='' />
<member type='way' ref='1012900146' role='' />
<member type='way' ref='1120438306' role='' />
<member type='way' ref='1120438305' role='' />
<member type='way' ref='431861852' role='' />
<member type='way' ref='1120438303' role='' />
<member type='way' ref='1098930869' role='' />
<member type='way' ref='1098930868' role='' />
<member type='way' ref='1098383760' role='' />
<member type='way' ref='1098383680' role='' />
<member type='way' ref='634737912' role='' />
<member type='way' ref='26277436' role='' />
<member type='way' ref='986773259' role='' />
<member type='way' ref='1101484952' role='' />
<member type='way' ref='1101484953' role='' />
<member type='way' ref='1101484954' role='' />
<member type='way' ref='1101484955' role='' />
<member type='way' ref='1101484956' role='' />
<member type='way' ref='1101484958' role='' />
<member type='way' ref='974292855' role='' />
<member type='way' ref='1092894095' role='' />
<member type='way' ref='1098282769' role='' />
<member type='way' ref='182277591' role='' />
<member type='way' ref='1122433780' role='' />
<member type='way' ref='1123347166' role='' />
<member type='way' ref='1123347165' role='' />
<member type='way' ref='1098281971' role='' />
<member type='way' ref='1123347120' role='' />
<member type='way' ref='1123347119' role='' />
<member type='way' ref='1123347118' role='' />
<member type='way' ref='1123347117' role='' />
<member type='way' ref='1123347116' role='' />
<member type='way' ref='1123347115' role='' />
<member type='way' ref='1098281970' role='' />
<member type='way' ref='1098281968' role='' />
<member type='way' ref='1098281960' role='' />
<member type='way' ref='1123347114' role='' />
<member type='way' ref='1123346907' role='' />
<member type='way' ref='1123346906' role='' />
<member type='way' ref='1098281956' role='' />
<member type='way' ref='1098281955' role='' />
<member type='way' ref='1098281952' role='' />
<member type='way' ref='1098281954' role='' />
<member type='way' ref='25320695' role='' />
<member type='way' ref='1123637890' role='' />
<member type='way' ref='1020289209' role='' />
<member type='way' ref='1098281951' role='' />
<member type='way' ref='1020289208' role='' />
<member type='way' ref='1098281950' role='' />
<member type='way' ref='1123637883' role='' />
<member type='way' ref='1098281949' role='' />
<member type='way' ref='1098281948' role='' />
<member type='way' ref='1123637891' role='' />
<member type='way' ref='1098550087' role='' />
<member type='way' ref='1038388564' role='' />
<member type='way' ref='1123637892' role='' />
<member type='way' ref='1098550085' role='' />
<member type='way' ref='1098550084' role='' />
<member type='way' ref='1123637903' role='' />
<member type='way' ref='1020289201' role='' />
<member type='way' ref='1123637904' role='' />
<member type='way' ref='1123637769' role='' />
<member type='way' ref='1020289196' role='' />
<member type='way' ref='1123347192' role='' />
<member type='way' ref='1123637768' role='' />
<member type='way' ref='1020289195' role='' />
<member type='way' ref='1123347190' role='' />
<member type='way' ref='1020289141' role='' />
<member type='way' ref='1123347188' role='' />
<member type='way' ref='1123347187' role='' />
<member type='way' ref='1020117733' role='' />
<member type='way' ref='1123347172' role='' />
<member type='way' ref='1123347171' role='' />
<member type='way' ref='1097125145' role='' />
<member type='way' ref='1020117731' role='' />
<member type='way' ref='1097125144' role='' />
<member type='way' ref='1123347170' role='' />
<member type='way' ref='1097125142' role='' />
<member type='way' ref='1020117730' role='' />
<member type='way' ref='1123347169' role='' />
<member type='way' ref='1097125141' role='' />
<member type='way' ref='1123347168' role='' />
<member type='way' ref='1097125125' role='' />
<member type='way' ref='1123347167' role='' />
<member type='way' ref='1097125124' role='' />
<member type='way' ref='1020117716' role='' />
<member type='way' ref='1097125123' role='' />
<member type='way' ref='1097125117' role='' />
<member type='way' ref='1020408801' role='' />
<member type='way' ref='1097125114' role='' />
<member type='way' ref='1124159484' role='' />
<member type='way' ref='1020117715' role='' />
<member type='way' ref='1124159483' role='' />
<member type='way' ref='1124159481' role='' />
<member type='way' ref='1124159482' role='' />
<member type='way' ref='1020408706' role='' />
<member type='way' ref='1097125113' role='' />
<member type='way' ref='1097125080' role='' />
<member type='way' ref='1124159480' role='' />
<member type='way' ref='1020408705' role='' />
<member type='way' ref='1124159479' role='' />
<tag k='from' v='Royal Parade' />
<tag k='name' v='Bus Route 44' />
<tag k='network' v='Plymouth Citybus' />
<tag k='network:wikidata' v='Q7205782' />
<tag k='operator' v='Plymouth Citybus' />
<tag k='ref' v='44' />
<tag k='route' v='bus' />
<tag k='to' v='Whitleigh' />
<tag k='type' v='route' />
</relation>
<relation id='13104096' timestamp='2023-04-11T19:58:10Z' uid='665671' user='plymothian' visible='true' version='137' changeset='134788877'>
<member type='node' ref='531318724' role='' />
<member type='node' ref='9658669817' role='' />
<member type='node' ref='8109784559' role='' />
<member type='node' ref='8109784556' role='' />
<member type='node' ref='8109784553' role='' />
<member type='node' ref='8367554968' role='' />
<member type='node' ref='8367554966' role='' />
<member type='node' ref='8367554962' role='' />
<member type='node' ref='8367554958' role='' />
<member type='node' ref='4355538660' role='' />
<member type='node' ref='4355538661' role='' />
<member type='node' ref='8367554955' role='' />
<member type='node' ref='6022050824' role='' />
<member type='node' ref='5963918975' role='' />
<member type='node' ref='6012572405' role='' />
<member type='node' ref='6012572408' role='' />
<member type='node' ref='1926098087' role='' />
<member type='node' ref='6012572410' role='' />
<member type='node' ref='6012572412' role='' />
<member type='node' ref='6012572414' role='' />
<member type='node' ref='6012572415' role='' />
<member type='node' ref='6012572433' role='' />
<member type='node' ref='6012572431' role='' />
<member type='node' ref='6012572430' role='' />
<member type='node' ref='6015193282' role='' />
<member type='node' ref='6015193284' role='' />
<member type='node' ref='6015193687' role='' />
<member type='node' ref='6015193688' role='' />
<member type='node' ref='6015193690' role='' />
<member type='node' ref='6015193693' role='' />
<member type='node' ref='6015193694' role='' />
<member type='node' ref='6015193697' role='' />
<member type='node' ref='6015193698' role='' />
<member type='node' ref='6015193696' role='' />
<member type='node' ref='6015193695' role='' />
<member type='node' ref='6015193692' role='' />
<member type='node' ref='6015193691' role='' />
<member type='node' ref='6015193689' role='' />
<member type='node' ref='6015193686' role='' />
<member type='node' ref='6015193922' role='' />
<member type='node' ref='6015193921' role='' />
<member type='node' ref='6015193919' role='' />
<member type='node' ref='6015193745' role='' />
<member type='node' ref='6015193731' role='' />
<member type='node' ref='9017499285' role='' />
<member type='node' ref='9017499286' role='' />
<member type='node' ref='9017499288' role='' />
<member type='node' ref='9017499290' role='' />
<member type='node' ref='9017499293' role='' />
<member type='node' ref='9017499294' role='' />
<member type='way' ref='879486850' role='' />
<member type='way' ref='885124762' role='' />
<member type='way' ref='9636953' role='' />
<member type='way' ref='718083943' role='' />
<member type='way' ref='9639085' role='' />
<member type='way' ref='1158685656' role='' />
<member type='way' ref='1158685657' role='' />
<member type='way' ref='885124766' role='' />
<member type='way' ref='885124767' role='' />
<member type='way' ref='1064803783' role='' />
<member type='way' ref='965442378' role='' />
<member type='way' ref='136136736' role='' />
<member type='way' ref='1098383680' role='' />
<member type='way' ref='1098383760' role='' />
<member type='way' ref='1098930868' role='' />
<member type='way' ref='1098930869' role='' />
<member type='way' ref='19782123' role='' />
<member type='way' ref='1098930867' role='' />
<member type='way' ref='1098930863' role='' />
<member type='way' ref='1098930864' role='' />
<member type='way' ref='392952404' role='' />
<member type='way' ref='392952405' role='' />
<member type='way' ref='392952403' role='' />
<member type='way' ref='942857073' role='route' />
<member type='way' ref='1064431674' role='route' />
<member type='way' ref='32653921' role='route' />
<member type='way' ref='942857080' role='' />
<member type='way' ref='1064431673' role='' />
<member type='way' ref='1100944205' role='' />
<member type='way' ref='641935967' role='' />
<member type='way' ref='885124769' role='' />
<member type='way' ref='915811654' role='' />
<member type='way' ref='885124772' role='' />
<member type='way' ref='182160184' role='' />
<member type='way' ref='915811655' role='' />
<member type='way' ref='995572190' role='' />
<member type='way' ref='1120438307' role='' />
<member type='way' ref='1012900146' role='' />
<member type='way' ref='1120438306' role='' />
<member type='way' ref='1120438305' role='' />
<member type='way' ref='431861852' role='' />
<member type='way' ref='1120438303' role='' />
<member type='way' ref='32943349' role='' />
<member type='way' ref='912864223' role='' />
<member type='way' ref='1120438308' role='' />
<member type='way' ref='32943350' role='' />
<member type='way' ref='1120438309' role='' />
<member type='way' ref='1107026959' role='' />
<member type='way' ref='1120438311' role='' />
<member type='way' ref='1120438312' role='' />
<member type='way' ref='1120438313' role='' />
<member type='way' ref='1102714694' role='' />
<member type='way' ref='1127999912' role='' />
<member type='way' ref='1094342229' role='' />
<member type='way' ref='1120438314' role='' />
<member type='way' ref='1120438315' role='' />
<member type='way' ref='1120438316' role='' />
<member type='way' ref='25211159' role='' />
<member type='way' ref='25211160' role='' />
<member type='way' ref='1094342243' role='' />
<member type='way' ref='1094342265' role='' />
<member type='way' ref='636547257' role='' />
<member type='way' ref='1098669503' role='' />
<member type='way' ref='46924772' role='' />
<member type='way' ref='1098669502' role='' />
<member type='way' ref='46924773' role='' />
<member type='way' ref='885124776' role='' />
<member type='way' ref='1098669504' role='' />
<member type='way' ref='153481849' role='' />
<member type='way' ref='1154617757' role='' />
<member type='way' ref='704713861' role='' />
<member type='way' ref='1154617758' role='' />
<member type='way' ref='704713860' role='' />
<member type='way' ref='127885976' role='' />
<member type='way' ref='722483014' role='' />
<member type='way' ref='182276165' role='' />
<member type='way' ref='722483013' role='' />
<member type='way' ref='631552167' role='' />
<member type='way' ref='631552170' role='' />
<member type='way' ref='1094340088' role='' />
<member type='way' ref='1093972433' role='' />
<member type='way' ref='1128326215' role='' />
<member type='way' ref='1007488086' role='' />
<member type='way' ref='24911244' role='' />
<member type='way' ref='634737912' role='' />
<member type='way' ref='26277436' role='' />
<member type='way' ref='986773259' role='' />
<member type='way' ref='1123745413' role='' />
<member type='way' ref='26277433' role='' />
<member type='way' ref='1123745587' role='' />
<member type='way' ref='1123745404' role='' />
<member type='way' ref='1123745589' role='' />
<member type='way' ref='1097125366' role='' />
<member type='way' ref='1097125367' role='' />
<member type='way' ref='1093972407' role='' />
<member type='way' ref='1097125368' role='' />
<member type='way' ref='1097125369' role='' />
<member type='way' ref='1097125370' role='' />
<member type='way' ref='1097125373' role='' />
<member type='way' ref='1097125374' role='' />
<member type='way' ref='1097125375' role='' />
<member type='way' ref='1097125376' role='' />
<member type='way' ref='1097125377' role='' />
<member type='way' ref='1097125378' role='' />
<member type='way' ref='1097125401' role='' />
<member type='way' ref='1097125402' role='' />
<member type='way' ref='1097125403' role='' />
<member type='way' ref='1097125405' role='' />
<member type='way' ref='1097125406' role='' />
<member type='way' ref='1097125407' role='' />
<member type='way' ref='1097125425' role='' />
<member type='way' ref='1097125426' role='' />
<member type='way' ref='1097125427' role='' />
<member type='way' ref='1097125428' role='' />
<member type='way' ref='974292853' role='' />
<member type='way' ref='1097125446' role='' />
<member type='way' ref='1097125448' role='' />
<member type='way' ref='1097125449' role='' />
<member type='way' ref='1097125447' role='' />
<member type='way' ref='1097125450' role='' />
<member type='way' ref='1097125078' role='' />
<member type='way' ref='1097124996' role='' />
<member type='way' ref='1097124989' role='' />
<member type='way' ref='1097124992' role='' />
<member type='way' ref='974292856' role='' />
<member type='way' ref='1101484949' role='' />
<member type='way' ref='1101484950' role='' />
<member type='way' ref='1097124988' role='' />
<member type='way' ref='40578270' role='' />
<member type='way' ref='1124159466' role='' />
<member type='way' ref='1101484951' role='' />
<member type='way' ref='1103183518' role='' />
<member type='way' ref='1103183517' role='' />
<member type='way' ref='1103183519' role='' />
<member type='way' ref='1124159476' role='' />
<member type='way' ref='1097124985' role='' />
<member type='way' ref='1097124986' role='' />
<member type='way' ref='1097124987' role='' />
<member type='way' ref='40608954' role='' />
<member type='way' ref='1101484952' role='' />
<member type='way' ref='1101484953' role='' />
<member type='way' ref='1101484954' role='' />
<member type='way' ref='1101484955' role='' />
<member type='way' ref='1101484956' role='' />
<member type='way' ref='1101484958' role='' />
<member type='way' ref='974292855' role='' />
<member type='way' ref='1092894095' role='' />
<member type='way' ref='1098282769' role='' />
<member type='way' ref='1098282724' role='' />
<member type='way' ref='1098282726' role='' />
<member type='way' ref='1098282725' role='' />
<member type='way' ref='1098282722' role='' />
<member type='way' ref='1098282723' role='' />
<member type='way' ref='1092894094' role='' />
<member type='way' ref='1098282618' role='' />
<member type='way' ref='1122433779' role='' />
<member type='way' ref='1098282619' role='' />
<member type='way' ref='974385258' role='' />
<member type='way' ref='1122433778' role='' />
<member type='way' ref='1122433777' role='' />
<member type='way' ref='127885522' role='' />
<member type='way' ref='638201851' role='' />
<member type='way' ref='183293379' role='' />
<member type='way' ref='1105290224' role='' />
<member type='way' ref='974385263' role='' />
<member type='way' ref='24970578' role='' />
<member type='way' ref='287281894' role='' />
<member type='way' ref='287281884' role='' />
<member type='way' ref='1107032239' role='' />
<member type='way' ref='1107032237' role='' />
<member type='way' ref='1107032241' role='' />
<member type='way' ref='8263406' role='' />
<member type='way' ref='142264902' role='' />
<member type='way' ref='24854639' role='' />
<member type='way' ref='24854640' role='' />
<member type='way' ref='974385267' role='' />
<member type='way' ref='974385266' role='' />
<member type='way' ref='183323577' role='' />
<member type='way' ref='996101909' role='' />
<member type='way' ref='1105290009' role='' />
<member type='way' ref='1023074039' role='' />
<member type='way' ref='1105290010' role='' />
<member type='way' ref='1023074038' role='' />
<member type='way' ref='1105290013' role='' />
<member type='way' ref='1105290014' role='' />
<member type='way' ref='1105290015' role='' />
<member type='way' ref='1023074040' role='' />
<member type='way' ref='1105290019' role='' />
<member type='way' ref='24693733' role='' />
<member type='way' ref='1023074048' role='' />
<member type='way' ref='1023074047' role='' />
<member type='way' ref='1055999684' role='' />
<member type='way' ref='974385260' role='' />
<member type='way' ref='1098824723' role='' />
<member type='way' ref='1098824721' role='' />
<member type='way' ref='30653884' role='' />
<member type='way' ref='1098824720' role='' />
<member type='way' ref='978235420' role='' />
<member type='way' ref='978235424' role='' />
<member type='way' ref='1098824719' role='' />
<member type='way' ref='1098824673' role='' />
<member type='way' ref='1098824674' role='' />
<member type='way' ref='1098824675' role='' />
<member type='way' ref='182587599' role='' />
<member type='way' ref='1098824676' role='' />
<member type='way' ref='1098824677' role='' />
<member type='way' ref='974385259' role='' />
<member type='way' ref='1104493235' role='' />
<member type='way' ref='1096121388' role='' />
<member type='way' ref='1096121389' role='' />
<member type='way' ref='1104493236' role='' />
<member type='way' ref='1096121387' role='' />
<member type='way' ref='1093247333' role='' />
<member type='way' ref='1098282613' role='' />
<member type='way' ref='974385263' role='' />
<member type='way' ref='1105290224' role='' />
<tag k='colour' v='Pink' />
<tag k='from' v='Royal Parade' />
<tag k='name' v='Bus Route 44A' />
<tag k='network' v='Plymouth Citybus' />
<tag k='network:wikidata' v='Q7205782' />
<tag k='operator' v='Plymouth Citybus' />
<tag k='ref' v='44A' />
<tag k='route' v='bus' />
<tag k='to' v='Whitleigh &amp; Holly Park' />
<tag k='type' v='route' />
</relation>
</osm>

View file

@ -0,0 +1,348 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<bounds minlat='50.4154469' minlon='-4.1726428' maxlat='50.4156503' maxlon='-4.1723049' origin='CGImap 0.8.8 (3313945 spike-07.openstreetmap.org)' />
<node id='13139563' timestamp='2012-09-23T19:54:51Z' uid='10983' user='Guy' visible='true' version='3' changeset='13224820' lat='50.4152692' lon='-4.1726004' />
<node id='13139564' timestamp='2012-09-29T20:15:27Z' uid='61216' user='UniEagle' visible='true' version='6' changeset='13301727' lat='50.4155532' lon='-4.1725413'>
<tag k='direction' v='clockwise' />
<tag k='highway' v='mini_roundabout' />
</node>
<node id='491579584' timestamp='2012-09-29T20:15:31Z' uid='61216' user='UniEagle' visible='true' version='2' changeset='13301727' lat='50.4173821' lon='-4.1711723' />
<node id='491579589' timestamp='2012-09-29T20:15:31Z' uid='61216' user='UniEagle' visible='true' version='2' changeset='13301727' lat='50.415932' lon='-4.172422' />
<node id='1938521712' timestamp='2012-09-29T20:15:04Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.4154685' lon='-4.1725619' />
<node id='1938521723' timestamp='2012-09-29T20:15:04Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.4155298' lon='-4.1724384' />
<node id='1938521738' timestamp='2012-09-29T20:15:04Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.415623' lon='-4.1725345' />
<node id='1938521754' timestamp='2012-09-29T20:15:04Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.4157892' lon='-4.172491' />
<node id='1938521756' timestamp='2012-09-29T20:15:04Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.4160836' lon='-4.1722875' />
<node id='1938521762' timestamp='2012-09-29T20:15:04Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.4161885' lon='-4.1722143' />
<node id='1938521779' timestamp='2012-09-29T20:15:04Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.416343' lon='-4.1720908' />
<node id='1938521840' timestamp='2012-09-29T20:15:05Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.4166221' lon='-4.1718158' />
<node id='1938521940' timestamp='2012-09-29T20:15:07Z' uid='61216' user='UniEagle' visible='true' version='1' changeset='13301727' lat='50.4169813' lon='-4.1714801' />
<node id='1938521971' timestamp='2021-08-19T00:52:38Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='109901847' lat='50.4171052' lon='-4.1713543'>
<tag k='traffic_calming' v='choker' />
</node>
<node id='1938522005' timestamp='2021-08-19T00:52:38Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='109901847' lat='50.4172147' lon='-4.1712535' />
<node id='6015193725' timestamp='2018-10-26T10:52:47Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='63896093' lat='50.4155398' lon='-4.1722635' />
<node id='6015193726' timestamp='2018-10-26T10:52:47Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='63896093' lat='50.4154914' lon='-4.1723942' />
<node id='6015193727' timestamp='2018-10-26T10:52:47Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='63896093' lat='50.4154581' lon='-4.1724699' />
<node id='6015193728' timestamp='2018-10-26T10:52:47Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='63896093' lat='50.4153697' lon='-4.1725773' />
<node id='8742430338' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4228845' lon='-4.1878617' />
<node id='8742430339' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4233152' lon='-4.1867566' />
<node id='8742430340' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4234314' lon='-4.1861773' />
<node id='8742430341' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4233391' lon='-4.1850829' />
<node id='8742430342' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4230657' lon='-4.1843265' />
<node id='8742430343' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4230383' lon='-4.1839618' />
<node id='8742430344' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4230896' lon='-4.1835219' />
<node id='8742430345' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4230657' lon='-4.1816443' />
<node id='8742430346' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4229768' lon='-4.180845' />
<node id='8742430347' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4225188' lon='-4.1794556' />
<node id='8742430348' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4221942' lon='-4.1787851' />
<node id='8742430349' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4219515' lon='-4.178018' />
<node id='8742430350' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4214593' lon='-4.1768539' />
<node id='8742430351' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4211346' lon='-4.1757917' />
<node id='8742430352' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4208441' lon='-4.1753519' />
<node id='8742430353' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4205057' lon='-4.1750622' />
<node id='8742430354' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4199383' lon='-4.1749442' />
<node id='8742430355' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4195111' lon='-4.1750622' />
<node id='8742430356' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4193641' lon='-4.1749603' />
<node id='8742430357' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4189232' lon='-4.1731471' />
<node id='8742430358' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4181746' lon='-4.1717148' />
<node id='8742430359' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4177474' lon='-4.171232' />
<node id='8742430360' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4174158' lon='-4.1712159' />
<node id='8742430361' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4171219' lon='-4.1713661' />
<node id='8742430362' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4160725' lon='-4.1723961' />
<node id='8742430363' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4155905' lon='-4.1725946' />
<node id='8742430364' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4151324' lon='-4.1728091' />
<node id='8742430365' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4148658' lon='-4.1722888' />
<node id='8742430366' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4147222' lon='-4.1722137' />
<node id='8742430367' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4135087' lon='-4.1722512' />
<node id='8742430368' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4125037' lon='-4.1723692' />
<node id='8742430369' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4120285' lon='-4.1722459' />
<node id='8742430370' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4112457' lon='-4.1723907' />
<node id='8742430371' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4110303' lon='-4.1723317' />
<node id='8742430372' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4104252' lon='-4.1724551' />
<node id='8742430373' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.410109' lon='-4.1725463' />
<node id='8742430374' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4091568' lon='-4.1726509' />
<node id='8742430375' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4090987' lon='-4.1726938' />
<node id='8742430376' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4089722' lon='-4.1724604' />
<node id='8742430377' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4087278' lon='-4.1727152' />
<node id='8742430378' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4086833' lon='-4.1727313' />
<node id='8742430379' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.408591' lon='-4.172506' />
<node id='8742430380' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4080628' lon='-4.1713661' />
<node id='8742430381' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.407856' lon='-4.1710469' />
<node id='8742430382' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4074474' lon='-4.1708002' />
<node id='8742430383' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4071756' lon='-4.1708028' />
<node id='8742430384' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.406832' lon='-4.1709638' />
<node id='8742430385' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4065859' lon='-4.171291' />
<node id='8742430386' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4063944' lon='-4.1717711' />
<node id='8742430387' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4060782' lon='-4.1725919' />
<node id='8742430388' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4056576' lon='-4.1734394' />
<node id='8742430389' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.405379' lon='-4.1735843' />
<node id='8742430390' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4050969' lon='-4.1735789' />
<node id='8742430391' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4047174' lon='-4.173477' />
<node id='8742430392' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4044815' lon='-4.1736084' />
<node id='8742430393' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4042268' lon='-4.1739866' />
<node id='8742430394' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4039498' lon='-4.1747832' />
<node id='8742430395' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4036028' lon='-4.1758722' />
<node id='8742430396' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4035412' lon='-4.1759098' />
<node id='8742430397' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.402789' lon='-4.1752473' />
<node id='8742430398' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4027189' lon='-4.1736648' />
<node id='8742430399' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4025411' lon='-4.1729593' />
<node id='8742430400' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.402177' lon='-4.1724068' />
<node id='8742430401' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4016333' lon='-4.171645' />
<node id='8742430402' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4010862' lon='-4.1708779' />
<node id='8742430403' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4007118' lon='-4.1705185' />
<node id='8742430404' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4004656' lon='-4.1704783' />
<node id='8742430405' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4003391' lon='-4.1703656' />
<node id='8742430406' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.4001305' lon='-4.1704354' />
<node id='8742430407' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3996022' lon='-4.1703254' />
<node id='8742430408' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3989781' lon='-4.1700089' />
<node id='8742430409' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3983421' lon='-4.16962' />
<node id='8742430410' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3971521' lon='-4.1690111' />
<node id='8742430411' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3963827' lon='-4.168531' />
<node id='8742430412' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3951533' lon='-4.1679034' />
<node id='8742430413' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3950165' lon='-4.1679758' />
<node id='8742430414' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3946865' lon='-4.1695637' />
<node id='8742430415' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3945565' lon='-4.1695824' />
<node id='8742430416' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.394377' lon='-4.1692793' />
<node id='8742432617' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3938059' lon='-4.1682333' />
<node id='8742432618' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3934263' lon='-4.167847' />
<node id='8742432619' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3923576' lon='-4.1670987' />
<node id='8742432620' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3921677' lon='-4.1670907' />
<node id='8742432621' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3907074' lon='-4.1671255' />
<node id='8742432622' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3906664' lon='-4.1671577' />
<node id='8742432623' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3905227' lon='-4.1671738' />
<node id='8742432624' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3904509' lon='-4.1672301' />
<node id='8742432625' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3900627' lon='-4.1676593' />
<node id='8742432626' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3899943' lon='-4.1676968' />
<node id='8742432627' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3898438' lon='-4.1674018' />
<node id='8742432628' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3897361' lon='-4.1672462' />
<node id='8742432629' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3895839' lon='-4.1671228' />
<node id='8742432630' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3882141' lon='-4.1651166' />
<node id='8742432631' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3875164' lon='-4.1639122' />
<node id='8742432632' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3873488' lon='-4.1631746' />
<node id='8742432633' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3873009' lon='-4.1621983' />
<node id='8742432634' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3871829' lon='-4.1616109' />
<node id='8742432635' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.386875' lon='-4.1613239' />
<node id='8742432636' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3868374' lon='-4.1611174' />
<node id='8742432637' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3867605' lon='-4.1610101' />
<node id='8742432638' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3863894' lon='-4.1610074' />
<node id='8742432639' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3848621' lon='-4.1594169' />
<node id='8742432640' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3847732' lon='-4.159449' />
<node id='8742432641' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3846005' lon='-4.1598085' />
<node id='8742432642' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3835298' lon='-4.1589582' />
<node id='8742432643' timestamp='2021-05-18T12:35:46Z' uid='3306' user='Russ' visible='true' version='1' changeset='104892040' lat='50.3835367' lon='-4.1587168' />
<node id='8912279497' timestamp='2021-07-11T23:02:15Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='107800160' lat='50.4230805' lon='-4.1828087' />
<node id='8913323735' timestamp='2021-07-12T09:26:54Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='107826709' lat='50.4230422' lon='-4.1840143' />
<node id='9168564746' timestamp='2022-12-08T16:30:36Z' uid='3023393' user='OneLoneRanger' visible='true' version='5' changeset='129867972' lat='50.3982605' lon='-4.1695327'>
<tag k='bench' v='yes' />
<tag k='bin' v='no' />
<tag k='bus' v='yes' />
<tag k='departures_board' v='timetable' />
<tag k='highway' v='bus_stop' />
<tag k='mapillary' v='2033374950149678' />
<tag k='name' v='Careswell Avenue' />
<tag k='naptan:AtcoCode' v='1180PLB11795' />
<tag k='naptan:Bearing' v='S' />
<tag k='naptan:CommonName' v='Careswell Avenue' />
<tag k='naptan:Indicator' v='S-bound' />
<tag k='naptan:NaptanCode' v='plyatap' />
<tag k='naptan:PlusbusZoneRef' v='PLYMTH' />
<tag k='public_transport' v='platform' />
<tag k='shelter' v='yes' />
<tag k='survey:date' v='2021-10-15' />
<tag k='tactile_paving' v='yes' />
</node>
<node id='9481369919' timestamp='2022-02-05T15:39:07Z' uid='125278' user='RaccoonFederation' visible='true' version='1' changeset='117049641' lat='50.4154978' lon='-4.1724227'>
<tag k='highway' v='street_lamp' />
<tag k='survey:date' v='2022-02-05' />
</node>
<node id='9865327984' timestamp='2022-07-04T08:45:34Z' uid='1904111' user='Jane00' visible='true' version='1' changeset='123179277' lat='50.4111576' lon='-4.1723666' />
<node id='9865327985' timestamp='2022-07-04T08:45:34Z' uid='1904111' user='Jane00' visible='true' version='1' changeset='123179277' lat='50.4111872' lon='-4.1723747' />
<node id='9865327986' timestamp='2022-07-04T08:45:34Z' uid='1904111' user='Jane00' visible='true' version='1' changeset='123179277' lat='50.4113179' lon='-4.1723773' />
<node id='9865327987' timestamp='2022-07-04T08:45:34Z' uid='1904111' user='Jane00' visible='true' version='1' changeset='123179277' lat='50.4116658' lon='-4.172313' />
<node id='9865327988' timestamp='2022-07-04T08:45:34Z' uid='1904111' user='Jane00' visible='true' version='1' changeset='123179277' lat='50.4117788' lon='-4.1722921' />
<way id='182592107' timestamp='2021-12-08T22:47:59Z' uid='125278' user='RaccoonFederation' visible='true' version='7' changeset='114720026'>
<nd ref='491579584' />
<nd ref='1938522005' />
<nd ref='1938521971' />
<nd ref='1938521940' />
<nd ref='1938521840' />
<nd ref='1938521779' />
<nd ref='1938521762' />
<nd ref='1938521756' />
<nd ref='491579589' />
<nd ref='1938521754' />
<nd ref='1938521738' />
<nd ref='13139564' />
<tag k='highway' v='residential' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='20 mph' />
<tag k='name' v='Biggin Hill' />
<tag k='sidewalk' v='both' />
<tag k='source' v='OS_OpenData_StreetView' />
<tag k='surface' v='asphalt' />
</way>
<way id='638201831' timestamp='2021-11-07T20:02:28Z' uid='125278' user='RaccoonFederation' visible='true' version='3' changeset='113494519'>
<nd ref='6015193725' />
<nd ref='6015193726' />
<nd ref='6015193727' />
<nd ref='6015193728' />
<tag k='highway' v='footway' />
<tag k='lit' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='944253568' timestamp='2022-07-04T08:45:34Z' uid='1904111' user='Jane00' visible='true' version='6' changeset='123179277'>
<nd ref='8742432643' />
<nd ref='8742432642' />
<nd ref='8742432641' />
<nd ref='8742432640' />
<nd ref='8742432639' />
<nd ref='8742432638' />
<nd ref='8742432637' />
<nd ref='8742432636' />
<nd ref='8742432635' />
<nd ref='8742432634' />
<nd ref='8742432633' />
<nd ref='8742432632' />
<nd ref='8742432631' />
<nd ref='8742432630' />
<nd ref='8742432629' />
<nd ref='8742432628' />
<nd ref='8742432627' />
<nd ref='8742432626' />
<nd ref='8742432625' />
<nd ref='8742432624' />
<nd ref='8742432623' />
<nd ref='8742432622' />
<nd ref='8742432621' />
<nd ref='8742432620' />
<nd ref='8742432619' />
<nd ref='8742432618' />
<nd ref='8742432617' />
<nd ref='8742430416' />
<nd ref='8742430415' />
<nd ref='8742430414' />
<nd ref='8742430413' />
<nd ref='8742430412' />
<nd ref='8742430411' />
<nd ref='8742430410' />
<nd ref='9168564746' />
<nd ref='8742430409' />
<nd ref='8742430408' />
<nd ref='8742430407' />
<nd ref='8742430406' />
<nd ref='8742430405' />
<nd ref='8742430404' />
<nd ref='8742430403' />
<nd ref='8742430402' />
<nd ref='8742430401' />
<nd ref='8742430400' />
<nd ref='8742430399' />
<nd ref='8742430398' />
<nd ref='8742430397' />
<nd ref='8742430396' />
<nd ref='8742430395' />
<nd ref='8742430394' />
<nd ref='8742430393' />
<nd ref='8742430392' />
<nd ref='8742430391' />
<nd ref='8742430390' />
<nd ref='8742430389' />
<nd ref='8742430388' />
<nd ref='8742430387' />
<nd ref='8742430386' />
<nd ref='8742430385' />
<nd ref='8742430384' />
<nd ref='8742430383' />
<nd ref='8742430382' />
<nd ref='8742430381' />
<nd ref='8742430380' />
<nd ref='8742430379' />
<nd ref='8742430378' />
<nd ref='8742430377' />
<nd ref='8742430376' />
<nd ref='8742430375' />
<nd ref='8742430374' />
<nd ref='8742430373' />
<nd ref='8742430372' />
<nd ref='8742430371' />
<nd ref='9865327984' />
<nd ref='9865327985' />
<nd ref='8742430370' />
<nd ref='9865327986' />
<nd ref='9865327987' />
<nd ref='9865327988' />
<nd ref='8742430369' />
<nd ref='8742430368' />
<nd ref='8742430367' />
<nd ref='8742430366' />
<nd ref='8742430365' />
<nd ref='8742430364' />
<nd ref='8742430363' />
<nd ref='8742430362' />
<nd ref='8742430361' />
<nd ref='8742430360' />
<nd ref='8742430359' />
<nd ref='8742430358' />
<nd ref='8742430357' />
<nd ref='8742430356' />
<nd ref='8742430355' />
<nd ref='8742430354' />
<nd ref='8742430353' />
<nd ref='8742430352' />
<nd ref='8742430351' />
<nd ref='8742430350' />
<nd ref='8742430349' />
<nd ref='8742430348' />
<nd ref='8742430347' />
<nd ref='8742430346' />
<nd ref='8742430345' />
<nd ref='8912279497' />
<nd ref='8742430344' />
<nd ref='8742430343' />
<nd ref='8913323735' />
<nd ref='8742430342' />
<nd ref='8742430341' />
<nd ref='8742430340' />
<nd ref='8742430339' />
<nd ref='8742430338' />
<tag k='circuits' v='1' />
<tag k='layer' v='-1' />
<tag k='location' v='underground' />
<tag k='power' v='cable' />
<tag k='voltage' v='132000' />
</way>
<way id='1105289820' timestamp='2022-10-19T16:34:07Z' uid='125278' user='RaccoonFederation' visible='true' version='2' changeset='127793230'>
<nd ref='13139564' />
<nd ref='1938521712' />
<nd ref='6015193728' />
<nd ref='13139563' />
<tag k='cycleway:both' v='no' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='30 mph' />
<tag k='maxspeed:type' v='sign' />
<tag k='name' v='Budshead Road' />
<tag k='parking:condition:both' v='no_parking' />
<tag k='parking:lane:both' v='no' />
<tag k='sidewalk' v='both' />
<tag k='surface' v='asphalt' />
</way>
<way id='1122433698' timestamp='2022-12-15T17:28:31Z' uid='125278' user='RaccoonFederation' visible='true' version='4' changeset='130124632'>
<nd ref='6015193725' />
<nd ref='1938521723' />
<nd ref='13139564' />
<tag k='cycleway:both' v='no' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='lit' v='yes' />
<tag k='maxspeed' v='30 mph' />
<tag k='maxspeed:type' v='sign' />
<tag k='name' v='Budshead Road' />
<tag k='parking:lane:both' v='no' />
<tag k='sidewalk' v='both' />
<tag k='sidewalk:both:surface' v='asphalt' />
<tag k='surface' v='asphalt' />
</way>
</osm>

View file

@ -0,0 +1,483 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='508479559' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114637768' lat='46.7542824' lon='6.9388963'>
<tag k='highway' v='mini_roundabout' />
</node>
<node id='508479626' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7483713' lon='6.9493453' />
<node id='508479629' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.7473965' lon='6.9471048' />
<node id='508479631' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.7472212' lon='6.9459371' />
<node id='508479637' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='4' changeset='110679973' lat='46.7472441' lon='6.9443711' />
<node id='508479639' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='4' changeset='110679973' lat='46.7503486' lon='6.9402038' />
<node id='508479643' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='5' changeset='110679973' lat='46.7510569' lon='6.9400392' />
<node id='508479646' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='5' changeset='110679973' lat='46.7519047' lon='6.9403447' />
<node id='508479649' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114637768' lat='46.7531904' lon='6.9403524' />
<node id='508479652' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114637768' lat='46.753715' lon='6.9399819' />
<node id='508479657' timestamp='2011-09-26T13:53:10Z' uid='125339' user='efred' visible='true' version='2' changeset='9402235' lat='46.7565684' lon='6.9344918' />
<node id='798867738' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='5' changeset='114637768' lat='46.7554547' lon='6.9406894' />
<node id='798867760' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114637768' lat='46.7554307' lon='6.9364924' />
<node id='1353521411' timestamp='2011-07-08T08:15:09Z' uid='156551' user='Michel Schinz' visible='true' version='1' changeset='8663866' lat='46.7471994' lon='6.9451569' />
<node id='1353521420' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7472928' lon='6.9465809' />
<node id='1353521423' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.7473317' lon='6.9441237' />
<node id='1353521426' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.7474301' lon='6.9439409' />
<node id='1353521430' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.747663' lon='6.9478041' />
<node id='1353521453' timestamp='2011-07-08T08:15:10Z' uid='156551' user='Michel Schinz' visible='true' version='1' changeset='8663866' lat='46.7481801' lon='6.9487455' />
<node id='1353521458' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.7484253' lon='6.9496897' />
<node id='1353521465' timestamp='2011-11-10T12:13:03Z' uid='225842' user='schnelli' visible='true' version='2' changeset='9788341' lat='46.7484622' lon='6.9501876' />
<node id='1353521466' timestamp='2019-04-10T17:20:16Z' uid='9292967' user='jepee' visible='true' version='4' changeset='69091046' lat='46.7488337' lon='6.9421278' />
<node id='1353521500' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.7507134' lon='6.9400131' />
<node id='1353521505' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='4' changeset='110679973' lat='46.7509161' lon='6.9400067' />
<node id='1353521534' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114599413' lat='46.7522603' lon='6.9362286' />
<node id='1353521545' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114599413' lat='46.752988' lon='6.9367723' />
<node id='1353521556' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7534395' lon='6.9374474' />
<node id='1353521558' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114637768' lat='46.7537525' lon='6.9381409' />
<node id='1353521559' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7538731' lon='6.9397261' />
<node id='1353521564' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='6' changeset='114637768' lat='46.7548652' lon='6.9396754' />
<node id='1372304098' timestamp='2011-11-10T12:13:03Z' uid='225842' user='schnelli' visible='true' version='2' changeset='9788341' lat='46.7485019' lon='6.9507941' />
<node id='1395851546' timestamp='2011-08-12T09:31:32Z' uid='160605' user='pimpon' visible='true' version='1' changeset='8993575' lat='46.7496533' lon='6.9410656' />
<node id='1395851549' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='3' changeset='110679973' lat='46.7498114' lon='6.9408592' />
<node id='1395851552' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7501198' lon='6.940453' />
<node id='1395851554' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114599413' lat='46.7509567' lon='6.9359723' />
<node id='1395851578' timestamp='2011-11-08T08:48:06Z' uid='225842' user='schnelli' visible='true' version='2' changeset='9771423' lat='46.7523225' lon='6.9403634' />
<node id='1395851591' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114599413' lat='46.7528565' lon='6.9366195' />
<node id='1395851593' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114599413' lat='46.7529107' lon='6.936679' />
<node id='1395851598' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7533892' lon='6.940276' />
<node id='1395851601' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7537808' lon='6.9398805' />
<node id='1395851613' timestamp='2022-12-28T15:23:56Z' uid='17773331' user='Helvetichris' visible='true' version='6' changeset='130606970' lat='46.7547266' lon='6.9379412'>
<tag k='crossing' v='zebra' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='1395851614' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7548195' lon='6.9377444' />
<node id='1395851618' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7548865' lon='6.9376016' />
<node id='1395851621' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7551835' lon='6.9369775' />
<node id='1395851629' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7571927' lon='6.943748' />
<node id='1420110581' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114599413' lat='46.7505442' lon='6.9356291' />
<node id='1420110584' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7507227' lon='6.9358761' />
<node id='1420759597' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7530881' lon='6.9369052' />
<node id='1420759620' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7533307' lon='6.937256' />
<node id='1420759626' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7539293' lon='6.9384666' />
<node id='1420759630' timestamp='2022-12-28T15:15:26Z' uid='17773331' user='Helvetichris' visible='true' version='6' changeset='130606970' lat='46.7541624' lon='6.9387871'>
<tag k='crossing' v='zebra' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='1420759632' timestamp='2022-12-28T15:15:36Z' uid='17773331' user='Helvetichris' visible='true' version='5' changeset='130606970' lat='46.7541826' lon='6.9390813'>
<tag k='crossing' v='zebra' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='1420759634' timestamp='2022-12-28T15:15:41Z' uid='17773331' user='Helvetichris' visible='true' version='5' changeset='130606970' lat='46.7543953' lon='6.9390245'>
<tag k='crossing' v='zebra' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='1446243452' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7545251' lon='6.9391596' />
<node id='1446243453' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7548026' lon='6.9395422' />
<node id='1446243458' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114637768' lat='46.7562993' lon='6.941817' />
<node id='1446243460' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7564343' lon='6.9420459' />
<node id='1446243462' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7566436' lon='6.9425183' />
<node id='1446243464' timestamp='2023-03-14T12:21:39Z' uid='15671' user='habi' visible='true' version='3' changeset='133664720' lat='46.7567291' lon='6.9340324' />
<node id='1446243465' timestamp='2023-03-14T12:21:39Z' uid='15671' user='habi' visible='true' version='3' changeset='133664720' lat='46.756754' lon='6.9338662' />
<node id='1446243466' timestamp='2023-03-14T12:21:39Z' uid='15671' user='habi' visible='true' version='2' changeset='133664720' lat='46.756752' lon='6.9339485' />
<node id='1446930701' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7511282' lon='6.9360142' />
<node id='1446930702' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.751448' lon='6.9360721' />
<node id='1446930703' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7517669' lon='6.9361305' />
<node id='1446930704' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114599413' lat='46.7521677' lon='6.9362052' />
<node id='1446930705' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.752585' lon='6.9363788' />
<node id='1446930706' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7526742' lon='6.9364472' />
<node id='1446930707' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7532356' lon='6.9371124' />
<node id='1446930708' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7535404' lon='6.9376651' />
<node id='1446930709' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7536602' lon='6.9379382' />
<node id='1446930710' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7540172' lon='6.9385998' />
<node id='1446930711' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7549743' lon='6.9399497' />
<node id='1446930712' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='4' changeset='114637768' lat='46.755008' lon='6.9400295' />
<node id='1446930713' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7551722' lon='6.9403123' />
<node id='1446930714' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7568829' lon='6.9431222' />
<node id='1446930715' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7575413' lon='6.9443449' />
<node id='1474999325' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7505875' lon='6.9357435' />
<node id='1474999334' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7506437' lon='6.9358199' />
<node id='1474999627' timestamp='2023-01-01T16:21:10Z' uid='17773331' user='Helvetichris' visible='true' version='6' changeset='130755023' lat='46.7523807' lon='6.9362674'>
<tag k='crossing' v='zebra' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='1487131506' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7524735' lon='6.9363104' />
<node id='1487131682' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7533813' lon='6.9373403' />
<node id='1488394037' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7556596' lon='6.9360859' />
<node id='1488394039' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7558804' lon='6.9357033' />
<node id='1488394042' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7561181' lon='6.9352925' />
<node id='1488394050' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.756279' lon='6.935015' />
<node id='1488394070' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7564321' lon='6.9347534' />
<node id='1488394103' timestamp='2023-03-14T12:21:39Z' uid='15671' user='habi' visible='true' version='2' changeset='133664720' lat='46.7566506' lon='6.9342641' />
<node id='1491276459' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7550441' lon='6.9401043' />
<node id='1491276461' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7550807' lon='6.9401723' />
<node id='1491276569' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7562144' lon='6.9416944' />
<node id='1494135039' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.753445' lon='6.9402435' />
<node id='1494135043' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7535425' lon='6.940172' />
<node id='1495153645' timestamp='2011-11-08T08:47:50Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9771423' lat='46.7471983' lon='6.9449946' />
<node id='1495153646' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7472004' lon='6.9447849' />
<node id='1495153647' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.747221' lon='6.944483' />
<node id='1495153648' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.747284' lon='6.9442392' />
<node id='1495153649' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7473794' lon='6.9440252' />
<node id='1495153652' timestamp='2011-11-08T08:47:50Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9771423' lat='46.7502395' lon='6.940324' />
<node id='1495153660' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7504226' lon='6.940146' />
<node id='1495153661' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7505358' lon='6.9400776' />
<node id='1495153662' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7508256' lon='6.9400026' />
<node id='1495153663' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7509916' lon='6.9400176' />
<node id='1495153664' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7513462' lon='6.9401615' />
<node id='1495153666' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.751577' lon='6.9402664' />
<node id='1495153674' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7516926' lon='6.9403096' />
<node id='1495153689' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7517783' lon='6.9403299' />
<node id='1495153879' timestamp='2011-11-08T08:47:56Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9771423' lat='46.7527837' lon='6.9403826' />
<node id='1495153907' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7530291' lon='6.9403731' />
<node id='1495153947' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7532935' lon='6.9403206' />
<node id='1495250765' timestamp='2019-04-10T17:20:16Z' uid='9292967' user='jepee' visible='true' version='3' changeset='69091046' lat='46.7486729' lon='6.9423412' />
<node id='1496646018' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7508884' lon='6.9400054' />
<node id='1497205361' timestamp='2011-11-10T12:10:05Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9788321' lat='46.7493948' lon='6.9414062' />
<node id='1497205401' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7549896' lon='6.9373846' />
<node id='1497205407' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7556053' lon='6.9408858' />
<node id='1497205412' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7558282' lon='6.9411795' />
<node id='1497206107' timestamp='2011-11-10T12:13:00Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9788341' lat='46.7472041' lon='6.9455488' />
<node id='1497206109' timestamp='2011-11-10T12:13:00Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9788341' lat='46.7472482' lon='6.9462648' />
<node id='1497206110' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7473443' lon='6.94688' />
<node id='1497206111' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7475047' lon='6.9474405' />
<node id='1497206112' timestamp='2011-11-10T12:13:00Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9788341' lat='46.7480308' lon='6.9484698' />
<node id='1497206113' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7482911' lon='6.9490402' />
<node id='1497206114' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7484066' lon='6.9495324' />
<node id='1497206115' timestamp='2011-11-10T12:13:00Z' uid='225842' user='schnelli' visible='true' version='1' changeset='9788341' lat='46.7484451' lon='6.9499414' />
<node id='2072962638' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114599413' lat='46.7516092' lon='6.936102' />
<node id='2637612329' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7532902' lon='6.9371929' />
<node id='2637612334' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7531696' lon='6.9370183' />
<node id='3089561305' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7534897' lon='6.9375498' />
<node id='3089561310' timestamp='2022-12-28T15:15:31Z' uid='17773331' user='Helvetichris' visible='true' version='4' changeset='130606970' lat='46.7543639' lon='6.9387092'>
<tag k='crossing' v='zebra' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='4590965153' timestamp='2022-12-02T10:34:07Z' uid='17773331' user='Helvetichris' visible='true' version='4' changeset='129638462' lat='46.7530458' lon='6.9368478'>
<tag k='crossing' v='zebra' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='5765689525' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.754114' lon='6.9392199' />
<node id='5765689534' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='3' changeset='114637768' lat='46.7547229' lon='6.9394052' />
<node id='5765701129' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7538004' lon='6.9382382' />
<node id='5765701132' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.753619' lon='6.9378445' />
<node id='5765864979' timestamp='2018-07-17T12:05:02Z' uid='1894634' user='Wikilux' visible='true' version='1' changeset='60798172' lat='46.7473139' lon='6.9467301' />
<node id='6396623829' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='2' changeset='110679973' lat='46.7484073' lon='6.9426783' />
<node id='9060399549' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7546254' lon='6.9392723' />
<node id='9060399550' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7548376' lon='6.9396137' />
<node id='9060399551' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7549077' lon='6.9397789' />
<node id='9060399552' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7563936' lon='6.9419708' />
<node id='9060399553' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='2' changeset='114637768' lat='46.7565101' lon='6.9422055' />
<node id='9060399561' timestamp='2023-01-16T12:15:29Z' uid='17773331' user='Helvetichris' visible='true' version='3' changeset='131335835' lat='46.7507651' lon='6.9400064'>
<tag k='crossing' v='marked' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='9060399573' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.7506271' lon='6.9400351' />
<node id='9060399584' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.7478764' lon='6.9433638' />
<node id='9060399589' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.7482277' lon='6.9429102' />
<node id='9060399598' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.7474492' lon='6.9472816' />
<node id='9060399599' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.7475785' lon='6.9476223' />
<node id='9060399600' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.7472055' lon='6.9446284' />
<node id='9060399601' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.7482328' lon='6.9488708' />
<node id='9060399602' timestamp='2021-09-03T13:48:30Z' uid='4378872' user='Voonosm' visible='true' version='1' changeset='110679973' lat='46.748334' lon='6.9491817' />
<node id='9313416610' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7527665' lon='6.9365288' />
<node id='9313416614' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7520676' lon='6.9361838' />
<node id='9313416615' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7519674' lon='6.9361656' />
<node id='9313416616' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7510423' lon='6.9359953' />
<node id='9313437018' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7505648' lon='6.9356936' />
<node id='9313437019' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7506142' lon='6.9357853' />
<node id='9313437020' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7506823' lon='6.9358508' />
<node id='9313437021' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7507802' lon='6.9359057' />
<node id='9313437022' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7508974' lon='6.9359531' />
<node id='9313437023' timestamp='2021-12-06T01:26:37Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114599413' lat='46.7508386' lon='6.9359309' />
<node id='9316581482' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7573655' lon='6.944048' />
<node id='9316581483' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7570696' lon='6.9435211' />
<node id='9316581484' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7571098' lon='6.9435973' />
<node id='9316581485' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.756992' lon='6.9433643' />
<node id='9316581486' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7569178' lon='6.9432037' />
<node id='9316581487' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7569553' lon='6.9432849' />
<node id='9316581488' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7570305' lon='6.9434439' />
<node id='9316581495' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7567643' lon='6.9428186' />
<node id='9316581497' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.75661' lon='6.9424367' />
<node id='9316581498' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7565434' lon='6.9422801' />
<node id='9316581499' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7565757' lon='6.9423564' />
<node id='9316581500' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7564731' lon='6.942124' />
<node id='9316581501' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7563476' lon='6.9418926' />
<node id='9316581502' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7561701' lon='6.9416334' />
<node id='9316581503' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7561258' lon='6.941573' />
<node id='9316581504' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7562573' lon='6.9417547' />
<node id='9316581505' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7552214' lon='6.9403806' />
<node id='9316581506' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7551253' lon='6.9402442' />
<node id='9316581509' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.754764' lon='6.9394713' />
<node id='9316581510' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7546745' lon='6.9393362' />
<node id='9316581511' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7545757' lon='6.9392145' />
<node id='9316581512' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7531352' lon='6.940362' />
<node id='9316581513' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7530799' lon='6.9403687' />
<node id='9316581514' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7532422' lon='6.9403382' />
<node id='9316581515' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7533417' lon='6.9403001' />
<node id='9316581516' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7534943' lon='6.9402095' />
<node id='9316581517' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7535886' lon='6.9401314' />
<node id='9316581518' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7536748' lon='6.9400352' />
<node id='9316581519' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7536331' lon='6.9400849' />
<node id='9316581520' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7537487' lon='6.9399327' />
<node id='9316581521' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7538288' lon='6.9398049' />
<node id='9316581522' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7542073' lon='6.9390358' />
<node id='9316581523' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7542345' lon='6.9389887' />
<node id='9316581524' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7554977' lon='6.9363702' />
<node id='9316581525' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7555653' lon='6.9362496' />
<node id='9316581526' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7553647' lon='6.9366167' />
<node id='9316581527' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7552415' lon='6.9368599' />
<node id='9316581528' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7552999' lon='6.9367428' />
<node id='9316581533' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.754188' lon='6.9388124' />
<node id='9316581534' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7541252' lon='6.938742' />
<node id='9316581535' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7540529' lon='6.9386481' />
<node id='9316581536' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.754089' lon='6.9386953' />
<node id='9316581537' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7539723' lon='6.9385344' />
<node id='9316581538' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.7538631' lon='6.9383538' />
<node id='9316581539' timestamp='2021-12-06T23:20:31Z' uid='7412' user='mjulius' visible='true' version='1' changeset='114637768' lat='46.753706' lon='6.9380398' />
<way id='65417806' timestamp='2023-01-14T13:02:48Z' uid='17773331' user='Helvetichris' visible='true' version='10' changeset='131264146'>
<nd ref='508479559' />
<nd ref='3089561310' />
<nd ref='1395851613' />
<nd ref='1395851614' />
<nd ref='1395851618' />
<nd ref='1497205401' />
<nd ref='1395851621' />
<nd ref='9316581527' />
<nd ref='9316581528' />
<nd ref='9316581526' />
<nd ref='798867760' />
<nd ref='9316581524' />
<nd ref='9316581525' />
<nd ref='1488394037' />
<nd ref='1488394039' />
<nd ref='1488394042' />
<nd ref='1488394050' />
<nd ref='1488394070' />
<nd ref='508479657' />
<nd ref='1488394103' />
<nd ref='1446243464' />
<nd ref='1446243466' />
<nd ref='1446243465' />
<tag k='cycleway:both' v='no' />
<tag k='highway' v='tertiary' />
<tag k='lane_markings' v='no' />
<tag k='name' v='Route des Roches' />
<tag k='surface' v='asphalt' />
</way>
<way id='125737351' timestamp='2022-12-28T15:16:38Z' uid='17773331' user='Helvetichris' visible='true' version='13' changeset='130606151'>
<nd ref='508479559' />
<nd ref='1420759634' />
<nd ref='1446243452' />
<nd ref='9316581511' />
<nd ref='9060399549' />
<nd ref='9316581510' />
<nd ref='5765689534' />
<nd ref='9316581509' />
<nd ref='1446243453' />
<nd ref='9060399550' />
<nd ref='1353521564' />
<nd ref='9060399551' />
<nd ref='1446930711' />
<nd ref='1446930712' />
<nd ref='1491276459' />
<nd ref='1491276461' />
<nd ref='9316581506' />
<nd ref='1446930713' />
<nd ref='9316581505' />
<nd ref='798867738' />
<nd ref='1497205407' />
<nd ref='1497205412' />
<nd ref='9316581503' />
<nd ref='9316581502' />
<nd ref='1491276569' />
<nd ref='9316581504' />
<nd ref='1446243458' />
<nd ref='9316581501' />
<nd ref='9060399552' />
<nd ref='1446243460' />
<nd ref='9316581500' />
<nd ref='9060399553' />
<nd ref='9316581498' />
<nd ref='9316581499' />
<nd ref='9316581497' />
<nd ref='1446243462' />
<nd ref='9316581495' />
<nd ref='1446930714' />
<nd ref='9316581486' />
<nd ref='9316581487' />
<nd ref='9316581485' />
<nd ref='9316581488' />
<nd ref='9316581483' />
<nd ref='9316581484' />
<nd ref='1395851629' />
<nd ref='9316581482' />
<nd ref='1446930715' />
<tag k='cycleway:both' v='no' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Route de Fribourg' />
<tag k='surface' v='asphalt' />
</way>
<way id='125737352' timestamp='2022-11-24T13:26:16Z' uid='17773331' user='Helvetichris' visible='true' version='16' changeset='129325684'>
<nd ref='1372304098' />
<nd ref='1353521465' />
<nd ref='1497206115' />
<nd ref='1353521458' />
<nd ref='1497206114' />
<nd ref='508479626' />
<nd ref='9060399602' />
<nd ref='1497206113' />
<nd ref='9060399601' />
<nd ref='1353521453' />
<nd ref='1497206112' />
<nd ref='1353521430' />
<nd ref='9060399599' />
<nd ref='1497206111' />
<nd ref='9060399598' />
<nd ref='508479629' />
<nd ref='1497206110' />
<nd ref='5765864979' />
<nd ref='1353521420' />
<nd ref='1497206109' />
<nd ref='508479631' />
<nd ref='1497206107' />
<nd ref='1353521411' />
<nd ref='1495153645' />
<nd ref='1495153646' />
<nd ref='9060399600' />
<nd ref='1495153647' />
<nd ref='508479637' />
<nd ref='1495153648' />
<nd ref='1353521423' />
<nd ref='1495153649' />
<nd ref='1353521426' />
<nd ref='9060399584' />
<nd ref='9060399589' />
<nd ref='6396623829' />
<nd ref='1495250765' />
<nd ref='1353521466' />
<nd ref='1497205361' />
<nd ref='1395851546' />
<nd ref='1395851549' />
<nd ref='1395851552' />
<nd ref='1495153652' />
<nd ref='508479639' />
<nd ref='1495153660' />
<nd ref='1495153661' />
<nd ref='9060399573' />
<nd ref='1353521500' />
<nd ref='9060399561' />
<nd ref='1495153662' />
<nd ref='1496646018' />
<nd ref='1353521505' />
<nd ref='1495153663' />
<nd ref='508479643' />
<nd ref='1495153664' />
<nd ref='1495153666' />
<nd ref='1495153674' />
<nd ref='1495153689' />
<nd ref='508479646' />
<nd ref='1395851578' />
<nd ref='1495153879' />
<nd ref='1495153907' />
<nd ref='9316581513' />
<nd ref='9316581512' />
<nd ref='508479649' />
<nd ref='9316581514' />
<nd ref='1495153947' />
<nd ref='9316581515' />
<nd ref='1395851598' />
<nd ref='1494135039' />
<nd ref='9316581516' />
<nd ref='1494135043' />
<nd ref='9316581517' />
<nd ref='9316581519' />
<nd ref='9316581518' />
<nd ref='508479652' />
<nd ref='9316581520' />
<nd ref='1395851601' />
<nd ref='9316581521' />
<nd ref='1353521559' />
<nd ref='5765689525' />
<nd ref='1420759632' />
<nd ref='9316581522' />
<nd ref='9316581523' />
<nd ref='508479559' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Route de Villarimboud' />
<tag k='surface' v='asphalt' />
</way>
<way id='128515306' timestamp='2022-11-24T13:24:44Z' uid='17773331' user='Helvetichris' visible='true' version='14' changeset='129325684'>
<nd ref='1420110581' />
<nd ref='9313437018' />
<nd ref='1474999325' />
<nd ref='9313437019' />
<nd ref='1474999334' />
<nd ref='9313437020' />
<nd ref='1420110584' />
<nd ref='9313437021' />
<nd ref='9313437023' />
<nd ref='9313437022' />
<nd ref='1395851554' />
<nd ref='9313416616' />
<nd ref='1446930701' />
<nd ref='1446930702' />
<nd ref='2072962638' />
<nd ref='1446930703' />
<nd ref='9313416615' />
<nd ref='9313416614' />
<nd ref='1446930704' />
<nd ref='1353521534' />
<nd ref='1474999627' />
<nd ref='1487131506' />
<nd ref='1446930705' />
<nd ref='1446930706' />
<nd ref='9313416610' />
<nd ref='1395851591' />
<nd ref='1395851593' />
<nd ref='1353521545' />
<nd ref='4590965153' />
<nd ref='1420759597' />
<nd ref='2637612334' />
<nd ref='1446930707' />
<nd ref='2637612329' />
<nd ref='1420759620' />
<nd ref='1487131682' />
<nd ref='1353521556' />
<nd ref='3089561305' />
<nd ref='1446930708' />
<nd ref='5765701132' />
<nd ref='1446930709' />
<nd ref='9316581539' />
<nd ref='1353521558' />
<nd ref='5765701129' />
<nd ref='9316581538' />
<nd ref='1420759626' />
<nd ref='9316581537' />
<nd ref='1446930710' />
<nd ref='9316581535' />
<nd ref='9316581536' />
<nd ref='9316581534' />
<nd ref='1420759630' />
<nd ref='9316581533' />
<nd ref='508479559' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='maxspeed' v='50' />
<tag k='name' v='Route de Romont' />
<tag k='surface' v='asphalt' />
</way>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='9887239813' timestamp='2023-01-02T12:30:46Z' uid='15008076' user='latvia-bot' visible='true' version='2' changeset='130785588' lat='56.1354835' lon='28.002841'>
<tag k='addr:city' v='Šķaune' />
<tag k='addr:country' v='LV' />
<tag k='addr:district' v='Krāslavas novads' />
<tag k='addr:housename' v='Atmatas 1' />
<tag k='addr:postcode' v='LV-5695' />
<tag k='addr:subdistrict' v='Šķaunes pagasts' />
<tag k='ref:LV:addr' v='106523637' />
</node>
<node id='9887239836' timestamp='2023-01-02T12:30:46Z' uid='15008076' user='latvia-bot' visible='true' version='2' changeset='130785588' lat='56.135877' lon='28.0030258'>
<tag k='addr:city' v='Šķaune' />
<tag k='addr:country' v='LV' />
<tag k='addr:district' v='Krāslavas novads' />
<tag k='addr:housename' v='Aronijas' />
<tag k='addr:postcode' v='LV-5695' />
<tag k='addr:subdistrict' v='Šķaunes pagasts' />
<tag k='ref:LV:addr' v='102729535' />
</node>
<node id='9887239856' timestamp='2023-01-02T12:30:46Z' uid='15008076' user='latvia-bot' visible='true' version='2' changeset='130785588' lat='56.1351598' lon='28.002732'>
<tag k='addr:city' v='Šķaune' />
<tag k='addr:country' v='LV' />
<tag k='addr:district' v='Krāslavas novads' />
<tag k='addr:housename' v='Atmatas' />
<tag k='addr:postcode' v='LV-5695' />
<tag k='addr:subdistrict' v='Šķaunes pagasts' />
<tag k='ref:LV:addr' v='102729367' />
</node>
</osm>

View file

@ -0,0 +1,354 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='875856210' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.091326' lon='81.3925037' />
<node id='875856214' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0881992' lon='81.3930187' />
<node id='875856217' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0801117' lon='81.4024601' />
<node id='875856221' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0751506' lon='81.4038333' />
<node id='875856226' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0726699' lon='81.404005' />
<node id='875856228' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0694339' lon='81.405035' />
<node id='875856230' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.066845' lon='81.4084682' />
<node id='875856233' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0649032' lon='81.4127597' />
<node id='875856236' timestamp='2021-12-15T13:43:28Z' uid='13052051' user='Ivan Barsukov' visible='true' version='2' changeset='114965511' lat='51.0637436' lon='81.416708' />
<node id='875856238' timestamp='2021-12-15T13:43:28Z' uid='13052051' user='Ivan Barsukov' visible='true' version='2' changeset='114965511' lat='51.0620645' lon='81.4202163' />
<node id='875856239' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0609115' lon='81.4239177' />
<node id='875856240' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0603721' lon='81.4261493' />
<node id='875856255' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0635008' lon='81.4275226' />
<node id='875856260' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0667371' lon='81.4266643' />
<node id='875856263' timestamp='2010-08-23T14:21:25Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0705126' lon='81.4249477' />
<node id='875856266' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0726699' lon='81.4249477' />
<node id='875856269' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0742877' lon='81.426836' />
<node id='875856271' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0762291' lon='81.4292392' />
<node id='875856272' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0774155' lon='81.4294109' />
<node id='875856274' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0800038' lon='81.425291' />
<node id='875856276' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.079896' lon='81.4244327' />
<node id='875856279' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0797881' lon='81.4216861' />
<node id='875856283' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.083886' lon='81.414133' />
<node id='875856288' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.085827' lon='81.4105281' />
<node id='875856293' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0855035' lon='81.4093265' />
<node id='875856297' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0836703' lon='81.4093265' />
<node id='875856299' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0833468' lon='81.4060649' />
<node id='875856302' timestamp='2010-08-23T14:21:26Z' uid='133378' user='sheka' visible='true' version='1' changeset='5571421' lat='51.0857192' lon='81.402975' />
<node id='976985179' timestamp='2021-11-23T02:01:32Z' uid='11725140' user='jmaspons' visible='true' version='9' changeset='114119973' lat='51.0737042' lon='81.4136401'>
<tag k='addr:country' v='RU' />
<tag k='addr:district' v='Локтевский район' />
<tag k='addr:region' v='Алтайский край' />
<tag k='name' v='Николаевка' />
<tag k='name:ca' v='Nikolàievka' />
<tag k='name:pl' v='Mikołajówka' />
<tag k='place' v='village' />
<tag k='population' v='458' />
<tag k='population:date' v='2016-01-01' />
<tag k='wikidata' v='Q24728643' />
<tag k='wikipedia' v='ru:Николаевка (Локтевский район)' />
</node>
<node id='2615291177' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.014519' lon='81.3431013' />
<node id='2615291184' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0147683' lon='81.3102487' />
<node id='2615291198' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0206767' lon='81.4303395' />
<node id='2615291200' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0214092' lon='81.3971067' />
<node id='2615291206' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0211127' lon='81.34397' />
<node id='2615291210' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0210815' lon='81.4193701' />
<node id='2615291224' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0232792' lon='81.4343149' />
<node id='2615291232' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0286739' lon='81.4367816' />
<node id='2615291234' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0303072' lon='81.3106719' />
<node id='2615291258' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0481347' lon='81.3097038' />
<node id='2615291259' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0485158' lon='81.2964752' />
<node id='2615291826' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0667997' lon='81.3396449' />
<node id='2615291831' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0666627' lon='81.2965938' />
<node id='2615291839' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0721197' lon='81.3636999' />
<node id='2615291843' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0726707' lon='81.3394578' />
<node id='2615291865' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0802196' lon='81.3419153' />
<node id='2615291891' timestamp='2014-11-25T12:30:49Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.0941128' lon='81.3619229' />
<node id='2615291904' timestamp='2014-11-25T12:30:49Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.0994565' lon='81.3689371' />
<node id='2615291912' timestamp='2014-11-25T12:30:49Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1025613' lon='81.3754913' />
<node id='2615291914' timestamp='2014-11-25T12:30:49Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1027779' lon='81.3674423' />
<node id='2615291919' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.1025378' lon='81.37007' />
<node id='2615291920' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.1036635' lon='81.3739153' />
<node id='2615291926' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1063157' lon='81.3643376' />
<node id='2615291938' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.113607' lon='81.3526091' />
<node id='2615291939' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1138958' lon='81.3469747' />
<node id='2615291965' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1215468' lon='81.3405355' />
<node id='2615291972' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1222686' lon='81.3374309' />
<node id='2615291978' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1259492' lon='81.3315666' />
<node id='2615292026' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1294131' lon='81.3355911' />
<node id='2615292091' timestamp='2014-11-25T12:30:50Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1418952' lon='81.3555987' />
<node id='2615292464' timestamp='2014-11-25T12:30:52Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1584083' lon='81.3261394' />
<node id='2616548304' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0355382' lon='81.439349' />
<node id='2616548306' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0355583' lon='81.4262489' />
<node id='2616548312' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0476798' lon='81.4397702' />
<node id='2616548314' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0479851' lon='81.4974309' />
<node id='2616548380' timestamp='2014-11-26T11:13:11Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0927323' lon='81.4984384' />
<node id='2616548385' timestamp='2014-11-25T12:31:01Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.0929081' lon='81.4667756' />
<node id='2616548395' timestamp='2014-11-25T12:31:01Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.104938' lon='81.4623145' />
<node id='2616548403' timestamp='2014-11-25T12:31:01Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1116109' lon='81.4493247' />
<node id='2616548457' timestamp='2014-11-25T12:31:02Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1263535' lon='81.4274126' />
<node id='2616548470' timestamp='2014-11-25T12:31:02Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1380541' lon='81.4040108' />
<node id='2616548485' timestamp='2014-11-25T12:31:04Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.142117' lon='81.3871305' />
<node id='2616548486' timestamp='2022-09-11T16:25:57Z' uid='13052051' user='Ivan Barsukov' visible='true' version='3' changeset='126056399' lat='51.1440899' lon='81.3806541' />
<node id='2616548491' timestamp='2014-11-25T12:31:04Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1425731' lon='81.3856879' />
<node id='2616548493' timestamp='2014-11-25T12:31:04Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1457032' lon='81.3725148' />
<node id='2616548501' timestamp='2014-11-25T12:31:04Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1457835' lon='81.3768969' />
<node id='2616548502' timestamp='2014-11-25T12:31:04Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1469635' lon='81.3727911' />
<node id='2616548508' timestamp='2014-11-25T12:31:04Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1488719' lon='81.3649348' />
<node id='2616548516' timestamp='2014-11-25T12:31:05Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1528792' lon='81.3704782' />
<node id='2616548524' timestamp='2014-11-25T12:31:05Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1570547' lon='81.3431607' />
<node id='2616548526' timestamp='2014-11-25T12:31:05Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1590913' lon='81.3415835' />
<node id='2616548530' timestamp='2014-11-25T12:31:05Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1599848' lon='81.3484112' />
<node id='2616548533' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1609718' lon='81.3530537' />
<node id='2616548534' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1615932' lon='81.3344395' />
<node id='2616548536' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1620588' lon='81.3425113' />
<node id='2616548537' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1624078' lon='81.3270171' />
<node id='2616548540' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1637461' lon='81.3318416' />
<node id='2616548544' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1646769' lon='81.3385217' />
<node id='2616548546' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1635287' lon='81.3481195' />
<node id='2616548550' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1662227' lon='81.3544264' />
<node id='2616548551' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1667463' lon='81.3490909' />
<node id='2616548553' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1669863' lon='81.3717056' />
<node id='2616548556' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1715492' lon='81.3618571' />
<node id='2616548560' timestamp='2014-11-25T12:31:06Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1735237' lon='81.3718942' />
<node id='2616548571' timestamp='2014-11-25T12:31:07Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.175443' lon='81.3691453' />
<node id='2616548580' timestamp='2014-11-25T12:31:07Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1777846' lon='81.3626732' />
<node id='2616548590' timestamp='2014-11-25T12:31:08Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1796216' lon='81.3698207' />
<node id='2616548591' timestamp='2014-11-25T12:31:08Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1807403' lon='81.3647431' />
<node id='2616548592' timestamp='2014-11-25T12:31:08Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27016825' lat='51.1806672' lon='81.3687804' />
<node id='3204519735' timestamp='2014-11-25T12:30:38Z' uid='481934' user='iWowik' visible='true' version='1' changeset='27016825' lat='51.1624756' lon='81.3514626' />
<node id='3204519737' timestamp='2014-11-25T12:30:38Z' uid='481934' user='iWowik' visible='true' version='1' changeset='27016825' lat='51.1651802' lon='81.3475645' />
<node id='3204519741' timestamp='2014-11-25T12:30:38Z' uid='481934' user='iWowik' visible='true' version='1' changeset='27016825' lat='51.1771406' lon='81.3670965' />
<node id='3204519899' timestamp='2014-11-25T12:30:37Z' uid='481934' user='iWowik' visible='true' version='1' changeset='27016825' lat='51.1436377' lon='81.3780898' />
<node id='9340694984' timestamp='2021-12-15T13:43:28Z' uid='13052051' user='Ivan Barsukov' visible='true' version='1' changeset='114965511' lat='51.0652192' lon='81.4106065' />
<node id='10016178038' timestamp='2022-09-11T16:25:57Z' uid='13052051' user='Ivan Barsukov' visible='true' version='1' changeset='126056399' lat='51.1452796' lon='81.3915886' />
<way id='74018457' timestamp='2021-12-15T13:43:28Z' uid='13052051' user='Ivan Barsukov' visible='true' version='4' changeset='114965511'>
<nd ref='875856210' />
<nd ref='875856214' />
<nd ref='875856217' />
<nd ref='875856221' />
<nd ref='875856226' />
<nd ref='875856228' />
<nd ref='875856230' />
<nd ref='9340694984' />
<nd ref='875856233' />
<nd ref='875856236' />
<nd ref='875856238' />
<nd ref='875856239' />
<nd ref='875856240' />
<nd ref='875856255' />
<nd ref='875856260' />
<nd ref='875856263' />
<nd ref='875856266' />
<nd ref='875856269' />
<nd ref='875856271' />
<nd ref='875856272' />
<nd ref='875856274' />
<nd ref='875856276' />
<nd ref='875856279' />
<nd ref='875856283' />
<nd ref='875856288' />
<nd ref='875856293' />
<nd ref='875856297' />
<nd ref='875856299' />
<nd ref='875856302' />
<nd ref='875856210' />
<tag k='addr:country' v='RU' />
<tag k='addr:district' v='Локтевский район' />
<tag k='addr:region' v='Алтайский край' />
<tag k='name' v='Николаевка' />
<tag k='place' v='village' />
</way>
<way id='255830571' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='3' changeset='114698857'>
<nd ref='2615291210' />
<nd ref='2615291200' />
<nd ref='2615291206' />
<nd ref='2615291177' />
<nd ref='2615291184' />
<nd ref='2615291234' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255830617' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='3' changeset='114698857'>
<nd ref='2615291831' />
<nd ref='2615291826' />
<nd ref='2615291843' />
<nd ref='2615291839' />
<nd ref='2615291865' />
<nd ref='2615291891' />
<nd ref='2615291904' />
<nd ref='2615291912' />
<nd ref='2615291920' />
<nd ref='2615291919' />
<nd ref='2615291914' />
<nd ref='2615291926' />
<nd ref='2615291938' />
<nd ref='2615291939' />
<nd ref='2615291965' />
<nd ref='2615291972' />
<nd ref='2615291978' />
<nd ref='2615292026' />
<nd ref='2615292091' />
<nd ref='2615292464' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255830666' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='3' changeset='114698857'>
<nd ref='2615291232' />
<nd ref='2615291224' />
<nd ref='2615291198' />
<nd ref='2615291210' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255830685' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='4' changeset='114698857'>
<nd ref='2615291234' />
<nd ref='2615291258' />
<nd ref='2615291259' />
<nd ref='2615291831' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255950467' timestamp='2022-09-11T16:25:57Z' uid='13052051' user='Ivan Barsukov' visible='true' version='4' changeset='126056399'>
<nd ref='2616548560' />
<nd ref='2616548553' />
<nd ref='2616548516' />
<nd ref='2616548508' />
<nd ref='2616548502' />
<nd ref='2616548493' />
<nd ref='2616548501' />
<nd ref='3204519899' />
<nd ref='2616548486' />
<nd ref='2616548491' />
<nd ref='2616548485' />
<nd ref='10016178038' />
<nd ref='2616548470' />
<nd ref='2616548457' />
<nd ref='2616548403' />
<nd ref='2616548395' />
<nd ref='2616548385' />
<nd ref='2616548380' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255950470' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='3' changeset='114698857'>
<nd ref='2615292464' />
<nd ref='2616548537' />
<nd ref='2616548540' />
<nd ref='2616548534' />
<nd ref='2616548544' />
<nd ref='2616548536' />
<nd ref='2616548526' />
<nd ref='2616548524' />
<nd ref='2616548530' />
<nd ref='2616548533' />
<nd ref='3204519735' />
<nd ref='2616548546' />
<nd ref='3204519737' />
<nd ref='2616548551' />
<nd ref='2616548550' />
<nd ref='2616548556' />
<nd ref='2616548580' />
<nd ref='2616548591' />
<nd ref='2616548592' />
<nd ref='2616548590' />
<nd ref='3204519741' />
<nd ref='2616548571' />
<nd ref='2616548560' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255950489' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='2' changeset='114698857'>
<nd ref='2616548380' />
<nd ref='2616548314' />
<nd ref='2616548312' />
<nd ref='2616548304' />
<nd ref='2616548306' />
<nd ref='2615291232' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<relation id='1083301' timestamp='2022-09-08T10:01:22Z' uid='289224' user='Moreorless' visible='true' version='23' changeset='125935442'>
<member type='way' ref='1075257760' role='outer' />
<member type='way' ref='255830556' role='outer' />
<member type='way' ref='39520200' role='outer' />
<member type='way' ref='571683041' role='outer' />
<member type='way' ref='255830569' role='outer' />
<member type='way' ref='68256493' role='outer' />
<member type='way' ref='255830605' role='outer' />
<member type='way' ref='255830582' role='outer' />
<member type='way' ref='904965836' role='outer' />
<member type='way' ref='255950477' role='outer' />
<member type='way' ref='255950463' role='outer' />
<member type='way' ref='68256488' role='outer' />
<member type='way' ref='255950469' role='outer' />
<member type='way' ref='255950490' role='outer' />
<member type='way' ref='255950484' role='outer' />
<member type='way' ref='255946095' role='outer' />
<member type='way' ref='255946086' role='outer' />
<member type='way' ref='255946064' role='outer' />
<member type='way' ref='255946087' role='outer' />
<member type='way' ref='255946077' role='outer' />
<member type='way' ref='255830614' role='outer' />
<member type='way' ref='1092846101' role='outer' />
<member type='way' ref='1092846102' role='outer' />
<member type='way' ref='1092846099' role='outer' />
<member type='way' ref='1092846105' role='outer' />
<member type='way' ref='1092846104' role='outer' />
<member type='way' ref='1092846106' role='outer' />
<member type='way' ref='1092846107' role='outer' />
<member type='way' ref='1092846111' role='outer' />
<member type='way' ref='1092846110' role='outer' />
<member type='way' ref='68256464' role='outer' />
<member type='way' ref='68256494' role='outer' />
<member type='way' ref='255830562' role='outer' />
<member type='way' ref='1075257753' role='outer' />
<member type='way' ref='1075257752' role='outer' />
<member type='way' ref='255830564' role='outer' />
<member type='way' ref='255830565' role='outer' />
<member type='way' ref='255830558' role='outer' />
<member type='way' ref='255830547' role='outer' />
<member type='node' ref='1515028708' role='admin_centre' />
<member type='relation' ref='3428625' role='subarea' />
<member type='relation' ref='3428626' role='subarea' />
<member type='relation' ref='3428627' role='subarea' />
<member type='relation' ref='3428628' role='subarea' />
<member type='relation' ref='3426091' role='subarea' />
<member type='relation' ref='3426092' role='subarea' />
<member type='relation' ref='3428629' role='subarea' />
<member type='relation' ref='3428630' role='subarea' />
<member type='relation' ref='3428631' role='subarea' />
<member type='relation' ref='3428632' role='subarea' />
<member type='relation' ref='3426099' role='subarea' />
<member type='relation' ref='3426101' role='subarea' />
<member type='relation' ref='3428633' role='subarea' />
<member type='relation' ref='3426107' role='subarea' />
<member type='relation' ref='3426108' role='subarea' />
<member type='relation' ref='3426113' role='subarea' />
<member type='relation' ref='3428634' role='subarea' />
<member type='relation' ref='3426089' role='subarea' />
<tag k='addr:country' v='RU' />
<tag k='addr:region' v='Алтайский край' />
<tag k='admin_level' v='6' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Локтевский район' />
<tag k='name:en' v='Loktevsky District' />
<tag k='name:ja' v='ロクテフスキー地区' />
<tag k='name:ru' v='Локтевский район' />
<tag k='official_status' v='ru:муниципальный район' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q1654185' />
<tag k='wikipedia' v='ru:Локтевский район' />
</relation>
<relation id='3428632' timestamp='2016-12-01T00:01:43Z' uid='339581' user='nyuriks' visible='true' version='5' changeset='44072916'>
<member type='node' ref='976985179' role='admin_centre' />
<member type='way' ref='255950489' role='outer' />
<member type='way' ref='255950467' role='outer' />
<member type='way' ref='255950470' role='outer' />
<member type='way' ref='255830617' role='outer' />
<member type='way' ref='255830685' role='outer' />
<member type='way' ref='255830571' role='outer' />
<member type='way' ref='255830666' role='outer' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Николаевский сельсовет' />
<tag k='official_status' v='ru:сельское поселение' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q4320521' />
<tag k='wikipedia' v='ru:Николаевский сельсовет (Локтевский район)' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,386 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='309617636' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='6' changeset='107491001' lat='51.0797227' lon='81.1396709'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1225' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617639' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='6' changeset='107491001' lat='51.0645496' lon='81.1156028'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1226' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617640' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='6' changeset='107491001' lat='51.0665346' lon='81.1058149'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1227' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617641' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='6' changeset='107491001' lat='51.0610057' lon='81.1016041'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1228' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617643' timestamp='2018-01-31T09:11:09Z' uid='248768' user='chnav' visible='true' version='6' changeset='55924855' lat='50.9479034' lon='81.0597635'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1233' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617648' timestamp='2014-07-09T13:53:18Z' uid='248768' user='chnav' visible='true' version='4' changeset='24046395' lat='50.9510644' lon='81.1575453'>
<tag k='note' v='not described in reference document; adjusted by landuse' />
</node>
<node id='309617649' timestamp='2018-01-31T09:11:09Z' uid='248768' user='chnav' visible='true' version='5' changeset='55924855' lat='50.9575994' lon='81.1791762'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1235' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617651' timestamp='2018-01-31T09:11:09Z' uid='248768' user='chnav' visible='true' version='5' changeset='55924855' lat='50.9510667' lon='81.1909179'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1236' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617652' timestamp='2018-01-31T09:11:10Z' uid='248768' user='chnav' visible='true' version='6' changeset='55924855' lat='50.963261' lon='81.2322287'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1238' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617653' timestamp='2018-01-31T09:11:10Z' uid='248768' user='chnav' visible='true' version='5' changeset='55924855' lat='50.9617624' lon='81.2664113'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1239' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='309617654' timestamp='2018-01-31T09:11:10Z' uid='248768' user='chnav' visible='true' version='5' changeset='55924855' lat='50.9739698' lon='81.2890667'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1240' />
<tag k='source' v='bing + reference document' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='519849009' timestamp='2022-06-20T01:29:25Z' uid='11725140' user='jmaspons' visible='true' version='11' changeset='122597499' lat='51.0525688' lon='81.1520242'>
<tag k='addr:country' v='RU' />
<tag k='addr:district' v='Локтевский район' />
<tag k='addr:region' v='Алтайский край' />
<tag k='name' v='Новенькое' />
<tag k='name:ca' v='Nóvenkoie' />
<tag k='place' v='village' />
<tag k='population' v='412' />
<tag k='population:date' v='2016-01-01' />
<tag k='wikidata' v='Q24728641' />
<tag k='wikipedia' v='ru:Новенькое (Локтевский район)' />
</node>
<node id='2615290764' timestamp='2014-11-26T11:13:07Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='50.9756831' lon='81.3099342' />
<node id='2615291124' timestamp='2014-11-26T11:13:08Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0027717' lon='81.3117313' />
<node id='2615291138' timestamp='2014-11-26T11:13:08Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0031995' lon='81.2542206' />
<node id='2615291234' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0303072' lon='81.3106719' />
<node id='2615291236' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0301973' lon='81.2539069' />
<node id='2615291258' timestamp='2014-11-26T11:13:09Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0481347' lon='81.3097038' />
<node id='2615291259' timestamp='2014-11-26T11:27:55Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0485158' lon='81.2964752' />
<node id='2615291831' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.0666627' lon='81.2965938' />
<node id='2615291893' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.093519' lon='81.2961433' />
<node id='2615291897' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='2' changeset='27040022' lat='51.0943361' lon='81.2246586' />
<node id='2615291951' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.1117542' lon='81.2244285' />
<node id='2615291957' timestamp='2014-11-26T11:13:10Z' uid='481934' user='iWowik' visible='true' version='3' changeset='27040022' lat='51.1116515' lon='81.1595173' />
<node id='2955701906' timestamp='2018-01-31T09:12:20Z' uid='248768' user='chnav' visible='true' version='2' changeset='55924855' lat='50.950916' lon='81.1542035'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1234' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='2955701910' timestamp='2018-01-31T09:12:20Z' uid='248768' user='chnav' visible='true' version='2' changeset='55924855' lat='50.9586138' lon='81.2199145'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1237' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='2955701914' timestamp='2018-01-31T09:12:20Z' uid='248768' user='chnav' visible='true' version='2' changeset='55924855' lat='50.9671807' lon='81.0659731'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1232' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='2955701920' timestamp='2014-07-09T13:53:16Z' uid='248768' user='chnav' visible='true' version='2' changeset='24046395' lat='50.9745733' lon='81.2929587'>
<tag k='source' v='bing' />
</node>
<node id='2955701925' timestamp='2018-01-31T09:12:20Z' uid='248768' user='chnav' visible='true' version='2' changeset='55924855' lat='50.9977659' lon='81.0822184'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1231' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='2955701926' timestamp='2018-01-31T09:12:20Z' uid='248768' user='chnav' visible='true' version='2' changeset='55924855' lat='51.0215933' lon='81.0896229'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1230' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='2955701927' timestamp='2018-01-31T09:12:20Z' uid='248768' user='chnav' visible='true' version='2' changeset='55924855' lat='51.0314374' lon='81.0958765'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1229' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='2955701934' timestamp='2018-01-31T09:12:20Z' uid='248768' user='chnav' visible='true' version='2' changeset='55924855' lat='51.0999063' lon='81.1543917'>
<tag k='description' v='turn point' />
<tag k='note:warning' v='DO NOT MOVE. Turn point has been verified relative survey points and reference document.' />
<tag k='ref' v='1224' />
<tag k='source' v='position within 100m' />
<tag k='source:ref' v='Договор между РК и РФ от 18 января 2005 г.' />
</node>
<node id='2955701935' timestamp='2014-07-09T12:30:56Z' uid='248768' user='chnav' visible='true' version='1' changeset='24044845' lat='51.1014323' lon='81.1553834' />
<node id='2955701936' timestamp='2014-07-09T12:30:56Z' uid='248768' user='chnav' visible='true' version='1' changeset='24044845' lat='51.1047984' lon='81.1561988' />
<node id='8897811002' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0708504' lon='81.1242485' />
<node id='8897811003' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0945207' lon='81.150341' />
<node id='8897811004' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0882673' lon='81.1474657' />
<node id='8897811005' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0694482' lon='81.1678934' />
<node id='8897811006' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0693942' lon='81.1600399' />
<node id='8897811007' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0625441' lon='81.1566925' />
<node id='8897811008' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0645938' lon='81.1472511' />
<node id='8897811009' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0629217' lon='81.1456632' />
<node id='8897811010' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0579588' lon='81.1449337' />
<node id='8897811011' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0560166' lon='81.1430454' />
<node id='8897811012' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0517814' lon='81.1415004' />
<node id='8897811013' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0480853' lon='81.1302995' />
<node id='8897811014' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.042932' lon='81.1282396' />
<node id='8897811015' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0422844' lon='81.1333894' />
<node id='8897811016' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0364557' lon='81.129055' />
<node id='8897840117' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0350524' lon='81.133604' />
<node id='8897840118' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0357271' lon='81.1339473' />
<node id='8897840119' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0356191' lon='81.1353206' />
<node id='8897840120' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0374002' lon='81.136651' />
<node id='8897840121' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0357271' lon='81.1465644' />
<node id='8897840122' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0362128' lon='81.1499118' />
<node id='8897840123' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0446048' lon='81.1501693' />
<node id='8897840124' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0455492' lon='81.1533021' />
<node id='8897840125' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0515116' lon='81.1566066' />
<node id='8897840126' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0537507' lon='81.1595678' />
<node id='8897840127' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0527795' lon='81.1639881' />
<node id='8897840128' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0568259' lon='81.1658334' />
<node id='8897840129' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0576081' lon='81.16961' />
<node id='8897840130' timestamp='2021-07-06T10:43:55Z' uid='481934' user='iWowik' visible='true' version='1' changeset='107491001' lat='51.0679649' lon='81.1751461' />
<node id='9226572236' timestamp='2021-11-05T08:36:19Z' uid='13052051' user='Ivan Barsukov' visible='true' version='1' changeset='113398539' lat='51.0573993' lon='81.1684998' />
<way id='255830562' timestamp='2022-07-02T05:01:40Z' uid='3318452' user='Kuritsyn Roman' visible='true' version='7' changeset='123106735'>
<nd ref='2615291957' />
<nd ref='2955701936' />
<nd ref='2955701935' />
<nd ref='2955701934' />
<nd ref='8897811003' />
<nd ref='8897811004' />
<nd ref='309617636' />
<nd ref='8897811002' />
<nd ref='309617639' />
<nd ref='309617640' />
<nd ref='309617641' />
<nd ref='2955701927' />
<nd ref='2955701926' />
<nd ref='2955701925' />
<nd ref='2955701914' />
<nd ref='309617643' />
<tag k='admin_level' v='2' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Border Kazakhstan - Russia' />
<tag k='name:kk' v='Қазақстан - Ресей шекарасы' />
<tag k='name:ru' v='Граница России и Казахстана' />
<tag k='source' v='bing + reference document' />
<tag k='source:boundary' v='Договор между РК и РФ от 18 января 2005 г.' />
</way>
<way id='255830573' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='3' changeset='114698857'>
<nd ref='2615291234' />
<nd ref='2615291236' />
<nd ref='2615291138' />
<nd ref='2615291124' />
<nd ref='2615290764' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255830663' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='3' changeset='114698857'>
<nd ref='2615291831' />
<nd ref='2615291893' />
<nd ref='2615291897' />
<nd ref='2615291951' />
<nd ref='2615291957' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='255830685' timestamp='2021-12-08T11:31:38Z' uid='260756' user='Felis Pimeja' visible='true' version='4' changeset='114698857'>
<nd ref='2615291234' />
<nd ref='2615291258' />
<nd ref='2615291259' />
<nd ref='2615291831' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='961902412' timestamp='2021-11-05T08:36:19Z' uid='13052051' user='Ivan Barsukov' visible='true' version='2' changeset='113398539'>
<nd ref='8897840130' />
<nd ref='8897840129' />
<nd ref='9226572236' />
<nd ref='8897840128' />
<nd ref='8897840127' />
<nd ref='8897840126' />
<nd ref='8897840125' />
<nd ref='8897840124' />
<nd ref='8897840123' />
<nd ref='8897840122' />
<nd ref='8897840121' />
<nd ref='8897840120' />
<nd ref='8897840119' />
<nd ref='8897840118' />
<nd ref='8897840117' />
<nd ref='8897811016' />
<nd ref='8897811015' />
<nd ref='8897811014' />
<nd ref='8897811013' />
<nd ref='8897811012' />
<nd ref='8897811011' />
<nd ref='8897811010' />
<nd ref='8897811009' />
<nd ref='8897811008' />
<nd ref='8897811007' />
<nd ref='8897811006' />
<nd ref='8897811005' />
<nd ref='8897840130' />
<tag k='boundary' v='place' />
<tag k='name' v='Новенькое' />
<tag k='place' v='village' />
</way>
<way id='1075257752' timestamp='2022-07-02T05:01:39Z' uid='3318452' user='Kuritsyn Roman' visible='true' version='1' changeset='123106735'>
<nd ref='2955701910' />
<nd ref='309617652' />
<nd ref='309617653' />
<nd ref='309617654' />
<nd ref='2955701920' />
<nd ref='2615290764' />
<tag k='admin_level' v='2' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Border Kazakhstan - Russia' />
<tag k='name:kk' v='Қазақстан - Ресей шекарасы' />
<tag k='name:ru' v='Граница России и Казахстана' />
<tag k='source' v='bing + reference document' />
<tag k='source:boundary' v='Договор между РК и РФ от 18 января 2005 г.' />
</way>
<way id='1075257753' timestamp='2022-07-02T05:01:39Z' uid='3318452' user='Kuritsyn Roman' visible='true' version='1' changeset='123106735'>
<nd ref='309617643' />
<nd ref='2955701906' />
<nd ref='309617648' />
<nd ref='309617649' />
<nd ref='309617651' />
<nd ref='2955701910' />
<tag k='admin_level' v='2' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Border Kazakhstan - Russia' />
<tag k='name:kk' v='Қазақстан - Ресей шекарасы' />
<tag k='name:ru' v='Граница России и Казахстана' />
<tag k='source' v='bing + reference document' />
<tag k='source:boundary' v='Договор между РК и РФ от 18 января 2005 г.' />
</way>
<relation id='1083301' timestamp='2022-09-08T10:01:22Z' uid='289224' user='Moreorless' visible='true' version='23' changeset='125935442'>
<member type='way' ref='1075257760' role='outer' />
<member type='way' ref='255830556' role='outer' />
<member type='way' ref='39520200' role='outer' />
<member type='way' ref='571683041' role='outer' />
<member type='way' ref='255830569' role='outer' />
<member type='way' ref='68256493' role='outer' />
<member type='way' ref='255830605' role='outer' />
<member type='way' ref='255830582' role='outer' />
<member type='way' ref='904965836' role='outer' />
<member type='way' ref='255950477' role='outer' />
<member type='way' ref='255950463' role='outer' />
<member type='way' ref='68256488' role='outer' />
<member type='way' ref='255950469' role='outer' />
<member type='way' ref='255950490' role='outer' />
<member type='way' ref='255950484' role='outer' />
<member type='way' ref='255946095' role='outer' />
<member type='way' ref='255946086' role='outer' />
<member type='way' ref='255946064' role='outer' />
<member type='way' ref='255946087' role='outer' />
<member type='way' ref='255946077' role='outer' />
<member type='way' ref='255830614' role='outer' />
<member type='way' ref='1092846101' role='outer' />
<member type='way' ref='1092846102' role='outer' />
<member type='way' ref='1092846099' role='outer' />
<member type='way' ref='1092846105' role='outer' />
<member type='way' ref='1092846104' role='outer' />
<member type='way' ref='1092846106' role='outer' />
<member type='way' ref='1092846107' role='outer' />
<member type='way' ref='1092846111' role='outer' />
<member type='way' ref='1092846110' role='outer' />
<member type='way' ref='68256464' role='outer' />
<member type='way' ref='68256494' role='outer' />
<member type='way' ref='255830562' role='outer' />
<member type='way' ref='1075257753' role='outer' />
<member type='way' ref='1075257752' role='outer' />
<member type='way' ref='255830564' role='outer' />
<member type='way' ref='255830565' role='outer' />
<member type='way' ref='255830558' role='outer' />
<member type='way' ref='255830547' role='outer' />
<member type='node' ref='1515028708' role='admin_centre' />
<member type='relation' ref='3428625' role='subarea' />
<member type='relation' ref='3428626' role='subarea' />
<member type='relation' ref='3428627' role='subarea' />
<member type='relation' ref='3428628' role='subarea' />
<member type='relation' ref='3426091' role='subarea' />
<member type='relation' ref='3426092' role='subarea' />
<member type='relation' ref='3428629' role='subarea' />
<member type='relation' ref='3428630' role='subarea' />
<member type='relation' ref='3428631' role='subarea' />
<member type='relation' ref='3428632' role='subarea' />
<member type='relation' ref='3426099' role='subarea' />
<member type='relation' ref='3426101' role='subarea' />
<member type='relation' ref='3428633' role='subarea' />
<member type='relation' ref='3426107' role='subarea' />
<member type='relation' ref='3426108' role='subarea' />
<member type='relation' ref='3426113' role='subarea' />
<member type='relation' ref='3428634' role='subarea' />
<member type='relation' ref='3426089' role='subarea' />
<tag k='addr:country' v='RU' />
<tag k='addr:region' v='Алтайский край' />
<tag k='admin_level' v='6' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Локтевский район' />
<tag k='name:en' v='Loktevsky District' />
<tag k='name:ja' v='ロクテフスキー地区' />
<tag k='name:ru' v='Локтевский район' />
<tag k='official_status' v='ru:муниципальный район' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q1654185' />
<tag k='wikipedia' v='ru:Локтевский район' />
</relation>
<relation id='3426099' timestamp='2022-07-26T11:04:12Z' uid='87318' user='Petja' visible='true' version='6' changeset='124089235'>
<member type='way' ref='1075257753' role='outer' />
<member type='way' ref='255830562' role='outer' />
<member type='way' ref='255830663' role='outer' />
<member type='way' ref='255830685' role='outer' />
<member type='way' ref='255830573' role='outer' />
<member type='way' ref='1075257752' role='outer' />
<member type='node' ref='519849009' role='admin_centre' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Новенский сельсовет' />
<tag k='official_status' v='ru:сельское поселение' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q4322568' />
<tag k='wikipedia' v='ru:Новенский сельсовет' />
</relation>
</osm>

View file

@ -0,0 +1,218 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='382805714' timestamp='2009-04-24T03:52:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922338' lat='26.634736' lon='-80.043604' />
<node id='382805716' timestamp='2009-04-24T03:52:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922338' lat='26.623592' lon='-80.043757' />
<node id='382805717' timestamp='2011-04-30T01:49:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008128' lat='26.6158732' lon='-80.043711' />
<node id='382805719' timestamp='2011-04-30T01:49:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008128' lat='26.6157102' lon='-80.0414258' />
<node id='382805720' timestamp='2011-04-30T01:49:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008128' lat='26.6155471' lon='-80.0389152' />
<node id='382805723' timestamp='2011-04-30T01:49:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008128' lat='26.6154032' lon='-80.0356' />
<node id='382805725' timestamp='2009-04-24T03:52:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922338' lat='26.612948' lon='-80.035397' />
<node id='382805726' timestamp='2011-04-30T01:49:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008128' lat='26.6119117' lon='-80.035482' />
<node id='382805730' timestamp='2011-04-30T01:49:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008128' lat='26.6119501' lon='-80.0399452' />
<node id='382805731' timestamp='2011-04-30T01:49:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008128' lat='26.6119884' lon='-80.0439363' />
<node id='382805732' timestamp='2009-04-24T03:52:39Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922338' lat='26.606074' lon='-80.044671' />
<node id='382805733' timestamp='2011-04-30T02:25:44Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008130' lat='26.5939152' lon='-80.0458782' />
<node id='382805882' timestamp='2011-04-23T22:52:01Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7948232' lat='26.6444232' lon='-80.0434769' />
<node id='382805912' timestamp='2011-04-30T02:25:44Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008130' lat='26.5939152' lon='-80.0435179' />
<node id='382805913' timestamp='2009-04-24T03:52:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.595174' lon='-80.043176' />
<node id='382805914' timestamp='2009-04-24T03:52:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.595817' lon='-80.042657' />
<node id='382805915' timestamp='2009-04-24T03:52:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.596123' lon='-80.042049' />
<node id='382805916' timestamp='2009-04-24T03:52:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.596273' lon='-80.040994' />
<node id='382805917' timestamp='2009-04-24T03:52:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.596109' lon='-80.040439' />
<node id='382805918' timestamp='2009-04-24T03:52:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.595561' lon='-80.040046' />
<node id='382805919' timestamp='2011-04-30T02:25:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='8008130' lat='26.5945772' lon='-80.0400203' />
<node id='382806505' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.707216' lon='-80.04589' />
<node id='382806506' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.710369' lon='-80.0459' />
<node id='382806507' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.710465' lon='-80.045901' />
<node id='382806508' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.710796' lon='-80.045903' />
<node id='382806509' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.711294' lon='-80.045908' />
<node id='382806510' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.712456' lon='-80.045969' />
<node id='382806511' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.714342' lon='-80.046068' />
<node id='382806512' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.716142' lon='-80.046163' />
<node id='382806513' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.718246' lon='-80.046259' />
<node id='382806514' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.71934' lon='-80.046241' />
<node id='382806515' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.72232' lon='-80.046177' />
<node id='382806516' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.724197' lon='-80.046126' />
<node id='382806517' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.733319' lon='-80.045937' />
<node id='382806518' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.735416' lon='-80.045886' />
<node id='382806519' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.736304' lon='-80.045866' />
<node id='382806520' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.736541' lon='-80.045862' />
<node id='382806521' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.752564' lon='-80.047345' />
<node id='382806522' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.755421' lon='-80.047647' />
<node id='382806523' timestamp='2009-04-24T03:53:24Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.759398' lon='-80.048055' />
<node id='382806524' timestamp='2011-04-23T22:31:57Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7948232' lat='26.7633047' lon='-80.0484497' />
<node id='382806525' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.77014' lon='-80.049063' />
<node id='382806526' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.76974' lon='-80.047063' />
<node id='382806527' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.77244' lon='-80.039063' />
<node id='382806529' timestamp='2011-04-19T04:56:11Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7903202' lat='26.7726225' lon='-80.0375293' />
<node id='382806531' timestamp='2011-04-19T04:56:11Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7903202' lat='26.7723638' lon='-80.0307058' />
<node id='382806532' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.755412' lon='-80.030565' />
<node id='382806533' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.72194' lon='-80.030363' />
<node id='382806534' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.721842' lon='-80.030362' />
<node id='382806535' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.719031' lon='-80.030471' />
<node id='382806536' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.707417' lon='-80.030911' />
<node id='382806537' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.700742' lon='-80.03118' />
<node id='382806538' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.675974' lon='-80.03214' />
<node id='382806539' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.647044' lon='-80.033263' />
<node id='382806540' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.615445' lon='-80.032563' />
<node id='382806541' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.614952' lon='-80.032578' />
<node id='382806542' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.612146' lon='-80.032663' />
<node id='382806543' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.594446' lon='-80.031163' />
<node id='382806544' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.594346' lon='-80.036363' />
<node id='382806546' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.66876' lon='-80.045845' />
<node id='382806547' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.675526' lon='-80.046662' />
<node id='382806548' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.690443' lon='-80.046363' />
<node id='382806549' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.700735' lon='-80.046027' />
<node id='830769186' timestamp='2010-07-24T02:01:49Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.705925' lon='-80.045887' />
<node id='4419891621' timestamp='2020-02-17T17:33:05Z' uid='7035337' user='floridaeditor' visible='true' version='7' changeset='81128947' lat='26.7056172' lon='-80.0361517'>
<tag k='name' v='Palm Beach' />
<tag k='place' v='village' />
<tag k='population' v='8612' />
<tag k='wikidata' v='Q695411' />
</node>
<way id='33541641' timestamp='2022-03-14T00:25:49Z' uid='219297' user='ZeLonewolf' visible='true' version='11' changeset='118449421'>
<nd ref='382806531' />
<nd ref='382806532' />
<nd ref='382806533' />
<nd ref='382806534' />
<nd ref='382806535' />
<nd ref='382806536' />
<nd ref='382806537' />
<nd ref='382806538' />
<nd ref='382806539' />
<nd ref='382806540' />
<nd ref='382806541' />
<nd ref='382806542' />
<nd ref='382806543' />
<tag k='border_type' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='474447659' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='382805882' />
<nd ref='382806546' />
<nd ref='382806547' />
<nd ref='382806548' />
<nd ref='382806549' />
<nd ref='830769186' />
<nd ref='382806505' />
<nd ref='382806506' />
<nd ref='382806507' />
<nd ref='382806508' />
<nd ref='382806509' />
<nd ref='382806510' />
<nd ref='382806511' />
<nd ref='382806512' />
<nd ref='382806513' />
<nd ref='382806514' />
<nd ref='382806515' />
<nd ref='382806516' />
<nd ref='382806517' />
<nd ref='382806518' />
<nd ref='382806519' />
<nd ref='382806520' />
<nd ref='382806521' />
<nd ref='382806522' />
<nd ref='382806523' />
<nd ref='382806524' />
<tag k='border_type' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='474447660' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='382806525' />
<nd ref='382806524' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='474448711' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='3' changeset='118449421'>
<nd ref='382806543' />
<nd ref='382806544' />
<nd ref='382805919' />
<tag k='border_type' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='474448712' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='4' changeset='118449421'>
<nd ref='382805882' />
<nd ref='382805714' />
<nd ref='382805716' />
<nd ref='382805717' />
<nd ref='382805719' />
<nd ref='382805720' />
<nd ref='382805723' />
<nd ref='382805725' />
<nd ref='382805726' />
<nd ref='382805730' />
<nd ref='382805731' />
<nd ref='382805732' />
<nd ref='382805733' />
<tag k='border_type' v='city' />
<tag k='population' v='37812' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='source:population' v='2016 https://en.wikipedia.org/wiki/Lake_Worth,_Florida#cite_note-USCensusEst2016-4' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='474448713' timestamp='2022-08-14T19:35:32Z' uid='83501' user='riiga' visible='true' version='3' changeset='124901085'>
<nd ref='382805919' />
<nd ref='382805918' />
<nd ref='382805917' />
<nd ref='382805916' />
<nd ref='382805915' />
<nd ref='382805914' />
<nd ref='382805913' />
<nd ref='382805912' />
<nd ref='382805733' />
</way>
<way id='474450753' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='382806527' />
<nd ref='382806529' />
<nd ref='382806531' />
<tag k='border_type' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='474450754' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='382806525' />
<nd ref='382806526' />
<nd ref='382806527' />
<tag k='border_type' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<relation id='1217229' timestamp='2021-02-09T01:52:52Z' uid='219297' user='ZeLonewolf' visible='true' version='10' changeset='98937702'>
<member type='way' ref='474447659' role='outer' />
<member type='way' ref='474448712' role='outer' />
<member type='way' ref='474448713' role='outer' />
<member type='way' ref='474448711' role='outer' />
<member type='way' ref='33541641' role='outer' />
<member type='way' ref='474450753' role='outer' />
<member type='way' ref='474450754' role='outer' />
<member type='way' ref='474447660' role='outer' />
<tag k='admin_level' v='8' />
<tag k='border_type' v='town' />
<tag k='boundary' v='administrative' />
<tag k='incorporation_type' v='town' />
<tag k='name' v='Palm Beach' />
<tag k='place' v='village' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:CLASSFP' v='C1' />
<tag k='tiger:CPI' v='N' />
<tag k='tiger:FUNCSTAT' v='A' />
<tag k='tiger:LSAD' v='43' />
<tag k='tiger:MTFCC' v='G4110' />
<tag k='tiger:NAME' v='Palm Beach' />
<tag k='tiger:NAMELSAD' v='Palm Beach town' />
<tag k='tiger:PCICBSA' v='N' />
<tag k='tiger:PCINECTA' v='N' />
<tag k='tiger:PLACEFP' v='54025' />
<tag k='tiger:PLACENS' v='02407067' />
<tag k='tiger:PLCIDFP' v='1254025' />
<tag k='tiger:STATEFP' v='12' />
<tag k='tiger:reviewed' v='no' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q695411' />
<tag k='wikipedia' v='en:Palm Beach, Florida' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,73 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='797547458' timestamp='2010-06-30T20:24:18Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175354' lon='3.0623717' />
<node id='797547592' timestamp='2010-06-30T20:24:20Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175521' lon='3.0619804' />
<node id='797547593' timestamp='2010-06-30T20:24:20Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175549' lon='3.0619993' />
<node id='797548001' timestamp='2010-06-30T20:24:25Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176744' lon='3.0622421' />
<node id='797548029' timestamp='2010-06-30T20:24:25Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175335' lon='3.0620679' />
<node id='797548137' timestamp='2010-06-30T20:24:27Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.617659' lon='3.0623877' />
<node id='797548524' timestamp='2010-06-30T20:24:32Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176613' lon='3.0626451' />
<node id='797548584' timestamp='2010-06-30T20:24:33Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176567' lon='3.0621767' />
<node id='797548596' timestamp='2010-06-30T20:24:33Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176772' lon='3.0622421' />
<node id='797548726' timestamp='2010-06-30T20:24:34Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176792' lon='3.0623867' />
<node id='797548926' timestamp='2010-06-30T20:24:37Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175454' lon='3.0624403' />
<node id='797548937' timestamp='2010-06-30T20:24:37Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175342' lon='3.0622451' />
<node id='797549072' timestamp='2010-06-30T20:24:40Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175642' lon='3.062012' />
<node id='797549735' timestamp='2010-06-30T20:25:00Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175521' lon='3.061992' />
<node id='797550027' timestamp='2010-06-30T20:25:05Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.617674' lon='3.0621999' />
<node id='797550105' timestamp='2010-06-30T20:25:07Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175563' lon='3.0624403' />
<node id='797550128' timestamp='2010-06-30T20:25:08Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175354' lon='3.0622451' />
<node id='797550247' timestamp='2010-06-30T20:25:10Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176065' lon='3.0619847' />
<node id='797550315' timestamp='2010-06-30T20:25:11Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.617565' lon='3.0619857' />
<node id='797550514' timestamp='2010-06-30T20:25:14Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176455' lon='3.0620638' />
<node id='797550683' timestamp='2010-06-30T20:25:17Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176556' lon='3.0620638' />
<node id='797550812' timestamp='2010-06-30T20:25:19Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.617563' lon='3.0619804' />
<node id='797550953' timestamp='2010-06-30T20:25:21Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175582' lon='3.0626481' />
<node id='797551062' timestamp='2010-06-30T20:25:22Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6176065' lon='3.0620142' />
<node id='797551266' timestamp='2010-06-30T20:25:25Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175638' lon='3.0619994' />
<node id='797551311' timestamp='2010-06-30T20:25:26Z' uid='190479' user='Gnuyo' visible='true' version='1' changeset='5116411' lat='50.6175446' lon='3.0623707' />
<way id='65203864' timestamp='2020-08-09T03:46:42Z' uid='10104660' user='nairo5913' visible='true' version='12' changeset='89142882'>
<nd ref='797548524' />
<nd ref='797548137' />
<nd ref='797548726' />
<nd ref='797548596' />
<nd ref='797548001' />
<nd ref='797550027' />
<nd ref='797548584' />
<nd ref='797550683' />
<nd ref='797550514' />
<nd ref='797551062' />
<nd ref='797550247' />
<nd ref='797550315' />
<nd ref='797550812' />
<nd ref='797547592' />
<nd ref='797549735' />
<nd ref='797547593' />
<nd ref='797551266' />
<nd ref='797549072' />
<nd ref='797548029' />
<nd ref='797550128' />
<nd ref='797548937' />
<nd ref='797547458' />
<nd ref='797551311' />
<nd ref='797548926' />
<nd ref='797550105' />
<nd ref='797550953' />
<nd ref='797548524' />
<tag k='air_conditioning' v='no' />
<tag k='building' v='yes' />
<tag k='name' v='Porte d&apos;Arras' />
<tag k='network' v='Ilévia' />
<tag k='nohousenumber' v='yes' />
<tag k='operator' v='Keolis Lille Métropole' />
<tag k='public_transport' v='station' />
<tag k='railway' v='station' />
<tag k='source' v='cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010' />
<tag k='station' v='subway' />
<tag k='subway' v='yes' />
<tag k='website' v='https://www.ilevia.fr/' />
<tag k='wheelchair' v='yes' />
<tag k='wikidata' v='Q1865573' />
<tag k='wikipedia' v='fr:Porte d&apos;Arras (métro de Lille Métropole)' />
</way>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,586 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='154335223' timestamp='2021-11-08T00:42:23Z' uid='13648514' user='kalenik_a' visible='true' version='8' changeset='113500319' lat='26.784343' lon='-80.0650293'>
<tag k='census:population' v='35846;2006' />
<tag k='ele' v='4' />
<tag k='gnis:County' v='Palm Beach' />
<tag k='gnis:County_num' v='099' />
<tag k='gnis:ST_alpha' v='FL' />
<tag k='gnis:ST_num' v='12' />
<tag k='gnis:id' v='289758' />
<tag k='incorporation_type' v='city' />
<tag k='name' v='Riviera Beach' />
<tag k='name:en' v='Riviera Beach' />
<tag k='place' v='city' />
<tag k='population' v='35846' />
<tag k='wikidata' v='Q994772' />
<tag k='wikipedia' v='en:Riviera Beach, Florida' />
</node>
<node id='382805633' timestamp='2011-03-02T07:07:19Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.803639' lon='-80.048763' />
<node id='382805634' timestamp='2009-04-24T03:52:35Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922338' lat='26.797011' lon='-80.047885' />
<node id='382805635' timestamp='2009-04-24T03:52:36Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922338' lat='26.792484' lon='-80.04725' />
<node id='382805636' timestamp='2009-04-24T03:52:36Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922338' lat='26.79254' lon='-80.051963' />
<node id='382805655' timestamp='2016-10-25T15:57:28Z' uid='33757' user='Minh Nguyen' visible='true' version='3' changeset='43162723' lat='26.7930893' lon='-80.071392'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='382805973' timestamp='2011-02-20T02:40:33Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7642981' lon='-80.0837105' />
<node id='382805978' timestamp='2011-04-23T22:31:57Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7948232' lat='26.7637501' lon='-80.0674558' />
<node id='382806055' timestamp='2011-03-02T07:07:18Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.814439' lon='-80.030562' />
<node id='382806056' timestamp='2011-03-02T07:07:18Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.814739' lon='-80.035562' />
<node id='382806057' timestamp='2011-03-02T07:07:18Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.814739' lon='-80.037262' />
<node id='382806059' timestamp='2011-03-02T07:07:18Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.814839' lon='-80.038262' />
<node id='382806060' timestamp='2011-03-02T07:07:18Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.814839' lon='-80.038962' />
<node id='382806061' timestamp='2011-03-02T07:07:18Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.814939' lon='-80.040762' />
<node id='382806062' timestamp='2011-03-02T07:07:19Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.814539' lon='-80.038962' />
<node id='382806063' timestamp='2011-03-02T07:07:19Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.808939' lon='-80.038962' />
<node id='382806064' timestamp='2011-03-02T07:07:19Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.806339' lon='-80.037762' />
<node id='382806065' timestamp='2011-03-02T07:07:19Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7435622' lat='26.803641' lon='-80.037849' />
<node id='382806524' timestamp='2011-04-23T22:31:57Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7948232' lat='26.7633047' lon='-80.0484497' />
<node id='382806525' timestamp='2009-04-24T03:53:25Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922344' lat='26.77014' lon='-80.049063' />
<node id='382806770' timestamp='2011-02-20T01:59:49Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7946062' lon='-80.1152197' />
<node id='382806771' timestamp='2011-02-20T01:59:49Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7905695' lon='-80.1154128' />
<node id='382806772' timestamp='2011-02-20T01:59:49Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7877585' lon='-80.1154879' />
<node id='382807223' timestamp='2009-04-24T03:54:02Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.7817' lon='-80.035105' />
<node id='382807225' timestamp='2009-04-24T03:54:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.781674' lon='-80.032206' />
<node id='382807226' timestamp='2009-04-24T03:54:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.781365' lon='-80.030177' />
<node id='382807228' timestamp='2009-04-24T03:54:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.782083' lon='-80.041462' />
<node id='382807229' timestamp='2009-04-24T03:54:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.782075' lon='-80.040323' />
<node id='382807690' timestamp='2015-12-15T14:06:05Z' uid='369983' user='grouper' visible='true' version='3' changeset='35967264' lat='26.7961172' lon='-80.0950989' />
<node id='382807695' timestamp='2011-02-20T02:00:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7940807' lon='-80.0962001' />
<node id='382807698' timestamp='2011-02-20T02:00:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7941345' lon='-80.097497' />
<node id='382807699' timestamp='2011-02-20T02:00:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7924801' lon='-80.0975841' />
<node id='382807701' timestamp='2011-02-20T02:00:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7925124' lon='-80.0983807' />
<node id='382807710' timestamp='2011-02-20T02:00:15Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7878208' lon='-80.0972918' />
<node id='382807711' timestamp='2011-02-20T02:00:15Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7872174' lon='-80.0973079' />
<node id='382807722' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7841574' lon='-80.1064703' />
<node id='382807724' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7834678' lon='-80.1064864' />
<node id='382807741' timestamp='2011-02-20T02:00:17Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7783435' lon='-80.0993249' />
<node id='382807752' timestamp='2011-02-20T02:00:10Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7824669' lon='-80.1002368' />
<node id='382807753' timestamp='2011-02-20T02:00:10Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7825531' lon='-80.1024094' />
<node id='382807758' timestamp='2011-02-20T02:00:10Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7852875' lon='-80.1028976' />
<node id='382807759' timestamp='2011-02-20T02:00:10Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7852253' lon='-80.0999418' />
<node id='382807764' timestamp='2011-02-20T02:00:04Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7856802' lon='-80.09837' />
<node id='382807767' timestamp='2011-02-20T02:00:04Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7861878' lon='-80.0984558' />
<node id='382807770' timestamp='2011-02-20T02:15:19Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7852427' lon='-80.0967795' />
<node id='382807771' timestamp='2011-02-20T02:15:19Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7851901' lon='-80.0955202' />
<node id='382807775' timestamp='2011-02-20T02:15:19Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7847878' lon='-80.0943816' />
<node id='382807781' timestamp='2011-02-20T02:15:20Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7863657' lon='-80.0930647' />
<node id='382807782' timestamp='2011-02-20T02:15:20Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7860053' lon='-80.0930808' />
<node id='382807783' timestamp='2011-02-20T02:15:20Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7860437' lon='-80.0942073' />
<node id='382807793' timestamp='2011-02-20T02:00:06Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7882661' lon='-80.0913158' />
<node id='382807794' timestamp='2011-02-21T16:58:20Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7355721' lat='26.7930592' lon='-80.0910201' />
<node id='382807795' timestamp='2009-04-24T03:54:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.781614' lon='-80.030177' />
<node id='382807797' timestamp='2009-04-24T03:54:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.782022' lon='-80.047022' />
<node id='382807798' timestamp='2009-04-24T03:54:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.774552' lon='-80.049019' />
<node id='382807799' timestamp='2009-04-24T03:54:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.77364' lon='-80.049263' />
<node id='382807802' timestamp='2011-04-23T22:31:57Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7948232' lat='26.7634436' lon='-80.0551981' />
<node id='382807804' timestamp='2016-10-25T15:57:28Z' uid='33757' user='Minh Nguyen' visible='true' version='2' changeset='43162723' lat='26.7635738' lon='-80.0599148' />
<node id='382807808' timestamp='2011-02-20T02:40:33Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7645615' lon='-80.0909685' />
<node id='382807812' timestamp='2009-04-24T03:54:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.764946' lon='-80.101109' />
<node id='382807813' timestamp='2009-04-24T03:54:21Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.76514' lon='-80.105664' />
<node id='382807819' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.763032' lon='-80.106343' />
<node id='382807820' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.762543' lon='-80.106379' />
<node id='382807821' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.762322' lon='-80.106379' />
<node id='382807823' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.762405' lon='-80.108623' />
<node id='382807824' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.76223' lon='-80.108637' />
<node id='382807826' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.763078' lon='-80.109478' />
<node id='382807827' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.763096' lon='-80.109444' />
<node id='382807828' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.763143' lon='-80.109486' />
<node id='382807829' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.763309' lon='-80.109179' />
<node id='382807830' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.764428' lon='-80.109144' />
<node id='382807831' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.764683' lon='-80.109326' />
<node id='382807832' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.765136' lon='-80.109353' />
<node id='382807844' timestamp='2009-04-24T03:54:22Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.780257' lon='-80.115967' />
<node id='382807849' timestamp='2009-04-24T03:54:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.781018' lon='-80.116137' />
<node id='382807850' timestamp='2009-04-24T03:54:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.782064' lon='-80.116107' />
<node id='382807851' timestamp='2009-04-24T03:54:23Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='922349' lat='26.782147' lon='-80.117113' />
<node id='830765692' timestamp='2011-03-07T06:54:13Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7481175' lat='26.7927637' lon='-80.0605483' />
<node id='830765936' timestamp='2010-07-24T02:00:13Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.778134' lon='-80.115794' />
<node id='830765989' timestamp='2011-02-20T02:15:20Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7855025' lon='-80.0942314' />
<node id='830766058' timestamp='2011-03-07T06:54:13Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7481175' lat='26.79296' lon='-80.0664062' />
<node id='830766099' timestamp='2010-07-24T02:00:17Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.780695' lon='-80.116161' />
<node id='830766155' timestamp='2010-07-24T02:00:18Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.793373' lon='-80.082464' />
<node id='830766268' timestamp='2010-07-24T02:00:20Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.779292' lon='-80.115764' />
<node id='830766324' timestamp='2011-04-23T22:31:57Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7948232' lat='26.7644686' lon='-80.0881893' />
<node id='830766341' timestamp='2010-07-24T02:00:22Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.763852' lon='-80.071475' />
<node id='830766422' timestamp='2011-02-20T02:00:14Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.787816' lon='-80.096471' />
<node id='830766499' timestamp='2010-07-24T02:00:25Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.785403' lon='-80.119459' />
<node id='830766626' timestamp='2010-07-24T02:00:29Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.784034' lon='-80.119103' />
<node id='830766809' timestamp='2011-02-20T02:00:06Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7884098' lon='-80.0953981' />
<node id='830766853' timestamp='2011-04-23T22:31:57Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7948232' lat='26.7636783' lon='-80.0650955' />
<node id='830766895' timestamp='2010-07-24T02:00:36Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.769769' lon='-80.116155' />
<node id='830766928' timestamp='2011-02-20T02:15:20Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7863466' lon='-80.0919636' />
<node id='830766999' timestamp='2010-07-24T02:00:39Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.780479' lon='-80.116057' />
<node id='830767130' timestamp='2010-07-24T02:00:42Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.779027' lon='-80.115757' />
<node id='830767191' timestamp='2011-02-20T02:40:34Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7641113' lon='-80.0779209' />
<node id='830767256' timestamp='2011-02-20T02:00:14Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7886588' lon='-80.0964388' />
<node id='830767296' timestamp='2010-07-24T02:00:47Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.765128' lon='-80.10807' />
<node id='830767319' timestamp='2010-07-24T02:00:47Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.785169' lon='-80.119438' />
<node id='830767378' timestamp='2015-12-15T14:06:05Z' uid='369983' user='grouper' visible='true' version='3' changeset='35967264' lat='26.7961741' lon='-80.0960975' />
<node id='830767438' timestamp='2010-07-24T02:00:50Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.783821' lon='-80.118992' />
<node id='830767686' timestamp='2010-07-24T02:00:57Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.767568' lon='-80.11625' />
<node id='830767722' timestamp='2010-07-24T02:00:58Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.785422' lon='-80.091989' />
<node id='830767928' timestamp='2010-07-24T02:01:03Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.778577' lon='-80.115776' />
<node id='830768040' timestamp='2011-02-20T02:00:14Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7887163' lon='-80.0985041' />
<node id='830768081' timestamp='2010-07-24T02:01:07Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.764615' lon='-80.108111' />
<node id='830768220' timestamp='2010-07-24T02:01:10Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.783614' lon='-80.118866' />
<node id='830768311' timestamp='2011-04-23T22:31:57Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7948232' lat='26.7633909' lon='-80.052296' />
<node id='830768328' timestamp='2011-11-11T05:21:43Z' uid='369983' user='grouper' visible='true' version='3' changeset='9793861' lat='26.7926405' lon='-80.0540571' />
<node id='830768462' timestamp='2015-11-05T02:54:33Z' uid='369983' user='grouper' visible='true' version='2' changeset='35093178' lat='26.7655321' lon='-80.1163414' />
<node id='830768498' timestamp='2012-05-13T04:52:52Z' uid='369983' user='grouper' visible='true' version='2' changeset='11582490' lat='26.7829795' lon='-80.0919534' />
<node id='830768643' timestamp='2010-07-24T02:01:23Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.77825' lon='-80.115789' />
<node id='830768728' timestamp='2010-07-24T02:01:27Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.76368' lon='-80.108185' />
<node id='830768773' timestamp='2015-12-15T14:06:05Z' uid='369983' user='grouper' visible='true' version='3' changeset='35967264' lat='26.7977325' lon='-80.0961752' />
<node id='830768808' timestamp='2010-07-24T02:01:31Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.783414' lon='-80.118727' />
<node id='830768839' timestamp='2011-02-20T02:00:10Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7833816' lon='-80.102962' />
<node id='830768950' timestamp='2012-07-25T01:01:21Z' uid='369983' user='grouper' visible='true' version='2' changeset='12479445' lat='26.7621928' lon='-80.1109839' />
<node id='830768971' timestamp='2011-02-20T02:15:20Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7830841' lon='-80.094438' />
<node id='830769086' timestamp='2010-07-24T02:01:44Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.783222' lon='-80.118575' />
<node id='830769108' timestamp='2010-07-24T02:01:45Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.764912' lon='-80.09984' />
<node id='830769176' timestamp='2010-07-24T02:01:48Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.76339' lon='-80.108208' />
<node id='830769219' timestamp='2015-12-15T14:06:05Z' uid='369983' user='grouper' visible='true' version='3' changeset='35967264' lat='26.7978167' lon='-80.0977899' />
<node id='830769253' timestamp='2011-02-20T01:59:49Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7852612' lon='-80.1155429' />
<node id='830769286' timestamp='2011-02-20T02:00:10Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7833624' lon='-80.1023933' />
<node id='830769414' timestamp='2011-02-20T02:15:19Z' uid='230350' user='westendguy' visible='true' version='3' changeset='7338443' lat='26.7848285' lon='-80.0955336' />
<node id='830769487' timestamp='2010-07-24T02:02:02Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.762393' lon='-80.108288' />
<node id='830769500' timestamp='2012-05-13T04:52:52Z' uid='369983' user='grouper' visible='true' version='2' changeset='11582490' lat='26.7816996' lon='-80.0336791' />
<node id='830769533' timestamp='2010-07-24T02:02:05Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.783039' lon='-80.11841' />
<node id='830769624' timestamp='2010-07-24T02:02:09Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.763317' lon='-80.106356' />
<node id='830769815' timestamp='2013-09-22T05:00:06Z' uid='369983' user='grouper' visible='true' version='4' changeset='17967260' lat='26.7782884' lon='-80.1054188' />
<node id='830769881' timestamp='2011-02-20T02:15:19Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7861442' lon='-80.0967366' />
<node id='830769967' timestamp='2010-07-24T02:02:25Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.781642' lon='-80.037063' />
<node id='830769999' timestamp='2010-07-24T02:02:26Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.782864' lon='-80.118234' />
<node id='830770020' timestamp='2013-12-14T06:17:02Z' uid='369983' user='grouper' visible='true' version='3' changeset='19444043' lat='26.7932157' lon='-80.0762669' />
<node id='830770157' timestamp='2012-04-16T03:40:55Z' uid='369983' user='grouper' visible='true' version='2' changeset='11317867' lat='26.7878503' lon='-80.1194461' />
<node id='830770220' timestamp='2010-07-24T02:02:37Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.784935' lon='-80.119402' />
<node id='830770409' timestamp='2014-12-17T20:40:32Z' uid='308' user='MichaelCollinson' visible='true' version='2' changeset='27538495' lat='26.7817491' lon='-80.0390057' />
<node id='830770438' timestamp='2010-07-24T02:02:47Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.782029' lon='-80.117281' />
<node id='830770504' timestamp='2010-07-24T02:02:50Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.780018' lon='-80.115888' />
<node id='830770596' timestamp='2010-07-24T02:02:54Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.78718' lon='-80.119385' />
<node id='830770628' timestamp='2013-09-22T05:00:06Z' uid='369983' user='grouper' visible='true' version='3' changeset='17967260' lat='26.7742298' lon='-80.099476' />
<node id='830770672' timestamp='2010-07-24T02:02:58Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.784704' lon='-80.11935' />
<node id='830770723' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7834486' lon='-80.1056388' />
<node id='830770793' timestamp='2011-03-07T05:51:41Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7480947' lat='26.793458' lon='-80.0853265' />
<node id='830770899' timestamp='2010-07-24T02:03:08Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.780925' lon='-80.116292' />
<node id='830770965' timestamp='2010-07-24T02:03:12Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.779759' lon='-80.115826' />
<node id='830771029' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7871552' lon='-80.1071033' />
<node id='830771129' timestamp='2010-07-24T02:03:20Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.784477' lon='-80.119283' />
<node id='830771255' timestamp='2016-10-25T15:57:28Z' uid='33757' user='Minh Nguyen' visible='true' version='3' changeset='43162723' lat='26.7635418' lon='-80.0588057' />
<node id='830771323' timestamp='2012-05-13T04:52:53Z' uid='369983' user='grouper' visible='true' version='2' changeset='11582490' lat='26.7856252' lon='-80.0954987' />
<node id='830771413' timestamp='2010-07-24T02:03:30Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.780905' lon='-80.116279' />
<node id='830771506' timestamp='2010-07-24T02:03:34Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.779526' lon='-80.115787' />
<node id='830771601' timestamp='2010-07-24T02:03:38Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.785639' lon='-80.119465' />
<node id='830771686' timestamp='2010-07-24T02:03:42Z' uid='207745' user='NE2' visible='true' version='1' changeset='5300348' lat='26.784253' lon='-80.1192' />
<node id='830771723' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338404' lat='26.7842053' lon='-80.1072159' />
<node id='1162664177' timestamp='2011-02-20T01:59:49Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7647225' lon='-80.0939658' />
<node id='1162664179' timestamp='2011-02-20T01:59:49Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7944147' lon='-80.1070389' />
<node id='1162664191' timestamp='2011-02-20T02:40:33Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7646345' lon='-80.0928863' />
<node id='1162664326' timestamp='2011-02-20T02:15:19Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7843771' lon='-80.0981394' />
<node id='1162664359' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7793535' lon='-80.0985618' />
<node id='1162664360' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7796696' lon='-80.098594' />
<node id='1162664361' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7806585' lon='-80.0984318' />
<node id='1162664363' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7817444' lon='-80.0982453' />
<node id='1162664365' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7826843' lon='-80.0981112' />
<node id='1162664366' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7829189' lon='-80.0976486' />
<node id='1162664368' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.7834816' lon='-80.0976338' />
<node id='1162664372' timestamp='2011-02-20T02:15:21Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7338443' lat='26.783769' lon='-80.0980348' />
<node id='1162664395' timestamp='2012-05-13T04:52:49Z' uid='369983' user='grouper' visible='true' version='2' changeset='11582490' lat='26.7835928' lon='-80.1007828' />
<node id='1162664397' timestamp='2012-05-13T04:52:49Z' uid='369983' user='grouper' visible='true' version='2' changeset='11582490' lat='26.7830223' lon='-80.1007973' />
<node id='1162664403' timestamp='2011-02-20T02:00:10Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7844016' lon='-80.100092' />
<node id='1162664404' timestamp='2011-02-20T02:00:11Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7838988' lon='-80.1001886' />
<node id='1162664481' timestamp='2011-02-20T02:00:14Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7872366' lon='-80.0985578' />
<node id='1162664511' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7942279' lon='-80.0992444' />
<node id='1162664514' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7927579' lon='-80.0992712' />
<node id='1162664518' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7901864' lon='-80.0993517' />
<node id='1162664519' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.787998' lon='-80.0994161' />
<node id='1162664521' timestamp='2011-02-20T02:00:16Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7869301' lon='-80.0994697' />
<node id='1162664581' timestamp='2011-02-20T02:00:20Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7960044' lon='-80.0982721' />
<node id='1162664585' timestamp='2011-02-20T02:00:20Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7967394' lon='-80.098248' />
<node id='1162664590' timestamp='2011-02-20T02:00:20Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7975594' lon='-80.0982077' />
<node id='1162664592' timestamp='2015-12-15T14:06:05Z' uid='369983' user='grouper' visible='true' version='2' changeset='35967264' lat='26.7978768' lon='-80.0982021' />
<node id='1162664609' timestamp='2011-02-20T02:00:21Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7935108' lon='-80.0983553' />
<node id='1162664613' timestamp='2011-02-20T02:00:21Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7942578' lon='-80.0983392' />
<node id='1162664615' timestamp='2011-02-20T02:00:21Z' uid='230350' user='westendguy' visible='true' version='1' changeset='7338404' lat='26.7950084' lon='-80.0982976' />
<node id='1165380292' timestamp='2011-03-07T05:51:38Z' uid='230350' user='westendguy' visible='true' version='2' changeset='7480947' lat='26.7937262' lon='-80.0910289' />
<node id='1396149521' timestamp='2011-08-12T16:11:43Z' uid='369983' user='grouper' visible='true' version='1' changeset='8997428' lat='26.7633483' lon='-80.0503938' />
<node id='2335150776' timestamp='2013-06-07T09:41:13Z' uid='160949' user='eric22' visible='true' version='1' changeset='16455031' lat='26.7783154' lon='-80.0983043' />
<node id='5485428442' timestamp='2020-10-23T09:02:15Z' uid='3922929' user='aalox' visible='true' version='2' changeset='92939577' lat='26.7930813' lon='-80.0711047'>
<tag k='railway' v='level_crossing' />
</node>
<node id='5501994387' timestamp='2018-03-24T19:32:09Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57494107' lat='26.7826253' lon='-80.1179588' />
<node id='5501994415' timestamp='2018-03-24T19:32:09Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57494107' lat='26.7837172' lon='-80.1189324' />
<node id='5501994430' timestamp='2018-03-24T19:32:09Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57494107' lat='26.7844355' lon='-80.1192677' />
<node id='5501994436' timestamp='2018-03-24T19:32:10Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57494107' lat='26.7859943' lon='-80.1194491' />
<node id='5504056110' timestamp='2018-03-25T23:08:34Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.7930481' lon='-80.0699685' />
<node id='5504056421' timestamp='2018-03-25T23:08:34Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.793057' lon='-80.0702637' />
<node id='5504056427' timestamp='2018-03-25T23:08:34Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.793063' lon='-80.0705212' />
<node id='5504056428' timestamp='2018-03-25T23:08:34Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.7930654' lon='-80.0706761' />
<node id='5504056775' timestamp='2018-03-25T23:08:38Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.793104' lon='-80.071959' />
<node id='5504059683' timestamp='2018-03-25T23:09:16Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.7869614' lon='-80.095448' />
<node id='5504059819' timestamp='2018-03-25T23:09:19Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.7859596' lon='-80.0919742' />
<node id='5504059896' timestamp='2018-03-25T23:09:20Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.7884523' lon='-80.0964467' />
<node id='5504059968' timestamp='2018-03-25T23:09:22Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.7861555' lon='-80.0971581' />
<node id='5504060239' timestamp='2018-03-25T23:09:27Z' uid='5176067' user='Romashka1111' visible='true' version='1' changeset='57519584' lat='26.7924947' lon='-80.0979448' />
<node id='7743739672' timestamp='2020-07-24T11:55:38Z' uid='7035337' user='floridaeditor' visible='true' version='1' changeset='88456326' lat='26.7870585' lon='-80.1193916' />
<way id='33541658' timestamp='2022-03-14T00:25:49Z' uid='219297' user='ZeLonewolf' visible='true' version='8' changeset='118449421'>
<nd ref='382807228' />
<nd ref='382807229' />
<nd ref='830770409' />
<nd ref='830769967' />
<nd ref='382807223' />
<nd ref='830769500' />
<nd ref='382807225' />
<nd ref='382807226' />
<tag k='border_type' v='town' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='33541665' timestamp='2022-03-14T00:25:49Z' uid='219297' user='ZeLonewolf' visible='true' version='8' changeset='118449421'>
<nd ref='1162664179' />
<nd ref='1162664511' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='100559913' timestamp='2022-03-14T00:26:22Z' uid='219297' user='ZeLonewolf' visible='true' version='7' changeset='118449421'>
<nd ref='1162664179' />
<nd ref='382806770' />
<nd ref='382806771' />
<nd ref='382806772' />
<nd ref='830769253' />
<nd ref='830770157' />
<nd ref='830770596' />
<nd ref='7743739672' />
<nd ref='5501994436' />
<nd ref='830771601' />
<nd ref='830766499' />
<nd ref='830767319' />
<nd ref='830770220' />
<nd ref='830770672' />
<nd ref='830771129' />
<nd ref='5501994430' />
<nd ref='830771686' />
<nd ref='830766626' />
<nd ref='830767438' />
<nd ref='5501994415' />
<nd ref='830768220' />
<nd ref='830768808' />
<nd ref='830769086' />
<nd ref='830769533' />
<nd ref='830769999' />
<nd ref='5501994387' />
<nd ref='830770438' />
<nd ref='382807851' />
<nd ref='382807850' />
<nd ref='382807849' />
<nd ref='830770899' />
<nd ref='830771413' />
<nd ref='830766099' />
<nd ref='830766999' />
<nd ref='382807844' />
<nd ref='830770504' />
<nd ref='830770965' />
<nd ref='830771506' />
<nd ref='830766268' />
<nd ref='830767130' />
<nd ref='830767928' />
<nd ref='830768643' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='100559985' timestamp='2022-03-14T00:26:22Z' uid='219297' user='ZeLonewolf' visible='true' version='4' changeset='118449421'>
<nd ref='1162664326' />
<nd ref='382807764' />
<nd ref='382807767' />
<nd ref='5504059968' />
<nd ref='830769881' />
<nd ref='382807770' />
<nd ref='382807771' />
<nd ref='830769414' />
<nd ref='382807775' />
<nd ref='830768971' />
<nd ref='830768498' />
<nd ref='830767722' />
<nd ref='5504059819' />
<nd ref='830766928' />
<nd ref='382807781' />
<nd ref='382807782' />
<nd ref='382807783' />
<nd ref='830765989' />
<nd ref='830771323' />
<nd ref='5504059683' />
<nd ref='830766809' />
<nd ref='382807793' />
<nd ref='382807794' />
<nd ref='1165380292' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='100560014' timestamp='2022-03-14T00:26:22Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='1162664395' />
<nd ref='1162664397' />
<nd ref='382807752' />
<nd ref='382807753' />
<nd ref='830769286' />
<nd ref='830768839' />
<nd ref='382807758' />
<nd ref='382807759' />
<nd ref='1162664403' />
<nd ref='1162664404' />
<nd ref='1162664395' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='100560042' timestamp='2022-03-14T00:26:22Z' uid='219297' user='ZeLonewolf' visible='true' version='3' changeset='118449421'>
<nd ref='1162664481' />
<nd ref='830768040' />
<nd ref='830767256' />
<nd ref='5504059896' />
<nd ref='830766422' />
<nd ref='382807710' />
<nd ref='382807711' />
<nd ref='1162664481' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='100560055' timestamp='2022-03-14T00:26:22Z' uid='219297' user='ZeLonewolf' visible='true' version='5' changeset='118449421'>
<nd ref='1162664511' />
<nd ref='1162664514' />
<nd ref='1162664518' />
<nd ref='1162664519' />
<nd ref='1162664521' />
<nd ref='830771029' />
<nd ref='830771723' />
<nd ref='382807722' />
<nd ref='382807724' />
<nd ref='830770723' />
<nd ref='830769815' />
<nd ref='830770628' />
<nd ref='382807741' />
<nd ref='2335150776' />
<nd ref='1162664359' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='100560082' timestamp='2022-03-14T00:26:22Z' uid='219297' user='ZeLonewolf' visible='true' version='3' changeset='118449421'>
<nd ref='1162664581' />
<nd ref='1162664585' />
<nd ref='1162664590' />
<nd ref='1162664592' />
<nd ref='830769219' />
<nd ref='830768773' />
<nd ref='382807690' />
<nd ref='830767378' />
<nd ref='382807695' />
<nd ref='382807698' />
<nd ref='382807699' />
<nd ref='5504060239' />
<nd ref='382807701' />
<nd ref='1162664609' />
<nd ref='1162664613' />
<nd ref='1162664615' />
<nd ref='1162664581' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='100842467' timestamp='2022-03-14T00:26:22Z' uid='219297' user='ZeLonewolf' visible='true' version='13' changeset='118449421'>
<nd ref='1165380292' />
<nd ref='830770793' />
<nd ref='830766155' />
<nd ref='830770020' />
<nd ref='5504056775' />
<nd ref='382805655' />
<nd ref='5485428442' />
<nd ref='5504056428' />
<nd ref='5504056427' />
<nd ref='5504056421' />
<nd ref='5504056110' />
<nd ref='830766058' />
<nd ref='830765692' />
<nd ref='830768328' />
<nd ref='382805636' />
<nd ref='382805635' />
<nd ref='382805634' />
<nd ref='382805633' />
<nd ref='382806065' />
<nd ref='382806064' />
<nd ref='382806063' />
<nd ref='382806062' />
<nd ref='382806061' />
<nd ref='382806060' />
<nd ref='382806059' />
<nd ref='382806057' />
<nd ref='382806056' />
<nd ref='382806055' />
<nd ref='382807795' />
<nd ref='382807226' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='224722676' timestamp='2022-03-14T00:51:01Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='830768462' />
<nd ref='382807832' />
<nd ref='382807831' />
<nd ref='382807830' />
<nd ref='382807829' />
<nd ref='382807828' />
<nd ref='382807827' />
<nd ref='382807826' />
<nd ref='830768950' />
<nd ref='382807824' />
<nd ref='382807823' />
<nd ref='830769487' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='224722678' timestamp='2022-03-14T00:51:01Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='830769487' />
<nd ref='382807821' />
<nd ref='382807820' />
<nd ref='382807819' />
<nd ref='830769624' />
<nd ref='830769176' />
<nd ref='830768728' />
<nd ref='830768081' />
<nd ref='830767296' />
<nd ref='382807813' />
<nd ref='382807812' />
<nd ref='830769108' />
<nd ref='1162664177' />
<nd ref='1162664191' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='224722684' timestamp='2022-03-14T00:51:01Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='382805973' />
<nd ref='830766324' />
<nd ref='382807808' />
<nd ref='1162664191' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='224722686' timestamp='2022-03-14T00:51:01Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='382805978' />
<nd ref='830766341' />
<nd ref='830767191' />
<nd ref='382805973' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='224722691' timestamp='2022-03-14T00:51:01Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='830768643' />
<nd ref='830765936' />
<nd ref='830766895' />
<nd ref='830767686' />
<nd ref='830768462' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='224722693' timestamp='2022-03-14T00:51:01Z' uid='219297' user='ZeLonewolf' visible='true' version='5' changeset='118449421'>
<nd ref='382806524' />
<nd ref='1396149521' />
<nd ref='830768311' />
<nd ref='382807802' />
<nd ref='830771255' />
<nd ref='382807804' />
<nd ref='830766853' />
<nd ref='382805978' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='224722696' timestamp='2022-03-14T00:51:01Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='1162664359' />
<nd ref='1162664360' />
<nd ref='1162664361' />
<nd ref='1162664363' />
<nd ref='1162664365' />
<nd ref='1162664366' />
<nd ref='1162664368' />
<nd ref='1162664372' />
<nd ref='1162664326' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='318188999' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='3' changeset='118449421'>
<nd ref='382807228' />
<nd ref='382807797' />
<nd ref='382807798' />
<nd ref='382807799' />
<nd ref='382806525' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<way id='474447660' timestamp='2022-03-14T00:54:00Z' uid='219297' user='ZeLonewolf' visible='true' version='2' changeset='118449421'>
<nd ref='382806525' />
<nd ref='382806524' />
<tag k='border_type' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:reviewed' v='no' />
</way>
<relation id='117921' timestamp='2021-02-09T01:52:52Z' uid='219297' user='ZeLonewolf' visible='true' version='15' changeset='98937702'>
<member type='way' ref='33541658' role='outer' />
<member type='way' ref='100842467' role='outer' />
<member type='way' ref='100559985' role='outer' />
<member type='way' ref='224722696' role='outer' />
<member type='way' ref='100560055' role='outer' />
<member type='way' ref='33541665' role='outer' />
<member type='way' ref='100559913' role='outer' />
<member type='way' ref='224722691' role='outer' />
<member type='way' ref='224722676' role='outer' />
<member type='way' ref='224722678' role='outer' />
<member type='way' ref='224722684' role='outer' />
<member type='way' ref='224722686' role='outer' />
<member type='way' ref='224722693' role='outer' />
<member type='way' ref='474447660' role='outer' />
<member type='way' ref='318188999' role='outer' />
<member type='way' ref='100560082' role='outer' />
<member type='way' ref='100560042' role='outer' />
<member type='way' ref='100560014' role='outer' />
<member type='node' ref='154335223' role='label' />
<tag k='admin_level' v='8' />
<tag k='border_type' v='city' />
<tag k='boundary' v='administrative' />
<tag k='incorporation_type' v='city' />
<tag k='name' v='Riviera Beach' />
<tag k='place' v='suburb' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:CLASSFP' v='C1' />
<tag k='tiger:CPI' v='N' />
<tag k='tiger:FUNCSTAT' v='A' />
<tag k='tiger:LSAD' v='25' />
<tag k='tiger:MTFCC' v='G4110' />
<tag k='tiger:NAME' v='Riviera Beach' />
<tag k='tiger:NAMELSAD' v='Riviera Beach city' />
<tag k='tiger:PCICBSA' v='N' />
<tag k='tiger:PCINECTA' v='N' />
<tag k='tiger:PLACEFP' v='60975' />
<tag k='tiger:PLACENS' v='02404626' />
<tag k='tiger:PLCIDFP' v='1260975' />
<tag k='tiger:STATEFP' v='12' />
<tag k='tiger:reviewed' v='no' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q994772' />
<tag k='wikipedia' v='en:Riviera Beach, Florida' />
</relation>
<relation id='1236474' action='delete' timestamp='2022-04-23T19:29:05Z' uid='1778799' user='SomeoneElse_Revert' visible='true' version='12' changeset='120102796'>
<tag k='name' v='Miami-Fort Lauderdale-Pompano Beach, FL Metropolitan Statistical Area' />
<tag k='type' v='statistical_area' />
<tag k='wikidata' v='Q2915506' />
<tag k='wikipedia' v='en:Miami metropolitan area' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,301 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='5926929850' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3599328' lon='37.1411083' />
<node id='5926929851' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3595838' lon='37.1409703' />
<node id='5926929852' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3586628' lon='37.1407003' />
<node id='5926929853' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3577488' lon='37.1405373' />
<node id='5926929854' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3566028' lon='37.1406563' />
<node id='5926929855' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3553018' lon='37.1408153' />
<node id='5926929856' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3547008' lon='37.1410113' />
<node id='5926929857' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3547108' lon='37.1412293' />
<node id='5926929858' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3547528' lon='37.1413093' />
<node id='5926929859' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3548518' lon='37.1418333' />
<node id='5926929860' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3548798' lon='37.1422483' />
<node id='5926929861' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3549858' lon='37.1430393' />
<node id='5926929862' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3550048' lon='37.1437573' />
<node id='5926929863' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3546488' lon='37.1439093' />
<node id='5926929864' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3542198' lon='37.1442843' />
<node id='5926929865' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3538678' lon='37.1445783' />
<node id='5926929866' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3536718' lon='37.1448863' />
<node id='5926929867' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3537488' lon='37.1461863' />
<node id='5926929868' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3538688' lon='37.1461733' />
<node id='5926929869' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3543188' lon='37.1462953' />
<node id='5926929870' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3551558' lon='37.1466313' />
<node id='5926929871' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3554228' lon='37.1468333' />
<node id='5926929872' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3556898' lon='37.1469143' />
<node id='5926929873' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3566178' lon='37.1468623' />
<node id='5926929874' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3577578' lon='37.1468513' />
<node id='5926929875' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3580108' lon='37.1465033' />
<node id='5926929876' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3583548' lon='37.1461953' />
<node id='5926929877' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3585168' lon='37.1458603' />
<node id='5926929878' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3586008' lon='37.1454453' />
<node id='5926929879' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3586498' lon='37.1448823' />
<node id='5926929880' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3587268' lon='37.1441993' />
<node id='5926929881' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3586988' lon='37.1421213' />
<node id='5926929882' timestamp='2018-09-24T15:13:34Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018' lat='58.3597818' lon='37.1422173' />
<node id='8835869579' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4025003' lon='37.2152896' />
<node id='8835869580' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4023573' lon='37.2161086' />
<node id='8835869581' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4021233' lon='37.2166156' />
<node id='8835869582' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4015563' lon='37.2176396' />
<node id='8835869583' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4009583' lon='37.2183896' />
<node id='8835869584' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4039023' lon='37.2213706' />
<node id='8835869585' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4039183' lon='37.2213916' />
<node id='8835869586' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4039463' lon='37.2213476' />
<node id='8835869587' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4039673' lon='37.2213006' />
<node id='8835869588' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4039963' lon='37.2213076' />
<node id='8835869589' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4040253' lon='37.2213606' />
<node id='8835869590' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4040473' lon='37.2214526' />
<node id='8835869591' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4041023' lon='37.2214696' />
<node id='8835869592' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4041533' lon='37.2214676' />
<node id='8835869593' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4041883' lon='37.2215296' />
<node id='8835869594' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4041823' lon='37.2216026' />
<node id='8835869595' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4041713' lon='37.2216986' />
<node id='8835869596' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4041853' lon='37.2217936' />
<node id='8835869597' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4042043' lon='37.2218636' />
<node id='8835869598' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4042423' lon='37.2219416' />
<node id='8835869599' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4043343' lon='37.2219246' />
<node id='8835869600' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4043883' lon='37.2219436' />
<node id='8835869601' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4044343' lon='37.2219946' />
<node id='8835869602' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4044983' lon='37.2219836' />
<node id='8835869603' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4046623' lon='37.2221786' />
<node id='8835869604' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4047853' lon='37.2223936' />
<node id='8835869605' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4049183' lon='37.2224516' />
<node id='8835869606' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4050303' lon='37.2226276' />
<node id='8835869607' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4051733' lon='37.2218276' />
<node id='8835869608' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4061053' lon='37.2205486' />
<node id='8835869609' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4061323' lon='37.2201516' />
<node id='8835869610' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4064463' lon='37.2165476' />
<node id='8835869611' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4061813' lon='37.2162496' />
<node id='8835869612' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4060583' lon='37.2159376' />
<node id='8835869613' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4058943' lon='37.2154686' />
<node id='8835869614' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4057713' lon='37.2151766' />
<node id='8835869615' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4055353' lon='37.2150006' />
<node id='8835869616' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4050343' lon='37.2147076' />
<node id='8835869617' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4046083' lon='37.2145566' />
<node id='8835869618' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4043703' lon='37.2145696' />
<node id='8835869619' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4039713' lon='37.2144136' />
<node id='8835869620' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4027023' lon='37.2138656' />
<node id='8835869621' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4038043' lon='37.2212956' />
<node id='8835869622' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4037413' lon='37.2212606' />
<node id='8835869623' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4036973' lon='37.2212826' />
<node id='8835869624' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4036243' lon='37.2212366' />
<node id='8835869625' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4035573' lon='37.2212526' />
<node id='8835869626' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4035283' lon='37.2212206' />
<node id='8835869627' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4034123' lon='37.2212166' />
<node id='8835869628' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4032983' lon='37.2211256' />
<node id='8835869629' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4032113' lon='37.2210066' />
<node id='8835869630' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4031583' lon='37.2208686' />
<node id='8835869631' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4031013' lon='37.2207596' />
<node id='8835869632' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4030743' lon='37.2205776' />
<node id='8835869633' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4030523' lon='37.2204126' />
<node id='8835869634' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4030363' lon='37.2202416' />
<node id='8835869635' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4030133' lon='37.2200816' />
<node id='8835869636' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4029743' lon='37.2199136' />
<node id='8835869637' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4028983' lon='37.2197576' />
<node id='8835869638' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4028103' lon='37.2196516' />
<node id='8835869639' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4027583' lon='37.2196146' />
<node id='8835869640' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4026893' lon='37.2195866' />
<node id='8835869641' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4026363' lon='37.2195686' />
<node id='8835869642' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4026093' lon='37.2195236' />
<node id='8835869643' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4025843' lon='37.2195626' />
<node id='8835869644' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4025603' lon='37.2195916' />
<node id='8835869645' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4025143' lon='37.2195246' />
<node id='8835869646' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4024573' lon='37.2194476' />
<node id='8835869647' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4024113' lon='37.2193686' />
<node id='8835869648' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4023563' lon='37.2193266' />
<node id='8835869649' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4023313' lon='37.2193456' />
<node id='8835869650' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4023023' lon='37.2193036' />
<node id='8835869651' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4023043' lon='37.2192506' />
<node id='8835869652' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4023163' lon='37.2191786' />
<node id='8835869653' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4022823' lon='37.2191186' />
<node id='8835869654' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4022463' lon='37.2190896' />
<node id='8835869655' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4022383' lon='37.2190446' />
<node id='8835869656' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4021983' lon='37.2191066' />
<node id='8835869657' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4021743' lon='37.2191936' />
<node id='8835869658' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4021393' lon='37.2192156' />
<node id='8835869659' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4020963' lon='37.2191766' />
<node id='8835869660' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4020293' lon='37.2191106' />
<node id='8835869661' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4019843' lon='37.2190106' />
<node id='8835869662' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4019543' lon='37.2189146' />
<node id='8835869663' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4019283' lon='37.2188646' />
<node id='8835869664' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4018913' lon='37.2188636' />
<node id='8835869665' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4018473' lon='37.2189186' />
<node id='8835869666' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4018593' lon='37.2189866' />
<node id='8835869667' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4018213' lon='37.2190036' />
<node id='8835869668' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4017823' lon='37.2189816' />
<node id='8835869669' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4017433' lon='37.2189126' />
<node id='8835869670' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4017013' lon='37.2188116' />
<node id='8835869671' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4016683' lon='37.2187696' />
<node id='8835869672' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4016523' lon='37.2188446' />
<node id='8835869673' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4016493' lon='37.2189336' />
<node id='8835869674' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4016633' lon='37.2190296' />
<node id='8835869675' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4015883' lon='37.2190316' />
<node id='8835869676' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4015243' lon='37.2190186' />
<node id='8835869677' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4014583' lon='37.2189696' />
<node id='8835869678' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4014033' lon='37.2188776' />
<node id='8835869679' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4014233' lon='37.2187246' />
<node id='8835869680' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4013623' lon='37.2186526' />
<node id='8835869681' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4012673' lon='37.2186726' />
<node id='8835869682' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4011903' lon='37.2187126' />
<node id='8835869683' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4011163' lon='37.2186616' />
<node id='8835869684' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4009993' lon='37.2188056' />
<node id='8835869873' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734' lat='58.4038593' lon='37.2213346' />
<way id='627817964' timestamp='2018-09-24T15:13:53Z' uid='363501' user='pacman541' visible='true' version='1' changeset='62884018'>
<nd ref='5926929882' />
<nd ref='5926929881' />
<nd ref='5926929880' />
<nd ref='5926929879' />
<nd ref='5926929878' />
<nd ref='5926929877' />
<nd ref='5926929876' />
<nd ref='5926929875' />
<nd ref='5926929874' />
<nd ref='5926929873' />
<nd ref='5926929872' />
<nd ref='5926929871' />
<nd ref='5926929870' />
<nd ref='5926929869' />
<nd ref='5926929868' />
<nd ref='5926929867' />
<nd ref='5926929866' />
<nd ref='5926929865' />
<nd ref='5926929864' />
<nd ref='5926929863' />
<nd ref='5926929862' />
<nd ref='5926929861' />
<nd ref='5926929860' />
<nd ref='5926929859' />
<nd ref='5926929858' />
<nd ref='5926929857' />
<nd ref='5926929856' />
<nd ref='5926929855' />
<nd ref='5926929854' />
<nd ref='5926929853' />
<nd ref='5926929852' />
<nd ref='5926929851' />
<nd ref='5926929850' />
<nd ref='5926929882' />
<tag k='name' v='Тарачево' />
<tag k='place' v='hamlet' />
</way>
<way id='954612066' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734'>
<nd ref='8835869684' />
<nd ref='8835869583' />
<nd ref='8835869582' />
<nd ref='8835869581' />
<nd ref='8835869580' />
<nd ref='8835869579' />
<nd ref='8835869620' />
<nd ref='8835869619' />
<nd ref='8835869618' />
<nd ref='8835869617' />
<nd ref='8835869616' />
<nd ref='8835869615' />
<nd ref='8835869614' />
<nd ref='8835869613' />
<nd ref='8835869612' />
<nd ref='8835869611' />
<nd ref='8835869610' />
<nd ref='8835869609' />
<nd ref='8835869608' />
<nd ref='8835869607' />
<nd ref='8835869606' />
<nd ref='8835869605' />
<nd ref='8835869604' />
<nd ref='8835869603' />
<nd ref='8835869602' />
<nd ref='8835869601' />
<nd ref='8835869600' />
<nd ref='8835869599' />
<nd ref='8835869598' />
<nd ref='8835869597' />
<nd ref='8835869596' />
<nd ref='8835869595' />
<nd ref='8835869594' />
<nd ref='8835869593' />
<nd ref='8835869592' />
<nd ref='8835869591' />
<nd ref='8835869590' />
<nd ref='8835869589' />
<nd ref='8835869588' />
<nd ref='8835869587' />
<nd ref='8835869586' />
<nd ref='8835869585' />
<nd ref='8835869584' />
<nd ref='8835869873' />
</way>
<way id='954612072' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734'>
<nd ref='8835869873' />
<nd ref='8835869621' />
<nd ref='8835869622' />
<nd ref='8835869623' />
<nd ref='8835869624' />
<nd ref='8835869625' />
<nd ref='8835869626' />
<nd ref='8835869627' />
<nd ref='8835869628' />
<nd ref='8835869629' />
<nd ref='8835869630' />
<nd ref='8835869631' />
<nd ref='8835869632' />
<nd ref='8835869633' />
<nd ref='8835869634' />
<nd ref='8835869635' />
<nd ref='8835869636' />
<nd ref='8835869637' />
<nd ref='8835869638' />
<nd ref='8835869639' />
<nd ref='8835869640' />
<nd ref='8835869641' />
<nd ref='8835869642' />
<nd ref='8835869643' />
<nd ref='8835869644' />
<nd ref='8835869645' />
<nd ref='8835869646' />
<nd ref='8835869647' />
<nd ref='8835869648' />
<nd ref='8835869649' />
<nd ref='8835869650' />
<nd ref='8835869651' />
<nd ref='8835869652' />
<nd ref='8835869653' />
<nd ref='8835869654' />
<nd ref='8835869655' />
<nd ref='8835869656' />
<nd ref='8835869657' />
<nd ref='8835869658' />
<nd ref='8835869659' />
<nd ref='8835869660' />
<nd ref='8835869661' />
<nd ref='8835869662' />
<nd ref='8835869663' />
<nd ref='8835869664' />
<nd ref='8835869665' />
<nd ref='8835869666' />
<nd ref='8835869667' />
<nd ref='8835869668' />
<nd ref='8835869669' />
<nd ref='8835869670' />
<nd ref='8835869671' />
<nd ref='8835869672' />
<nd ref='8835869673' />
<nd ref='8835869674' />
<nd ref='8835869675' />
<nd ref='8835869676' />
<nd ref='8835869677' />
<nd ref='8835869678' />
<nd ref='8835869679' />
<nd ref='8835869680' />
<nd ref='8835869681' />
<nd ref='8835869682' />
<nd ref='8835869683' />
<nd ref='8835869684' />
</way>
<relation id='12850767' timestamp='2021-06-15T12:19:16Z' uid='5358092' user='Damnit' visible='true' version='1' changeset='106400734'>
<member type='way' ref='954612066' role='outer' />
<member type='way' ref='954612072' role='outer' />
<tag k='name' v='Тарачево' />
<tag k='place' v='hamlet' />
<tag k='type' v='multipolygon' />
</relation>
</osm>

View file

@ -0,0 +1,452 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='151657809' timestamp='2022-01-09T20:10:28Z' uid='3715012' user='1T-money' visible='true' version='6' changeset='115956354' lat='33.0175145' lon='-92.7249834'>
<tag k='ele' v='59' />
<tag k='gnis:County' v='Union' />
<tag k='gnis:County_num' v='139' />
<tag k='gnis:ST_alpha' v='AR' />
<tag k='gnis:ST_num' v='05' />
<tag k='gnis:id' v='50762' />
<tag k='import_uuid' v='bb7269ee-502a-5391-8056-e3ce0e66489c' />
<tag k='name' v='Junction City' />
<tag k='place' v='village' />
<tag k='population' v='503' />
<tag k='wikidata' v='Q79690' />
<tag k='wikipedia' v='en:Junction City, Arkansas' />
</node>
<node id='151683422' timestamp='2020-03-16T23:48:58Z' uid='2888253' user='mapman44' visible='true' version='5' changeset='82276880' lat='33.1004108' lon='-93.4610066'>
<tag k='census:population' v='539;2006' />
<tag k='ele' v='73' />
<tag k='gnis:County' v='Columbia' />
<tag k='gnis:County_num' v='027' />
<tag k='gnis:ST_alpha' v='AR' />
<tag k='gnis:ST_num' v='05' />
<tag k='gnis:id' v='55455' />
<tag k='import_uuid' v='bb7269ee-502a-5391-8056-e3ce0e66489c' />
<tag k='name' v='Taylor' />
<tag k='place' v='village' />
<tag k='population' v='539' />
</node>
<node id='151695519' timestamp='2022-01-09T20:10:28Z' uid='3715012' user='1T-money' visible='true' version='4' changeset='115956354' lat='33.0116347' lon='-92.722752'>
<tag k='ele' v='58' />
<tag k='gnis:County' v='Union' />
<tag k='gnis:County_num' v='111' />
<tag k='gnis:ST_alpha' v='LA' />
<tag k='gnis:ST_num' v='22' />
<tag k='gnis:id' v='536138' />
<tag k='import_uuid' v='bb7269ee-502a-5391-8056-e3ce0e66489c' />
<tag k='name' v='Junction City' />
<tag k='place' v='village' />
<tag k='population' v='582' />
<tag k='population:date' v='2010' />
<tag k='wikidata' v='Q2381899' />
<tag k='wikipedia' v='en:Junction City, Louisiana' />
</node>
<node id='151721561' timestamp='2020-03-16T23:48:58Z' uid='2888253' user='mapman44' visible='true' version='8' changeset='82276880' lat='33.20763' lon='-92.6662674'>
<tag k='census:population' v='20351;2006' />
<tag k='ele' v='82' />
<tag k='gnis:County' v='Union' />
<tag k='gnis:County_num' v='139' />
<tag k='gnis:ST_alpha' v='AR' />
<tag k='gnis:ST_num' v='05' />
<tag k='gnis:id' v='76861' />
<tag k='import_uuid' v='bb7269ee-502a-5391-8056-e3ce0e66489c' />
<tag k='name' v='El Dorado' />
<tag k='place' v='town' />
<tag k='population' v='20351' />
<tag k='wikidata' v='Q79489' />
</node>
<node id='372806426' timestamp='2009-04-11T19:14:43Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.10707' lon='-93.460882' />
<node id='372806431' timestamp='2009-04-11T19:14:44Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.10708' lon='-93.46081' />
<node id='372806434' timestamp='2009-04-11T19:14:44Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107109' lon='-93.460594' />
<node id='372806437' timestamp='2009-04-11T19:14:45Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.10712' lon='-93.460523' />
<node id='372806442' timestamp='2009-04-11T19:14:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107088' lon='-93.459426' />
<node id='372806450' timestamp='2009-04-11T19:14:46Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107082' lon='-93.459019' />
<node id='372806456' timestamp='2009-04-11T19:14:47Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107047' lon='-93.456236' />
<node id='372806460' timestamp='2009-04-11T19:14:47Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107004' lon='-93.454508' />
<node id='372806465' timestamp='2009-04-11T19:14:48Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.106968' lon='-93.453005' />
<node id='372806470' timestamp='2009-04-11T19:14:48Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.106952' lon='-93.453013' />
<node id='372806473' timestamp='2009-04-11T19:14:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.106904' lon='-93.45304' />
<node id='372806476' timestamp='2009-04-11T19:14:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.106889' lon='-93.453049' />
<node id='372806478' timestamp='2009-04-11T19:14:49Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.106066' lon='-93.453016' />
<node id='372806481' timestamp='2009-04-11T19:14:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.103798' lon='-93.452928' />
<node id='372806485' timestamp='2009-04-11T19:14:50Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.103599' lon='-93.45292' />
<node id='372806489' timestamp='2009-04-11T19:14:51Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.103008' lon='-93.452897' />
<node id='372806494' timestamp='2009-04-11T19:14:51Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.102777' lon='-93.452907' />
<node id='372806499' timestamp='2009-04-11T19:14:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.102108' lon='-93.452975' />
<node id='372806504' timestamp='2009-04-11T19:14:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.100102' lon='-93.453182' />
<node id='372806510' timestamp='2009-04-11T19:14:52Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.099435' lon='-93.453252' />
<node id='372806515' timestamp='2009-04-11T19:14:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.099155' lon='-93.453298' />
<node id='372806522' timestamp='2009-04-11T19:14:53Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.098867' lon='-93.453312' />
<node id='372806527' timestamp='2009-04-11T19:14:54Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.097153' lon='-93.453399' />
<node id='372806530' timestamp='2009-04-11T19:14:54Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.096582' lon='-93.453429' />
<node id='372806535' timestamp='2009-04-11T19:14:55Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.096021' lon='-93.453453' />
<node id='372806538' timestamp='2009-04-11T19:14:56Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.094341' lon='-93.453527' />
<node id='372806543' timestamp='2009-04-11T19:14:56Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.093781' lon='-93.453552' />
<node id='372806547' timestamp='2009-04-11T19:14:57Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.093508' lon='-93.453564' />
<node id='372806552' timestamp='2009-04-11T19:14:57Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.09319' lon='-93.45358' />
<node id='372806557' timestamp='2009-04-11T19:14:57Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092689' lon='-93.453615' />
<node id='372806562' timestamp='2009-04-11T19:14:58Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092418' lon='-93.453635' />
<node id='372806567' timestamp='2009-04-11T19:14:58Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092421' lon='-93.453994' />
<node id='372806572' timestamp='2009-04-11T19:14:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092436' lon='-93.454453' />
<node id='372806576' timestamp='2009-04-11T19:14:59Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092458' lon='-93.455118' />
<node id='372806581' timestamp='2009-04-11T19:15:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092459' lon='-93.455433' />
<node id='372806587' timestamp='2009-04-11T19:15:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092469' lon='-93.455818' />
<node id='372806592' timestamp='2009-04-11T19:15:00Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092487' lon='-93.456908' />
<node id='372806597' timestamp='2009-04-11T19:15:01Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092502' lon='-93.457727' />
<node id='372806604' timestamp='2009-04-11T19:15:01Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092509' lon='-93.45848' />
<node id='372806609' timestamp='2009-04-11T19:15:02Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.09252' lon='-93.459436' />
<node id='372806617' timestamp='2009-04-11T19:15:02Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092523' lon='-93.459744' />
<node id='372806622' timestamp='2009-04-11T19:15:03Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092526' lon='-93.460053' />
<node id='372806629' timestamp='2009-04-11T19:15:04Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092533' lon='-93.460743' />
<node id='372806635' timestamp='2009-04-11T19:15:04Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092541' lon='-93.461497' />
<node id='372806642' timestamp='2009-04-11T19:15:05Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092549' lon='-93.461619' />
<node id='372806647' timestamp='2009-04-11T19:15:06Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092574' lon='-93.461985' />
<node id='372806652' timestamp='2009-04-11T19:15:06Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092583' lon='-93.462108' />
<node id='372806659' timestamp='2009-04-11T19:15:07Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092582' lon='-93.462221' />
<node id='372806666' timestamp='2009-04-11T19:15:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092578' lon='-93.462561' />
<node id='372806672' timestamp='2009-04-11T19:15:08Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092578' lon='-93.462675' />
<node id='372806677' timestamp='2009-04-11T19:15:09Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092599' lon='-93.465999' />
<node id='372806681' timestamp='2009-04-11T19:15:09Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.092633' lon='-93.470686' />
<node id='372806686' timestamp='2009-04-11T19:15:10Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.097915' lon='-93.470471' />
<node id='372806690' timestamp='2009-04-11T19:15:10Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.101239' lon='-93.470337' />
<node id='372806692' timestamp='2009-04-11T19:15:10Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.102761' lon='-93.470262' />
<node id='372806694' timestamp='2009-04-11T19:15:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107222' lon='-93.470046' />
<node id='372806696' timestamp='2009-04-11T19:15:11Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107218' lon='-93.469938' />
<node id='372806699' timestamp='2009-04-11T19:15:12Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.10717' lon='-93.468415' />
<node id='372806702' timestamp='2009-04-11T19:15:12Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107155' lon='-93.466983' />
<node id='372806705' timestamp='2009-04-11T19:15:13Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107111' lon='-93.462687' />
<node id='372806708' timestamp='2009-04-11T19:15:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107101' lon='-93.461633' />
<node id='372806710' timestamp='2009-04-11T19:15:14Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107098' lon='-93.461256' />
<node id='372806714' timestamp='2009-04-11T19:15:15Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107092' lon='-93.461181' />
<node id='372806719' timestamp='2009-04-11T19:15:15Z' uid='36121' user='Chris Lawrence' visible='true' version='1' changeset='430216' lat='33.107075' lon='-93.460956' />
<node id='373044630' timestamp='2018-08-19T14:39:18Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1890526' lon='-92.622276' />
<node id='373044631' timestamp='2018-08-19T14:39:18Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1888035' lon='-92.622279' />
<node id='373044663' timestamp='2018-08-19T14:39:18Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1891128' lon='-92.6308327' />
<node id='373044664' timestamp='2018-08-19T14:39:18Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1887331' lon='-92.6308487' />
<node id='373044684' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1818613' lon='-92.6309297' />
<node id='373044709' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1822716' lon='-92.6480704' />
<node id='373044733' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1895259' lon='-92.6480868' />
<node id='373044746' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1895929' lon='-92.652555' />
<node id='373044763' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1924907' lon='-92.652556' />
<node id='373044777' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1927739' lon='-92.6613884' />
<node id='373044779' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.191972' lon='-92.6614063' />
<node id='373044787' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1888749' lon='-92.6614501' />
<node id='373044789' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1879227' lon='-92.6614754' />
<node id='373044794' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1872293' lon='-92.6614784' />
<node id='373044800' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1868591' lon='-92.6614343' />
<node id='373044806' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1860714' lon='-92.661301' />
<node id='373044812' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='3' changeset='61795285' lat='33.1861672' lon='-92.6659777' />
<node id='373044833' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1862636' lon='-92.6741075' />
<node id='373044837' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1897269' lon='-92.6744968' />
<node id='373044838' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1871088' lon='-92.674492' />
<node id='373044839' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1874798' lon='-92.6746249' />
<node id='373044840' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1876262' lon='-92.6746619' />
<node id='373044842' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1878412' lon='-92.6747021' />
<node id='373044846' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1880515' lon='-92.674722' />
<node id='373044849' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.188296' lon='-92.6747359' />
<node id='373044852' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1885016' lon='-92.6747356' />
<node id='373044855' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1886513' lon='-92.6747214' />
<node id='373044858' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1888097' lon='-92.6747122' />
<node id='373044860' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1890236' lon='-92.6746912' />
<node id='373044863' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1892542' lon='-92.6746545' />
<node id='373044865' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1895144' lon='-92.6745916' />
<node id='373044867' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1930463' lon='-92.6744449' />
<node id='373044921' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1984551' lon='-92.6743447' />
<node id='373044960' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1985607' lon='-92.6829026' />
<node id='373044962' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1967662' lon='-92.6829695' />
<node id='373044973' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1968629' lon='-92.6907201' />
<node id='373044974' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1967302' lon='-92.6908926' />
<node id='373044975' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1968738' lon='-92.691598' />
<node id='373044978' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1961247' lon='-92.691405' />
<node id='373044979' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.195952' lon='-92.6916079' />
<node id='373044980' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.195826' lon='-92.6916053' />
<node id='373045026' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1969801' lon='-92.7001664' />
<node id='373045038' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1969833' lon='-92.7044938' />
<node id='373045041' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1951256' lon='-92.7001563' />
<node id='373045044' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1951702' lon='-92.704486' />
<node id='373045048' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.197039' lon='-92.7099063' />
<node id='373045050' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1991593' lon='-92.7099119' />
<node id='373045052' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1992' lon='-92.7098137' />
<node id='373045055' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1992929' lon='-92.7095376' />
<node id='373045057' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1994679' lon='-92.7089858' />
<node id='373045059' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1995089' lon='-92.7088293' />
<node id='373045070' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2079471' lon='-92.7088562' />
<node id='373045076' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2115839' lon='-92.7088581' />
<node id='373045085' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2115375' lon='-92.7045424' />
<node id='373045103' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2224047' lon='-92.7045474' />
<node id='373045122' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2223862' lon='-92.7002312' />
<node id='373045168' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.229748' lon='-92.7002501' />
<node id='373045182' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2296023' lon='-92.691632' />
<node id='373045187' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2369053' lon='-92.6916652' />
<node id='373045199' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2367276' lon='-92.6830112' />
<node id='373045269' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2513461' lon='-92.6832622' />
<node id='373045292' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2511126' lon='-92.6656607' />
<node id='373045306' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2621754' lon='-92.6655195' />
<node id='373045309' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2621442' lon='-92.6635544' />
<node id='373045330' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.261818' lon='-92.6482723' />
<node id='373045341' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2597732' lon='-92.6482736' />
<node id='373045355' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2509263' lon='-92.6483183' />
<node id='373045384' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2508618' lon='-92.6449641' />
<node id='373045389' timestamp='2018-08-19T14:39:19Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2494525' lon='-92.6434039' />
<node id='373045392' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2471552' lon='-92.6406086' />
<node id='373045393' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2468097' lon='-92.6401703' />
<node id='373045394' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2460004' lon='-92.6391783' />
<node id='373045400' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2449939' lon='-92.6379941' />
<node id='373045402' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2388323' lon='-92.6419614' />
<node id='373045407' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2441646' lon='-92.6371146' />
<node id='373045408' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2399742' lon='-92.6415279' />
<node id='373045409' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2402861' lon='-92.6413226' />
<node id='373045410' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2417447' lon='-92.6399477' />
<node id='373045411' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2413873' lon='-92.6403391' />
<node id='373045412' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2410076' lon='-92.6407179' />
<node id='373045413' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2406341' lon='-92.6410447' />
<node id='373045414' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.239617' lon='-92.6417166' />
<node id='373045415' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2393035' lon='-92.6418324' />
<node id='373045416' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2369924' lon='-92.6424494' />
<node id='373045417' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2332549' lon='-92.6435611' />
<node id='373045418' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2327304' lon='-92.643698' />
<node id='373045419' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2271556' lon='-92.6452275' />
<node id='373045424' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2216589' lon='-92.6467258' />
<node id='373045431' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2213075' lon='-92.6309645' />
<node id='373045453' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2210685' lon='-92.6136906' />
<node id='373045469' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2138122' lon='-92.6137324' />
<node id='373045640' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2139778' lon='-92.6309384' />
<node id='373045669' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2103507' lon='-92.6309254' />
<node id='373045700' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2104993' lon='-92.6373864' />
<node id='373045702' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2104225' lon='-92.6373893' />
<node id='373045719' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.206794' lon='-92.6373719' />
<node id='373045726' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.2067454' lon='-92.6352188' />
<node id='373045768' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1994906' lon='-92.6349231' />
<node id='373045770' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1994983' lon='-92.6352166' />
<node id='373045781' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1994238' lon='-92.6308937' />
<node id='373045804' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1958126' lon='-92.6308845' />
<node id='373045814' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1957044' lon='-92.6222939' />
<node id='373045820' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='2' changeset='61795285' lat='33.1920896' lon='-92.6222775' />
<way id='33054556' timestamp='2016-09-22T22:33:52Z' uid='4018842' user='Stephen214' visible='true' version='4' changeset='42361302'>
<nd ref='372806426' />
<nd ref='372806431' />
<nd ref='372806434' />
<nd ref='372806437' />
<nd ref='372806442' />
<nd ref='372806450' />
<nd ref='372806456' />
<nd ref='372806460' />
<nd ref='372806465' />
<nd ref='372806470' />
<nd ref='372806473' />
<nd ref='372806476' />
<nd ref='372806478' />
<nd ref='372806481' />
<nd ref='372806485' />
<nd ref='372806489' />
<nd ref='372806494' />
<nd ref='372806499' />
<nd ref='372806504' />
<nd ref='372806510' />
<nd ref='372806515' />
<nd ref='372806522' />
<nd ref='372806527' />
<nd ref='372806530' />
<nd ref='372806535' />
<nd ref='372806538' />
<nd ref='372806543' />
<nd ref='372806547' />
<nd ref='372806552' />
<nd ref='372806557' />
<nd ref='372806562' />
<nd ref='372806567' />
<nd ref='372806572' />
<nd ref='372806576' />
<nd ref='372806581' />
<nd ref='372806587' />
<nd ref='372806592' />
<nd ref='372806597' />
<nd ref='372806604' />
<nd ref='372806609' />
<nd ref='372806617' />
<nd ref='372806622' />
<nd ref='372806629' />
<nd ref='372806635' />
<nd ref='372806642' />
<nd ref='372806647' />
<nd ref='372806652' />
<nd ref='372806659' />
<nd ref='372806666' />
<nd ref='372806672' />
<nd ref='372806677' />
<nd ref='372806681' />
<nd ref='372806686' />
<nd ref='372806690' />
<nd ref='372806692' />
<nd ref='372806694' />
<nd ref='372806696' />
<nd ref='372806699' />
<nd ref='372806702' />
<nd ref='372806705' />
<nd ref='372806708' />
<nd ref='372806710' />
<nd ref='372806714' />
<nd ref='372806719' />
<nd ref='372806426' />
<tag k='admin_level' v='8' />
<tag k='border_type' v='city' />
<tag k='boundary' v='administrative' />
</way>
<way id='33067991' timestamp='2018-08-19T14:39:20Z' uid='37392' user='25or6to4' visible='true' version='8' changeset='61795285'>
<nd ref='373045355' />
<nd ref='373045384' />
<nd ref='373045389' />
<nd ref='373045392' />
<nd ref='373045393' />
<nd ref='373045394' />
<nd ref='373045400' />
<nd ref='373045407' />
<nd ref='373045410' />
<nd ref='373045411' />
<nd ref='373045412' />
<nd ref='373045413' />
<nd ref='373045409' />
<nd ref='373045408' />
<nd ref='373045414' />
<nd ref='373045415' />
<nd ref='373045402' />
<nd ref='373045416' />
<nd ref='373045417' />
<nd ref='373045418' />
<nd ref='373045419' />
<nd ref='373045424' />
<nd ref='373045431' />
<nd ref='373045453' />
<nd ref='373045469' />
<nd ref='373045640' />
<nd ref='373045669' />
<nd ref='373045700' />
<nd ref='373045702' />
<nd ref='373045719' />
<nd ref='373045726' />
<nd ref='373045770' />
<nd ref='373045768' />
<nd ref='373045781' />
<nd ref='373045804' />
<nd ref='373045814' />
<nd ref='373045820' />
<nd ref='373044630' />
<nd ref='373044631' />
<nd ref='373044663' />
<nd ref='373044664' />
<nd ref='373044684' />
<nd ref='373044709' />
<nd ref='373044733' />
<nd ref='373044746' />
<nd ref='373044763' />
<nd ref='373044777' />
<nd ref='373044779' />
<nd ref='373044787' />
<nd ref='373044789' />
<nd ref='373044794' />
<nd ref='373044800' />
<nd ref='373044806' />
<nd ref='373044812' />
<nd ref='373044833' />
<nd ref='373044838' />
<nd ref='373044839' />
<nd ref='373044840' />
<nd ref='373044842' />
<nd ref='373044846' />
<nd ref='373044849' />
<nd ref='373044852' />
<nd ref='373044855' />
<nd ref='373044858' />
<nd ref='373044860' />
<nd ref='373044863' />
<nd ref='373044865' />
<nd ref='373044837' />
<nd ref='373044867' />
<nd ref='373044921' />
<nd ref='373044960' />
<nd ref='373044962' />
<nd ref='373044973' />
<nd ref='373044974' />
<nd ref='373044978' />
<nd ref='373044980' />
<nd ref='373044979' />
<nd ref='373044975' />
<nd ref='373045026' />
<nd ref='373045041' />
<nd ref='373045044' />
<nd ref='373045038' />
<nd ref='373045048' />
<nd ref='373045050' />
<nd ref='373045052' />
<nd ref='373045055' />
<nd ref='373045057' />
<nd ref='373045059' />
<nd ref='373045070' />
<nd ref='373045076' />
<nd ref='373045085' />
<nd ref='373045103' />
<nd ref='373045122' />
<nd ref='373045168' />
<nd ref='373045182' />
<nd ref='373045187' />
<nd ref='373045199' />
<nd ref='373045269' />
<nd ref='373045292' />
<nd ref='373045306' />
<nd ref='373045309' />
<nd ref='373045330' />
<nd ref='373045341' />
<nd ref='373045355' />
<tag k='admin_level' v='8' />
<tag k='border_type' v='city' />
<tag k='boundary' v='administrative' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
</way>
<relation id='6603680' timestamp='2020-03-16T23:48:58Z' uid='2888253' user='mapman44' visible='true' version='3' changeset='82276880'>
<member type='way' ref='33054556' role='outer' />
<member type='node' ref='151683422' role='admin_centre' />
<tag k='admin_level' v='8' />
<tag k='border_type' v='city' />
<tag k='boundary' v='administrative' />
<tag k='is_in:country' v='USA' />
<tag k='is_in:country_code' v='US' />
<tag k='is_in:iso_3166_2' v='US:AR' />
<tag k='is_in:state' v='Arkansas' />
<tag k='is_in:state_code' v='AR' />
<tag k='name' v='Taylor' />
<tag k='name:ru' v='Тейлор' />
<tag k='place' v='city' />
<tag k='source' v='TIGER/Line® 2008 Place Shapefiles (http://www.census.gov/geo/www/tiger/)' />
<tag k='tiger:CLASSFP' v='C1' />
<tag k='tiger:CPI' v='N' />
<tag k='tiger:FUNCSTAT' v='A' />
<tag k='tiger:LSAD' v='25' />
<tag k='tiger:MTFCC' v='G4110' />
<tag k='tiger:NAME' v='Taylor' />
<tag k='tiger:NAMELSAD' v='Taylor city' />
<tag k='tiger:PCICBSA' v='N' />
<tag k='tiger:PCINECTA' v='N' />
<tag k='tiger:PLACEFP' v='68660' />
<tag k='tiger:PLACENS' v='02405572' />
<tag k='tiger:PLCIDFP' v='0568660' />
<tag k='tiger:STATEFP' v='05' />
<tag k='tiger:reviewed' v='no' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q79471' />
<tag k='wikipedia' v='en:Taylor, Arkansas' />
</relation>
<relation id='6684467' timestamp='2016-12-08T01:48:40Z' uid='339581' user='nyuriks' visible='true' version='2' changeset='44248201'>
<member type='way' ref='33067991' role='outer' />
<member type='node' ref='151721561' role='admin_centre' />
<tag k='admin_level' v='8' />
<tag k='border_type' v='city' />
<tag k='boundary' v='administrative' />
<tag k='name' v='El Dorado' />
<tag k='name:ru' v='Эль-Дорадо' />
<tag k='place' v='city' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q79489' />
<tag k='wikipedia' v='en:El Dorado, Arkansas' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,24 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='154534375' timestamp='2017-12-03T20:04:54Z' uid='7130254' user='Astromath' visible='true' version='4' changeset='54307990' lat='39.4634749' lon='-77.9682012' />
<node id='154534377' timestamp='2013-09-26T04:03:01Z' uid='1323363' user='kriscarle' visible='true' version='3' changeset='18038568' lat='39.4635802' lon='-77.9684454' />
<node id='154534381' timestamp='2017-12-03T20:04:54Z' uid='7130254' user='Astromath' visible='true' version='4' changeset='54307990' lat='39.4637826' lon='-77.9688373' />
<node id='154534383' timestamp='2013-09-26T04:03:01Z' uid='1323363' user='kriscarle' visible='true' version='3' changeset='18038568' lat='39.4640626' lon='-77.9694995' />
<node id='154534387' timestamp='2021-05-28T12:11:50Z' uid='10145710' user='limmmoh' visible='true' version='3' changeset='105490954' lat='39.4645548' lon='-77.9705817' />
<node id='4222270696' timestamp='2016-06-02T18:13:39Z' uid='164670' user='ys52' visible='true' version='1' changeset='39760690' lat='39.4643888' lon='-77.9702085' />
<way id='15500124' timestamp='2021-05-28T12:11:50Z' uid='10145710' user='limmmoh' visible='true' version='7' changeset='105490954'>
<nd ref='154534375' />
<nd ref='154534377' />
<nd ref='154534381' />
<nd ref='154534383' />
<nd ref='4222270696' />
<nd ref='154534387' />
<tag k='highway' v='residential' />
<tag k='name' v='Boston Street' />
<tag k='tiger:cfcc' v='A41' />
<tag k='tiger:county' v='Berkeley, WV' />
<tag k='tiger:name_base' v='Boston' />
<tag k='tiger:name_type' v='St' />
<tag k='tiger:reviewed' v='no' />
</way>
</osm>

View file

@ -0,0 +1,190 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='65303244' timestamp='2010-01-12T07:48:34Z' uid='24452' user='Speight' visible='true' version='3' changeset='3601168' lat='37.8052904' lon='-122.4085312' />
<node id='65303246' timestamp='2010-01-12T07:48:22Z' uid='24452' user='Speight' visible='true' version='4' changeset='3601168' lat='37.8052035' lon='-122.4093144' />
<node id='65303248' timestamp='2010-01-12T07:49:32Z' uid='24452' user='Speight' visible='true' version='4' changeset='3601168' lat='37.8051739' lon='-122.4095397' />
<node id='65303250' timestamp='2016-02-22T05:57:32Z' uid='14293' user='KindredCoda' visible='true' version='5' changeset='37359447' lat='37.8051004' lon='-122.4101426' />
<node id='65303253' timestamp='2010-01-12T07:50:30Z' uid='24452' user='Speight' visible='true' version='3' changeset='3601168' lat='37.8050531' lon='-122.4105147' />
<node id='65303257' timestamp='2016-02-22T05:57:32Z' uid='14293' user='KindredCoda' visible='true' version='5' changeset='37359447' lat='37.8048939' lon='-122.4117828' />
<node id='65303259' timestamp='2016-02-22T07:10:11Z' uid='14293' user='KindredCoda' visible='true' version='4' changeset='37360192' lat='37.804684' lon='-122.4134294' />
<node id='65303261' timestamp='2012-01-08T16:15:10Z' uid='103253' user='gormur' visible='true' version='4' changeset='10333244' lat='37.8044788' lon='-122.4150699' />
<node id='65303268' timestamp='2016-02-22T11:47:28Z' uid='14293' user='KindredCoda' visible='true' version='8' changeset='37364947' lat='37.8042944' lon='-122.4167158' />
<node id='330657227' timestamp='2020-02-20T18:20:23Z' uid='119881' user='clay_c' visible='true' version='8' changeset='81286290' lat='37.8043451' lon='-122.416147'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='330657229' timestamp='2020-02-20T18:20:23Z' uid='119881' user='clay_c' visible='true' version='6' changeset='81286290' lat='37.8043654' lon='-122.4159839'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='612030762' timestamp='2010-01-12T07:48:56Z' uid='24452' user='Speight' visible='true' version='1' changeset='3601168' lat='37.8052894' lon='-122.4086345' />
<node id='612031151' timestamp='2023-06-08T15:50:24Z' uid='17310233' user='VLD274' visible='true' version='2' changeset='137102875' lat='37.8043029' lon='-122.4165966'>
<tag k='direction' v='forward' />
<tag k='highway' v='stop' />
</node>
<node id='1582797237' timestamp='2017-01-02T19:46:09Z' uid='135163' user='MikeN' visible='true' version='2' changeset='44853773' lat='37.8044805' lon='-122.4150561'>
<tag k='railway' v='level_crossing' />
</node>
<node id='1582797238' timestamp='2017-01-02T19:46:09Z' uid='135163' user='MikeN' visible='true' version='2' changeset='44853773' lat='37.8044764' lon='-122.415089'>
<tag k='railway' v='level_crossing' />
</node>
<node id='1582797239' timestamp='2024-05-08T14:15:48Z' uid='2610171' user='eneerhut' visible='true' version='3' changeset='151058752' lat='37.8044669' lon='-122.4151658'>
<tag k='crossing' v='marked' />
<tag k='crossing:markings' v='lines' />
<tag k='crossing:signals' v='no' />
<tag k='highway' v='crossing' />
</node>
<node id='1582797240' timestamp='2013-03-30T05:41:10Z' uid='1214881' user='ryandrake' visible='true' version='2' changeset='15547333' lat='37.8044898' lon='-122.4149821' />
<node id='2680974315' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8040807' lon='-122.4164038' />
<node id='2680974324' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8040879' lon='-122.4163425' />
<node id='2680974335' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041145' lon='-122.4162265' />
<node id='2680974343' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041238' lon='-122.4163353' />
<node id='2680974346' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041245' lon='-122.416142' />
<node id='2680974348' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041262' lon='-122.4163712' />
<node id='2680974351' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041283' lon='-122.4162975' />
<node id='2680974353' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041287' lon='-122.4163502' />
<node id='2680974359' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041309' lon='-122.4163506' />
<node id='2680974362' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041325' lon='-122.4163369' />
<node id='2680974364' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041369' lon='-122.4162991' />
<node id='2680974370' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041425' lon='-122.4164154' />
<node id='2680974386' timestamp='2014-02-19T18:11:26Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041448' lon='-122.4162322' />
<node id='2680974392' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041627' lon='-122.4163781' />
<node id='2680974397' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8041651' lon='-122.4163571' />
<node id='2680974415' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8042248' lon='-122.416431' />
<node id='2680974418' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.804232' lon='-122.4163697' />
<node id='2680974420' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8042328' lon='-122.4163698' />
<node id='2680974425' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8042468' lon='-122.4162514' />
<node id='2680974427' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8042496' lon='-122.416252' />
<node id='2680974429' timestamp='2014-02-19T18:11:27Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20661132' lat='37.8042595' lon='-122.4161675' />
<node id='7231176116' timestamp='2020-02-20T18:20:20Z' uid='119881' user='clay_c' visible='true' version='1' changeset='81286290' lat='37.8043375' lon='-122.4162276'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
</node>
<node id='7231176118' timestamp='2020-02-20T18:20:20Z' uid='119881' user='clay_c' visible='true' version='1' changeset='81286290' lat='37.8043807' lon='-122.4158603'>
<tag k='crossing' v='traffic_signals' />
<tag k='highway' v='crossing' />
</node>
<node id='10187579586' timestamp='2022-11-16T05:09:43Z' uid='14152086' user='Mingwei' visible='true' version='1' changeset='128969269' lat='37.8049974' lon='-122.4109486'>
<tag k='crossing' v='marked' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='10187579587' timestamp='2022-11-16T05:09:43Z' uid='14152086' user='Mingwei' visible='true' version='1' changeset='128969269' lat='37.8050895' lon='-122.4102243'>
<tag k='crossing' v='marked' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='10187579588' timestamp='2022-11-16T05:09:43Z' uid='14152086' user='Mingwei' visible='true' version='1' changeset='128969269' lat='37.8049069' lon='-122.4116783'>
<tag k='crossing' v='marked' />
<tag k='crossing:island' v='no' />
<tag k='highway' v='crossing' />
<tag k='tactile_paving' v='no' />
</node>
<node id='10187579589' timestamp='2022-11-16T05:09:43Z' uid='14152086' user='Mingwei' visible='true' version='1' changeset='128969269' lat='37.8049603' lon='-122.4112535'>
<tag k='traffic_calming' v='hump' />
</node>
<node id='10187579590' timestamp='2022-11-16T05:09:43Z' uid='14152086' user='Mingwei' visible='true' version='1' changeset='128969269' lat='37.8050281' lon='-122.4107092'>
<tag k='traffic_calming' v='hump' />
</node>
<node id='10963825649' timestamp='2023-06-08T16:02:27Z' uid='17310233' user='VLD274' visible='true' version='1' changeset='137103277' lat='37.8048765' lon='-122.4119192'>
<tag k='direction' v='backward' />
<tag k='highway' v='stop' />
</node>
<node id='10963825651' timestamp='2023-06-08T16:02:27Z' uid='17310233' user='VLD274' visible='true' version='1' changeset='137103277' lat='37.8049107' lon='-122.4116483'>
<tag k='direction' v='forward' />
<tag k='highway' v='stop' />
</node>
<node id='10963832803' timestamp='2023-06-08T16:04:24Z' uid='17310233' user='VLD274' visible='true' version='1' changeset='137103346' lat='37.8050839' lon='-122.4102689'>
<tag k='direction' v='backward' />
<tag k='highway' v='stop' />
</node>
<node id='10963865105' timestamp='2023-06-08T16:04:24Z' uid='17310233' user='VLD274' visible='true' version='1' changeset='137103346' lat='37.8051163' lon='-122.4100118'>
<tag k='direction' v='forward' />
<tag k='highway' v='stop' />
</node>
<way id='262435070' timestamp='2020-07-09T04:50:38Z' uid='11362402' user='Yury_Yatsynovich_--_OSM_Imports' visible='true' version='4' changeset='87739618'>
<nd ref='2680974397' />
<nd ref='2680974418' />
<nd ref='2680974420' />
<nd ref='2680974425' />
<nd ref='2680974386' />
<nd ref='2680974364' />
<nd ref='2680974351' />
<nd ref='2680974343' />
<nd ref='2680974362' />
<nd ref='2680974359' />
<nd ref='2680974397' />
<tag k='addr:housenumber' v='655;657' />
<tag k='addr:street' v='Francisco Street' />
<tag k='building' v='yes' />
<tag k='height' v='11' />
</way>
<way id='262435093' timestamp='2020-07-09T03:46:29Z' uid='11362402' user='Yury_Yatsynovich_--_OSM_Imports' visible='true' version='4' changeset='87737216'>
<nd ref='2680974386' />
<nd ref='2680974425' />
<nd ref='2680974427' />
<nd ref='2680974429' />
<nd ref='2680974346' />
<nd ref='2680974335' />
<nd ref='2680974386' />
<tag k='addr:housenumber' v='653' />
<tag k='addr:street' v='Francisco Street' />
<tag k='building' v='yes' />
<tag k='height' v='10' />
</way>
<way id='262435102' timestamp='2020-07-09T03:46:29Z' uid='11362402' user='Yury_Yatsynovich_--_OSM_Imports' visible='true' version='4' changeset='87737216'>
<nd ref='2680974370' />
<nd ref='2680974415' />
<nd ref='2680974418' />
<nd ref='2680974397' />
<nd ref='2680974392' />
<nd ref='2680974348' />
<nd ref='2680974353' />
<nd ref='2680974324' />
<nd ref='2680974315' />
<nd ref='2680974370' />
<tag k='addr:housenumber' v='671;673;681;683' />
<tag k='addr:street' v='Francisco Street' />
<tag k='building' v='yes' />
<tag k='height' v='10' />
</way>
<way id='425516678' timestamp='2023-06-08T16:04:24Z' uid='17310233' user='VLD274' visible='true' version='12' changeset='137103346'>
<nd ref='65303244' />
<nd ref='612030762' />
<nd ref='65303246' />
<nd ref='65303248' />
<nd ref='10963865105' />
<nd ref='65303250' />
<nd ref='10187579587' />
<nd ref='10963832803' />
<nd ref='65303253' />
<nd ref='10187579590' />
<nd ref='10187579586' />
<nd ref='10187579589' />
<nd ref='10963825651' />
<nd ref='10187579588' />
<nd ref='65303257' />
<nd ref='10963825649' />
<nd ref='65303259' />
<nd ref='1582797240' />
<nd ref='1582797237' />
<nd ref='65303261' />
<nd ref='1582797238' />
<nd ref='1582797239' />
<nd ref='7231176118' />
<nd ref='330657229' />
<nd ref='330657227' />
<nd ref='7231176116' />
<nd ref='612031151' />
<nd ref='65303268' />
<tag k='highway' v='residential' />
<tag k='lane_markings' v='no' />
<tag k='name' v='Francisco Street' />
<tag k='parking:lane:both' v='parallel' />
<tag k='parking:lane:both:parallel' v='on_street' />
<tag k='tiger:cfcc' v='A41' />
<tag k='tiger:county' v='San Francisco, CA' />
<tag k='tiger:name_base' v='Francisco' />
<tag k='tiger:name_type' v='St' />
</way>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,96 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='65303268' timestamp='2016-02-22T11:47:28Z' uid='14293' user='KindredCoda' visible='true' version='8' changeset='37364947' lat='37.8042944' lon='-122.4167158' />
<node id='65303270' timestamp='2010-01-12T07:54:46Z' uid='24452' user='Speight' visible='true' version='3' changeset='3601168' lat='37.8042011' lon='-122.4175018' />
<node id='65303272' timestamp='2016-02-22T11:47:28Z' uid='14293' user='KindredCoda' visible='true' version='6' changeset='37364947' lat='37.8040832' lon='-122.4183625' />
<node id='612031152' timestamp='2023-06-08T15:50:24Z' uid='17310233' user='VLD274' visible='true' version='2' changeset='137102875' lat='37.8042849' lon='-122.4168447'>
<tag k='direction' v='backward' />
<tag k='highway' v='stop' />
</node>
<node id='2680916496' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.804247' lon='-122.4178919' />
<node id='2680916499' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042483' lon='-122.4177366' />
<node id='2680916501' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042516' lon='-122.4178577' />
<node id='2680916503' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042547' lon='-122.4179172' />
<node id='2680916505' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042551' lon='-122.41784' />
<node id='2680916507' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042578' lon='-122.4178943' />
<node id='2680916509' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042589' lon='-122.4178116' />
<node id='2680916512' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042624' lon='-122.4178601' />
<node id='2680916514' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042648' lon='-122.4178422' />
<node id='2680916516' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042686' lon='-122.4178137' />
<node id='2680916518' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.80427' lon='-122.4175658' />
<node id='2680916520' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8042723' lon='-122.4177864' />
<node id='2680916564' timestamp='2014-02-19T17:44:08Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043414' lon='-122.4177555' />
<node id='2680916567' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.804347' lon='-122.4177116' />
<node id='2680916583' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043624' lon='-122.41759' />
<node id='2680916585' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043631' lon='-122.4175847' />
<node id='2680916610' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.80438' lon='-122.4179442' />
<node id='2680916614' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043832' lon='-122.4179209' />
<node id='2680916618' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043902' lon='-122.4179463' />
<node id='2680916621' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043933' lon='-122.4179231' />
<node id='2680916624' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043947' lon='-122.4178354' />
<node id='2680916628' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8043977' lon='-122.4178135' />
<node id='2680916634' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8044059' lon='-122.4178378' />
<node id='2680916636' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.804409' lon='-122.4178147' />
<node id='2680916654' timestamp='2014-02-19T17:44:09Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.8044242' lon='-122.4179536' />
<node id='2680916665' timestamp='2014-02-19T17:44:10Z' uid='510836' user='Rub21' visible='true' version='1' changeset='20660717' lat='37.804442' lon='-122.4178218' />
<node id='10963828745' timestamp='2023-06-08T15:48:23Z' uid='17310233' user='VLD274' visible='true' version='1' changeset='137102793' lat='37.8040981' lon='-122.4182539'>
<tag k='direction' v='forward' />
<tag k='highway' v='stop' />
</node>
<way id='262430982' timestamp='2020-07-09T03:46:29Z' uid='11362402' user='Yury_Yatsynovich_--_OSM_Imports' visible='true' version='4' changeset='87737216'>
<nd ref='2680916610' />
<nd ref='2680916614' />
<nd ref='2680916621' />
<nd ref='2680916618' />
<nd ref='2680916654' />
<nd ref='2680916665' />
<nd ref='2680916636' />
<nd ref='2680916634' />
<nd ref='2680916624' />
<nd ref='2680916628' />
<nd ref='2680916520' />
<nd ref='2680916516' />
<nd ref='2680916509' />
<nd ref='2680916505' />
<nd ref='2680916514' />
<nd ref='2680916512' />
<nd ref='2680916501' />
<nd ref='2680916496' />
<nd ref='2680916507' />
<nd ref='2680916503' />
<nd ref='2680916610' />
<tag k='addr:housenumber' v='766;768;770;772' />
<tag k='addr:street' v='Francisco Street' />
<tag k='building' v='yes' />
<tag k='height' v='9' />
</way>
<way id='262430995' timestamp='2020-07-09T04:51:27Z' uid='11362402' user='Yury_Yatsynovich_--_OSM_Imports' visible='true' version='4' changeset='87739654'>
<nd ref='2680916518' />
<nd ref='2680916499' />
<nd ref='2680916564' />
<nd ref='2680916567' />
<nd ref='2680916583' />
<nd ref='2680916585' />
<nd ref='2680916518' />
<tag k='addr:housenumber' v='750;752' />
<tag k='addr:street' v='Francisco Street' />
<tag k='building' v='yes' />
<tag k='height' v='8' />
</way>
<way id='1119283599' timestamp='2023-06-08T15:48:23Z' uid='17310233' user='VLD274' visible='true' version='2' changeset='137102793'>
<nd ref='65303268' />
<nd ref='612031152' />
<nd ref='65303270' />
<nd ref='10963828745' />
<nd ref='65303272' />
<tag k='highway' v='residential' />
<tag k='name' v='Francisco Street' />
<tag k='parking:lane:left' v='perpendicular' />
<tag k='parking:lane:left:perpendicular' v='on_street' />
<tag k='parking:lane:right' v='no' />
<tag k='tiger:cfcc' v='A41' />
<tag k='tiger:county' v='San Francisco, CA' />
<tag k='tiger:name_base' v='Francisco' />
<tag k='tiger:name_type' v='St' />
</way>
</osm>

View file

@ -0,0 +1,28 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='187426861' timestamp='2019-09-24T21:36:20Z' uid='7141863' user='Scottahemi' visible='true' version='4' changeset='74878329' lat='48.4514829' lon='-96.8804115' />
<node id='187427294' timestamp='2012-08-13T17:01:03Z' uid='502142' user='Mulad' visible='true' version='3' changeset='12716549' lat='48.4522524' lon='-96.874941' />
<node id='187433471' timestamp='2019-09-24T21:36:20Z' uid='7141863' user='Scottahemi' visible='true' version='4' changeset='74878329' lat='48.4517733' lon='-96.878378' />
<node id='187433473' timestamp='2019-09-24T21:36:20Z' uid='7141863' user='Scottahemi' visible='true' version='4' changeset='74878329' lat='48.4519835' lon='-96.876879' />
<node id='187433475' timestamp='2012-08-13T17:01:06Z' uid='502142' user='Mulad' visible='true' version='3' changeset='12716549' lat='48.452149' lon='-96.8756915' />
<node id='6821298715' timestamp='2019-09-24T21:55:01Z' uid='7141863' user='Scottahemi' visible='true' version='1' changeset='74878690' lat='48.4522395' lon='-96.8750348' />
<node id='6821298783' timestamp='2019-09-24T21:55:01Z' uid='7141863' user='Scottahemi' visible='true' version='1' changeset='74878690' lat='48.4520009' lon='-96.8767543' />
<node id='6821298816' timestamp='2019-09-24T21:55:01Z' uid='7141863' user='Scottahemi' visible='true' version='1' changeset='74878690' lat='48.4519653' lon='-96.8770089' />
<way id='18150856' timestamp='2019-09-24T21:55:01Z' uid='7141863' user='Scottahemi' visible='true' version='4' changeset='74878690'>
<nd ref='187426861' />
<nd ref='187433471' />
<nd ref='6821298816' />
<nd ref='187433473' />
<nd ref='6821298783' />
<nd ref='187433475' />
<nd ref='6821298715' />
<nd ref='187427294' />
<tag k='highway' v='residential' />
<tag k='name' v='7th Street' />
<tag k='tiger:cfcc' v='A41' />
<tag k='tiger:county' v='Marshall, MN' />
<tag k='tiger:name_base' v='7th' />
<tag k='tiger:name_type' v='St' />
<tag k='tiger:reviewed' v='no' />
</way>
</osm>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,849 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='81558424' timestamp='2016-03-06T16:15:33Z' uid='466854' user='alpertron' visible='true' version='7' changeset='37648064' lat='-34.6597968' lon='-58.4025434' />
<node id='81558425' timestamp='2012-02-10T17:51:54Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645402' lat='-34.6598569' lon='-58.4044977' />
<node id='81558426' timestamp='2008-10-26T16:57:40Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6600144' lon='-58.4051213' />
<node id='81558427' timestamp='2008-10-26T16:57:40Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6602262' lon='-58.4061084' />
<node id='81558428' timestamp='2008-10-26T16:57:41Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6602428' lon='-58.4074743' />
<node id='81558429' timestamp='2008-10-26T16:57:41Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.660031' lon='-58.4086759' />
<node id='81558430' timestamp='2008-10-26T16:57:41Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6597133' lon='-58.4093368' />
<node id='81558431' timestamp='2008-10-26T16:57:42Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6594645' lon='-58.4099712' />
<node id='81558432' timestamp='2008-10-26T16:57:42Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6591754' lon='-58.4106497' />
<node id='81558433' timestamp='2008-10-26T16:57:42Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6589332' lon='-58.4114839' />
<node id='81558434' timestamp='2008-10-26T16:57:42Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6587871' lon='-58.4126727' />
<node id='81558435' timestamp='2012-02-10T18:27:06Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645798' lat='-34.6588212' lon='-58.4135795' />
<node id='81558436' timestamp='2012-02-10T18:27:05Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645798' lat='-34.6589575' lon='-58.4143825' />
<node id='81558437' timestamp='2008-10-26T16:57:43Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.659369' lon='-58.4157643' />
<node id='81558438' timestamp='2014-10-05T21:58:52Z' uid='201359' user='wambacher' visible='true' version='6' changeset='25885867' lat='-34.6595992' lon='-58.4166762' />
<node id='81558439' timestamp='2008-10-26T16:57:43Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6599006' lon='-58.4175067' />
<node id='81558442' timestamp='2008-10-26T16:57:44Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6610869' lon='-58.4212953' />
<node id='81558443' timestamp='2008-10-26T16:57:44Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6614741' lon='-58.4221587' />
<node id='81558444' timestamp='2014-12-08T16:59:28Z' uid='466854' user='alpertron' visible='true' version='6' changeset='27338250' lat='-34.6623015' lon='-58.4236974' />
<node id='81558445' timestamp='2008-10-26T16:57:44Z' uid='75298' user='Fearandir' visible='true' version='5' changeset='590885' lat='-34.6627552' lon='-58.4243303' />
<node id='81558446' timestamp='2012-02-10T18:27:06Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645798' lat='-34.6634302' lon='-58.4252836' />
<node id='81558447' timestamp='2012-02-10T18:27:06Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645798' lat='-34.6645449' lon='-58.4265327' />
<node id='81558448' timestamp='2012-02-10T18:27:06Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645798' lat='-34.6654695' lon='-58.4273548' />
<node id='81558450' timestamp='2012-02-10T18:27:06Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645798' lat='-34.6662654' lon='-58.4280156' />
<node id='81558451' timestamp='2012-02-10T18:27:06Z' uid='16881' user='user_16881' visible='true' version='6' changeset='10645798' lat='-34.6673649' lon='-58.4289268' />
<node id='81561597' timestamp='2012-02-10T18:27:05Z' uid='16881' user='user_16881' visible='true' version='5' changeset='10645798' lat='-34.669345' lon='-58.4305906' />
<node id='165694210' timestamp='2014-03-22T23:47:40Z' uid='466854' user='alpertron' visible='true' version='32' changeset='21255250' lat='-34.6746753' lon='-58.4096946' />
<node id='165694211' timestamp='2013-06-09T05:05:36Z' uid='79602' user='Zalitoar' visible='true' version='36' changeset='16476742' lat='-34.6726137' lon='-58.4118966' />
<node id='165694212' timestamp='2018-11-26T16:51:13Z' uid='8792857' user='Admasawi' visible='true' version='41' changeset='64904612' lat='-34.6689747' lon='-58.4168628'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='198433193' timestamp='2021-09-02T12:27:13Z' uid='72347' user='Hernan' visible='true' version='17' changeset='110617791' lat='-34.6719714' lon='-58.4130153'>
<tag k='name' v='Valentín Alsina' />
<tag k='place' v='town' />
<tag k='population' v='41155' />
<tag k='wikidata' v='Q2129610' />
<tag k='wikipedia' v='es:Valentín Alsina (Lanús)' />
</node>
<node id='257575742' timestamp='2017-12-13T01:21:58Z' uid='215693' user='Beerforfree' visible='true' version='24' changeset='54583013' lat='-34.6834285' lon='-58.4074795' />
<node id='257575744' timestamp='2011-01-01T15:39:24Z' uid='73016' user='diegows' visible='true' version='21' changeset='6828865' lat='-34.6818646' lon='-58.406175' />
<node id='257575745' timestamp='2017-07-23T02:38:04Z' uid='331218' user='AgusQui' visible='true' version='25' changeset='50492047' lat='-34.681102' lon='-58.405572' />
<node id='257577511' timestamp='2013-06-09T05:05:37Z' uid='79602' user='Zalitoar' visible='true' version='10' changeset='16476742' lat='-34.684465' lon='-58.4188298' />
<node id='257725431' timestamp='2013-06-09T05:05:37Z' uid='79602' user='Zalitoar' visible='true' version='15' changeset='16476742' lat='-34.6874721' lon='-58.4151617' />
<node id='257727608' timestamp='2019-09-17T02:00:25Z' uid='215693' user='Beerforfree' visible='true' version='35' changeset='74554379' lat='-34.6736188' lon='-58.4106627' />
<node id='257727649' timestamp='2015-02-19T06:10:28Z' uid='2062304' user='drftrw584' visible='true' version='35' changeset='28949938' lat='-34.673236' lon='-58.4110869'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='288777789' timestamp='2019-09-15T14:07:07Z' uid='466854' user='alpertron' visible='true' version='37' changeset='74497029' lat='-34.6753528' lon='-58.398136' />
<node id='291634073' timestamp='2019-09-17T02:00:25Z' uid='215693' user='Beerforfree' visible='true' version='32' changeset='74554379' lat='-34.6739044' lon='-58.4103643'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='291634144' timestamp='2017-12-23T04:33:27Z' uid='331218' user='AgusQui' visible='true' version='5' changeset='54855903' lat='-34.6761923' lon='-58.4083173'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='291634249' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='24' changeset='63993991' lat='-34.6733382' lon='-58.4008902' />
<node id='291634252' timestamp='2018-11-22T21:14:26Z' uid='8792857' user='Admasawi' visible='true' version='26' changeset='64794357' lat='-34.6726867' lon='-58.4016893' />
<node id='291634256' timestamp='2018-11-01T16:41:43Z' uid='8792857' user='Admasawi' visible='true' version='25' changeset='64085881' lat='-34.6647084' lon='-58.4112031' />
<node id='291634332' timestamp='2019-09-16T02:42:34Z' uid='215693' user='Beerforfree' visible='true' version='35' changeset='74510065' lat='-34.6677574' lon='-58.417278'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='291636582' timestamp='2013-09-27T18:18:43Z' uid='1460489' user='saranditown' visible='true' version='30' changeset='18066040' lat='-34.6713846' lon='-58.413526' />
<node id='291636584' timestamp='2013-09-27T18:07:26Z' uid='1460489' user='saranditown' visible='true' version='30' changeset='18066040' lat='-34.6707826' lon='-58.4143287' />
<node id='291636585' timestamp='2013-09-27T18:07:26Z' uid='1460489' user='saranditown' visible='true' version='31' changeset='18066040' lat='-34.6701487' lon='-58.4152187' />
<node id='291636586' timestamp='2018-11-26T01:29:37Z' uid='755114' user='muralito' visible='true' version='33' changeset='64881118' lat='-34.6695715' lon='-58.4160272' />
<node id='291636591' timestamp='2013-09-27T18:07:26Z' uid='1460489' user='saranditown' visible='true' version='22' changeset='18066040' lat='-34.6654453' lon='-58.4100612' />
<node id='291636592' timestamp='2013-09-27T18:07:26Z' uid='1460489' user='saranditown' visible='true' version='23' changeset='18066040' lat='-34.6661013' lon='-58.409313' />
<node id='291636661' timestamp='2014-08-13T01:55:02Z' uid='1856060' user='patodiez' visible='true' version='22' changeset='24714404' lat='-34.6667427' lon='-58.4084954' />
<node id='291636695' timestamp='2014-03-22T23:47:41Z' uid='466854' user='alpertron' visible='true' version='27' changeset='21255250' lat='-34.6673762' lon='-58.40772' />
<node id='291649987' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='27' changeset='63993991' lat='-34.6739389' lon='-58.4000493' />
<node id='291649988' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='24' changeset='63993991' lat='-34.6745539' lon='-58.3992279' />
<node id='291649992' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='27' changeset='63993991' lat='-34.672011' lon='-58.4023694' />
<node id='291649995' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='22' changeset='63993991' lat='-34.6713856' lon='-58.4031142' />
<node id='291650002' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='24' changeset='63993991' lat='-34.669372' lon='-58.4054361' />
<node id='291650003' timestamp='2014-03-22T23:47:40Z' uid='466854' user='alpertron' visible='true' version='27' changeset='21255250' lat='-34.6686982' lon='-58.4062068' />
<node id='291650010' timestamp='2014-03-22T23:47:40Z' uid='466854' user='alpertron' visible='true' version='26' changeset='21255250' lat='-34.6680444' lon='-58.4069785' />
<node id='291650029' timestamp='2014-03-22T23:50:43Z' uid='466854' user='alpertron' visible='true' version='10' changeset='21255250' lat='-34.6691422' lon='-58.399245' />
<node id='291650030' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='5' changeset='11685447' lat='-34.6685135' lon='-58.4000305' />
<node id='291650032' timestamp='2021-08-14T21:15:04Z' uid='8127216' user='CorazonDelator' visible='true' version='8' changeset='109683234' lat='-34.6678965' lon='-58.4008564' />
<node id='291650033' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='7' changeset='11685447' lat='-34.6672665' lon='-58.4016698' />
<node id='291650034' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='7' changeset='11685447' lat='-34.666644' lon='-58.4024632' />
<node id='291650035' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='12' changeset='11685447' lat='-34.666019' lon='-58.4032961' />
<node id='291650036' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='11' changeset='11685447' lat='-34.6653996' lon='-58.4041193' />
<node id='291650037' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='11' changeset='11685447' lat='-34.6647782' lon='-58.4049155' />
<node id='291650056' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='7' changeset='11685447' lat='-34.6703284' lon='-58.3976382' />
<node id='291650062' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='9' changeset='11685447' lat='-34.6716047' lon='-58.3959369' />
<node id='291650063' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='11' changeset='11685447' lat='-34.6709383' lon='-58.3968195' />
<node id='291650064' timestamp='2012-05-23T22:26:04Z' uid='605693' user='cprats' visible='true' version='8' changeset='11685447' lat='-34.6697231' lon='-58.3984706' />
<node id='291653115' timestamp='2015-02-16T05:54:12Z' uid='2062304' user='drftrw584' visible='true' version='37' changeset='28877827' lat='-34.6719987' lon='-58.4127118'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='291653128' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='25' changeset='63993991' lat='-34.6700391' lon='-58.4046729' />
<node id='291653135' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='24' changeset='63993991' lat='-34.670719' lon='-58.403885' />
<node id='291653143' timestamp='2014-08-13T01:55:01Z' uid='1856060' user='patodiez' visible='true' version='16' changeset='24714404' lat='-34.6652517' lon='-58.4139974' />
<node id='291653155' timestamp='2012-05-23T22:26:05Z' uid='605693' user='cprats' visible='true' version='35' changeset='11685447' lat='-34.6724083' lon='-58.3948041' />
<node id='291653229' timestamp='2015-02-16T05:53:11Z' uid='2062304' user='drftrw584' visible='true' version='34' changeset='28877810' lat='-34.6754474' lon='-58.409043'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='310154249' timestamp='2017-12-06T17:15:46Z' uid='3319178' user='Ranger444' visible='true' version='10' changeset='54407710' lat='-34.6874356' lon='-58.4150574' />
<node id='310154478' timestamp='2013-06-09T05:05:37Z' uid='79602' user='Zalitoar' visible='true' version='15' changeset='16476742' lat='-34.6866267' lon='-58.4127871' />
<node id='310154538' timestamp='2013-06-09T05:05:37Z' uid='79602' user='Zalitoar' visible='true' version='17' changeset='16476742' lat='-34.6862237' lon='-58.4116091' />
<node id='310154694' timestamp='2014-02-11T18:53:49Z' uid='1925830' user='Kyheo' visible='true' version='4' changeset='20508929' lat='-34.6852809' lon='-58.4095362' />
<node id='310154722' timestamp='2017-12-13T01:21:58Z' uid='215693' user='Beerforfree' visible='true' version='20' changeset='54583013' lat='-34.684674' lon='-58.40845' />
<node id='310155406' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='13' changeset='123735473' lat='-34.6799337' lon='-58.4045605' />
<node id='310167357' timestamp='2017-12-13T01:21:58Z' uid='215693' user='Beerforfree' visible='true' version='12' changeset='54583013' lat='-34.6842123' lon='-58.4081248' />
<node id='310167364' timestamp='2017-12-13T01:21:58Z' uid='215693' user='Beerforfree' visible='true' version='15' changeset='54583013' lat='-34.6826274' lon='-58.4068471' />
<node id='310167479' timestamp='2018-11-22T21:14:27Z' uid='8792857' user='Admasawi' visible='true' version='4' changeset='64794357' lat='-34.6876897' lon='-58.4158461' />
<node id='310337010' timestamp='2015-02-16T06:04:03Z' uid='2062304' user='drftrw584' visible='true' version='11' changeset='28877933' lat='-34.6870441' lon='-58.4139214'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='310337408' timestamp='2013-06-09T05:05:38Z' uid='79602' user='Zalitoar' visible='true' version='10' changeset='16476742' lat='-34.6779973' lon='-58.4249852' />
<node id='310338731' timestamp='2018-11-22T21:14:28Z' uid='8792857' user='Admasawi' visible='true' version='9' changeset='64794357' lat='-34.6813057' lon='-58.4210778' />
<node id='310338953' timestamp='2013-06-09T05:05:40Z' uid='79602' user='Zalitoar' visible='true' version='8' changeset='16476742' lat='-34.6802787' lon='-58.4218283' />
<node id='310339143' timestamp='2013-06-09T05:05:40Z' uid='79602' user='Zalitoar' visible='true' version='4' changeset='16476742' lat='-34.6781834' lon='-58.4233197' />
<node id='310346363' timestamp='2015-02-16T06:04:15Z' uid='2062304' user='drftrw584' visible='true' version='12' changeset='28877937' lat='-34.6857324' lon='-58.4104782'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='310346450' timestamp='2017-12-06T23:49:32Z' uid='3319178' user='Ranger444' visible='true' version='12' changeset='54417396' lat='-34.6851218' lon='-58.4092082' />
<node id='310346520' timestamp='2017-12-11T15:52:54Z' uid='5027347' user='zwaygp' visible='true' version='5' changeset='54543605' lat='-34.6804157' lon='-58.4050458' />
<node id='310346622' timestamp='2017-07-19T03:50:21Z' uid='1009211' user='nicolas17' visible='true' version='5' changeset='50394185' lat='-34.6853331' lon='-58.4182086'>
<tag k='highway' v='traffic_signals' />
<tag k='traffic_signals' v='signal' />
</node>
<node id='310347647' timestamp='2018-01-17T20:01:01Z' uid='1856060' user='patodiez' visible='true' version='8' changeset='55531672' lat='-34.6688397' lon='-58.4170437' />
<node id='310384669' timestamp='2013-06-09T05:05:42Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6771877' lon='-58.4256152' />
<node id='310507242' timestamp='2013-09-27T18:12:12Z' uid='1460489' user='saranditown' visible='true' version='10' changeset='18066040' lat='-34.6653217' lon='-58.41435' />
<node id='310507251' timestamp='2017-07-29T05:54:38Z' uid='1009211' user='nicolas17' visible='true' version='5' changeset='50664069' lat='-34.6652234' lon='-58.4156702' />
<node id='310507253' timestamp='2008-11-08T08:08:53Z' uid='75298' user='Fearandir' visible='true' version='6' changeset='711239' lat='-34.6651433' lon='-58.4103973' />
<node id='310507254' timestamp='2014-08-13T01:55:02Z' uid='1856060' user='patodiez' visible='true' version='10' changeset='24714404' lat='-34.6648196' lon='-58.410874' />
<node id='310507385' timestamp='2014-02-11T00:12:43Z' uid='331218' user='AgusQui' visible='true' version='9' changeset='20495505' lat='-34.6651855' lon='-58.4161414' />
<node id='310507393' timestamp='2017-07-29T05:54:38Z' uid='1009211' user='nicolas17' visible='true' version='6' changeset='50664069' lat='-34.6652835' lon='-58.4150934' />
<node id='310507446' timestamp='2018-11-01T16:41:43Z' uid='8792857' user='Admasawi' visible='true' version='8' changeset='64085881' lat='-34.6648038' lon='-58.4117121' />
<node id='310507450' timestamp='2017-07-29T05:54:38Z' uid='1009211' user='nicolas17' visible='true' version='5' changeset='50664069' lat='-34.6653077' lon='-58.4148889' />
<node id='311911956' timestamp='2013-06-09T05:05:43Z' uid='79602' user='Zalitoar' visible='true' version='5' changeset='16476742' lat='-34.6758271' lon='-58.4264555' />
<node id='311912279' timestamp='2017-12-05T22:45:57Z' uid='3319178' user='Ranger444' visible='true' version='5' changeset='54384500' lat='-34.6731555' lon='-58.4285551' />
<node id='311912330' timestamp='2013-06-09T05:05:44Z' uid='79602' user='Zalitoar' visible='true' version='3' changeset='16476742' lat='-34.6740696' lon='-58.4278522' />
<node id='311912331' timestamp='2021-08-28T19:34:55Z' uid='1810448' user='serock' visible='true' version='9' changeset='110392272' lat='-34.6749464' lon='-58.427156' />
<node id='311914780' timestamp='2013-06-09T05:05:44Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6760203' lon='-58.4262933' />
<node id='311914781' timestamp='2013-06-09T05:05:44Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6762347' lon='-58.426189' />
<node id='311914782' timestamp='2013-06-09T05:05:44Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6764221' lon='-58.4261279' />
<node id='311914783' timestamp='2008-11-14T06:44:59Z' uid='75298' user='Fearandir' visible='true' version='1' changeset='746840' lat='-34.6766005' lon='-58.4260238' />
<node id='311914784' timestamp='2013-06-09T05:05:44Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6767361' lon='-58.4259334' />
<node id='312937837' timestamp='2012-05-23T22:26:05Z' uid='605693' user='cprats' visible='true' version='4' changeset='11685447' lat='-34.6635133' lon='-58.4065414' />
<node id='312937838' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='6' changeset='123735473' lat='-34.6621133' lon='-58.4050718' />
<node id='312937839' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='5' changeset='123735473' lat='-34.6613652' lon='-58.4042389' />
<node id='312937840' timestamp='2012-05-23T22:26:05Z' uid='605693' user='cprats' visible='true' version='3' changeset='11685447' lat='-34.6628974' lon='-58.4058779' />
<node id='1131985975' timestamp='2015-08-23T04:33:44Z' uid='755114' user='muralito' visible='true' version='3' changeset='33517047' lat='-34.6667924' lon='-58.417386' />
<node id='1131986018' timestamp='2012-05-23T22:26:03Z' uid='605693' user='cprats' visible='true' version='2' changeset='11685447' lat='-34.6640924' lon='-58.4057936' />
<node id='1131998355' timestamp='2021-08-14T21:15:04Z' uid='8127216' user='CorazonDelator' visible='true' version='4' changeset='109683234' lat='-34.6642189' lon='-58.4056301'>
<tag k='crossing' v='uncontrolled' />
<tag k='railway' v='level_crossing' />
</node>
<node id='1136584649' timestamp='2012-05-23T22:26:03Z' uid='605693' user='cprats' visible='true' version='2' changeset='11685447' lat='-34.661842' lon='-58.4047716' />
<node id='1148091927' timestamp='2012-05-23T22:26:03Z' uid='605693' user='cprats' visible='true' version='2' changeset='11685447' lat='-34.6625009' lon='-58.4054741' />
<node id='1148246151' timestamp='2012-05-23T22:04:48Z' uid='605693' user='cprats' visible='true' version='2' changeset='11685329' lat='-34.6745827' lon='-58.3971238' />
<node id='1148246160' timestamp='2018-11-24T11:37:39Z' uid='8127216' user='CorazonDelator' visible='true' version='4' changeset='64842410' lat='-34.672458' lon='-58.394741' />
<node id='1156977714' timestamp='2012-09-24T20:31:48Z' uid='605693' user='cprats' visible='true' version='2' changeset='13238882' lat='-34.6779529' lon='-58.4018273' />
<node id='1156977717' timestamp='2012-09-24T20:31:49Z' uid='605693' user='cprats' visible='true' version='2' changeset='13238882' lat='-34.6795847' lon='-58.404242' />
<node id='1156977723' timestamp='2019-09-15T14:07:07Z' uid='466854' user='alpertron' visible='true' version='3' changeset='74497029' lat='-34.6785494' lon='-58.4027017' />
<node id='1156977736' timestamp='2019-09-15T14:07:07Z' uid='466854' user='alpertron' visible='true' version='4' changeset='74497029' lat='-34.6767885' lon='-58.4001028' />
<node id='1156977738' timestamp='2012-09-24T20:31:49Z' uid='605693' user='cprats' visible='true' version='2' changeset='13238882' lat='-34.6757719' lon='-58.3986097' />
<node id='1156977751' timestamp='2019-09-15T14:07:07Z' uid='466854' user='alpertron' visible='true' version='3' changeset='74497029' lat='-34.6773619' lon='-58.4009485' />
<node id='1156977752' timestamp='2019-09-15T13:59:29Z' uid='466854' user='alpertron' visible='true' version='5' changeset='74497029' lat='-34.6754005' lon='-58.3980605' />
<node id='1156977753' timestamp='2012-09-24T20:31:49Z' uid='605693' user='cprats' visible='true' version='2' changeset='13238882' lat='-34.6761816' lon='-58.3992138' />
<node id='1627144503' timestamp='2012-02-10T18:27:08Z' uid='16881' user='user_16881' visible='true' version='2' changeset='10645798' lat='-34.6590848' lon='-58.4149031' />
<node id='1627144584' timestamp='2012-02-10T17:51:46Z' uid='16881' user='user_16881' visible='true' version='1' changeset='10645402' lat='-34.6597863' lon='-58.4038599' />
<node id='1627144663' timestamp='2012-02-10T17:51:48Z' uid='16881' user='user_16881' visible='true' version='1' changeset='10645402' lat='-34.6602889' lon='-58.4065204' />
<node id='1627144704' timestamp='2012-02-10T17:51:49Z' uid='16881' user='user_16881' visible='true' version='1' changeset='10645402' lat='-34.660305' lon='-58.4069415' />
<node id='1627173154' timestamp='2012-02-10T18:27:00Z' uid='16881' user='user_16881' visible='true' version='1' changeset='10645798' lat='-34.6681732' lon='-58.4296446' />
<node id='1730038413' timestamp='2015-02-16T05:55:33Z' uid='2062304' user='drftrw584' visible='true' version='5' changeset='28877843' lat='-34.6650012' lon='-58.4176453'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='1730038423' timestamp='2013-06-09T05:05:36Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6776676' lon='-58.4237078' />
<node id='1730038431' timestamp='2013-06-09T05:05:36Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6816363' lon='-58.4208329' />
<node id='1730038432' timestamp='2016-11-25T04:34:37Z' uid='1009211' user='nicolas17' visible='true' version='7' changeset='43936193' lat='-34.6823495' lon='-58.420293'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='1730038433' timestamp='2016-11-25T04:34:38Z' uid='1009211' user='nicolas17' visible='true' version='3' changeset='43936193' lat='-34.6833941' lon='-58.4195577' />
<node id='1892210583' timestamp='2012-08-31T20:21:33Z' uid='149876' user='dbusse' visible='true' version='1' changeset='12935688' lat='-34.6875408' lon='-58.4171301' />
<node id='1992390971' timestamp='2015-02-16T06:03:45Z' uid='2062304' user='drftrw584' visible='true' version='3' changeset='28877930' lat='-34.6880555' lon='-58.4169405'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='1992395166' timestamp='2014-03-23T01:51:05Z' uid='466854' user='alpertron' visible='true' version='2' changeset='21256353' lat='-34.6703152' lon='-58.4313951' />
<node id='2008327082' timestamp='2013-06-09T05:05:37Z' uid='79602' user='Zalitoar' visible='true' version='2' changeset='16476742' lat='-34.6792524' lon='-58.422551' />
<node id='2337789757' timestamp='2015-04-23T12:46:30Z' uid='657892' user='Sefer' visible='true' version='2' changeset='30428358' lat='-34.6769073' lon='-58.4257995' />
<node id='2337789784' timestamp='2017-07-19T03:50:21Z' uid='1009211' user='nicolas17' visible='true' version='3' changeset='50394185' lat='-34.6855001' lon='-58.4180985' />
<node id='2337789786' timestamp='2013-06-09T05:05:27Z' uid='79602' user='Zalitoar' visible='true' version='1' changeset='16476742' lat='-34.686168' lon='-58.4176098' />
<node id='2337789787' timestamp='2013-06-09T05:05:27Z' uid='79602' user='Zalitoar' visible='true' version='1' changeset='16476742' lat='-34.6863925' lon='-58.4175201' />
<node id='2363073823' timestamp='2014-08-12T05:49:49Z' uid='1856060' user='patodiez' visible='true' version='3' changeset='24694071' lat='-34.6683303' lon='-58.4172097' />
<node id='2439040284' timestamp='2013-08-30T12:31:11Z' uid='1460489' user='saranditown' visible='true' version='1' changeset='17587658' lat='-34.6664169' lon='-58.4174229' />
<node id='2439040287' timestamp='2019-09-16T02:42:34Z' uid='215693' user='Beerforfree' visible='true' version='3' changeset='74510065' lat='-34.6686319' lon='-58.4171523'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='2439067846' timestamp='2014-08-12T05:49:49Z' uid='1856060' user='patodiez' visible='true' version='2' changeset='24694071' lat='-34.6673673' lon='-58.4173246' />
<node id='2735378674' timestamp='2014-03-22T23:56:04Z' uid='466854' user='alpertron' visible='true' version='1' changeset='21255250' lat='-34.6785441' lon='-58.4055208' />
<node id='2735378675' timestamp='2014-03-22T23:56:04Z' uid='466854' user='alpertron' visible='true' version='1' changeset='21255250' lat='-34.6768981' lon='-58.4076709' />
<node id='2735579568' timestamp='2014-03-23T01:51:05Z' uid='466854' user='alpertron' visible='true' version='1' changeset='21256353' lat='-34.6711542' lon='-58.430389' />
<node id='2735579571' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='2' changeset='123735473' lat='-34.6706077' lon='-58.4310365' />
<node id='2800218466' timestamp='2021-12-30T11:50:28Z' uid='7345137' user='magrej' visible='true' version='2' changeset='115561276' lat='-34.6700111' lon='-58.4098884'>
<tag k='name' v='Valentín Alsina' />
<tag k='place' v='neighbourhood' />
<tag k='wikidata' v='Q2129610' />
<tag k='wikipedia' v='en:Valentín Alsina, Buenos Aires' />
</node>
<node id='3010343951' timestamp='2018-11-01T16:41:44Z' uid='8792857' user='Admasawi' visible='true' version='3' changeset='64085881' lat='-34.6649592' lon='-58.4125104' />
<node id='3010343952' timestamp='2018-11-01T16:41:44Z' uid='8792857' user='Admasawi' visible='true' version='2' changeset='64085881' lat='-34.6650054' lon='-58.4127275' />
<node id='3011876847' timestamp='2017-12-06T23:49:32Z' uid='3319178' user='Ranger444' visible='true' version='2' changeset='54417396' lat='-34.684787' lon='-58.4085366' />
<node id='3011876852' timestamp='2016-11-25T04:34:37Z' uid='1009211' user='nicolas17' visible='true' version='2' changeset='43936193' lat='-34.6818735' lon='-58.4206447' />
<node id='3011876866' timestamp='2019-09-16T02:42:34Z' uid='215693' user='Beerforfree' visible='true' version='2' changeset='74510065' lat='-34.6679978' lon='-58.4172493'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='4043864795' timestamp='2016-03-06T16:15:32Z' uid='466854' user='alpertron' visible='true' version='1' changeset='37648064' lat='-34.6597509' lon='-58.4032314' />
<node id='4958936346' timestamp='2017-12-11T16:45:01Z' uid='5027347' user='zwaygp' visible='true' version='3' changeset='54544990' lat='-34.6796459' lon='-58.4043235'>
<tag k='highway' v='traffic_signals' />
</node>
<node id='5268885091' timestamp='2017-12-06T23:49:32Z' uid='3319178' user='Ranger444' visible='true' version='1' changeset='54417396' lat='-34.6860239' lon='-58.4111034' />
<node id='5538732844' timestamp='2018-04-08T21:27:46Z' uid='2257847' user='ignaciolep' visible='true' version='1' changeset='57923699' lat='-34.6699412' lon='-58.431083' />
<node id='5538732887' timestamp='2018-04-08T21:27:47Z' uid='2257847' user='ignaciolep' visible='true' version='1' changeset='57923699' lat='-34.6605824' lon='-58.4196904' />
<node id='5538738344' timestamp='2018-04-08T21:27:48Z' uid='2257847' user='ignaciolep' visible='true' version='1' changeset='57923699' lat='-34.6591534' lon='-58.4107214' />
<node id='5538738464' timestamp='2018-04-08T21:27:50Z' uid='2257847' user='ignaciolep' visible='true' version='1' changeset='57923699' lat='-34.6597702' lon='-58.4029611' />
<node id='6023628123' timestamp='2018-10-29T22:58:12Z' uid='8792857' user='Admasawi' visible='true' version='1' changeset='63993991' lat='-34.6725803' lon='-58.4017459' />
<node id='6023628124' timestamp='2018-11-22T21:14:30Z' uid='8792857' user='Admasawi' visible='true' version='2' changeset='64794357' lat='-34.6727972' lon='-58.4016095' />
<node id='6023628125' timestamp='2018-11-22T21:14:30Z' uid='8792857' user='Admasawi' visible='true' version='2' changeset='64794357' lat='-34.6727284' lon='-58.4016653' />
<node id='6023628126' timestamp='2018-11-22T21:14:30Z' uid='8792857' user='Admasawi' visible='true' version='2' changeset='64794357' lat='-34.6727616' lon='-58.4016383' />
<node id='6023628127' timestamp='2018-11-22T21:14:30Z' uid='8792857' user='Admasawi' visible='true' version='2' changeset='64794357' lat='-34.6728416' lon='-58.4015588' />
<node id='6023628130' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='1' changeset='63993991' lat='-34.6726177' lon='-58.4017224' />
<node id='6023628131' timestamp='2018-10-29T22:58:13Z' uid='8792857' user='Admasawi' visible='true' version='1' changeset='63993991' lat='-34.6725475' lon='-58.4017702' />
<node id='6796899613' timestamp='2019-09-15T13:59:29Z' uid='466854' user='alpertron' visible='true' version='1' changeset='74497029' lat='-34.6751738' lon='-58.3977833' />
<node id='7817412987' timestamp='2020-08-16T14:32:10Z' uid='11657739' user='ot_arg' visible='true' version='1' changeset='89473858' lat='-34.6722832' lon='-58.4293545' />
<node id='9758677676' timestamp='2022-05-21T04:14:50Z' uid='331218' user='AgusQui' visible='true' version='1' changeset='121266704' lat='-34.6879802' lon='-58.4167152'>
<tag k='bus' v='yes' />
<tag k='name' v='Rivadavia y Viamonte' />
<tag k='public_transport' v='stop_position' />
</node>
<node id='9893985508' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='1' changeset='123735473' lat='-34.6687358' lon='-58.4171299' />
<node id='9893985511' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='1' changeset='123735473' lat='-34.6652068' lon='-58.4176362' />
<node id='9893985519' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='1' changeset='123735473' lat='-34.6800777' lon='-58.4047747' />
<node id='9893985520' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='1' changeset='123735473' lat='-34.6800275' lon='-58.4047242' />
<node id='9893985521' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='1' changeset='123735473' lat='-34.6798334' lon='-58.4045305' />
<node id='9893985522' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='1' changeset='123735473' lat='-34.6797644' lon='-58.4044765' />
<node id='9893985540' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='1' changeset='123735473' lat='-34.6647397' lon='-58.4110466' />
<way id='23773288' timestamp='2022-04-16T00:00:52Z' uid='11462915' user='i2004' visible='true' version='21' changeset='119768658'>
<nd ref='310154249' />
<nd ref='310337010' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Avenida Bernardino Rivadavia' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='28273518' timestamp='2018-11-16T15:39:05Z' uid='161619' user='FvGordon' visible='true' version='14' changeset='64571367'>
<nd ref='291653155' />
<nd ref='291650062' />
<nd ref='291650063' />
<nd ref='291650056' />
<nd ref='291650064' />
<nd ref='291650029' />
<nd ref='291650030' />
<nd ref='291650032' />
<nd ref='291650033' />
<nd ref='291650034' />
<nd ref='291650035' />
<nd ref='291650036' />
<nd ref='291650037' />
<nd ref='1131998355' />
<nd ref='1131986018' />
<nd ref='312937837' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Chile' />
<tag k='oneway' v='no' />
<tag k='surface' v='asphalt' />
</way>
<way id='28395631' timestamp='2021-08-28T19:34:55Z' uid='1810448' user='serock' visible='true' version='9' changeset='110392272'>
<nd ref='311912279' />
<nd ref='311912330' />
<nd ref='311912331' />
<nd ref='311911956' />
<nd ref='311914780' />
<nd ref='311914781' />
<nd ref='311914782' />
<tag k='highway' v='residential' />
<tag k='name' v='Talcahuano' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='28485123' timestamp='2021-08-14T21:15:04Z' uid='8127216' user='CorazonDelator' visible='true' version='11' changeset='109683234'>
<nd ref='81558424' />
<nd ref='312937839' />
<tag k='admin_level' v='5' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Límite partidos Avellaneda - Lanús' />
</way>
<way id='47414696' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='10' changeset='123735473'>
<nd ref='310507254' />
<nd ref='9893985540' />
<nd ref='291634256' />
<nd ref='310507446' />
<nd ref='3010343951' />
<nd ref='3010343952' />
<nd ref='291653143' />
<tag k='highway' v='residential' />
<tag k='lanes' v='1' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Coronel Luna' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='99252883' timestamp='2017-12-29T15:02:01Z' uid='4547543' user='user_4547543' visible='true' version='5' changeset='55011904'>
<nd ref='312937839' />
<nd ref='1136584649' />
<nd ref='312937838' />
<nd ref='1148091927' />
<nd ref='312937840' />
<nd ref='312937837' />
<tag k='highway' v='residential' />
<tag k='lanes' v='1' />
<tag k='name' v='Valparaíso' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='99273099' timestamp='2022-08-18T04:09:24Z' uid='331218' user='AgusQui' visible='true' version='7' changeset='125041612'>
<nd ref='291653155' />
<nd ref='1148246160' />
<tag k='highway' v='residential' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Chile' />
</way>
<way id='100484891' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='13' changeset='123735473'>
<nd ref='1730038413' />
<nd ref='9893985511' />
<nd ref='2439040284' />
<nd ref='1131985975' />
<nd ref='2439067846' />
<nd ref='291634332' />
<nd ref='3011876866' />
<nd ref='2363073823' />
<nd ref='2439040287' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='asphalt' />
</way>
<way id='161010633' timestamp='2018-12-14T17:43:04Z' uid='7294560' user='ruggs' visible='true' version='11' changeset='65480819'>
<nd ref='1730038423' />
<nd ref='310339143' />
<nd ref='2008327082' />
<nd ref='310338953' />
<nd ref='310338731' />
<nd ref='1730038431' />
<nd ref='3011876852' />
<nd ref='1730038432' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='General Viamonte' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='188618460' timestamp='2018-12-14T17:43:05Z' uid='7294560' user='ruggs' visible='true' version='7' changeset='65480819'>
<nd ref='1730038423' />
<nd ref='310337408' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Coronel Osorio' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='188618462' timestamp='2017-12-11T16:45:01Z' uid='5027347' user='zwaygp' visible='true' version='6' changeset='54544990'>
<nd ref='1156977717' />
<nd ref='4958936346' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='188618468' timestamp='2015-08-23T04:33:43Z' uid='755114' user='muralito' visible='true' version='4' changeset='33517047'>
<nd ref='1156977717' />
<nd ref='1156977723' />
<nd ref='1156977714' />
<nd ref='1156977751' />
<nd ref='1156977736' />
<nd ref='1156977753' />
<nd ref='1156977738' />
<nd ref='1156977752' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='264848100' timestamp='2018-12-14T17:43:07Z' uid='7294560' user='ruggs' visible='true' version='7' changeset='65480819'>
<nd ref='1730038433' />
<nd ref='257577511' />
<nd ref='310346622' />
<nd ref='2337789784' />
<nd ref='2337789786' />
<nd ref='2337789787' />
<nd ref='1892210583' />
<nd ref='1992390971' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='General Viamonte' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='266147706' timestamp='2019-09-17T02:00:25Z' uid='215693' user='Beerforfree' visible='true' version='8' changeset='74554379'>
<nd ref='291636586' />
<nd ref='291636585' />
<nd ref='291636584' />
<nd ref='291636582' />
<nd ref='291653115' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='268137838' timestamp='2017-12-27T01:06:48Z' uid='4240913' user='Corban8' visible='true' version='5' changeset='54943968'>
<nd ref='310507385' />
<nd ref='1730038413' />
<tag k='highway' v='residential' />
<tag k='lanes' v='1' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Coronel Luna' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='268137839' timestamp='2017-12-27T01:06:48Z' uid='4240913' user='Corban8' visible='true' version='4' changeset='54943968'>
<nd ref='310507251' />
<nd ref='310507385' />
<tag k='highway' v='residential' />
<tag k='lanes' v='1' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Coronel Luna' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='268153478' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='9' changeset='123735473'>
<nd ref='310346363' />
<nd ref='310154694' />
<nd ref='310346450' />
<nd ref='3011876847' />
<nd ref='310154722' />
<nd ref='310167357' />
<nd ref='257575742' />
<nd ref='310167364' />
<nd ref='257575744' />
<nd ref='257575745' />
<nd ref='310346520' />
<nd ref='9893985519' />
<nd ref='9893985520' />
<nd ref='310155406' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Avenida Bernardino Rivadavia' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='268172240' timestamp='2018-10-29T22:58:17Z' uid='8792857' user='Admasawi' visible='true' version='5' changeset='63993991'>
<nd ref='288777789' />
<nd ref='291649988' />
<nd ref='291649987' />
<nd ref='291634249' />
<nd ref='6023628127' />
<nd ref='6023628124' />
<nd ref='6023628126' />
<nd ref='6023628125' />
<nd ref='291634252' />
<nd ref='6023628130' />
<nd ref='6023628123' />
<nd ref='6023628131' />
<nd ref='291649992' />
<nd ref='291649995' />
<nd ref='291653135' />
<tag k='highway' v='residential' />
<tag k='lanes' v='2' />
<tag k='name' v='República Argentina' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='268172242' timestamp='2019-09-15T13:59:29Z' uid='466854' user='alpertron' visible='true' version='4' changeset='74497029'>
<nd ref='1156977752' />
<nd ref='6796899613' />
<nd ref='1148246151' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='268178307' timestamp='2017-12-23T04:33:28Z' uid='331218' user='AgusQui' visible='true' version='4' changeset='54855903'>
<nd ref='291634144' />
<nd ref='2735378675' />
<nd ref='2735378674' />
<nd ref='1156977717' />
<tag k='admin_level' v='9' />
<tag k='boundary' v='administrative' />
</way>
<way id='268194364' timestamp='2017-12-07T23:40:16Z' uid='3319178' user='Ranger444' visible='true' version='2' changeset='54445650'>
<nd ref='310337408' />
<nd ref='310384669' />
<tag k='highway' v='residential' />
<tag k='name' v='Talcahuano' />
<tag k='oneway' v='no' />
<tag k='surface' v='asphalt' />
</way>
<way id='268194366' timestamp='2014-03-23T01:58:24Z' uid='466854' user='alpertron' visible='true' version='2' changeset='21256353'>
<nd ref='1992395166' />
<nd ref='2735579571' />
<tag k='admin_level' v='9' />
<tag k='boundary' v='administrative' />
</way>
<way id='268194368' timestamp='2014-04-19T02:02:02Z' uid='466854' user='alpertron' visible='true' version='2' changeset='21789007'>
<nd ref='2337789757' />
<nd ref='310384669' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='268199487' timestamp='2017-12-22T00:41:50Z' uid='3319178' user='Ranger444' visible='true' version='4' changeset='54829678'>
<nd ref='257727608' />
<nd ref='291634073' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='paved' />
</way>
<way id='268199492' timestamp='2020-08-16T14:32:10Z' uid='11657739' user='ot_arg' visible='true' version='2' changeset='89473858'>
<nd ref='2735579571' />
<nd ref='2735579568' />
<nd ref='7817412987' />
<nd ref='311912279' />
<tag k='admin_level' v='9' />
<tag k='boundary' v='administrative' />
</way>
<way id='268926825' timestamp='2018-12-14T17:43:08Z' uid='7294560' user='ruggs' visible='true' version='4' changeset='65480819'>
<nd ref='310337010' />
<nd ref='310154478' />
<nd ref='310154538' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Avenida Bernardino Rivadavia' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='268926833' timestamp='2018-12-14T17:43:08Z' uid='7294560' user='ruggs' visible='true' version='7' changeset='65480819'>
<nd ref='310154538' />
<nd ref='5268885091' />
<nd ref='310346363' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Avenida Bernardino Rivadavia' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='268927762' timestamp='2017-12-27T01:06:49Z' uid='4240913' user='Corban8' visible='true' version='4' changeset='54943968'>
<nd ref='291653135' />
<nd ref='291653128' />
<nd ref='291650002' />
<nd ref='291650003' />
<nd ref='291650010' />
<nd ref='291636695' />
<nd ref='291636661' />
<nd ref='291636592' />
<nd ref='291636591' />
<nd ref='310507253' />
<nd ref='310507254' />
<tag k='highway' v='residential' />
<tag k='lanes' v='1' />
<tag k='maxspeed' v='40' />
<tag k='name' v='República Argentina' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='268927767' timestamp='2017-12-27T01:06:50Z' uid='4240913' user='Corban8' visible='true' version='4' changeset='54943968'>
<nd ref='291653143' />
<nd ref='310507242' />
<nd ref='310507450' />
<nd ref='310507393' />
<nd ref='310507251' />
<tag k='highway' v='residential' />
<tag k='lanes' v='1' />
<tag k='maxspeed' v='40' />
<tag k='name' v='Coronel Luna' />
<tag k='oneway' v='yes' />
<tag k='surface' v='asphalt' />
</way>
<way id='274462585' timestamp='2019-09-16T02:42:34Z' uid='215693' user='Beerforfree' visible='true' version='6' changeset='74510065'>
<nd ref='291634073' />
<nd ref='165694210' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='274468866' timestamp='2019-09-17T02:00:25Z' uid='215693' user='Beerforfree' visible='true' version='5' changeset='74554379'>
<nd ref='291653115' />
<nd ref='165694211' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='274468867' timestamp='2017-12-27T01:06:50Z' uid='4240913' user='Corban8' visible='true' version='4' changeset='54943968'>
<nd ref='257727649' />
<nd ref='257727608' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='340111081' timestamp='2015-04-23T12:46:24Z' uid='657892' user='Sefer' visible='true' version='1' changeset='30428358'>
<nd ref='311914782' />
<nd ref='311914783' />
<nd ref='311914784' />
<nd ref='2337789757' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
</way>
<way id='444637738' timestamp='2021-12-30T10:41:16Z' uid='7436199' user='aleksaJov' visible='true' version='4' changeset='115557764'>
<nd ref='1992395166' />
<nd ref='5538732844' />
<nd ref='81561597' />
<nd ref='1627173154' />
<nd ref='81558451' />
<nd ref='81558450' />
<nd ref='81558448' />
<nd ref='81558447' />
<nd ref='81558446' />
<nd ref='81558445' />
<nd ref='81558444' />
<tag k='alt_name' v='Río Matanza' />
<tag k='boat' v='no' />
<tag k='name' v='Riachuelo' />
<tag k='name:zh' v='马坦萨河' />
<tag k='waterway' v='river' />
<tag k='wikidata' v='Q1574564' />
<tag k='wikipedia' v='en:Matanza River' />
</way>
<way id='444637742' timestamp='2021-12-30T10:41:16Z' uid='7436199' user='aleksaJov' visible='true' version='4' changeset='115557764'>
<nd ref='81558438' />
<nd ref='81558437' />
<nd ref='1627144503' />
<nd ref='81558436' />
<nd ref='81558435' />
<nd ref='81558434' />
<nd ref='81558433' />
<nd ref='5538738344' />
<nd ref='81558432' />
<nd ref='81558431' />
<nd ref='81558430' />
<nd ref='81558429' />
<nd ref='81558428' />
<nd ref='1627144704' />
<nd ref='1627144663' />
<nd ref='81558427' />
<nd ref='81558426' />
<nd ref='81558425' />
<nd ref='1627144584' />
<nd ref='4043864795' />
<nd ref='5538738464' />
<nd ref='81558424' />
<tag k='alt_name' v='Río Matanza' />
<tag k='boat' v='no' />
<tag k='name' v='Riachuelo' />
<tag k='name:zh' v='马坦萨河' />
<tag k='waterway' v='river' />
<tag k='wikidata' v='Q1574564' />
<tag k='wikipedia' v='en:Matanza River' />
</way>
<way id='444637745' timestamp='2021-12-30T10:41:16Z' uid='7436199' user='aleksaJov' visible='true' version='4' changeset='115557764'>
<nd ref='81558444' />
<nd ref='81558443' />
<nd ref='81558442' />
<nd ref='5538732887' />
<nd ref='81558439' />
<nd ref='81558438' />
<tag k='alt_name' v='Río Matanza' />
<tag k='boat' v='no' />
<tag k='name' v='Riachuelo' />
<tag k='name:zh' v='马坦萨河' />
<tag k='waterway' v='river' />
<tag k='wikidata' v='Q1574564' />
<tag k='wikipedia' v='en:Matanza River' />
</way>
<way id='509518140' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='5' changeset='123735473'>
<nd ref='310155406' />
<nd ref='9893985521' />
<nd ref='9893985522' />
<nd ref='4958936346' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Bernardino Rivadavia' />
<tag k='oneway' v='no' />
<tag k='surface' v='asphalt' />
</way>
<way id='511590634' timestamp='2018-12-14T17:43:16Z' uid='7294560' user='ruggs' visible='true' version='5' changeset='65480819'>
<nd ref='1730038432' />
<nd ref='1730038433' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='General Viamonte' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='549201081' timestamp='2017-12-29T00:06:46Z' uid='4240913' user='Corban8' visible='true' version='2' changeset='54997304'>
<nd ref='1156977752' />
<nd ref='288777789' />
<tag k='highway' v='residential' />
<tag k='lanes' v='1' />
<tag k='name' v='República Argentina' />
<tag k='oneway' v='yes' />
<tag k='surface' v='paved' />
</way>
<way id='648424070' timestamp='2021-03-26T23:51:07Z' uid='72347' user='Hernan' visible='true' version='2' changeset='101821867'>
<nd ref='1148246160' />
<nd ref='1148246151' />
</way>
<way id='724836790' timestamp='2019-09-16T02:42:34Z' uid='215693' user='Beerforfree' visible='true' version='1' changeset='74510065'>
<nd ref='165694210' />
<nd ref='291653229' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='724836791' timestamp='2019-09-16T02:42:34Z' uid='215693' user='Beerforfree' visible='true' version='1' changeset='74510065'>
<nd ref='291653229' />
<nd ref='291634144' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='725224620' timestamp='2019-09-17T02:00:25Z' uid='215693' user='Beerforfree' visible='true' version='1' changeset='74554379'>
<nd ref='165694212' />
<nd ref='291636586' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='725224621' timestamp='2022-07-17T21:02:00Z' uid='1856060' user='patodiez' visible='true' version='2' changeset='123735473'>
<nd ref='2439040287' />
<nd ref='9893985508' />
<nd ref='310347647' />
<nd ref='165694212' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='725224623' timestamp='2019-09-17T02:00:25Z' uid='215693' user='Beerforfree' visible='true' version='1' changeset='74554379'>
<nd ref='165694211' />
<nd ref='257727649' />
<tag k='highway' v='secondary' />
<tag k='lanes' v='4' />
<tag k='name' v='Avenida Remedios de Escalada de San Martín' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='1052154252' timestamp='2022-05-21T04:14:50Z' uid='331218' user='AgusQui' visible='true' version='2' changeset='121266704'>
<nd ref='1992390971' />
<nd ref='9758677676' />
<nd ref='310167479' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Avenida Bernardino Rivadavia' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<way id='1052162835' timestamp='2022-04-16T00:00:52Z' uid='11462915' user='i2004' visible='true' version='1' changeset='119768658'>
<nd ref='310167479' />
<nd ref='257725431' />
<nd ref='310154249' />
<tag k='highway' v='tertiary' />
<tag k='lanes' v='2' />
<tag k='name' v='Avenida Bernardino Rivadavia' />
<tag k='oneway' v='no' />
<tag k='surface' v='concrete' />
</way>
<relation id='2545686' timestamp='2022-04-16T00:00:52Z' uid='11462915' user='i2004' visible='true' version='29' changeset='119768658'>
<member type='node' ref='198433193' role='label' />
<member type='way' ref='509518140' role='outer' />
<member type='way' ref='188618462' role='outer' />
<member type='way' ref='188618468' role='outer' />
<member type='way' ref='268172242' role='outer' />
<member type='way' ref='648424070' role='outer' />
<member type='way' ref='99273099' role='outer' />
<member type='way' ref='28273518' role='outer' />
<member type='way' ref='99252883' role='outer' />
<member type='way' ref='28485123' role='outer' />
<member type='way' ref='444637742' role='outer' />
<member type='way' ref='444637745' role='outer' />
<member type='way' ref='444637738' role='outer' />
<member type='way' ref='268194366' role='outer' />
<member type='way' ref='268199492' role='outer' />
<member type='way' ref='28395631' role='outer' />
<member type='way' ref='340111081' role='outer' />
<member type='way' ref='268194368' role='outer' />
<member type='way' ref='268194364' role='outer' />
<member type='way' ref='188618460' role='outer' />
<member type='way' ref='161010633' role='outer' />
<member type='way' ref='511590634' role='outer' />
<member type='way' ref='264848100' role='outer' />
<member type='way' ref='1052154252' role='outer' />
<member type='way' ref='1052162835' role='outer' />
<member type='way' ref='23773288' role='outer' />
<member type='way' ref='268926825' role='outer' />
<member type='way' ref='268926833' role='outer' />
<member type='way' ref='268153478' role='outer' />
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Valentín Alsina' />
<tag k='population' v='41155' />
<tag k='type' v='boundary' />
<tag k='wikidata' v='Q2129610' />
<tag k='wikipedia' v='es:Valentín Alsina (Lanús)' />
</relation>
<relation id='3595773' timestamp='2019-09-17T02:00:25Z' uid='215693' user='Beerforfree' visible='true' version='10' changeset='74554379'>
<member type='way' ref='100484891' role='outer' />
<member type='way' ref='268137838' role='outer' />
<member type='way' ref='268137839' role='outer' />
<member type='way' ref='268927767' role='outer' />
<member type='way' ref='47414696' role='outer' />
<member type='way' ref='268927762' role='outer' />
<member type='way' ref='268172240' role='outer' />
<member type='way' ref='549201081' role='outer' />
<member type='way' ref='188618468' role='outer' />
<member type='way' ref='268178307' role='outer' />
<member type='way' ref='724836791' role='outer' />
<member type='way' ref='724836790' role='outer' />
<member type='way' ref='274462585' role='outer' />
<member type='way' ref='268199487' role='outer' />
<member type='way' ref='274468867' role='outer' />
<member type='way' ref='725224623' role='outer' />
<member type='way' ref='274468866' role='outer' />
<member type='way' ref='266147706' role='outer' />
<member type='way' ref='725224620' role='outer' />
<member type='way' ref='725224621' role='outer' />
<member type='node' ref='2800218466' role='label' />
<tag k='admin_level' v='9' />
<tag k='boundary' v='administrative' />
<tag k='name' v='Valentín Alsina' />
<tag k='type' v='boundary' />
</relation>
</osm>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,59 @@
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
<node id='253041038' timestamp='2023-08-22T04:46:19Z' uid='15215305' user='NorthCrab' visible='true' version='44' changeset='140208865' lat='55.9964233' lon='37.198534'>
<tag k='addr:country' v='RU' />
<tag k='addr:region' v='Москва' />
<tag k='int_name' v='Zelenograd' />
<tag k='name' v='Зеленоград' />
<tag k='name:ar' v='زيلينوغراد' />
<tag k='name:be' v='Зеленаград' />
<tag k='name:de' v='Selenograd' />
<tag k='name:en' v='Zelenograd' />
<tag k='name:et' v='Zelenograd' />
<tag k='name:fa' v='زلنوگراد' />
<tag k='name:fi' v='Zelenograd' />
<tag k='name:hr' v='Zelenograd' />
<tag k='name:ja' v='ゼレノグラード' />
<tag k='name:ko' v='젤레노그라드' />
<tag k='name:lt' v='Zelenogradas' />
<tag k='name:pl' v='Zielenograd' />
<tag k='name:ru' v='Зеленоград' />
<tag k='name:sr' v='Зеленград' />
<tag k='name:uk' v='Зеленоград' />
<tag k='name:zh' v='绿城' />
<tag k='name:zh-Hans' v='绿城' />
<tag k='name:zh-Hant' v='綠城' />
<tag k='official_name:zh' v='泽列诺格勒' />
<tag k='official_name:zh-Hans' v='泽列诺格勒' />
<tag k='official_name:zh-Hant' v='澤列諾格勒' />
<tag k='official_status' v='ru:город' />
<tag k='place' v='city' />
<tag k='population' v='223902' />
<tag k='wikidata' v='Q207695' />
<tag k='wikipedia' v='ru:Зеленоград' />
</node>
<node id='7196971532' timestamp='2022-03-16T14:18:03Z' uid='8923706' user='Elizen' visible='true' version='2' changeset='118554035' lat='55.9651301' lon='37.1930332' />
<node id='7196971533' timestamp='2022-03-16T14:18:03Z' uid='8923706' user='Elizen' visible='true' version='2' changeset='118554035' lat='55.9649413' lon='37.1930315' />
<node id='7196971534' timestamp='2022-03-16T14:18:03Z' uid='8923706' user='Elizen' visible='true' version='2' changeset='118554035' lat='55.96494' lon='37.1934717' />
<node id='7196971535' timestamp='2022-03-16T14:18:03Z' uid='8923706' user='Elizen' visible='true' version='2' changeset='118554035' lat='55.9651288' lon='37.1934735' />
<node id='9583052518' timestamp='2022-03-16T14:18:03Z' uid='8923706' user='Elizen' visible='true' version='1' changeset='118554035' lat='55.9651295' lon='37.1932534'>
<tag k='entrance' v='staircase' />
</node>
<way id='771005106' timestamp='2022-03-16T14:18:03Z' uid='8923706' user='Elizen' visible='true' version='2' changeset='118554035'>
<nd ref='7196971532' />
<nd ref='7196971533' />
<nd ref='7196971534' />
<nd ref='7196971535' />
<nd ref='9583052518' />
<nd ref='7196971532' />
<tag k='addr:housenumber' v='к2315Б' />
<tag k='addr:place' v='Зеленоград' />
<tag k='addr:postcode' v='124365' />
<tag k='building' v='apartments' />
<tag k='building:flats' v='126' />
<tag k='building:levels' v='17' />
<tag k='building:levels:underground' v='1' />
<tag k='energy_class' v='C' />
<tag k='start_date' v='2019-10-09' />
</way>
</osm>