{
  "version": 8,
  "name": "A2-Blue GTA-Online Dark Neon",

  "sources": {
    "openmaptiles": {
      "type": "vector",
      "url": "https://api.maptiler.com/tiles/v3/tiles.json?key=uHmPABwBFcVhiPJcdCzb"
    }
  },

  "sprite": "https://api.maptiler.com/maps/streets/sprite?key=uHmPABwBFcVhiPJcdCzb",
  "glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key=uHmPABwBFcVhiPJcdCzb",

  "layers": [

    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#0b0b0d"
      }
    },

    {
      "id": "water",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "paint": {
        "fill-color": "#00121f"
      }
    },

    {
      "id": "roads-primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "class", "primary"],
      "paint": {
        "line-color": "#ffffff",
        "line-width": ["interpolate", ["linear"], ["zoom"], 10, 1, 18, 5]
      }
    },

    {
      "id": "roads-secondary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "class", "secondary"],
      "paint": {
        "line-color": "#00e5ff",
        "line-width": ["interpolate", ["linear"], ["zoom"], 10, 1, 18, 4]
      }
    },

    {
      "id": "roads-minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "class", "minor"],
      "paint": {
        "line-color": "#2ad9ff",
        "line-width": ["interpolate", ["linear"], ["zoom"], 10, 0.5, 18, 2]
      }
    }
  ]
}