openfreemap icon indicating copy to clipboard operation
openfreemap copied to clipboard

Free and open-source map hosting solution with custom styles for websites and apps, using OpenStreetMap data

Results 26 openfreemap issues
Sort by recently updated
recently updated
newest added

This is a longer term research issue about terrain tiles. Since I've never worked with terrain tiles, and also don't know which open data sources are available, please contribute your...

> Using Leaflet? > > A Leaflet-based snippet is coming soon. Could you also add an OpenLayers snippet ? Thanks a lot for setting up OpenFreeMap! ❤️

I am attempting to use the openfreemap public instance for loading tiles in threejs using [geo-three](https://tentone.github.io/geo-three/docs/). I'm having a hard time finding info on how the tiles are served from...

This is a brilliant service - thank you so much for providing it. I'm trying to add clusters to a map, following this tutorial - https://maplibre.org/maplibre-gl-js/docs/examples/cluster/ If I replace `https://api.maptiler.com/maps/streets/style.json?key=...`...

OpenStreetMap Foundation has a trademark for Open_Thing_Map and to use such a name you need to apply for a Trademark Use Request. I've applied for a Trademark Use Request, here...

Related: https://github.com/hyperknot/openfreemap/discussions/29#discussioncomment-10922839

I ran the self host script and set style in maplibre to /styles/bright. This fetches the style from my domain, but the style.json still links to tiles.openfreemap.org for all other...

What would it take to support rendering the map in any language which has translations in OSM?

This is a minimum viable Leaflet snippet which seems to work. ```html OpenFreeMap Demo (Leaflet) html, body, #map { width: 100%; height: 100%; margin: 0; } var map = L.map('map').setView([51,...