I was trying to filter openstreet map data using osmosis. I used the following
But while i run this command in osmosis with osm file "city.osm" it throws run time exception
What could be the problem? asked 15 Nov '13, 06:13 Poshan |
Which version of osmosis are you using? Update your osmosis and see if it works. The node id of OSM has exceeded the 2^32 - 1 so you might be using order version of osmosis which might be giving you this error. answered 15 Nov '13, 08:03 Nirab Pudasaini 1
i have updated osmosis to 0.43.1 version but new kind of error shows
(15 Nov '13, 08:13)
Poshan
|
It could be because you have an old version of osmosis that don't support 64 bit id's. answered 15 Nov '13, 06:37 Dymo12 |
Where did "city.osm" come from? Knowing that may help people understand the missing data (mentioned in the comment).
it seems i had error with my osm file city.osm. Everything worked fine after i downloaded and used another file from metroextract metro.teczno.com. Thanks.