{
  "version": 8,
  "name": "Geolonia Midnight",
  "metadata": {},
  "sources": {
    "geolonia": {
      "type": "vector",
      "url": "https://api.geolonia.com/v1/sources?key=YOUR-API-KEY"
    }
  },
  "sprite": "https://sprites.geolonia.com/basic-white",
  "glyphs": "https://glyphs.geolonia.com/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "rgba(19, 28, 54, 1)"
      }
    },
    {
      "id": "water",
      "type": "fill",
      "source": "geolonia",
      "source-layer": "water",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgba(1, 17, 44, 1)"
      }
    }
  ]
}