{
  "version": 8,
  "name": "Chile Completo Terrain Only",
  "center": [-70.000056, -35.499841],
  "zoom": 6,
  "bearing": -25,
  "pitch": 65,
  "sources": {
    "terrainSource": {
      "type": "raster-dem",
      "encoding": "mapbox",
      "tileSize": 256,
      "maxzoom": 12,
      "url": "pmtiles://https://cir.pescaenchile.cl/api/offline_packs/chile_completo3d/terrain/chile_completo_terrain_rgb_308dem_z12.pmtiles"
    }
  },
  "terrain": {
    "source": "terrainSource",
    "exaggeration": 1
  },
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#eef2e6"
      }
    },
    {
      "id": "hillshade-terrain",
      "type": "hillshade",
      "source": "terrainSource",
      "paint": {
        "hillshade-exaggeration": 1,
        "hillshade-shadow-color": "#5b4632",
        "hillshade-highlight-color": "#c8a46f",
        "hillshade-accent-color": "#7f5f3d",
        "hillshade-illumination-direction": 315
      }
    }
  ]
}
