{"version":3,"file":"terrarium-hillshading.js","mappings":"0HAuDA,E,QAAA,IAAK,MApDS,CACZA,QAAS,EACTC,KAAM,YACNC,OAAQ,CAAC,UAAW,WACpBC,KAAM,GACNC,QAAS,CACPC,IAAK,CACHC,KAAM,SACNC,YACE,2FACFC,SAAU,IACVC,MAAO,CAAC,kDACRC,QAAS,IAEXC,UAAW,CACTL,KAAM,aACNC,YACE,8HACFC,SAAU,IACVC,MAAO,CACL,2EAEFC,QAAS,GACTE,SAAU,cAGdC,OAAQ,CACN,CACEC,GAAI,MACJR,KAAM,SACNS,OAAQ,OAEV,CACED,GAAI,YACJR,KAAM,YACNS,OAAQ,YACRC,MAAO,CACL,yBAA0B,UAC1B,yBAA0B,CACxBC,MAAO,CACL,CAAC,EAAG,IACJ,CAAC,GAAI,KACL,CAAC,GAAI,OAGT,yBAA0B,UAC1B,4BAA6B,c","sources":["webpack://ol-mapbox-style/./examples/terrarium-hillshading.js"],"sourcesContent":["import 'ol/ol.css';\nimport olms from 'ol-mapbox-style';\n\nconst style = {\n version: 8,\n name: 'Terrarium',\n center: [13.783578, 47.609499],\n zoom: 11,\n sources: {\n osm: {\n type: 'raster',\n attribution:\n '© OpenStreetMap contributors.',\n tileSize: 256,\n tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],\n maxzoom: 19,\n },\n terrarium: {\n type: 'raster-dem',\n attribution:\n 'Data sources and attribution',\n tileSize: 256,\n tiles: [\n 'https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png',\n ],\n maxzoom: 15,\n encoding: 'terrarium',\n },\n },\n layers: [\n {\n id: 'osm',\n type: 'raster',\n source: 'osm',\n },\n {\n id: 'hillshade',\n type: 'hillshade',\n source: 'terrarium',\n paint: {\n 'hillshade-accent-color': '#D8E8CF',\n 'hillshade-exaggeration': {\n stops: [\n [6, 0.4],\n [14, 0.35],\n [18, 0.25],\n ],\n },\n 'hillshade-shadow-color': '#6C6665',\n 'hillshade-highlight-color': '#B8AAA3',\n },\n },\n ],\n};\n\nolms('map', style);\n"],"names":["version","name","center","zoom","sources","osm","type","attribution","tileSize","tiles","maxzoom","terrarium","encoding","layers","id","source","paint","stops"],"sourceRoot":""}