actual_data = ixmaps
.layer("generic")
.data({
query: query.toString(),
type: "ext"
})
.binding({
value: "value",
lookupfield: "lat|long"
})
.type("CHART|SYMBOL|AURA|SIZE|VALUES")
.style({
colorscheme: ["#ff00ff"],
symbols: ["circle"],
textcolor: "white",
valuedecimals: "5",
linecolor: "white",
linewidth: "30",
shadow: "true",
normalsizevalue: "0.001",
titlefield: "bacino"
})
.meta({
title: "Pesticidi - 2018",
description:
"fonte: <a href='https://www.eea.europa.eu/data-and-maps/data/bathing-water-directive-status-of-bathing-water-12' target='_blank'>EEA bathing water quality</a><br>fondo: <a href='https://land.copernicus.eu/local' target='_blank'>Copernicus Land Monitoring Service</a>"
})
.define()