lvbin0127 / osm-android

Automatically exported from code.google.com/p/osm-android
0 stars 0 forks source link

Null Pointer Exception when converting Thailand.osm from CouldMade #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Download Thailand.osm from
http://downloads.cloudmade.com/asia/thailand#breadcrumbs (02 December 2009) 
2. Run OSMandroidConverter with the above osm file. 

What is the expected output? What do you see instead?

   1. osm_android/maps - the map's directory containing binary map tiles
   2. osm_android/names - directory containing street names and coordinates 

What version of the product are you using? On what operating system?

Revision 36

Please provide any additional information below.

Exception in thread "main" java.lang.NullPointerException
    at
com.google.code.osmandroidconverter.mapdata.OsmElement.convert(OsmElement.java:1
41)
    at
com.google.code.osmandroidconverter.main.MapBuilder.buildTiles(MapBuilder.java:8
5)
    at
com.google.code.osmandroidconverter.main.OSMconverter.main(OSMconverter.java:18)

Original issue reported on code.google.com by Kingamaj...@gmail.com on 6 Dec 2009 at 1:31