Blank Map page for HelloWorld3D
I could not clone your git repository (publickey issue) - so I did following:
- copied the two lib jars (nutiteq-3d-sdk-2.1.0.jar and javaproj-1.0.6-noawt.jar) into my project libs folder
- added the sample Java code (in HelloMap3DActivity) to my project.
- defined the main.xml layout with com.nutiteq.MapView object
- Copied all the png files from your res/drawable folder to my res/drawable-hdpi etc folder.
It compiles and runs but produces a blank map - no tile in background or anything. There are no exception in LogCat. What cold be causing this behavior ?
If you need anymore information please let me know.
thanks,
-Sanjay
Never mind. It seems issue is with my TabHost layout. I am looking into it.
I was able to get MapView to show up - even on the emulator.
At this point I have only one issue: the map takes up whole screen and not just the designated area. I have a TabHost and when I click the map tab - it wipes out the tabs at the top. Why is this ? (OpenGL ?) How can I open MapView in a small window on screen ? Thanks.