Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open alternatives to Google-maps?

I'm looking for an alternative to Google-maps with all the richness of their API but more open. Does such a thing exist?

like image 247
Skizit Avatar asked Aug 24 '10 21:08

Skizit


People also ask

Why is OpenStreetMap better than Google Maps?

OpenStreetMap is free without any hidden charges, but Google Map has certain charges with Google mapping services. Google Map is a close system, and every information is property of Google. OpenStreetMap is an open data source, and its information is available to every organisation and user.

How do I replace Google Maps with OpenStreetMap?

Go to OpenStreetMap.org. Search for the location you want as the centre of the map, or use the arrow to Show My Location. Select the desired layers, such as Standard, Cycle Map, Transport etc. Zoom and pan as necessary, using the + and - icons and your mouse.

Is Waze Maps better than Google Maps?

While both Google Maps and Waze provide similar services, Google Maps is much more comprehensive. As covered, Waze is a more driver-focused app, whereas Google Maps provides navigation for anyone, whether they're commuting using public transportation, walking, riding a bike, or driving.


2 Answers

OpenStreetMap is, of course, the obvious answer. There are various APIs for managing the data in the database, and there are various APIs for getting maps onto your webpages, such as OpenLayers, Mapstraction, or Staticmaps.

like image 193
Mark Avatar answered Sep 30 '22 03:09

Mark


Google have recently introduced a limit of 25,000 map sessions per day, which forced us to consider the alternatives for some of our sites.

We've written a blog post about it with some examples here.

In a nutshell, we have chosen to use a combination of CloudMade's Leaflet for the Javascript Map API, and then Open MapQuest (based on OpenStreetMap data) for the tiles.

like image 20
Paul Maunders Avatar answered Sep 30 '22 02:09

Paul Maunders