Hey, this looks great, thanks for working on it! I'm the creator of Mapzy[0], an open-source and self-hostable store finder. We're trying to focus on privacy as much as possible, but currently use Mapbox since it's better than Google Maps and we didn't find any other alternatives. Do you think Headway could be a replacement for us? We currently use the Mapbox JS library to create the pins etc. - could we use Headway…
Have you looked into Nominatim [1] for reverse geocoding? [1] https://wiki.openstreetmap.org/wiki/Nominatim
Maps.earth – free and open-source web maps
81–90 of 117 posts
Re: Maps.earth – free and open-source web maps
#82Hey, this looks great, thanks for working on it! I'm the creator of Mapzy[0], an open-source and self-hostable store finder. We're trying to focus on privacy as much as possible, but currently use Mapbox since it's better than Google Maps and we didn't find any other alternatives. Do you think Headway could be a replacement for us? We currently use the Mapbox JS library to create the pins etc. - could we use Headway…
Re: Maps.earth – free and open-source web maps
#83Is there any support for non-earth maps ? Such as for a DnD campaign or a story set in Middle Earth ? Or even a war game on Earth but with different place names and countries borders names, etc ?
Re: Maps.earth – free and open-source web maps
#84Re: Maps.earth – free and open-source web maps
#85Re: Maps.earth – free and open-source web maps
#86Is the data shared between vector tiles, geocoding and directions? Or is each feature pulling its data from a different index?
At runtime tiles are served over the wire but everything else happens server-side. So it's a bit of everything :D
Re: Maps.earth – free and open-source web maps
#87Hey, this looks great, thanks for working on it! I'm the creator of Mapzy[0], an open-source and self-hostable store finder. We're trying to focus on privacy as much as possible, but currently use Mapbox since it's better than Google Maps and we didn't find any other alternatives. Do you think Headway could be a replacement for us? We currently use the Mapbox JS library to create the pins etc. - could we use Headway…
Re: Maps.earth – free and open-source web maps
#88Earlier quoted context omitted.
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.
I wasn't happy with cycling directions in GraphHopper and I was having trouble getting route shapes from its routing endpoint which made it really difficult to plot route polylines on the map. I've also been looking forward to exposing some customization of routing parameters since valhalla allows you to do this fairly trivially. That is good to know, though. Valhalla really is getting hammered by all this traffic. :…
Regarding the route shapes I can only guess: we use an encoded polyline as default for a very compact response. You can either disable this or use our JavaScript library, or there is a new UI https://github.com/graphhopper/graphhopper-maps
Regarding routing parameters: our custom_model approach is more powerful than simple parameters and still not complicated: https://www.graphhopper.com/blog/2020/05/31/examples-for-cus... See e.g. the several bike examples and see how to get an world wide instance up and running: https://www.graphhopper.com/blog/2022/06/27/host-your-own-wo...
In recent master you can additionally control how elevation influences your route (e.g. prefer or avoid them entirely or steep sections or similar)
Re: Maps.earth – free and open-source web maps
#89Hey, this looks great, thanks for working on it! I'm the creator of Mapzy[0], an open-source and self-hostable store finder. We're trying to focus on privacy as much as possible, but currently use Mapbox since it's better than Google Maps and we didn't find any other alternatives. Do you think Headway could be a replacement for us? We currently use the Mapbox JS library to create the pins etc. - could we use Headway…
I’d recommend taking a look at Maplibre GL JS[0], which is a fully open source map library. It was forked from Mapbox GL JS just before licence change, therefore it’s also fully compatible with the style spec etc. It’s also actively maintained and has a strong community behind it. 0: https://github.com/maplibre/maplibre-gl-js
Re: Maps.earth – free and open-source web maps
#90Hey, this looks great, thanks for working on it! I'm the creator of Mapzy[0], an open-source and self-hostable store finder. We're trying to focus on privacy as much as possible, but currently use Mapbox since it's better than Google Maps and we didn't find any other alternatives. Do you think Headway could be a replacement for us? We currently use the Mapbox JS library to create the pins etc. - could we use Headway…
Headway was designed more for consumer use-cases than anything else. There's been some talk of adding the ability to customize it in the future but I don't have time for that because I need to focus on the basics first. You could fork it though, or just use some of the data automation (respecting the Apache 2.0 license). I replied to a child comment here but my recommendations for geocoding would be Pelias or Photon,…