{
    /* Names of init files (in wwwroot/init), without the .json extension, to load by default */
    "initializationUrls": [
        "emiro"
    ],
    "parameters": {
        "bingMapsKey": "AkaOmRFtjAb71cXgLwAGtLbj2RpkPKtVqAIroFQsocfurCBILxIeAWPkil7hhRy_",
        "googleUrlShortenerKey": null,
        "googleAnalyticsKey": null,
        "googleAnalyticsOptions": null,
        /* Text that appears at the bottom of the map */
        "disclaimer": {
            "text": "Disclaimer: questa mappa non può essere usata per la navigazione o calcoli di elevata precisione. @Regione Emilia-Romagna ",
            "url": ""
        },
        
        // Text that will be added to any pages printed from your site.
        "printDisclaimer":{
            "text":"@Regione Emilia-Romagna",
            "url": "#"
        },
        
         
        // Pop-up disclaimer that will be shown at the start
        // The text of the disclaimer is in lib/Views/GlobalDisclaimer.html
        /*"globalDisclaimer": {
            confirmationRequired: false,
            buttonTitle: "Ok",
            title: "Geoportale 3D della Regione Emilia-Romagna",
            enableOnLocalhost: true // If false, don't show this when running on localhost
        },*/
        
        
        "developerAttribution": {
            "text": "Bioretics srl",
            "link": "http://www.bioretics.com"
        },
        // This is used in various text messages. You should also set <title> in index.html
        "appName": "Geoportale 3D",

        // See comments in lib/Views/global.scss for further information about customising colors, logos, fonts etc.
        "brandBarElements": [
            "",
            "<a target=\"_blank\" href=\"http://geoportale.regione.emilia-romagna.it\"><img src=\"images/320px-Logo_orizzontale_Regione_Emilia-Romagna.jpg\" height=\"52\" title=\"Logo Regione Emilia-Romagna\" /></a>",
            ""
        ],
        // Shown when things go wrong.
        "supportEmail": "infogeoportale@regione.emilia-romagna.it",
        // You probably shouldn't change this.
        "proj4ServiceBaseUrl": "proj4def/",
        // Or this
        "feedbackUrl": "",

        // Default mobile viewer mode when loading the map for the first time on mobile platforms.
        // Options are: "3DTerrain", "3DSmooth", "2D"
        "mobileDefaultViewerMode": "2D",
        // Enable experimental features, since its nice to have the bleeding edge.
        // Disable it if things go wrong with the experimental features or your users aren't robust to features which might change or disapear completly.
        "experimentalFeatures": true
    }
}

