File: test_output_pgsql_way_area.osm

package info (click to toggle)
osm2pgsql 0.92.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,420 kB
  • ctags: 1,429
  • sloc: cpp: 11,650; python: 543; sh: 98; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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' />
  <node id='3' version='1' visible='true' lat='49.01' lon='-122.5' />
  <way id='1' version='1' visible='true'>
    <nd ref='1' />
    <nd ref='2' />
    <nd ref='3' />
    <nd ref='1' />
    <tag k='leisure' v='playground' />
  </way>
</osm>