diff --git a/empty-style.json b/empty-style.json new file mode 100644 index 0000000..5179ccd --- /dev/null +++ b/empty-style.json @@ -0,0 +1,15 @@ +{ + "version": 8, + "name": "Empty Style", + "metadata": { + "mapbox:autocomposite": false, + "mapbox:type": "template", + "maputnik:renderer": "mbgljs", + "openmaptiles:version": "3.x" + }, + "sources": { }, + "glyphs": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", + "sprites": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", + "layers": [], + "id": "empty-style" +} diff --git a/src/config/styles.json b/src/config/styles.json index 6078b54..f3736ff 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -30,9 +30,9 @@ "thumbnail": "https://cdn.rawgit.com/lukasmartinelli/osm-liberty/gh-pages/thumbnail.png" }, { - "id": "fiord-color", - "title": "Fiord Color", - "url": "https://rawgit.com/openmaptiles/fiord-color-gl-style/gh-pages/style-cdn.json", - "thumbnail": "https://camo.githubusercontent.com/d884dbd7b8c531c58788eac3857dc4ebf79b7729/68747470733a2f2f6170692e6d6170626f782e636f6d2f7374796c65732f76312f6f70656e6d617074696c65732f6369776775693378353030317732706e7668633063327767302f7374617469632f382e3534303538372c34372e3337303535352c31342e30382c302e30302c302e30302f363030783430303f6163636573735f746f6b656e3d706b2e65794a31496a6f696233426c626d3168634852706247567a4969776959534936496d4e70646e593365544a785a7a41774d474d796233427064574a6d616a63784e7a636966512e685031427863786c644968616b4d6350534a4c513151" + "id": "empty-style", + "title": "Empty Style", + "url": "https://rawgit.com/maputnik/editor/master/src/config/styles.json", + "thumbnail": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAQAAAAHDYbIAAAAEUlEQVR42mP8/58BDhiJ4wAA974H/U5Xe1oAAAAASUVORK5CYII=" } ] diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index c2a5aed..1cd8414 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -93,7 +93,7 @@ .maputnik-public-style-thumbnail { display: block; margin-top: $margin-2; - max-width: 100%; + width: 100%; } .maputnik-add-layer {