Tagged Questions
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 ...
6
votes
1answer
140 views
GIS storage format for better performance - Android device
We have developed an android application which loads different eco-zones and does geo-fencing based on current GPS location.
We have converted a shapefile to KML, then to JSON format, for loading in ...
5
votes
6answers
2k views
How to display ESRI shapefile in Android
It's the first time I work with Android and ESRI shapefile. I tried to find but could not find any tutorials to display ESRI shapefile in Android. Somebody can help me about this???
Thank you so so ...
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 ...
2
votes
0answers
413 views
How to draw an overlay using KML on our own app in Android?
Repost from here
Hi there,
I want to draw an overlay using .kml files, just look like this. But on my own app in MapActivity.
31.kml, display district in Jakarta, Indonesia
or
the example that I get ...
1
vote
3answers
993 views
Android GIS - Reverse Geocode using Shapefile (.shp)
I want to develop an Android application. I'm still a newbie here.
What I want is to develop my app just like a GIS that can implement reverse geocoding. So I can put in lat / lon coordinates and ...