From 7627b8fb458b3a050b4e1cfb5c0adf179741d9da Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Thu, 12 Jan 2017 11:33:46 +0100 Subject: [PATCH] Fix empty style url in config --- src/config/styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/styles.json b/src/config/styles.json index f3736ff..736c7cc 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -32,7 +32,7 @@ { "id": "empty-style", "title": "Empty Style", - "url": "https://rawgit.com/maputnik/editor/master/src/config/styles.json", + "url": "https://rawgit.com/maputnik/editor/master/src/config/empty-style.json", "thumbnail": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAQAAAAHDYbIAAAAEUlEQVR42mP8/58BDhiJ4wAA974H/U5Xe1oAAAAASUVORK5CYII=" } ]