{
  "version": 8,
  "name": "Bản đồ nền geodef.vn",
  "metadata": {
    "geodef:theme": "civic-light",
    "geodef:version": "1.1.0",
    "maplibre:comment": "Civic light basemap for geodef.vn"
  },
  "center": [
    105.85,
    16.0
  ],
  "zoom": 5.5,
  "transition": {
    "duration": 300,
    "delay": 0
  },
  "light": {
    "anchor": "viewport",
    "color": "#ffffff",
    "intensity": 0.45
  },
  "sky": {
    "sky-color": "#cfe8fb",
    "sky-horizon-blend": 0.55,
    "horizon-color": "#f5f7f9",
    "horizon-fog-blend": 0.4,
    "fog-color": "#e8eef3",
    "fog-ground-blend": 0.35,
    "atmosphere-blend": [
      "interpolate",
      [
        "linear"
      ],
      [
        "zoom"
      ],
      4,
      0.85,
      10,
      0.35,
      13,
      0
    ]
  },
  "glyphs": "https://basemap.geodef.vn/static/fonts/{fontstack}/{range}.pbf",
  "sprite": "https://basemap.geodef.vn/static/sprites/v4/light",
  "sources": {
    "vietnam": {
      "type": "vector",
      "url": "pmtiles://https://basemap.geodef.vn/tiles/vietnam.pmtiles",
      "minzoom": 0,
      "maxzoom": 14,
      "attribution": "Bản đồ nền geodef.vn"
    }
  },
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#f0f3f5"
      }
    },
    {
      "id": "landcover",
      "type": "fill",
      "source": "vietnam",
      "source-layer": "landcover",
      "minzoom": 0,
      "paint": {
        "fill-color": [
          "match",
          [
            "get",
            "class"
          ],
          "wood",
          "#cfe6c9",
          "grass",
          "#dcedd6",
          "farmland",
          "#e4efd4",
          "wetland",
          "#d3e8d8",
          "rock",
          "#e6e9ec",
          "sand",
          "#efe8d8",
          "ice",
          "#ffffff",
          "#f0f3f5"
        ],
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          1,
          8,
          0.9,
          14,
          0.65
        ]
      }
    },
    {
      "id": "landuse",
      "type": "fill",
      "source": "vietnam",
      "source-layer": "landuse",
      "minzoom": 4,
      "paint": {
        "fill-color": [
          "match",
          [
            "get",
            "class"
          ],
          "park",
          "#d4ebcf",
          "grass",
          "#dcedd6",
          "cemetery",
          "#cfe3d0",
          "wood",
          "#c5dfbe",
          "residential",
          "#e9ecef",
          "commercial",
          "#ebe4dc",
          "industrial",
          "#e4e2df",
          "retail",
          "#efe8db",
          "school",
          "#efe8db",
          "university",
          "#efe8db",
          "hospital",
          "#f7e6e6",
          "stadium",
          "#d4ebcf",
          "pitch",
          "#d4ebcf",
          "recreation_ground",
          "#d4ebcf",
          "military",
          "#d8d9d4",
          "railway",
          "#e2ded9",
          "#e9ecef"
        ],
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.28,
          8,
          0.42,
          12,
          0.55,
          15,
          0.4
        ]
      }
    },
    {
      "id": "water",
      "type": "fill",
      "source": "vietnam",
      "source-layer": "water",
      "minzoom": 0,
      "paint": {
        "fill-color": [
          "match",
          [
            "get",
            "class"
          ],
          "ocean",
          "#a8d4f0",
          "lake",
          "#b7dcf5",
          "river",
          "#add6f2",
          "swimming_pool",
          "#b7dcf5",
          "#a8d4f0"
        ],
        "fill-opacity": 1
      }
    },
    {
      "id": "water-outline",
      "type": "line",
      "source": "vietnam",
      "source-layer": "water",
      "minzoom": 6,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#7fb8d9",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6,
          0.3,
          12,
          0.8,
          16,
          1.2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6,
          0.25,
          10,
          0.45,
          14,
          0.55
        ]
      }
    },
    {
      "id": "admin-tinh-fill",
      "type": "fill",
      "source": "vietnam",
      "source-layer": "tinh",
      "minzoom": 3,
      "maxzoom": 8,
      "paint": {
        "fill-color": "#cfd8dc",
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          0.12,
          5,
          0.08,
          7,
          0
        ]
      }
    },
    {
      "id": "admin-nuoc-line",
      "type": "line",
      "source": "vietnam",
      "source-layer": "nuoc",
      "minzoom": 3,
      "maxzoom": 10,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#546e7a",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          1.1,
          6,
          1.8,
          10,
          2.4
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "admin-tinh-line",
      "type": "line",
      "source": "vietnam",
      "source-layer": "tinh",
      "minzoom": 5,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#c62828",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          0.6,
          8,
          1.1,
          11,
          1.6,
          14,
          2.2
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          0.75,
          10,
          0.9,
          14,
          0.7
        ],
        "line-dasharray": [
          "step",
          [
            "zoom"
          ],
          [
            "literal",
            [
              1
            ]
          ],
          10,
          [
            "literal",
            [
              4.5,
              2,
              0.5,
              2
            ]
          ],
          14,
          [
            "literal",
            [
              6,
              2.5,
              0.5,
              2.5
            ]
          ]
        ]
      }
    },
    {
      "id": "admin-xa-line",
      "type": "line",
      "source": "vietnam",
      "source-layer": "xa",
      "minzoom": 10,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#9e9e9e",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          10,
          0.4,
          12,
          0.6,
          14,
          0.8
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          10,
          0.35,
          12,
          0.55,
          13,
          0.75
        ]
      }
    },
    {
      "id": "admin-xa-line-strong",
      "type": "line",
      "source": "vietnam",
      "source-layer": "xa",
      "minzoom": 12.5,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#757575",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12.5,
          0.9,
          14,
          1.3
        ],
        "line-opacity": 0.95
      }
    },
    {
      "id": "roads-motorway-casing",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 7,
      "filter": [
        "in",
        [
          "get",
          "class"
        ],
        [
          "literal",
          [
            "motorway",
            "trunk"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#d4a574",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          2.2,
          10,
          4,
          14,
          9,
          16,
          12
        ]
      }
    },
    {
      "id": "roads-motorway",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 4,
      "filter": [
        "in",
        [
          "get",
          "class"
        ],
        [
          "literal",
          [
            "motorway",
            "trunk"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#f0a04b",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0.7,
          8,
          1.6,
          12,
          3.6,
          16,
          8
        ]
      }
    },
    {
      "id": "roads-primary-casing",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 9,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "primary"
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#e0d5b8",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          9,
          2.4,
          12,
          5,
          16,
          10
        ]
      }
    },
    {
      "id": "roads-primary",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 6,
      "filter": [
        "==",
        [
          "get",
          "class"
        ],
        "primary"
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#f6d98a",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6,
          0.8,
          10,
          2,
          14,
          4.5,
          16,
          7
        ]
      }
    },
    {
      "id": "roads-secondary-casing",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 11,
      "filter": [
        "in",
        [
          "get",
          "class"
        ],
        [
          "literal",
          [
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#d9dde2",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          2.2,
          14,
          5.5,
          16,
          8
        ]
      }
    },
    {
      "id": "roads-secondary",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 8,
      "filter": [
        "in",
        [
          "get",
          "class"
        ],
        [
          "literal",
          [
            "secondary",
            "tertiary"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          8,
          0.7,
          11,
          1.6,
          14,
          3.4,
          16,
          5.5
        ]
      }
    },
    {
      "id": "roads-minor",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 11,
      "filter": [
        "in",
        [
          "get",
          "class"
        ],
        [
          "literal",
          [
            "residential",
            "service",
            "unclassified",
            "living_street",
            "track"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          0.5,
          13,
          1.4,
          16,
          3.5
        ],
        "line-opacity": 0.95
      }
    },
    {
      "id": "roads-path",
      "type": "line",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 13,
      "filter": [
        "in",
        [
          "get",
          "class"
        ],
        [
          "literal",
          [
            "path",
            "footway",
            "cycleway",
            "pedestrian",
            "steps"
          ]
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#b0b8c0",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          0.45,
          16,
          1.1
        ],
        "line-dasharray": [
          2,
          1.4
        ],
        "line-opacity": 0.85
      }
    },
    {
      "id": "roads-label",
      "type": "symbol",
      "source": "vietnam",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "in",
        [
          "get",
          "class"
        ],
        [
          "literal",
          [
            "motorway",
            "trunk",
            "primary",
            "secondary",
            "tertiary",
            "residential"
          ]
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "symbol-sort-key": [
          "match",
          [
            "get",
            "class"
          ],
          "motorway",
          1,
          "trunk",
          2,
          "primary",
          3,
          "secondary",
          4,
          "tertiary",
          5,
          8
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name"
          ],
          [
            "get",
            "names_primary"
          ],
          [
            "get",
            "names.primary"
          ],
          ""
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          12,
          9,
          16,
          12
        ],
        "text-letter-spacing": 0.04,
        "text-max-angle": 30,
        "text-optional": true
      },
      "paint": {
        "text-color": "#546e7a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.8,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "buildings-3d",
      "type": "fill-extrusion",
      "source": "vietnam",
      "source-layer": "buildings",
      "minzoom": 13,
      "filter": [
        "!=",
        [
          "get",
          "is_underground"
        ],
        true
      ],
      "paint": {
        "fill-extrusion-color": "#d9dee3",
        "fill-extrusion-height": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          0,
          14,
          [
            "coalesce",
            [
              "get",
              "height"
            ],
            [
              "get",
              "render_height"
            ],
            [
              "*",
              [
                "coalesce",
                [
                  "get",
                  "num_floors"
                ],
                [
                  "get",
                  "levels"
                ],
                3
              ],
              3.2
            ],
            9
          ]
        ],
        "fill-extrusion-base": [
          "coalesce",
          [
            "get",
            "min_height"
          ],
          [
            "*",
            [
              "coalesce",
              [
                "get",
                "min_floor"
              ],
              0
            ],
            3.2
          ],
          0
        ],
        "fill-extrusion-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          0,
          13.5,
          0.7,
          15,
          0.75
        ]
      }
    },
    {
      "id": "placenames-country",
      "type": "symbol",
      "source": "vietnam",
      "source-layer": "placenames",
      "minzoom": 1,
      "maxzoom": 6,
      "filter": [
        "in",
        [
          "coalesce",
          [
            "get",
            "subtype"
          ],
          [
            "get",
            "class"
          ]
        ],
        [
          "literal",
          [
            "country"
          ]
        ]
      ],
      "layout": {
        "symbol-sort-key": 0,
        "text-field": [
          "coalesce",
          [
            "get",
            "name"
          ],
          [
            "get",
            "names_primary"
          ],
          [
            "get",
            "names.primary"
          ],
          ""
        ],
        "text-font": [
          "Noto Sans Medium"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          1,
          11,
          5,
          15
        ],
        "text-transform": "uppercase",
        "text-letter-spacing": 0.12,
        "text-variable-anchor": [
          "center",
          "top",
          "bottom"
        ],
        "text-radial-offset": 0.2
      },
      "paint": {
        "text-color": "#37474f",
        "text-halo-color": "#ffffff",
        "text-halo-width": 2
      }
    },
    {
      "id": "placenames-city",
      "type": "symbol",
      "source": "vietnam",
      "source-layer": "placenames",
      "minzoom": 4,
      "filter": [
        "in",
        [
          "coalesce",
          [
            "get",
            "subtype"
          ],
          [
            "get",
            "class"
          ]
        ],
        [
          "literal",
          [
            "region",
            "province",
            "state",
            "city",
            "county"
          ]
        ]
      ],
      "layout": {
        "symbol-sort-key": 2,
        "text-field": [
          "coalesce",
          [
            "get",
            "name"
          ],
          [
            "get",
            "names_primary"
          ],
          [
            "get",
            "names.primary"
          ],
          ""
        ],
        "text-font": [
          "Noto Sans Medium"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          10,
          8,
          13,
          14,
          16
        ],
        "text-max-width": 8,
        "icon-image": [
          "match",
          [
            "coalesce",
            [
              "get",
              "subtype"
            ],
            [
              "get",
              "class"
            ],
            ""
          ],
          "city",
          "capital",
          "townspot"
        ],
        "icon-size": 0.7,
        "icon-optional": true,
        "text-variable-anchor": [
          "top",
          "bottom",
          "left",
          "right"
        ],
        "text-radial-offset": 0.95,
        "text-optional": true
      },
      "paint": {
        "text-color": "#263238",
        "text-halo-color": "#ffffff",
        "text-halo-width": 2,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "admin-tinh-label",
      "type": "symbol",
      "source": "vietnam",
      "source-layer": "tinh",
      "minzoom": 3,
      "layout": {
        "symbol-placement": "point",
        "symbol-sort-key": 1,
        "text-field": [
          "get",
          "tenTinh"
        ],
        "text-font": [
          "Noto Sans Medium"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          12,
          5,
          15,
          8,
          17,
          11,
          19
        ],
        "text-max-width": 10,
        "text-padding": 2,
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          "townspot",
          8,
          ""
        ],
        "icon-size": 0.72,
        "icon-optional": true,
        "text-variable-anchor": [
          "top",
          "bottom",
          "left",
          "right"
        ],
        "text-radial-offset": 1.0,
        "text-optional": true,
        "icon-allow-overlap": false,
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": "#c62828",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.4,
        "text-halo-blur": 0.4
      }
    },
    {
      "id": "admin-xa-label",
      "type": "symbol",
      "source": "vietnam",
      "source-layer": "xa",
      "minzoom": 10,
      "layout": {
        "symbol-placement": "point",
        "symbol-sort-key": 3,
        "text-field": [
          "get",
          "tenXa"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          10,
          9,
          12,
          11,
          14,
          13
        ],
        "text-max-width": 9,
        "text-padding": 2,
        "icon-image": "townspot",
        "icon-size": 0.5,
        "icon-optional": true,
        "text-variable-anchor": [
          "top",
          "bottom",
          "left",
          "right"
        ],
        "text-radial-offset": 0.85,
        "text-optional": true
      },
      "paint": {
        "text-color": "#616161",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.2,
        "text-halo-blur": 0.5,
        "text-opacity": 0.9
      }
    },
    {
      "id": "places-icon",
      "type": "symbol",
      "source": "vietnam",
      "source-layer": "places",
      "minzoom": 13,
      "layout": {
        "symbol-sort-key": 5,
        "icon-image": [
          "match",
          [
            "coalesce",
            [
              "get",
              "category"
            ],
            ""
          ],
          "restaurant",
          "restaurant",
          "thai_restaurant",
          "restaurant",
          "diner",
          "restaurant",
          "bakery",
          "restaurant",
          "fast_food_restaurant",
          "fast_food",
          "cafe",
          "cafe",
          "coffee_shop",
          "cafe",
          "bubble_tea",
          "cafe",
          "bar",
          "bar",
          "beauty_salon",
          "beauty",
          "beauty",
          "beauty",
          "hair_salon",
          "beauty",
          "barber",
          "beauty",
          "spas",
          "beauty",
          "school",
          "school",
          "elementary_school",
          "school",
          "education",
          "school",
          "university",
          "university",
          "electronics",
          "electronics",
          "mobile_phone_store",
          "electronics",
          "clothing_store",
          "clothes",
          "clothes",
          "clothes",
          "convenience_store",
          "convenience",
          "grocery_store",
          "supermarket",
          "supermarket",
          "supermarket",
          "park",
          "park",
          "garden",
          "garden",
          "forest",
          "forest",
          "museum",
          "museum",
          "library",
          "library",
          "post_office",
          "post_office",
          "stadium",
          "stadium",
          "zoo",
          "zoo",
          "beach",
          "beach",
          "marina",
          "marina",
          "bus_stop",
          "bus_stop",
          "train_station",
          "train_station",
          "ferry_terminal",
          "ferry_terminal",
          "aerodrome",
          "aerodrome",
          "attraction",
          "attraction",
          "artwork",
          "artwork",
          "theatre",
          "theatre",
          "books",
          "books",
          "landmark_and_historical_building",
          "attraction",
          "buddhist_temple",
          "attraction",
          "religious_organization",
          "attraction",
          "hotel",
          "building",
          "accommodation",
          "building",
          "shopping",
          "clothes",
          "pharmacy",
          "convenience",
          "hospital",
          "building",
          "central_government_office",
          "building",
          ""
        ],
        "icon-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          0.68,
          16,
          0.95
        ],
        "icon-padding": 2,
        "icon-allow-overlap": false,
        "icon-optional": false
      }
    },
    {
      "id": "places-label",
      "type": "symbol",
      "source": "vietnam",
      "source-layer": "places",
      "minzoom": 13,
      "layout": {
        "symbol-sort-key": 6,
        "text-field": [
          "coalesce",
          [
            "get",
            "name"
          ],
          [
            "get",
            "names_primary"
          ],
          [
            "get",
            "names.primary"
          ],
          ""
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          13,
          10,
          16,
          12
        ],
        "text-max-width": 9,
        "text-variable-anchor": [
          "top",
          "bottom",
          "left",
          "right"
        ],
        "text-radial-offset": 1.05,
        "text-optional": true,
        "text-padding": 2
      },
      "paint": {
        "text-color": "#546e7a",
        "text-halo-color": "#ffffff",
        "text-halo-width": 1.5
      }
    }
  ]
}
