From decd1f3ea2b7b4b739e04f99d0ee3deb1a214ffb Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sat, 14 Jan 2017 14:45:04 +0100 Subject: [PATCH] Add tilezen style --- src/config/styles.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/styles.json b/src/config/styles.json index f28c8bb..cd5f7d9 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -52,5 +52,11 @@ "title": "Mapbox Basic", "url": "https://rawgit.com/mapbox/mapbox-gl-styles/master/styles/basic-v9.json", "thumbnail": "http://maputnik.com/thumbnails/mapbox-basic.png" + }, + { + "id": "tilezen", + "title": "Tilezen", + "url": "https://rawgit.com/lukasmartinelli/tilezen-gl-style/master/style.json", + "thumbnail": "http://maputnik.com/thumbnails/tilezen.png" } ]