{
  "version": 8,
  "name": "Bookmap",
  "metadata": {
    "mapbox:autocomposite": false,
    "mapbox:groups": {
      "101da9f13b64a08fa4b6ac1168e89e5f": {
        "collapsed": false,
        "name": "Places"
      },
      "a14c9607bc7954ba1df7205bf660433f": {
        "name": "Boundaries"
      },
      "b6371a3f2f5a9932464fa3867530a2e5": {
        "collapsed": false,
        "name": "Transportation"
      }
    },
    "mapbox:type": "template",
    "openmaptiles:mapbox:owner": "openmaptiles",
    "openmaptiles:mapbox:source:url": "mapbox://openmaptiles.4qljc88t",
    "openmaptiles:version": "3.x",
    "maputnik:renderer": "mlgljs"
  },
  "sources": {
    "maptiler-hillshade": {
      "url": "https://api.maptiler.com/tiles/hillshade/tiles.json?key=iMg3lueCZxkUUN5R9hPR",
      "type": "raster"
    },
    "land": {
      "url": "https://api.maptiler.com/tiles/land/tiles.json?key=iMg3lueCZxkUUN5R9hPR",
      "type": "vector"
    },
    "land-gradient": {
      "url": "https://api.maptiler.com/tiles/land-gradient-dark/tiles.json?key=iMg3lueCZxkUUN5R9hPR",
      "type": "raster"
    }
  },
  "sprite": "https://viking2917.github.io/bookmap/sprites/bookmap_spritesheet",
  "glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key=iMg3lueCZxkUUN5R9hPR",
  "layers": [
    {
      "id": "background paint",
      "type": "background",
      "paint": {
        "background-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "id": "Land Gradient Dark",
      "type": "raster",
      "source": "land-gradient",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "raster-opacity": 0.4,
        "raster-hue-rotate": 30
      }
    },
    {
      "id": "Land shadow north",
      "type": "line",
      "source": "land",
      "source-layer": "land",
      "layout": {
        "visibility": "visible",
        "line-cap": "butt",
        "line-join": "miter"
      },
      "paint": {
        "line-color": "rgba(37, 37, 37, 0.41)",
        "line-opacity": 1,
        "line-translate": [
          "interpolate",
          ["linear"],
          ["zoom"],
          0,
          ["literal", [-0.75, -0.75]],
          3,
          ["literal", [-1, -1]],
          5,
          ["literal", [-1.5, -1.5]]
        ],
        "line-width": 3
      },
      "filter": [
        "==",
        ["geometry-type"],
        "Polygon"
      ]
    },
    {
      "id": "Land shadow south",
      "type": "line",
      "source": "land",
      "source-layer": "land",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(133, 177, 219, 0.75)",
        "line-opacity": 1,
        "line-translate": [
          "interpolate",
          ["linear"],
          ["zoom"],
          0,
          ["literal", [0.75, 0.75]],
          3,
          ["literal", [1, 1]],
          5,
          ["literal", [1.5, 1.5]]
        ],
        "line-width": 1
      },
      "filter": [
        "==",
        ["geometry-type"],
        "Polygon"
      ]
    },
    {
      "id": "Land Texture",
      "type": "fill",
      "source": "land",
      "source-layer": "land",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgba(255, 251, 235, 0.67)",
        "fill-opacity": 1,
        "fill-pattern": "paperwhite"
      },
      "filter": [
        "==",
        ["geometry-type"],
        "Polygon"
      ]
    },
    {
      "id": "hillside shading",
      "type": "raster",
      "source": "maptiler-hillshade",
      "layout": {
        "visibility": "visible"
      }
    }
  ],
  "id": "bookmap"
}