Ask HN: Is building a Google Maps alternative from scratch bad idea?
5 piratesAndSons 11 8/30/2025, 8:05:31 PM
want to build a Google Maps alternative from scratch. I’ll start with one city, focusing on the downtown area, and then expand from there. I know there are open-source versions available, but I want to build this map for a specific use case.
On a scale of 1 (a stupid idea) to 10 (a great idea), where would this fall?
It depends on what he wants to do. Creating something like that from scratch is very hard.
Originally this program was running on Python For Symbian, which is historic and funny. https://github.com/timonoko/webpy_map_server
Tiles.py seems to be how you decode other systems to the Google-tile system.
C and C++ is the only viable languages here since this project is all about graphics.
But if you can use OpenStreetMap as a baseline you may have a chance.
Apple focused the entire world, which is not what I want.
I looked at getting gis data from my local county. Sent an email and all I got was crickets.
It all depends on where you are at and what's available to tap into, as far as gis is concerned.
I tried to make a tree location map using phone gps meta data a couple of months ago. What a mess, the precision is too low. You can buy precision gps receivers, but they are expensive. It was a great exercise though. Now I know why trail navigation apps fail around closely spaced switchbacks in mountain areas. The gps data is too imprecise.
But maybe you know more than I
You would be surprised how far you can go if you ignore these expensive APIs and build your custom stuff. People are lazy, if any big corp does something, they immeasurably avoid it and start building their 1000th note taker app.