Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.86 KB

index.md

File metadata and controls

63 lines (51 loc) · 1.86 KB
title
VersaTiles

VersaTiles

a complete FLOSS map stack

VersaTiles is a completely FLOSS stack for generating, distributing, and using map tiles based on OpenStreetMap data, free of any commercial interests.

Try it out

<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>

If you want to know more

we explain here:

powered by

MIZ-Babelsberg is funding the development of the "VersaTiles Editorial Tools", which are specifically designed for the use of maps in journalistic newsrooms.