query = function (data, options) {
var feed = Data.feed({
source:
"https://corsme.herokuapp.com/https://aziendeconfiscate.camcom.gov.it/odacWeb/opendata/download/aziende-confiscate-unioncamere.json",
type: "json"
}).load(function (newData) {
var aziendeDB = Data.import({ source: feed.data["@graph"], type: "json" });
options.type = "jsonDB";
ixmaps.setExternalData(aziendeDB, options);
});
}