{
    "tilejson": "3.0.0",
    "name": "asit.fond_couleur",
    "description": "ASIT fond couleur",
    "attribution": "géodonnées © Etat de Vaud, © Etat de Fribourg, © Etat du Valais, © Etat de Genève, © Etat de Berne & © swisstopo",
    "scheme": "xyz",
    "tiles": [
        "https://vt.asit-asso.ch/tiles/asit/v0.1/3857/{z}/{x}/{y}.mvt"
    ],
    "minzoom": 0,
    "maxzoom": 16,
    "bounds": [ 5.96, 45.82, 10.49, 47.81 ],

    "vector_layers": [
        {
            "id": "landcover",
            "fields": {
                "class": "Type of object. One of: blockfield, cliff, glacier, open_wood, scree, scrub, snowfield, wetland, wood, wooded_area"
            }
        },
        {
            "id": "landuse",
            "fields": {
                "class": "Type of object. One of: campsite, caravan_site, cemetery, education, education, garden, golf, healthcare, horse_racing, leisure_park, orchard, park, pitch, pitch_area, plant_nursery, quarry, residential, swimming_pool_area, vineyard, zoo",
                "name": "Object name"
            }
        },
        {
            "id": "waterway",
            "fields": {
                "class": "Type of object. One of: river, penstock, lake_axis",
                "bridge": "Whether the stream is on a bridge or a waterfall or not. One of: yes, no",
                "name": "River name",
                "rank": "Ranking (ascending) based on features length. The longer features, the lower value for rank (more important)"
            }
        },
        {
            "id": "water",
            "fields": {
                "name": "Lake name",
                "rank": "Ranking (ascending) based on features area. The bigger features, the lower value for rank (more important)"
            }
        },
        {
            "id": "water_pnt",
            "fields": {
                "name": "Lake name",
                "rank": "Ranking (ascending) based on lake area. The bigger lakes, the lower value for rank (more important)"
            }
        },
        {
            "id": "airport",
            "fields": {}
        },
        {
            "id": "street",
            "fields": {
                "class": "Type of object. One of:  1m_path, 1m_path_fragment, 2m_path, 2m_path_fragment, 3m_street, 4m_street, 6m_street, 8m_street, 10m_street, ferry, motorway, motorway_link, rest_stop, semi_motorway, service_link, trunk_link",
                "zorder": "Indicates object vertical order",
                "name": "Street name, languages separated by / if multilingual"
            }
        },
        {
            "id": "railway",
            "fields": {
                "zorder": "Indicates object vertical order",
                "name": "Railway name"
            }
        },
        {
            "id": "parking",
            "fields": {}
        },
        {
            "id": "building",
            "fields": {
                "underground": "Whether the building is underground or not. One of: yes, no"
            }
        },
        {
            "id": "railway_platform",
            "fields": {}
        },
        {
            "id": "boundary",
            "fields": {
                "class": "Type of object. One of: country, canton",
                "name": "Default name",
                "name_fr": "Name in french",
                "name_de": "Name in german"
            }
        },
        {
            "id": "address",
            "fields": {
                "housenumber": "Building entrance number",
                "orientation": "Building entrance number rotation. Given in degree (CW from horizontal, east being 0 degree)"
            }
        },
        {
            "id": "place",
            "fields": {
                "class": "Type of object. One of: location, suburb, quarter, neighbourhood, locality",
                "name": "Default name",
                "name_fr": "Name in french",
                "name_de": "Name in german",
                "population": "Population separated in category. One of: >100_000, 50_000-100_000, 10_000-49_999, 2000-9999, 1000-1999, 100-999, 50-99, 20-49, <20",
                "rank": "Ranking (ascending) based on population. The more populate places, the lower value for rank (more important)"
            }
        }
    ]
}
