Retrieves the collection of ConfTableGeoLinkConfMap resources.GET

Retrieves the collection of ConfTableGeoLinkConfMap resources.
Documentation détaillée de cet endpoint (paramètres, exemples)

URLs

GET /api/v1/conf_table_geo_link_conf_maps
GET /api/v2/conf_table_geo_link_conf_maps

Paramètres

NomDansTypeRequisDescription
id_cartequerystringouiIdentifiant unique

Exemple — Couches de fond de la carte id_carte=1

Couches géo attachées à la carte : ordre d'affichage (layerOrder), visibilité et style Leaflet (layerOptions.style).

GET /api/v2/conf_table_geo_link_conf_maps.json?id_carte=1
[
    {
        "confMapId": 1,
        "confTableGeo": "carthage_sousbv_selec",
        "layerOrder": 2,
        "visible": 1,
        "layerOptions": {
            "style": {
                "fill": false,
                "color": "#000000",
                "weight": 1
            }
        },
        "createdAt": "2022-11-14T17:08:26+00:00",
        "updatedAt": null
    },
    {
        "confMapId": 1,
        "confTableGeo": "carthage_cours_eau",
        "layerOrder": 1,
        "visible": 1,
        "layerOptions": {
            "style": {
                "color": "#5CAEFF",
                "weight": 1
            }
        },
        "createdAt": "2022-11-14T17:08:26+00:00",
        "updatedAt": null
    }
]