Tagged Questions

6
votes
4answers
5k views

Openstreetmap: embedding map in webpage (like Google Maps)

Is there a way to embed/mashup the OpenStreetMap in your page (like the way Google Maps API works)? I need to show a map inside my page with some markers and allow dragging/zooming around, maybe ...
4
votes
1answer
243 views

Limit Scrolling on offline maps, in Android

I got these piece of codes or patches from osmdroid, and I decided to ask for your help guys because i don't have the enough knowledge to combine these codes to come up with on a solution on my ...
3
votes
1answer
1k views

Cached/offline maps for iPhone?

I'd like to use use maps in my application, so that there will be as less as possible traffic. Perfect solution would be caching of map slices. I know it's not possible with google maps (license). I ...
1
vote
2answers
23 views

Export Maps for GPS navigators?

What is the concept behind exporting maps to GPS navigators from a Google Map or Open Street Map? Is there such a thing in the first place? Is there a standardized GPS format which will allow the ...
1
vote
0answers
70 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
60 views

openstreetmap to overlay android mapview

I am trying to put a small area of openstreetmap onto the mapview and override the Google maps. How can i go about doing this? How do I even get started? I am new to this concept, so I would ...
1
vote
0answers
334 views

Refresh WMS and WMSC with openscales 1.1.8

well, I'm developing with openscales API for flex and I wanna know how can I refresh a WMSC or even a WMS without having to extend this classes. att, Andre Mariano
1
vote
3answers
215 views

How do I plot .OSM file to a map?

I have downloaded an .osm file from open street map and I want to plot this into an map. What is the best way to do this? I dont want to use Google Maps. Is there any other open source maps available ...
1
vote
1answer
302 views

How can I automatically plot markers for addresses on a Google or OpenStreetMap?

I have a list of UK addresses and would like to plot them on a google or openstreetmap (I dont mind which). Is there a way to render a batch of addresses on a map with dots to represent the location ...
1
vote
2answers
960 views

Google maps satellite view

I'm using the google maps API with openstreetmap (see the following example code), I'd like to add the google satellite view too. How can this be accomplished? var tilesMapnik = new ...
0
votes
0answers
17 views

YOURS - YourNavigation with routing

how can I use YOURS for display on right of my web page the directions and on centre-left the map with ONLY the route (not http://www.yournavigation.org/ page) Is it possible ? I need any Javascript ...
0
votes
0answers
46 views

What is the best mapping solution for repetitive use?

I want to take a route I've gotten via a routing service like Google-maps or CloudMade and add several way-points to it. then check how they affect the time and distance of the route. the problem is ...
0
votes
0answers
72 views

How limit in viewing OSM Mapnik maps on Android?

Basically I have an Offline map on a city displaying on Android. Since my map is just small, when you scroll beyond the the boundaries of the map you can see grey screen and you will probably be lost ...
0
votes
1answer
135 views

OSM Layer in Bing maps

Since Bing Maps last update I can't find OpenStreetMaps layer. Is OSM unsupported by Microsoft in Bing Maps for now? Thanks a lot!
0
votes
1answer
453 views

How to calculate the route between city X and city Y? #maps

How would you calculate the route between two cities (for cars)? I only need the major cities in Germany. Input: Start-city and end-city Output: Start-city, city1, city2, ..., End-city When I'm ...
0
votes
4answers
1k views

delphi+openstreetmap

is there a vcl or a project (in delphi) that would allow me to download OSM tiles and display them on an app? I have tried embedding an browser and it worked great but i need a way to display the ...