This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How should I export OSM data to .PBF for use in Globalmapper for proper rendering?

1

Hi,

I have downloaded latest .pbf files for arizona ans washington regions. I converted them to .osm files using osmconvert(windows platform) and I extracted sub regions from them using bounding box command. When I open those output files in Globalmapper road networks are coming like irregular multiple radial lines crossing through other features.

I could not find where the problem occurs. Could you please help? alt text

asked 28 Aug '13, 09:53

Phanindra's gravatar image

Phanindra
26224
accept rate: 0%

edited 29 Aug '13, 11:23

MagicFab's gravatar image

MagicFab
935101622


2 Answers:

2

Try using the option --drop-broken-refs on osmconvert when you extract a bounding box. It is possible that GlobalMapper has problems when a way includes references to nodes that are not contained in the extract; this option will remove those references.

Having said that, I have seen other people having similar issues with GlobalMapper even when their data had full referential integrity; you'd probably have to check with the makers of GlobalMapper then because it is a malfunction on their part.

answered 28 Aug '13, 10:16

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Hi Frederik,

Thanks for your suggestion. I tried using the option as u said, but still the problem exists. Yeah...this could be due to GlobalMapper incapability. could u please suggest me what are other enviroments which support osm. i have ArcGIS desktop with me please let me know how to open in this environment.

(28 Aug '13, 10:55) Phanindra

0

This is most probably a bug in GlobalMapper.

My first suggestion would be to ask GlobalMapper support (as you seem to have a registered version).

Even before that, update the version - the current version is 14.2!

answered 29 Aug '13, 11:26

MagicFab's gravatar image

MagicFab
935101622
accept rate: 20%

Source code available on GitHub .