{
  "version": 1,
  "defaultPreset": "bright-basemap",
  "assetBaseUrl": "https://map.paas.livemap.sh",
  "presets": [
    {
      "id": "bright-basemap",
      "label": "Bright basemap",
      "baseStyle": "bright",
      "description": "Bright cartography baseline for basemap style review.",
      "camera": {
        "center": [8.5417, 47.3769],
        "zoom": 14.2,
        "bearing": 0,
        "pitch": 0
      },
      "theme": {
        "land": "#f8f4f0",
        "water": "#9dd8f5",
        "path": "#9f9a91",
        "buildingOpacity": 0.42,
        "labelContrast": 1
      }
    },
    {
      "id": "lessdark-basemap",
      "label": "Less dark basemap",
      "baseStyle": "lessdark",
      "description": "Dark cartography baseline with clearer basemap hierarchy for evening/night checks.",
      "camera": {
        "center": [8.5417, 47.3769],
        "zoom": 14.2,
        "bearing": 0,
        "pitch": 0
      },
      "theme": {
        "land": "#141922",
        "water": "#20465f",
        "path": "#6b7280",
        "buildingOpacity": 0.5,
        "labelContrast": 1.15
      }
    },
    {
      "id": "night-basemap",
      "label": "Night basemap",
      "baseStyle": "night",
      "description": "Bright recolored into a dark slate palette via scripts/recolor.mjs. Mirrors bright's layer hierarchy so road/POI/building structure carries over.",
      "camera": {
        "center": [8.5417, 47.3769],
        "zoom": 14.2,
        "bearing": 0,
        "pitch": 0
      },
      "theme": {
        "land": "#1e2530",
        "water": "#0d1822",
        "path": "#5b5044",
        "buildingOpacity": 0.55,
        "labelContrast": 1.1
      }
    }
  ],
  "patchGroups": [
    {
      "id": "land",
      "label": "Land",
      "properties": ["background-color", "fill-color"],
      "layers": ["background", "landcover", "landuse", "landuse-residential"]
    },
    {
      "id": "water",
      "label": "Water",
      "properties": ["fill-color", "line-color"],
      "layers": ["water", "waterway"]
    },
    {
      "id": "paths",
      "label": "Paths",
      "properties": ["line-color"],
      "layers": ["highway_path", "highway_minor"]
    },
    {
      "id": "buildings",
      "label": "Buildings",
      "properties": ["fill-opacity", "fill-extrusion-opacity"],
      "layers": ["building", "building-3d"]
    },
    {
      "id": "labels",
      "label": "Labels",
      "properties": ["text-color", "text-halo-color"],
      "layers": ["place", "poi", "road_label", "water_name", "waterway_name"]
    }
  ]
}
