Retrieves a ConfTableGeo resource.GET

Retrieves a ConfTableGeo resource.
Documentation détaillée de cet endpoint (paramètres, exemples)

URLs

GET /api/v1/conf_table_geos/{confTableGeo}
GET /api/v2/conf_table_geos/{confTableGeo}

Paramètres

NomDansTypeRequisDescription
confTableGeopathstringouiConfTableGeo identifier

Exemple — Geojson de la table geo carthage_sousbv_selec

Geometries pour Leaflet avec style configuré

GET /api/v2/conf_table_geos/carthage_sousbv_selec/geoms
{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {
                "id_objetgeo": "5",
                "objetgeo": "Bassin de la Sanguèze",
                "geo_table_label": "Sous-bassins de la Sèvre Nantaise"
            },
            "geometry": {
                "type": "MultiPolygon",
                "crs": {
                    "type": "name",
                    "properties": {
                        "name": "EPSG:4326"
                    }
                },
                "coordinates": [
                    [
                        [
                            [
                                -1.073859876,
                                47.132076911
                            ],
                            [
                                -1.074523489,
                                47.131891248
                            ],
                            [
                                -1.075525794,
                                47.131589982
                            ],
                            [
                                -1.076227871,
                                47.131371411
                            ],
                            [
                                -1.076961293,
                                47.131043545
                            ],
                            [
                                -1.077645487,
                                47.130
  … (réponse tronquée)

Exemple — Geojson de la table geo carthage_cours_eau

Geometries pour Leaflet avec style configuré

GET /api/v2/conf_table_geos/carthage_cours_eau/geoms
{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {
                "id_objetgeo": "M7415300",
                "objetgeo": "la Lignée",
                "geo_table_label": "Cours d'eau, BD Carthage"
            },
            "geometry": {
                "type": "MultiLineString",
                "crs": {
                    "type": "name",
                    "properties": {
                        "name": "EPSG:4326"
                    }
                },
                "coordinates": [
                    [
                        [
                            -1.096893672,
                            46.936101593
                        ],
                        [
                            -1.097868651,
                            46.93594069
                        ],
                        [
                            -1.099092709,
                            46.93554101
                        ],
                        [
                            -1.099806092,
                            46.935384894
                        ],
                        [
                            -1.100264562,
                            46.935373079
                        ],
                        [
                            -1.101537397,
                            46.935737979
                        ],
                        [
                            -1.102393094,
                        
  … (réponse tronquée)