File: test_output_pgsql_way_area.osm

package info (click to toggle)
osm2pgsql 1.8.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,536 kB
  • sloc: cpp: 46,707; ansic: 1,804; python: 797; sh: 25; 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>