Live data from Hacker News

Why Use OpenStreetMap Instead of Google Maps?

openstreetmap.org

191–200 of 215 posts

Re: Why Use OpenStreetMap Instead of Google Maps?

#191

OSM is supreme when it comes to paths, trails and other such details (like wind shelters). Google Maps seems to be devoid of these.

Absolutely, I use OSM all the time for walking paths and mountain bike trails because the coverage of them is perfect. Google maps seems to fall short where there isn't a lot of money to be made.

Yep, I use OSM to plan runs and rides for anywhere I travel to, and then add any new trails I find.

Re: Why Use OpenStreetMap Instead of Google Maps?

#192
post #96

Earlier quoted context omitted.

I found one phone box where the instructions on how to call emergency services were only in Welsh, it was in a major tourist area too.

112 works in all of the EU, many other countries, and on all GSM phones. https://en.wikipedia.org/wiki/112_(emergency_telephone_numbe...

Well, that could change as of next year, when the Isles get their splendid isolation back.

Re: Why Use OpenStreetMap Instead of Google Maps?

#193

Earlier quoted context omitted.

There's quite some resistance to adding translations and transcriptions, as they aren't really names as such. An example would be small towns in the US. They probably don't have a Welsh name, even if there happens to be a direct translation into Welsh.

Then dont add a translation for a small town and you have 0 problems.

That would work. If this were a task of some central authority, and not literally anyone who happens to come by with Maps.Me installed. (Adding translations becomes a lesser problem, compared with "I know, I'll replace the local names with my mistranslations and personal scribbles like 'I left my car here'."

Surprisingly, even discounting this, the crowdsourced POIs are quite accurate.)

Re: Why Use OpenStreetMap Instead of Google Maps?

#194
post #43

Earlier quoted context omitted.

I don't really understand the approach to names which takes them and translates them: Pen-Y-Bont and Bridge-end are translations, but the name is one or the other. Transliteration seems fine to me, Caerdydd Cardiff, but we shouldn't say it's "name" in English is Diffcastle (or perhaps Taffcastle if you take an etymological approach). /rant

What do you call Germany? Germany, or Deutschland? Why is the one you use more correct than the other?

Yes.

In other words, both are correct. Choosing the one that's appropriate in a specific context...is a tricky problem.

Re: Why Use OpenStreetMap Instead of Google Maps?

#195

OSM is supreme when it comes to paths, trails and other such details (like wind shelters). Google Maps seems to be devoid of these.

I can't find it now, but hiking in Kyrgyzstan I took a screenshot of OsmAnd+ and Google Maps. On Google Maps was a river and empty space; on Osmand 3 rivers, uncountable paths, among those the ones that lead to the summit I had as a goal, plus natural water sources (like waterfalls, etc), and all that with detailed countour lines to have a quick visual of the difficulty of each path.

Re: Why Use OpenStreetMap Instead of Google Maps?

#196
post #38

I just recently spent a few hours working with OSM and Nominatim as part of a project for my university, an event planning page for ActivityPub social media: http://fedevent.herokuapp.com/ OSM maps are quite detailed, perfectly serviceable...but Nominatim is not very good (at least in my experience?) I used https://github.com/perliedman/leaflet-control-geocoder to interact with Nominatim but entering something that c…

Did you have a look at overpass turbo[1]? With this API a lot more is possible than with nominatim. [1] http://overpass-turbo.eu/

Overpass turbo is a great tool, but it's not in the same category as a geocoder like nominatim. Overpass is for querying OSM objects, not parsing addresses.

Re: Why Use OpenStreetMap Instead of Google Maps?

#197
post #23

I always wondered who actually pays for the bills in OSM? Who pays all the servers, all the traffic, etc...?

With OSM you have to host the map tiles yourself if you add maps to your website, because OSM servers only provide limited traffic hosting via the API.

There are OSM tileservers.. that's what you see when you go to https://www.openstreetmap.org. You are encouraged to host your own tiles if needed.

Re: Why Use OpenStreetMap Instead of Google Maps?

#198

I always wondered who actually pays for the bills in OSM? Who pays all the servers, all the traffic, etc...?

The main OSM org doesn't actually host any of the servers that end users use. They host a website for editors to contribute and publish data dumps. Devs providing access to OSM download the data dumps and host it on their own servers.

The OSM website includes tile servers which render the tiles that are on https://www.openstreetmap.org

Re: Why Use OpenStreetMap Instead of Google Maps?

#199

I totally support OSM 1000%... But frankly, it seems it's still a lot of work to build OSM into your own website/app, setting up your own tile server. I know there are instructions for this [1] [2] -- but to really get popular, it seems like there really ought to be up-to-date, auto-updating, officially recommended and totally secure server images on Digital Ocean, AWS, Google Cloud and Azure where anyone can spin it…

What keeps you from using Leaflet https://leafletjs.com with one of the free tile servers? https://wiki.openstreetmap.org/wiki/Tile_servers

It is a one-liner:

  L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {attribution: '© OpenStreetMap contributors'}).addTo(map)

Re: Why Use OpenStreetMap Instead of Google Maps?

#200

Earlier quoted context omitted.

We can’t really use google maps in the Danish public sector where I work, because they track your data. So we use osm and I think you’re daily spot on. I work in a small municipality so we don’t really have the resources to do the integration ourselves. What we did was find a company which specializes in making google maps like APIs/integration to osm as well as having a support line that can correct osm mistakes for…

> We can’t really use google maps in the Danish public sector where I work, because they track your data. Perfect example of stifling regulations hurting the average person.

This has to be sarcasm.
Post reply on HN