{
  "version": 8,
  "name": "A2-Blue GTA-Online Dark Neon",
  "metadata": {
    "maptiler:copyright": "© MapTiler © OpenStreetMap contributors"
  },
  "sources": {
    "openmaptiles": {
      "type": "vector",
      "url": "https://api.maptiler.com/tiles/v3/tiles.json?key=uHmPABwBFcVhiPJcdCzb"
    }
  },
  "sprite": "https://api.maptiler.com/maps/streets/sprite",
  "glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key=uHmPABwBFcVhiPJcdCzb",

  "background": {
    "id": "background",
    "type": "background",
    "paint": {
      "background-color": "#0b0b0d"
    }
  },

  "layers": [

    {
      "id": "water",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "water",
      "paint": {
        "fill-color": "#00121f"
      }
    },

    {
      "id": "landcover",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "paint": {
        "fill-color": "#0f0f11",
        "fill-opacity": 0.25
      }
    },

    {
      "id": "landuse",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "paint": {
        "fill-color": "#0f0f11",
        "fill-opacity": 0.15
      }
    },

    {
      "id": "roads-tunnels-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "brunnel", "tunnel"],
      "paint": {
        "line-color": "#050505",
        "line-width": [
          "interpolate", ["linear"], ["zoom"],
          10, 0.5,
          14, 2,
          18, 4
        ],
        "line-opacity": 0.6
      }
    },

    {
      "id": "roads-tunnels",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "brunnel", "tunnel"],
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate", ["linear"], ["zoom"],
          10, 0.3,
          14, 1.5,
          18, 3
        ],
        "line-opacity": 0.4
      }
    },

    {
      "id": "roads-casing",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["!=", "class", "path"],
      "paint": {
        "line-color": "#1a1a1a",
        "line-width": [
          "interpolate", ["linear"], ["zoom"],
          10, 1,
          14, 3,
          18, 6
        ]
      }
    },

    {
      "id": "roads-primary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "class", "primary"],
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate", ["linear"], ["zoom"],
          10, 1,
          14, 2.5,
          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, 0.8,
          14, 2,
          18, 4
        ],
        "line-opacity": 0.9
      }
    },

    {
      "id": "roads-tertiary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "class", "tertiary"],
      "paint": {
        "line-color": "#66f0ff",
        "line-width": [
          "interpolate", ["linear"], ["zoom"],
          10, 0.6,
          14, 1.5,
          18, 3
        ],
        "line-opacity": 0.7
      }
    },

    {
      "id": "roads-minor",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "class", "minor"],
      "paint": {
        "line-color": "#2ad9ff",
        "line-width": [
          "interpolate", ["linear"], ["zoom"],
          10, 0.4,
          14, 1,
          18, 2
        ],
        "line-opacity": 0.5
      }
    },

    {
      "id": "roads-paths",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "class", "path"],
      "paint": {
        "line-color": "#00aacc",
        "line-width": [
          "interpolate", ["linear"], ["zoom"],
          10, 0.2,
          14, 0.6,
          18, 1.2
        ],
        "line-opacity": 0.4
      }
    },

    {
      "id": "boundaries",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "paint": {
        "line-color": "#333333",
        "line-width": 1,
        "line-opacity": 0.4
      }
    },

    {
      "id": "place-labels",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "layout": {
        "text-field": "{name}",
        "text-font": ["Open Sans Regular"],
        "text-size": [
          "interpolate", ["linear"], ["zoom"],
          10, 10,
          14, 14
        ]
      },
      "paint": {
        "text-color": "#cccccc",
        "text-halo-color": "#000000",
        "text-halo-width": 1.2,
        "text-opacity": 0.6
      }
    }

  ]
}