https://github.com/andygol/switch2osm-mkdocs
Are you going to use OpenStreetMap tiles or deploy your own tile server? This handy guide will help you.
https://github.com/andygol/switch2osm-mkdocs
custom guides leafletjs map mapnik multilanguage munin openlayers openstreetmap osm osm2pgsql osmosis pyosmium server switch2osm tile-server tiles
Last synced: 12 months ago
JSON representation
Are you going to use OpenStreetMap tiles or deploy your own tile server? This handy guide will help you.
- Host: GitHub
- URL: https://github.com/andygol/switch2osm-mkdocs
- Owner: Andygol
- Created: 2023-04-02T10:56:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T03:37:37.000Z (12 months ago)
- Last Synced: 2025-04-13T20:14:25.565Z (12 months ago)
- Topics: custom, guides, leafletjs, map, mapnik, multilanguage, munin, openlayers, openstreetmap, osm, osm2pgsql, osmosis, pyosmium, server, switch2osm, tile-server, tiles
- Language: Dockerfile
- Homepage: https://andygol.co.ua/switch2osm-mkdocs/
- Size: 3.31 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Switch2OSM
Here is a re-work of website using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
The goal is to add to the site the ability to have instructions in different languages in one place.
## Contribution
You are welcome to extend the styling and content, add new languages. To do this, clone this repository, install the necessary dependencies and experiment.
```
git clone git@github.com:Andygol/switch2osm-mkdocs.git
cd switch2osm-mkdocs
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
mkdocs serve
```
Open in your browser.
## Translation

Translation into other languages is carried out on [Transifex](https://app.transifex.com/osm-ua/switch2osm/dashboard/). Click "Help to translate" in the language switcher to get there.
## Copyright
© 2013–2023 OpenStreetMap and contributors, [CC BY-SA](http://creativecommons.org/licenses/by-sa/2.0/)