Live data from Hacker News

Organic Maps

organicmaps.app

121–130 of 382 posts

Re: Organic Maps

#121
post #79

Earlier quoted context omitted.

Some parts of the server were closed source for a bit. No longer the case. Also people got upset that the developers used the product funding to pay for their personal expenses. The idea is folks want the developers to isolate all the money they make from this project and use it to only pay expenses directly related to this project. If they need to eat or something they should get a job, presumably. https://www.comap…

> Some parts of the server were closed source for a bit. No longer the case. In fact, nowadays there are many more closed parts in OM's map generator - many OM's bigger new features like hiking, cycling and bus routes depend on closed source improvements to the map generator. And some binary files required to build the app (e.g. packed_polygons.bin) are nowadays distributed under a custom non-FOSS data license. I.e.…

[dead]

Re: Organic Maps

#122

StreetComplete is one of my favorite apps. It's like Pokemon Go mixed with Wikipedia because it gamifies contributing to OpenStreetMap, which powers (all?) mainstream opensource maps. Looking forward to iOS support so more people can use it. https://streetcomplete.app/ https://www.openstreetmap.org/

iOS has Every Door[1] and there’s also MapComplete[2] which works as a PWA.

[1]: https://every-door.app [2]: https://mapcomplete.org

Re: Organic Maps

#123
I had my first hiking in a route without network connection one month ago, that was the first time I used the GPS without network by Organic Maps even I knew I could do it in the past. It showed me the possibility that some feature work well without network. It's a really good experience.

Re: Organic Maps

#124
post #77

Earlier quoted context omitted.

> It's not fully private if it requires GPS connection though!! How so? GPS is like FM radio: you send nothing, you only receive. Apps like organic maps or comaps let you use the maps fully offline and you can compute itineraries without GPS when your need this (from point A to point B, with as many stops as you wish). I strongly recommend you to seriously look into comaps or organic maps if you don't know them. Now,…

They may be thinking of Google's coarse location feature where the handset checks SSIDs in the proximity against Googles database for fast lookup.

This is correct but if the phone's internet is off, there is no way for BSSID look up but maps might collect this in the background for telemetry and send it to the server once the internet is turned back on.

Re: Organic Maps

#125
post #80

Earlier quoted context omitted.

Thank you! This is highly relavant. I wish OPs would put a bit more research into what they post https://itsfoss.com/news/organic-maps-fork-comaps/ > Despite being advertised as a community-driven project, key decisions, including financial management, partnerships (with Kayak, for instance), and the inclusion of proprietary components in the code were made by a small group of shareholders, often without input from t…

> a small group of shareholders This is sketchy. The entity at the bottom of the page is Organic Maps OÜ, which is an Estonian private limited company. Estonia has non-profits (MTÜs). The fact that this isn't organised as one makes it a commercial venture, except one that asks for donations.

Indeed and this is one of the key reasons we have started CoMaps. The main OM shareholder made it clear to us that interests of the company and the shareholders are at the forefront.

Re: Organic Maps

#126
post #105
post #99

Earlier quoted context omitted.

There are no tiles. All geometry is loaded and rendered directly from an SQLite database on every render. Geometry is stored as TWKB (Tiny Well-Known Binary) to reduce storage and transport size. During decoding, they do clever work using aggregate functions and reusing buffers across rows to reduce allocations. There is real potential in the tech, but unfortunately little momentum behind it.

> There are no tiles. All geometry is loaded and rendered directly from an SQLite database on every render. Which can be done with tiles. Or maybe I don't understand what you mean by "tiles"? What do you describe as "tiles"?

I would define a tile as a slice of geometries, not whole features.

The difference with Tileless' approach, is that they load whole features from the database and don't split them into tiles. So if a feature extends outside the current view, they would load the whole geometry rather than the intersection of the tile's extent and the geometry.

Vector tiles are optimized for concurrent downloads and browser / CDN caching and doing a good job of that.

Re: Organic Maps

#128
> the same people, who created MapsWithMe/Maps.Me app

Ah, the same people who I bought Maps.Me from in 2012 - that when I went to use it recently now bombards me with "sale ending in 4 hours!" pro subscription ad popovers in order to restore functionality (more than 10 offline map areas) that existed at the time I bought the app? No thanks.

Re: Organic Maps

#129

Migrated all of my pins to Organic Maps from Maps.me when it started to aggressively monetize. Smooth process. Been a happy user for years!

I bought Maps.me Pro in 2012, used it while traveling then and was happy. Fired it back up for a similar trip this year and in spite of having paid for it already, I don't have Pro features and I get aggressive "Sale ending in 4 hours!" popovers every time I launch the app.

Re: Organic Maps

#130

Earlier quoted context omitted.

Any ones which tries to avoid realtime traffic, especially in India? Also ones which detects some shortcuts as narrow, meandering roads that will be extremely slow.

I'll preface this by saying I can't speak for India. I live in the US. Use your own discretion to decide what here might apply to you. I've been using Organic Maps for almost 3 years. I lived in Chicago during this time, as well as some smaller American cities. I go back and forth between Organic Maps and GMaps depending on the situation. I've found that Organic Maps' lack of traffic data isn't a big deal for me. It…

I prefer Google Maps cause they'll tell you where pigs camp out.

Saved me a lot of speeding tickets on the interstate.

Post reply on HN