{
    "MENU": [
        {
    		"label": "Home",
    		"type": "home",
    		"color": "#486C2C",
    		"icon": "wm-icon-generic"
    	},
        {
            "label": "Mappa",
            "type": "map",
            "color": "#486C2C",
            "icon": "wm-icon-generic"
        },
        {
            "color": "#E79E19",
            "icon": "wm-icon-generic",
            "items": [
                "Edifici storici",
                "Gastronomia",
                "Biblioteca",
                "Chiese",
                "Musei",
                "Servizi utili",
                "Agriturismi",
                "Teatro"
            ],
            "label": "Luoghi",
            "type": "layerGroup"
        },
        {
            "color": "#E94C31",
            "icon": "wm-icon-generic",
            "items": [
                "Percorso cultura",
                "Percorso natura"
            ],
            "label": "Itinerari",
            "type": "layerGroup"
        },
        {
            "label": "Offline",
            "type": "page"
        }
    ],
    "OVERLAY_LAYERS": [
        {
            "color": "#187dc0",
            "geojsonUrl": "pois_edst.geojson",
            "icon": "wm-icon-home",
            "label": "Edifici storici",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#187dc0",
            "geojsonUrl": "pois_gast.geojson",
            "icon": "wm-icon-home",
            "label": "Gastronomia",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#187dc0",
            "geojsonUrl": "pois_bibl.geojson",
            "icon": "wm-icon-home",
            "label": "Biblioteca",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#187dc0",
            "geojsonUrl": "pois_chie.geojson",
            "icon": "wm-icon-home",
            "label": "Chiese",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#187dc0",
            "geojsonUrl": "pois_muse.geojson",
            "icon": "wm-icon-home",
            "label": "Musei",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#008000",
            "geojsonUrl": "pois_seut.geojson",
            "icon": "wm-icon-wrench",
            "label": "Servizi utili",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#187dc0",
            "geojsonUrl": "pois_agri.geojson",
            "icon": "wm-icon-home",
            "label": "Agriturismi",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#187dc0",
            "geojsonUrl": "pois_teat.geojson",
            "icon": "wm-icon-home",
            "label": "Teatro",
            "showByDefault": true,
            "type": "poi_geojson"
        },
        {
            "color": "#0000ff",
            "geojsonUrl": "track_pecu.geojson",
            "icon": "wm-icon-guidepost-15",
            "label": "Percorso cultura",
            "showByDefault": true,
            "type": "line_geojson"
        },
        {
            "color": "#0000ff",
            "geojsonUrl": "track_pena.geojson",
            "icon": "wm-icon-guidepost-15",
            "label": "Percorso natura",
            "showByDefault": true,
            "type": "line_geojson"
        }
    ],
    "REPORT": {
        "active": true,
        "type": "email",
        "defaultEmail": "alessiopiccioli@webmapp.it",
      "apiUrl": "https://api.webmapp.it/services/share.php"
    }
}