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? |
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. 1
i have updated osmosis to 0.43.1 version but new kind of error shows
(15 Nov '13, 08:13)
Poshan
|
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.