An open API service indexing awesome lists of open source software.

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

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::[]