Earlier quoted context omitted.
could we.... uh, have our server for a specific city or town for example if the use case is around that area only? that would save a lot of resources
Yup! That's how most people run Headway right now. You can probably get by with around 2GB of RAM for a medium-sized metro, possibly even less. Also for full-planet requirements, the OVH box running maps.earth has 64GB of RAM and 6 physical cores and is really struggling right now. Load average is about 40, most its CPU time is spent on the Valhalla service. Really enjoying watching the metrics right now :)
Maps.earth – free and open-source web maps
41–50 of 117 posts
Re: Maps.earth – free and open-source web maps
#42Re: Maps.earth – free and open-source web maps
#43Very impressive! Is it just me (Firefox on Android) or does the UI really not allow tapping landmarks (shops, restaurants, subway stations)? Also, directions don't seem to work right now (infinite loading) but I suppose this is due to the server receiving the HN hug of death right now. By the way, for anyone looking for the mobile (non-web) version of this: Organic Maps is a fantastic frontend for OpenStreetMaps (and…
The website doesn't seem to work for me either on mobile.
Re: Maps.earth – free and open-source web maps
#44Earlier quoted context omitted.
Not working for me either. No results show up, even for common places like LA.
Yeah, I've noticed that at least the way Pelias is configured in Headway, searches for administrative areas don't seem to work, like at all. I'm not sure if that's a config issue or an issue with Pelias though. Address search should definitely work as long as there's an appropriately tagged OSM node for your address, but the server's load average is 40 on a 6 core OVH box in Germany so you might have to be (very) pat…
You need to bring Who's on First data in to support administrative areas, it won't use admin areas from OSM. This is a bit of a technical choice (WOF has some nice features like stable IDs and a rich hierarchy, and a data format that's much easier to work with), but also the result of the Who's on First project and Pelias being developed together while we were at Mapzen.
Don't hesitate to reach out to us if you need help getting things set up.
Re: Maps.earth – free and open-source web maps
#45Whenever I've looked into other projects for this it's either focused on rendering tiles from Mapbox data (where not all the OSM tags -- especially not MTBing ones -- are available) or really old info or presumes that someone else will be generating tiles.
Re: Maps.earth – free and open-source web maps
#46Earlier quoted context omitted.
Yup! That's how most people run Headway right now. You can probably get by with around 2GB of RAM for a medium-sized metro, possibly even less. Also for full-planet requirements, the OVH box running maps.earth has 64GB of RAM and 6 physical cores and is really struggling right now. Load average is about 40, most its CPU time is spent on the Valhalla service. Really enjoying watching the metrics right now :)
You may have chosen Valhalla for other reasons, but FWIW I’ve found Graphhopper can handle 1-2 orders of magnitude more qps than Valhalla on the same hardware.
Re: Maps.earth – free and open-source web maps
#47Re: Maps.earth – free and open-source web maps
#48This seems really neat. I have a question that I hope isn't something I'm missing, but is there an easy way to change the rendering ruleset? I ask because I've been wanting to build some custom maps for mountain bike trails in the state where I live and have them served up similarly. Whenever I've looked into other projects for this it's either focused on rendering tiles from Mapbox data (where not all the OSM tags -…
It's going to be somewhat tricky because of a few mediocre decisions I made early on in the development process, but if you were up for helping out I'd love to get a bring-your-own-style experience working in Headway. Long-term, I want to add the ability to easily brand Headway and customize it for your own needs without forking it.
Re: Maps.earth – free and open-source web maps
#49This is amazing, thank you very much! It is really tempting to spin up a small instance for hyper local maps.
Headway is much much more responsive on a local scale than it is in https://maps.earth/ and the search results are more relevant too. My own personal instance for Seattle has largely replaced Google Maps for me. :)
Re: Maps.earth – free and open-source web maps
#50Earlier quoted context omitted.
Yeah, I've noticed that at least the way Pelias is configured in Headway, searches for administrative areas don't seem to work, like at all. I'm not sure if that's a config issue or an issue with Pelias though. Address search should definitely work as long as there's an appropriately tagged OSM node for your address, but the server's load average is 40 on a 6 core OVH box in Germany so you might have to be (very) pat…
Hi! Maintainer of Pelias here and co-founder of Geocode Earth where we continue to fund Pelias development through our SaaS and consulting. You need to bring Who's on First data in to support administrative areas, it won't use admin areas from OSM. This is a bit of a technical choice (WOF has some nice features like stable IDs and a rich hierarchy, and a data format that's much easier to work with), but also the resu…
Is this something that could be added? I don't mind doing a bit of legwork if need be. This is important enough that I'm willing to throw a few weeks at implementing it.
The pelias.json for this instance is at: https://publicdata.ellenhp.workers.dev/planet-v1.16.pelias.j...
I'll go double check that the placeholder container is operating correctly, actually. :)