| title |
|---|
VersaTiles |
VersaTiles is a completely FLOSS stack for generating, distributing, and using map tiles based on OpenStreetMap data, free of any commercial interests.
<script src="https://tiles.versatiles.org/assets/maplibre-gl/maplibre-gl.js"></script> <style scoped> #map { display: block; width: 100%; max-width: 640px; aspect-ratio: 16 / 9; min-height: 240px; margin: auto; } </style> <script> const map = new maplibregl.Map({ container: 'map', style: 'https://tiles.versatiles.org/assets/styles/colorful.json', bounds: [13.09, 52.33, 13.74, 52.68], maxZoom: 18, attributionControl: false, cooperativeGestures: true, }); map.addControl(new maplibregl.FullscreenControl()); map.addControl(new maplibregl.AttributionControl({ compact: true })); </script>we explain here:
MIZ-Babelsberg is funding the development of the "VersaTiles Editorial Tools", which are specifically designed for the use of maps in journalistic newsrooms.
