File: test_output_pgsql_route_rel.osm

package info (click to toggle)
osm2pgsql 2.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,652 kB
  • sloc: cpp: 59,934; python: 1,039; ansic: 763; sh: 25; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='hand'>
  <node id='1' version='1' visible='true' lat='49' lon='-122.5' />
  <node id='2' version='1' visible='true' lat='49' lon='-122.51' />
  <way id='1' version='1' visible='true'>
    <nd ref='1' />
    <nd ref='2' />
    <tag k='highway' v='primary' />
  </way>
  <relation id='1' version='1' visible='true'>
    <member type="way" ref="1" role=""/>
    <tag k="type" v="route"/>
    <tag k="route" v="road"/>
  </relation>
</osm>