|
Last change
on this file was 19033, checked in by GerdP, 2 years ago |
|
fix #23599: Error opening osm.pbf if way has negative ID or incomplete metadata
This fixes
- handling of visible flag as proposed by *Martin*
- handling of completely missing denseinfo (ids are always delta encoded), upload is discouraged
- handling of denseinfo which only contains version data
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | <?xml version='1.0' encoding='UTF-8'?>
|
|---|
| 2 | <osm version='0.6' generator='JOSM'>
|
|---|
| 3 | <node id='11088568973' timestamp='2023-08-04T06:42:51Z' uid='533465' user='GerdP' visible='true' version='1' changeset='139425106' lat='52.7901028' lon='8.4290125' />
|
|---|
| 4 | <node id='11088568974' timestamp='2023-08-04T06:42:51Z' uid='533465' user='GerdP' visible='true' version='1' changeset='139425106' lat='52.7898498' lon='8.4292298' />
|
|---|
| 5 | <node id='11088568975' timestamp='2023-08-04T06:42:51Z' uid='533465' user='GerdP' visible='true' version='1' changeset='139425106' lat='52.7897903' lon='8.4290403' />
|
|---|
| 6 | <node id='11088568976' timestamp='2023-08-04T06:42:51Z' uid='533465' user='GerdP' visible='true' version='1' changeset='139425106' lat='52.7900433' lon='8.4288231' />
|
|---|
| 7 | <way id='1194668585' timestamp='2024-01-07T11:40:04Z' uid='12616326' user='os-emmer' visible='true' version='4' changeset='145987123'>
|
|---|
| 8 | <nd ref='11088568976' />
|
|---|
| 9 | <nd ref='11088568973' />
|
|---|
| 10 | <nd ref='11088568974' />
|
|---|
| 11 | <nd ref='11088568975' />
|
|---|
| 12 | <nd ref='11088568976' />
|
|---|
| 13 | <tag k='addr:housenumber' v='62' />
|
|---|
| 14 | <tag k='addr:street' v='Hauptstraße' />
|
|---|
| 15 | <tag k='building' v='apartments' />
|
|---|
| 16 | </way>
|
|---|
| 17 | </osm>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.