Skip to content

Instantly share code, notes, and snippets.

@mattrobmattrob
Created April 7, 2023 03:10
Show Gist options
  • Save mattrobmattrob/fba7e55f162fdbe7f6c3f99e18aef6dc to your computer and use it in GitHub Desktop.
Save mattrobmattrob/fba7e55f162fdbe7f6c3f99e18aef6dc to your computer and use it in GitHub Desktop.
OpenStreetMap OSC Format Example (added `bikestreets=1` to Tennyson)
<?xml version='1.0' encoding='UTF-8'?>
<osmChange version="0.6" generator="Osmosis 0.48.3">
<modify>
<way id="388126286" version="29" timestamp="2019-06-28T12:20:47Z" uid="2237750" user="chachafish" changeset="71705932">
<nd ref="176080105"/>
<nd ref="3934330311"/>
<nd ref="3634710176"/>
<nd ref="3935440100"/>
<nd ref="176098700"/>
<nd ref="3935444965"/>
<nd ref="3935433648"/>
<nd ref="3913226360"/>
<nd ref="3935436854"/>
<nd ref="3935716392"/>
<nd ref="176097086"/>
<nd ref="3935712475"/>
<nd ref="1084731295"/>
<nd ref="3935692905"/>
<nd ref="176098702"/>
<nd ref="3935688846"/>
<nd ref="1084731794"/>
<nd ref="176098704"/>
<nd ref="4144155689"/>
<nd ref="1084731506"/>
<nd ref="4144714852"/>
<nd ref="176077546"/>
<tag k="bikestreets" v="1"/>
<tag k="highway" v="tertiary"/>
<tag k="lanes" v="2"/>
<tag k="name" v="Tennyson Street"/>
<tag k="oneway" v="no"/>
<tag k="surface" v="asphalt"/>
</way>
</modify>
</osmChange>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment