https://github.com/madhead/madutnik
This is what happens when you flip the "p" in the Maputnik
https://github.com/madhead/madutnik
mapbox-gl maputnik openstreetmap osm tileserver-gl
Last synced: 9 months ago
JSON representation
This is what happens when you flip the "p" in the Maputnik
- Host: GitHub
- URL: https://github.com/madhead/madutnik
- Owner: madhead
- Created: 2023-09-27T19:05:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T18:24:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T12:45:58.986Z (over 1 year ago)
- Topics: mapbox-gl, maputnik, openstreetmap, osm, tileserver-gl
- Homepage:
- Size: 51.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Madutnik
Mapbox styles:
- link:styles/dye.json[Dye], a https://maps.stamen.com/toner[Toner]-inspired, extreme contrast style.
image:.images/dye.png[Dye]
- link:styles/dye+buildings.json[Dye + Buildings], a https://maps.stamen.com/toner[Toner]-inspired, extreme contrast style with buildings.
image:.images/dye+buildings.png[Dye + Buildings]
- link:styles/woodrant.json[Woodrant], inspired by the "Vibrant" style of the https://woodscapemaps.com[Woodscape Maps].
image:.images/woodrant.png[Dye + Buildings]
== Quickstart
This repository has a `docker-compose.yml` file that will start an instance of the https://github.com/maptiler/tileserver-gl[TileServer GL] to test the styles.
A map of Kraków, Poland is provided as an example.
Commercial use of this map is prohibited.
Check the license of the data before using it in your own projects.
The compose file also includes an instance of https://maputnik.github.io[Maputnik] to edit the styles.
To start the stack, simply run:
[source,bash]
----
docker-compose up
----
Then go to http://localhost:8080[localhost:8080] to see the map or http://localhost:8888[localhost:8888] to edit the styles.
---
ifdef::env-github[]
++++
© MapTiler
© Stamen Design
© OpenStreetMap contributors
++++
endif::[]
ifndef::env-github[]
[.text-center]
https://www.maptiler.com/copyright[© MapTiler]
https://stamen.com[© Stamen Design]
https://www.openstreetmap.org/copyright[© OpenStreetMap contributors]
endif::[]