Tagged Questions
3
votes
1answer
74 views
Geocoding without Google API?
I cant find a way to convert an adress to a long/lat coordinate without using google geocoding API.
Im working with Open Layers and Open Street Map and have to avoid google api because of the 2.500 ...
2
votes
2answers
304 views
how to setup own geocoding server
Is there a possibility to install a server for geocoding based on open streetmap data ?
Unfortunately calling a web service is no option, we need an own server.
I saw that Map Server does not ...
1
vote
0answers
66 views
Is there a way to implement offline geocoding on an offline openstreetmaps sqlite map tile database in iPhone?
I have displayed openstreetmaps tiles using map2sqlite in my iPhone app. Now I wanna implement gecoding features like showing a marker on a specific location in the offline map. Any ideas?
1
vote
0answers
142 views
How do I specify the county in OpenStreetMaps Nominatim API?
I am trying to geocode based on imperfect address data using OpenStreetMap. This generally works pretty well. However, one thing I cannot seem to figure out is how to specify the county name in the ...
1
vote
2answers
401 views
OSM API how to get all suburbs by city?
Can someone tell me how to get a list of suburbs by city (name,id,whatever) in OpenStreetMap API? I can't find any detailed documentation and the API is pretty abstract.
I'm looking at extended API, ...
1
vote
1answer
366 views
Transportation Web App - utilizing google or bing map api
I have a MS SQL database with a table that stores geocoded "PICKUP" locations which I eventually may or may not want to display depending on search filters the user selects. These are not static like ...
0
votes
0answers
38 views
How can i implement an offline geocoder for a single city using OSm data in android?
I am trying to develop an offline android map that makes use of OSM map tiles of a particular zoom level, For this purpose i used an open source library : Osmdroid
Now, i m looking into the ...
0
votes
1answer
63 views
Showing a marker on an embedded Open Street Map based on address data
At the moment I serve pages showing a google map with a marker using an address retrieved from my database. I currently use a fairly simple piece of javascript code to add that marker by geocoding. My ...
0
votes
2answers
365 views
OpenStreetMap generate georeferenced image
I'm new to Openstreetmap and mapnick,
I'm trying to export map image which will be geo-referenced
(So it can be used in other applications)
I've installed osm and mapnik inside ubuntu virtual ...
0
votes
1answer
259 views
Avoiding graphical CAPTCHA by checking against OpenStreetMap
I am writing a subscription app for a rallye site. As the subscription doesn't need former registration, a captcha should be useful.
The subscription is team-based. One team include 1 to 3 person. ...