{
  "APP": {
    "name": "Milano Bike",
    "id": "it.webmapp.milanobike",
    "customerName": "Milano Bike"
  },
  "LANGUAGES": {
    "default": "it"
  },
  "MAP": {
    "maxZoom": 19,
    "minZoom": 10,
    "defZoom": 11,
    "center": [
      9.2,
      45.45
    ],
    "bbox": [
      8.9,
      45.2,
      9.5,
      45.7
    ],
    "layers": [
      {
        "label": "Scala di grigi",
        "type": "maptile",
        "tilesUrl": "https://b.tile.openstreetmap.org/",
        "default": false,
        "maxNativeZoom": 17,
        "grayscale": 0.01
      }
    ],
    "overlays": [
      {
        "id": "bikemi",
        "type": "geojson",
        "geojsonUrl": "bikemi.geojson",
        "name": "Stazioni bikeMi",
        "color": "#f00",
        "icon": "wm-icon-touring-bike",
        "createTaxonomy": "webmapp_category"
      },
      {
        "id": "corsie_ciclabili",
        "type": "geojson",
        "geojsonUrl": "corsie_ciclabili.geojson",
        "name": "Corsie ciclabili",
        "color": "#0f0",
        "icon": "wm-icon-generic",
        "createTaxonomy": "activity"
      },
      {
        "id": "parcheggi_interscambio",
        "type": "geojson",
        "geojsonUrl": "parcheggi_interscambio.geojson",
        "name": "Parcheggi interscambio",
        "color": "#00f",
        "icon": "wm-icon-generic",
        "createTaxonomy": "wm-icon-touring-bike"
      },
      {
        "id": "pedo_ciclo",
        "type": "geojson",
        "geojsonUrl": "pedo_ciclo.geojson",
        "name": "Percorsi promiscui pedonali e ciclabili",
        "color": "#ff0",
        "icon": "wm-icon-generic",
        "createTaxonomy": "activity"
      },
      {
        "id": "veico_cicla",
        "type": "geojson",
        "geojsonUrl": "veico_cicla.geojson",
        "name": "Percorsi promiscui veicolari e ciclabili",
        "color": "#f0f",
        "icon": "wm-icon-generic",
        "createTaxonomy": "activity"
      },
      {
        "id": "veico_pedo_ciclo",
        "type": "geojson",
        "geojsonUrl": "veico_pedo_ciclo.geojson",
        "name": "Percorsi promiscui veicolari, pedonali e ciclabili",
        "color": "#0ff",
        "icon": "wm-icon-generic",
        "createTaxonomy": "activity"
      }
    ]
  },
  "THEME": {
    "primary": "#014d38",
    "tertiary": "#00ffff",
    "dark": "#484848",
    "fontFamilyHeader": "Merriweather",
    "fontFamilyContent": "Montserrat"
  },
  "OPTIONS": {
    "baseUrl": "https://k.webmapp.it/milanobike/",
    "startUrl": "/main/map",
    "poiMinRadius": 0.2,
    "poiMaxRadius": 1
  },
  "SHARE": {
    "deeplinksHost": "api.webmapp.it"
  },
  "OFFLINE": {
    "enable": true
  }
}
