1
vote
1answer
34 views

From OSM to shape. Parsing problem

I'm working at OpenStreetMap project for android at the moment. I want to retrieve OSM data from my app(nodes, markers and paths) and convert it to shape file (.shp, .dbf and .shx). Later, I'll load ...
3
votes
1answer
336 views

Is there a recipe for large shape files to be used in an Android App?

I am very new to GIS and I am diving into cartography and mapping because of an Android App that I am currently developing. I want to display environmental data, more precisely noise pollution data on ...
4
votes
1answer
69 views

Different ways to publish media-enhanced route/trail information to mobile users

I'm looking for some different approaches that a non-profit I'm helping could use to publish information about some tourism routes. Each route is 1-2 tracks, with some historical background ...
1
vote
1answer
423 views

Creating a openstreetmap renderer in android

I am trying to learn how the openstreetmap is rendered in android. There are already some tools out there that are rendering the maps. Specially I am focusing on offline maps renderer. There is one ...
2
votes
1answer
1k views

Is there a method to create offline geocoder using OSM xml data?

I am trying to develop an offline android map that makes use of OSM map tiles of 15 zoom level, For this purpose i used an open source library : Osmdroid Now, i m looking into the possibility of ...
2
votes
2answers
2k views

How to use OSM xml extracts? Can I make an offline app in Android using OSM?

I'm new to OpenStreetMaps. I have followed their wiki/main page and tried to understand it. Can anyone briefly explain how exactly OSM xml data works and how it is rendered? ...Any links /pointers ...