Plots


Jump to API response

This endpoint handles manipulation of Plotly plot files.

Reference

Authorization


Any user with or without a Plotly account may view public plots. For private plots, see authentication.

Actions


list

Listing all public plots can be done via a GET request to this endpoint. By default, plots will be listed in order of date created. The order_by query parameter is accepted at this endpoint. Currently, only ordering by views is supported. It is possible to filter the plots by quality with min_quality or max_quality as query parameter.

Example:

// GET https://api.plotly.com/v2/plots/ ---> 200

// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200

// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200

// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200

feed

Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.

Example:

// GET https://api.plotly.com/v2/plots/feed ---> 200

create

You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.

Example:

// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}

// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
    "figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}

// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
    "figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}

When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:

  • source_fid: the fid of a plot that was copied (and presumably edited) to produce this one

detail

There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.

This information can only be reached with a GET to this endpoint.

Example:

// GET https://api.plotly.com/v2/plots/iheartgraphs:90

content

The contents of a plot can be downloaded via the content resource. The plot content contains referenced grid/column data by default. If you wish to return the raw grid/column data, the inline_data=true query must be included in the request url. The Content-Type header will be appropriately set for the response body.

Alternatively, you can set ?map_data=unreadable to append a mapping of sources to data that belongs to grids which are unreadable for the requestor. This is useful when you have read access to another users plot, but that plot contains grid references which you don't have access to.

Examples:

// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK

// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK

// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK

GET /v2/plots?cursor=cD0yMDI0LTA0LTA3KzE2JTNBMDMlM0ExMC40MDk1MTMlMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTA3KzE0JTNBMDclM0ExOC4xMDQ2NDQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wNysxNSUzQTU5JTNBNDkuMDIxMzY2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-07T15:59:49.021366Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Esanta/91.embed",
            "fid": "Esanta:91",
            "filename": "plot from API (46)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Esanta/91/9_STLIPTYA2PJEULV1G64GAOMV5C6DK3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Esanta/91/2_Q3JTXKACG0Y7C4KM2YRGFM9ZJ3XOIO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/91/8_CIU9WIQPI8FUYUN524OD0GEQ0S0KB2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/91/9_STLIPTYA2PJEULV1G64GAOMV5C6DK3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Esanta:91",
                "plots": "https://api.plotly.com/v2/plots/Esanta:91",
                "parent": "https://api.plotly.com/v2/folders/home?user=Esanta"
            },
            "owner": "Esanta",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Systolic vs Diastolic",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~Esanta/91/systolic-vs-diastolic/",
            "world_readable": true,
            "date_modified": "2024-06-19T07:12:26.910Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Esanta/91/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "blue"
                        },
                        "mode": "lines markers",
                        "name": "Systolic",
                        "type": "scatter",
                        "xsrc": "Esanta:92:066420",
                        "ysrc": "Esanta:92:008f3a",
                        "textsrc": "Esanta:92:e27d1e"
                    },
                    {
                        "line": {
                            "color": "green"
                        },
                        "mode": "lines markers",
                        "name": "Diastolic",
                        "type": "scatter",
                        "xsrc": "Esanta:92:066420",
                        "ysrc": "Esanta:92:041114",
                        "textsrc": "Esanta:92:e27d1e"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Esanta",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-27 19:43:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Esanta",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T15:42:25.850467Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Esanta/85.embed",
            "fid": "Esanta:85",
            "filename": "plot from API (43)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Esanta/85/9_TWAWSG81TRIBU5I1IXLUKR2SHQE59A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Esanta/85/2_ZC6YUALQI78S36M928PGBCVMXPH4IA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/85/8_D7KXZLGH8XDV5BXEIGDLYKAQB0YRX3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/85/9_TWAWSG81TRIBU5I1IXLUKR2SHQE59A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Esanta:85",
                "plots": "https://api.plotly.com/v2/plots/Esanta:85",
                "parent": "https://api.plotly.com/v2/folders/home?user=Esanta"
            },
            "owner": "Esanta",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Systolic vs Diastolic",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Esanta/85/systolic-vs-diastolic/",
            "world_readable": true,
            "date_modified": "2024-06-19T07:03:10.270Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Esanta/85/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "blue"
                        },
                        "mode": "lines markers",
                        "name": "Systolic",
                        "type": "scatter",
                        "xsrc": "Esanta:86:17e0a9",
                        "ysrc": "Esanta:86:4f752d",
                        "textsrc": "Esanta:86:23fea4"
                    },
                    {
                        "line": {
                            "color": "green"
                        },
                        "mode": "lines markers",
                        "name": "Diastolic",
                        "type": "scatter",
                        "xsrc": "Esanta:86:17e0a9",
                        "ysrc": "Esanta:86:71cf6f",
                        "textsrc": "Esanta:86:23fea4"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Esanta",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-27 19:43:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Esanta",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T15:35:04.465994Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Hugolf/11.embed",
            "fid": "Hugolf:11",
            "filename": "Airbnb renta - plot copy",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Hugolf:11/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Hugolf:11/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Hugolf:11/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Hugolf:11/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Hugolf:11",
                "plots": "https://api.plotly.com/v2/plots/Hugolf:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=Hugolf"
            },
            "owner": "Hugolf",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 14,
            "web_url": "https://chart-studio.plotly.com/~Hugolf/11/",
            "world_readable": true,
            "date_modified": "2024-04-07T15:35:04.850Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Hugolf/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "z": "S",
                                "text": "Hover",
                                "locations": "code_insee"
                            }
                        },
                        "mode": "markers",
                        "type": "choroplethmapbox",
                        "zmax": 0.6,
                        "zmin": 0,
                        "zsrc": "Hugolf:10:1ff43c",
                        "zauto": false,
                        "marker": {
                            "line": {
                                "width": 1
                            },
                            "opacity": 0.54
                        },
                        "geojson": {
                            "type": "FeatureCollection",
                            "features": [
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.347669785146077,
                                                    48.27948764910984
                                                ],
                                                [
                                                    7.340876109923221,
                                                    48.2769117199368
                                                ],
                                                [
                                                    7.333705008299096,
                                                    48.27233944565466
                                                ],
                                                [
                                                    7.331723519692429,
                                                    48.26989231294027
                                                ],
                                                [
                                                    7.328137968880365,
                                                    48.26100535729329
                                                ],
                                                [
                                                    7.326722619875604,
                                                    48.255982295405865
                                                ],
                                                [
                                                    7.328421038681317,
                                                    48.25269798571024
                                                ],
                                                [
                                                    7.334082434700364,
                                                    48.254243543214066
                                                ],
                                                [
                                                    7.344178590934331,
                                                    48.253792755608785
                                                ],
                                                [
                                                    7.34974563035306,
                                                    48.252633587480915
                                                ],
                                                [
                                                    7.367767741013693,
                                                    48.24741733090551
                                                ],
                                                [
                                                    7.37748647084639,
                                                    48.24323144599933
                                                ],
                                                [
                                                    7.380788951857501,
                                                    48.243102649540674
                                                ],
                                                [
                                                    7.392772240097815,
                                                    48.24393982652191
                                                ],
                                                [
                                                    7.395980364508609,
                                                    48.24316704777
                                                ],
                                                [
                                                    7.397961853115276,
                                                    48.240977507972914
                                                ],
                                                [
                                                    7.402019186928926,
                                                    48.23479527795762
                                                ],
                                                [
                                                    7.405982164142258,
                                                    48.23370050805909
                                                ],
                                                [
                                                    7.4153234675736845,
                                                    48.24084871151427
                                                ],
                                                [
                                                    7.422966352199398,
                                                    48.246129366318996
                                                ],
                                                [
                                                    7.420607437191463,
                                                    48.24793251674012
                                                ],
                                                [
                                                    7.419758227788605,
                                                    48.25037964945451
                                                ],
                                                [
                                                    7.42221149939686,
                                                    48.25900901218419
                                                ],
                                                [
                                                    7.417021886379399,
                                                    48.26010378208272
                                                ],
                                                [
                                                    7.408435435750511,
                                                    48.26061896791733
                                                ],
                                                [
                                                    7.3973013569130535,
                                                    48.25971739270677
                                                ],
                                                [
                                                    7.391828674094641,
                                                    48.26010378208272
                                                ],
                                                [
                                                    7.389847185487976,
                                                    48.26403207407161
                                                ],
                                                [
                                                    7.39003589868861,
                                                    48.266479206785995
                                                ],
                                                [
                                                    7.3853180686727375,
                                                    48.269312728876336
                                                ],
                                                [
                                                    7.375033199238136,
                                                    48.27407819784646
                                                ],
                                                [
                                                    7.3689000202175015,
                                                    48.27871487035793
                                                ],
                                                [
                                                    7.362578127996234,
                                                    48.27974524202715
                                                ],
                                                [
                                                    7.3511609793578225,
                                                    48.278908065045904
                                                ],
                                                [
                                                    7.347669785146077,
                                                    48.27948764910984
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "67",
                                        "reg": "44",
                                        "codgeo": "67239",
                                        "libgeo": "Kintzheim",
                                        "xcl2154": 1026016,
                                        "ycl2154": 6803993
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.331723519692429,
                                                    48.26989231294027
                                                ],
                                                [
                                                    7.320117657853383,
                                                    48.261198551981266
                                                ],
                                                [
                                                    7.314456261834336,
                                                    48.26364568469565
                                                ],
                                                [
                                                    7.315022401436241,
                                                    48.26023257854138
                                                ],
                                                [
                                                    7.313795765632114,
                                                    48.25701266707508
                                                ],
                                                [
                                                    7.310115858219734,
                                                    48.253792755608785
                                                ],
                                                [
                                                    7.32096686725624,
                                                    48.24754612736417
                                                ],
                                                [
                                                    7.328609751881953,
                                                    48.24542098579641
                                                ],
                                                [
                                                    7.348235924747981,
                                                    48.24741733090551
                                                ],
                                                [
                                                    7.353897320767028,
                                                    48.2486408972627
                                                ],
                                                [
                                                    7.357294158378456,
                                                    48.246902145070905
                                                ],
                                                [
                                                    7.358520794182582,
                                                    48.24484140173247
                                                ],
                                                [
                                                    7.362200701594964,
                                                    48.24336024245798
                                                ],
                                                [
                                                    7.375127555838454,
                                                    48.24014033099168
                                                ],
                                                [
                                                    7.390318968489562,
                                                    48.23550365848021
                                                ],
                                                [
                                                    7.403811962334957,
                                                    48.23035180013414
                                                ],
                                                [
                                                    7.40702008674575,
                                                    48.22584392408132
                                                ],
                                                [
                                                    7.409850784755274,
                                                    48.22404077366019
                                                ],
                                                [
                                                    7.41437990157051,
                                                    48.22500674710008
                                                ],
                                                [
                                                    7.415229110973368,
                                                    48.226165915227945
                                                ],
                                                [
                                                    7.411737916761623,
                                                    48.22893503908897
                                                ],
                                                [
                                                    7.40702008674575,
                                                    48.23028740190481
                                                ],
                                                [
                                                    7.405982164142258,
                                                    48.23370050805909
                                                ],
                                                [
                                                    7.402019186928926,
                                                    48.23479527795762
                                                ],
                                                [
                                                    7.397961853115276,
                                                    48.240977507972914
                                                ],
                                                [
                                                    7.395980364508609,
                                                    48.24316704777
                                                ],
                                                [
                                                    7.392772240097815,
                                                    48.24393982652191
                                                ],
                                                [
                                                    7.380788951857501,
                                                    48.243102649540674
                                                ],
                                                [
                                                    7.37748647084639,
                                                    48.24323144599933
                                                ],
                                                [
                                                    7.367767741013693,
                                                    48.24741733090551
                                                ],
                                                [
                                                    7.34974563035306,
                                                    48.252633587480915
                                                ],
                                                [
                                                    7.344178590934331,
                                                    48.253792755608785
                                                ],
                                                [
                                                    7.334082434700364,
                                                    48.254243543214066
                                                ],
                                                [
                                                    7.328421038681317,
                                                    48.25269798571024
                                                ],
                                                [
                                                    7.326722619875604,
                                                    48.255982295405865
                                                ],
                                                [
                                                    7.328137968880365,
                                                    48.26100535729329
                                                ],
                                                [
                                                    7.331723519692429,
                                                    48.26989231294027
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "67",
                                        "reg": "44",
                                        "codgeo": "67362",
                                        "libgeo": "Orschwiller",
                                        "xcl2154": 1024949,
                                        "ycl2154": 6802484
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.302001190592434,
                                                    48.11559415547528
                                                ],
                                                [
                                                    7.3211555804568755,
                                                    48.116173739539214
                                                ],
                                                [
                                                    7.329364604684492,
                                                    48.11417739443011
                                                ],
                                                [
                                                    7.331817876292747,
                                                    48.12100360673866
                                                ],
                                                [
                                                    7.3269113330762385,
                                                    48.12364393414102
                                                ],
                                                [
                                                    7.3129465562292575,
                                                    48.126155465084736
                                                ],
                                                [
                                                    7.304926245202274,
                                                    48.12866699602845
                                                ],
                                                [
                                                    7.296434151173703,
                                                    48.130019358844294
                                                ],
                                                [
                                                    7.286998491141959,
                                                    48.13059894290823
                                                ],
                                                [
                                                    7.283696010130849,
                                                    48.132595288017335
                                                ],
                                                [
                                                    7.275015202901645,
                                                    48.13433404020913
                                                ],
                                                [
                                                    7.269353806882598,
                                                    48.134978022502395
                                                ],
                                                [
                                                    7.2644472636660895,
                                                    48.13059894290823
                                                ],
                                                [
                                                    7.255105960234663,
                                                    48.13014815530295
                                                ],
                                                [
                                                    7.252275262225139,
                                                    48.130470146449575
                                                ],
                                                [
                                                    7.241612966389268,
                                                    48.12995496061497
                                                ],
                                                [
                                                    7.232271662957841,
                                                    48.13059894290823
                                                ],
                                                [
                                                    7.223024716126731,
                                                    48.1320157039534
                                                ],
                                                [
                                                    7.219344808714351,
                                                    48.13195130572407
                                                ],
                                                [
                                                    7.210664001485147,
                                                    48.13034134999092
                                                ],
                                                [
                                                    7.201888837655624,
                                                    48.12506069518619
                                                ],
                                                [
                                                    7.209626078881654,
                                                    48.119007261629555
                                                ],
                                                [
                                                    7.217268963507368,
                                                    48.11501457141134
                                                ],
                                                [
                                                    7.219250452114033,
                                                    48.11443498734741
                                                ],
                                                [
                                                    7.2202883747175255,
                                                    48.11179465994505
                                                ],
                                                [
                                                    7.2203827313178435,
                                                    48.10760877503886
                                                ],
                                                [
                                                    7.219344808714351,
                                                    48.104002474196605
                                                ],
                                                [
                                                    7.218967382313081,
                                                    48.098464226474576
                                                ],
                                                [
                                                    7.225477987734984,
                                                    48.09859302293323
                                                ],
                                                [
                                                    7.231233740354349,
                                                    48.09981658929042
                                                ],
                                                [
                                                    7.240197617384507,
                                                    48.10438886357257
                                                ],
                                                [
                                                    7.251426052822283,
                                                    48.10838155379077
                                                ],
                                                [
                                                    7.258880224247361,
                                                    48.11153706702775
                                                ],
                                                [
                                                    7.264730333467042,
                                                    48.111343872339766
                                                ],
                                                [
                                                    7.279072536715295,
                                                    48.11237424400898
                                                ],
                                                [
                                                    7.284073436532119,
                                                    48.11024910244122
                                                ],
                                                [
                                                    7.287092847742277,
                                                    48.11050669535853
                                                ],
                                                [
                                                    7.295679298371165,
                                                    48.11288942984359
                                                ],
                                                [
                                                    7.302001190592434,
                                                    48.11559415547528
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68005",
                                        "libgeo": "Ammerschwihr",
                                        "xcl2154": 1018410,
                                        "ycl2154": 6789226
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.41513475437305,
                                                    48.082751058519044
                                                ],
                                                [
                                                    7.414002475169242,
                                                    48.07425049224801
                                                ],
                                                [
                                                    7.410888707358766,
                                                    48.06549233305969
                                                ],
                                                [
                                                    7.41069999415813,
                                                    48.05918130658574
                                                ],
                                                [
                                                    7.412492769564161,
                                                    48.05834412960451
                                                ],
                                                [
                                                    7.413436335567336,
                                                    48.05332106771708
                                                ],
                                                [
                                                    7.420418723990827,
                                                    48.05190430667191
                                                ],
                                                [
                                                    7.43400607443654,
                                                    48.051775510213254
                                                ],
                                                [
                                                    7.442781238266062,
                                                    48.05209750135989
                                                ],
                                                [
                                                    7.4557080925095525,
                                                    48.05113152792
                                                ],
                                                [
                                                    7.461086418727647,
                                                    48.05022995270943
                                                ],
                                                [
                                                    7.468823659953677,
                                                    48.04379012977684
                                                ],
                                                [
                                                    7.464388899738757,
                                                    48.06021167825496
                                                ],
                                                [
                                                    7.460520279125741,
                                                    48.06394677555586
                                                ],
                                                [
                                                    7.45910493012098,
                                                    48.06645830649958
                                                ],
                                                [
                                                    7.457123441514313,
                                                    48.0665227047289
                                                ],
                                                [
                                                    7.457217798114631,
                                                    48.069807014424526
                                                ],
                                                [
                                                    7.456085518910823,
                                                    48.07309132412015
                                                ],
                                                [
                                                    7.447404711681616,
                                                    48.07663322673308
                                                ],
                                                [
                                                    7.44249816846511,
                                                    48.080625916951284
                                                ],
                                                [
                                                    7.440044896856857,
                                                    48.08371703195893
                                                ],
                                                [
                                                    7.432779438632413,
                                                    48.08519819123343
                                                ],
                                                [
                                                    7.433911717836222,
                                                    48.081849483308474
                                                ],
                                                [
                                                    7.431269733027334,
                                                    48.08088350986859
                                                ],
                                                [
                                                    7.41513475437305,
                                                    48.082751058519044
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68007",
                                        "libgeo": "Andolsheim",
                                        "xcl2154": 1028880,
                                        "ycl2154": 6782982
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.334554217701952,
                                                    48.14824405774354
                                                ],
                                                [
                                                    7.33795105531338,
                                                    48.14747127899163
                                                ],
                                                [
                                                    7.344461660735283,
                                                    48.14805086305556
                                                ],
                                                [
                                                    7.354274747168298,
                                                    48.147664473679605
                                                ],
                                                [
                                                    7.357860297980362,
                                                    48.15809698683041
                                                ],
                                                [
                                                    7.356822375376869,
                                                    48.1608017124621
                                                ],
                                                [
                                                    7.358049011180996,
                                                    48.1657603761202
                                                ],
                                                [
                                                    7.360219212988297,
                                                    48.16943107519178
                                                ],
                                                [
                                                    7.3586151507829,
                                                    48.170075057485036
                                                ],
                                                [
                                                    7.35493524337052,
                                                    48.17471172999651
                                                ],
                                                [
                                                    7.351915832160363,
                                                    48.17612849104168
                                                ],
                                                [
                                                    7.344084234334013,
                                                    48.16691954424807
                                                ],
                                                [
                                                    7.3411591797241735,
                                                    48.16524519028559
                                                ],
                                                [
                                                    7.329553317885128,
                                                    48.16543838497357
                                                ],
                                                [
                                                    7.322193503060366,
                                                    48.16492319913896
                                                ],
                                                [
                                                    7.318419239047668,
                                                    48.1637640310111
                                                ],
                                                [
                                                    7.318985378649573,
                                                    48.156937818702545
                                                ],
                                                [
                                                    7.32096686725624,
                                                    48.15468388067613
                                                ],
                                                [
                                                    7.324835487869255,
                                                    48.152880730255006
                                                ],
                                                [
                                                    7.336252636507665,
                                                    48.15043359754062
                                                ],
                                                [
                                                    7.334554217701952,
                                                    48.14824405774354
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68023",
                                        "libgeo": "Beblenheim",
                                        "xcl2154": 1021484,
                                        "ycl2154": 6793059
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.334554217701952,
                                                    48.14824405774354
                                                ],
                                                [
                                                    7.331251736690841,
                                                    48.14805086305556
                                                ],
                                                [
                                                    7.327571829278461,
                                                    48.14933882764208
                                                ],
                                                [
                                                    7.320495084254653,
                                                    48.14875924357815
                                                ],
                                                [
                                                    7.308606152614655,
                                                    48.14470215513061
                                                ],
                                                [
                                                    7.304360105600369,
                                                    48.1436717834614
                                                ],
                                                [
                                                    7.306719020608306,
                                                    48.14199742949892
                                                ],
                                                [
                                                    7.313795765632114,
                                                    48.13884191626195
                                                ],
                                                [
                                                    7.319740231452113,
                                                    48.13729635875813
                                                ],
                                                [
                                                    7.328609751881953,
                                                    48.13684557115285
                                                ],
                                                [
                                                    7.33757362891211,
                                                    48.13446283666779
                                                ],
                                                [
                                                    7.343706807932745,
                                                    48.129246580092385
                                                ],
                                                [
                                                    7.3488020643498855,
                                                    48.12621986331406
                                                ],
                                                [
                                                    7.348518994548933,
                                                    48.124931898727546
                                                ],
                                                [
                                                    7.356067522574329,
                                                    48.125189491644846
                                                ],
                                                [
                                                    7.360124856387979,
                                                    48.12750782790058
                                                ],
                                                [
                                                    7.367767741013693,
                                                    48.13040574822025
                                                ],
                                                [
                                                    7.362578127996234,
                                                    48.132402093329354
                                                ],
                                                [
                                                    7.3586151507829,
                                                    48.13472042958509
                                                ],
                                                [
                                                    7.360785352590201,
                                                    48.141675438352294
                                                ],
                                                [
                                                    7.360030499787663,
                                                    48.14650530555174
                                                ],
                                                [
                                                    7.354274747168298,
                                                    48.147664473679605
                                                ],
                                                [
                                                    7.344461660735283,
                                                    48.14805086305556
                                                ],
                                                [
                                                    7.33795105531338,
                                                    48.14747127899163
                                                ],
                                                [
                                                    7.334554217701952,
                                                    48.14824405774354
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68026",
                                        "libgeo": "Bennwihr",
                                        "xcl2154": 1021473,
                                        "ycl2154": 6791541
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.30247297359402,
                                                    48.24400422475124
                                                ],
                                                [
                                                    7.3028503999952905,
                                                    48.238530375258534
                                                ],
                                                [
                                                    7.304360105600369,
                                                    48.235632454938866
                                                ],
                                                [
                                                    7.31021021482005,
                                                    48.22796906564908
                                                ],
                                                [
                                                    7.2986987095813225,
                                                    48.22049887104726
                                                ],
                                                [
                                                    7.296622864374339,
                                                    48.22004808344198
                                                ],
                                                [
                                                    7.295868011571799,
                                                    48.21502502155456
                                                ],
                                                [
                                                    7.300585841587671,
                                                    48.2131574729041
                                                ],
                                                [
                                                    7.305869811205448,
                                                    48.21219149946421
                                                ],
                                                [
                                                    7.3088892224156075,
                                                    48.21322187113343
                                                ],
                                                [
                                                    7.316815176842272,
                                                    48.21399464988534
                                                ],
                                                [
                                                    7.327949255679731,
                                                    48.21174071185894
                                                ],
                                                [
                                                    7.333421938498142,
                                                    48.20684644643016
                                                ],
                                                [
                                                    7.336441349708301,
                                                    48.20304695089993
                                                ],
                                                [
                                                    7.339649474119095,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.3471980021444905,
                                                    48.19667152619666
                                                ],
                                                [
                                                    7.352010188760679,
                                                    48.19519036692216
                                                ],
                                                [
                                                    7.359464360185757,
                                                    48.19209925191451
                                                ],
                                                [
                                                    7.367673384413375,
                                                    48.190553694410696
                                                ],
                                                [
                                                    7.372296857828931,
                                                    48.190553694410696
                                                ],
                                                [
                                                    7.375504982239723,
                                                    48.19267883597845
                                                ],
                                                [
                                                    7.382109944261944,
                                                    48.20092180933217
                                                ],
                                                [
                                                    7.388526193083531,
                                                    48.20575167653162
                                                ],
                                                [
                                                    7.3954142249067045,
                                                    48.20671764997151
                                                ],
                                                [
                                                    7.400698194524481,
                                                    48.20665325174218
                                                ],
                                                [
                                                    7.403717605734639,
                                                    48.203240145587905
                                                ],
                                                [
                                                    7.409095931952733,
                                                    48.20208097746004
                                                ],
                                                [
                                                    7.415983963775907,
                                                    48.202531765065324
                                                ],
                                                [
                                                    7.429193887820349,
                                                    48.20240296860667
                                                ],
                                                [
                                                    7.430703593425428,
                                                    48.203755331422514
                                                ],
                                                [
                                                    7.430892306626064,
                                                    48.2114187207123
                                                ],
                                                [
                                                    7.427589825614953,
                                                    48.2131574729041
                                                ],
                                                [
                                                    7.420230010790193,
                                                    48.21592659676512
                                                ],
                                                [
                                                    7.405699094341306,
                                                    48.21908211000209
                                                ],
                                                [
                                                    7.4031514661327344,
                                                    48.21573340207714
                                                ],
                                                [
                                                    7.3930553098987675,
                                                    48.21792294187422
                                                ],
                                                [
                                                    7.38597856487496,
                                                    48.21863132239681
                                                ],
                                                [
                                                    7.382770440464166,
                                                    48.21953289760737
                                                ],
                                                [
                                                    7.381732517860676,
                                                    48.214896225095906
                                                ],
                                                [
                                                    7.37786389724766,
                                                    48.21386585342669
                                                ],
                                                [
                                                    7.371825074827343,
                                                    48.21354386228006
                                                ],
                                                [
                                                    7.3667298184102,
                                                    48.21225589769354
                                                ],
                                                [
                                                    7.354652173569568,
                                                    48.21418784457332
                                                ],
                                                [
                                                    7.351538405759093,
                                                    48.215862198535795
                                                ],
                                                [
                                                    7.349556917152426,
                                                    48.21895331354344
                                                ],
                                                [
                                                    7.347764141746395,
                                                    48.219661694066026
                                                ],
                                                [
                                                    7.342574528728934,
                                                    48.22127164979918
                                                ],
                                                [
                                                    7.335403427104809,
                                                    48.222366419697714
                                                ],
                                                [
                                                    7.330874310289572,
                                                    48.22410517188952
                                                ],
                                                [
                                                    7.325873410472748,
                                                    48.22751827804379
                                                ],
                                                [
                                                    7.319362805050843,
                                                    48.230931384198065
                                                ],
                                                [
                                                    7.320023301253065,
                                                    48.23595444608549
                                                ],
                                                [
                                                    7.323703208665445,
                                                    48.2382083841119
                                                ],
                                                [
                                                    7.322570929461636,
                                                    48.23988273807438
                                                ],
                                                [
                                                    7.317570029644812,
                                                    48.242136676100785
                                                ],
                                                [
                                                    7.310021501619416,
                                                    48.24084871151427
                                                ],
                                                [
                                                    7.30247297359402,
                                                    48.24400422475124
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68028",
                                        "libgeo": "Bergheim",
                                        "xcl2154": 1023887,
                                        "ycl2154": 6798441
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.045823020730569,
                                                    47.80596746887608
                                                ],
                                                [
                                                    7.050918277147711,
                                                    47.807641822838555
                                                ],
                                                [
                                                    7.052711052553742,
                                                    47.811183725451485
                                                ],
                                                [
                                                    7.056390959966122,
                                                    47.812407291808675
                                                ],
                                                [
                                                    7.060070867378502,
                                                    47.816979566090815
                                                ],
                                                [
                                                    7.064033844591836,
                                                    47.81678637140284
                                                ],
                                                [
                                                    7.070544450013739,
                                                    47.81453243337643
                                                ],
                                                [
                                                    7.074979210228659,
                                                    47.81491882275239
                                                ],
                                                [
                                                    7.079980110045484,
                                                    47.81736595546678
                                                ],
                                                [
                                                    7.087151211669609,
                                                    47.821680636831616
                                                ],
                                                [
                                                    7.094227956693419,
                                                    47.82754087570027
                                                ],
                                                [
                                                    7.098757073508655,
                                                    47.828828840286796
                                                ],
                                                [
                                                    7.102059554519767,
                                                    47.830760787166575
                                                ],
                                                [
                                                    7.103003120522941,
                                                    47.834882273843434
                                                ],
                                                [
                                                    7.105739461932147,
                                                    47.83681422072321
                                                ],
                                                [
                                                    7.113854129559447,
                                                    47.83900376052029
                                                ],
                                                [
                                                    7.116779184169288,
                                                    47.8459587692875
                                                ],
                                                [
                                                    7.116496114368336,
                                                    47.84814830908458
                                                ],
                                                [
                                                    7.110929074949605,
                                                    47.848921087836494
                                                ],
                                                [
                                                    7.10451282612802,
                                                    47.84827710554323
                                                ],
                                                [
                                                    7.102436980921035,
                                                    47.846023167516826
                                                ],
                                                [
                                                    7.097719150905163,
                                                    47.84370483126109
                                                ],
                                                [
                                                    7.082055955252467,
                                                    47.837458203016475
                                                ],
                                                [
                                                    7.0757340630312,
                                                    47.83617023842995
                                                ],
                                                [
                                                    7.06827989160612,
                                                    47.835590654366015
                                                ],
                                                [
                                                    7.059032944775011,
                                                    47.832821530505
                                                ],
                                                [
                                                    7.045256881128664,
                                                    47.8310827783132
                                                ],
                                                [
                                                    7.0410108341143784,
                                                    47.82940842435073
                                                ],
                                                [
                                                    7.038085779504539,
                                                    47.82663930048971
                                                ],
                                                [
                                                    7.025630708262635,
                                                    47.82451415892196
                                                ],
                                                [
                                                    7.025630708262635,
                                                    47.822646610271505
                                                ],
                                                [
                                                    7.027800910069936,
                                                    47.81961989349318
                                                ],
                                                [
                                                    7.030820321280095,
                                                    47.8191691058879
                                                ],
                                                [
                                                    7.033934089090571,
                                                    47.8156916015043
                                                ],
                                                [
                                                    7.0331792362880305,
                                                    47.811698911286086
                                                ],
                                                [
                                                    7.038180136104855,
                                                    47.80828580513182
                                                ],
                                                [
                                                    7.045823020730569,
                                                    47.80596746887608
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68040",
                                        "libgeo": "Bitschwiller-lès-Thann",
                                        "xcl2154": 1005135,
                                        "ycl2154": 6755512
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.0833769476569115,
                                                    48.177480853857524
                                                ],
                                                [
                                                    7.081301102449928,
                                                    48.175806499895046
                                                ],
                                                [
                                                    7.083188234456277,
                                                    48.17252219019942
                                                ],
                                                [
                                                    7.0775268384372305,
                                                    48.17091223446628
                                                ],
                                                [
                                                    7.078847830841675,
                                                    48.16794991591728
                                                ],
                                                [
                                                    7.0776211950375485,
                                                    48.16357083632312
                                                ],
                                                [
                                                    7.071204946215961,
                                                    48.156744624014564
                                                ],
                                                [
                                                    7.068940387808342,
                                                    48.151463969209836
                                                ],
                                                [
                                                    7.066109689798819,
                                                    48.14747127899163
                                                ],
                                                [
                                                    7.0593160145759635,
                                                    48.1424482171042
                                                ],
                                                [
                                                    7.057995022171519,
                                                    48.137811544592736
                                                ],
                                                [
                                                    7.06129750318263,
                                                    48.13633038531824
                                                ],
                                                [
                                                    7.071016233015327,
                                                    48.12963296946834
                                                ],
                                                [
                                                    7.084037443859134,
                                                    48.12918218186306
                                                ],
                                                [
                                                    7.084037443859134,
                                                    48.13278848270531
                                                ],
                                                [
                                                    7.088660917274688,
                                                    48.13633038531824
                                                ],
                                                [
                                                    7.094322313293735,
                                                    48.139292703867234
                                                ],
                                                [
                                                    7.099040143309607,
                                                    48.14012988084847
                                                ],
                                                [
                                                    7.104607182728338,
                                                    48.1421906241869
                                                ],
                                                [
                                                    7.107437880737861,
                                                    48.1488880400368
                                                ],
                                                [
                                                    7.114797695562621,
                                                    48.15416869484153
                                                ],
                                                [
                                                    7.117345323771192,
                                                    48.15391110192422
                                                ],
                                                [
                                                    7.124422068795,
                                                    48.16035092485682
                                                ],
                                                [
                                                    7.1276301932057935,
                                                    48.16479440268031
                                                ],
                                                [
                                                    7.1299891082137306,
                                                    48.17110542915425
                                                ],
                                                [
                                                    7.131121387417539,
                                                    48.18185993345169
                                                ],
                                                [
                                                    7.13697149663722,
                                                    48.191133278474624
                                                ],
                                                [
                                                    7.140273977648332,
                                                    48.19409559702362
                                                ],
                                                [
                                                    7.134329511828333,
                                                    48.19480397754621
                                                ],
                                                [
                                                    7.1277245498061115,
                                                    48.1925500395198
                                                ],
                                                [
                                                    7.122346223588017,
                                                    48.19222804837317
                                                ],
                                                [
                                                    7.114137199360399,
                                                    48.1925500395198
                                                ],
                                                [
                                                    7.106116888333417,
                                                    48.19441758817025
                                                ],
                                                [
                                                    7.099889352712466,
                                                    48.189201331594845
                                                ],
                                                [
                                                    7.085358436263578,
                                                    48.18256831397427
                                                ],
                                                [
                                                    7.0833769476569115,
                                                    48.177480853857524
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68044",
                                        "libgeo": "Le Bonhomme",
                                        "xcl2154": 1005834,
                                        "ycl2154": 6793698
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.118571959575319,
                                                    47.98918043130843
                                                ],
                                                [
                                                    7.121308300984524,
                                                    47.9903395994363
                                                ],
                                                [
                                                    7.123384146191509,
                                                    47.995684652470345
                                                ],
                                                [
                                                    7.123950285793414,
                                                    48.00218887363227
                                                ],
                                                [
                                                    7.123667215992461,
                                                    48.00553758155722
                                                ],
                                                [
                                                    7.119609882178811,
                                                    48.014810926580154
                                                ],
                                                [
                                                    7.116024331366748,
                                                    48.019511997320954
                                                ],
                                                [
                                                    7.108758873142304,
                                                    48.02775497067468
                                                ],
                                                [
                                                    7.099606282911512,
                                                    48.03483877590053
                                                ],
                                                [
                                                    7.09677558490199,
                                                    48.03966864309998
                                                ],
                                                [
                                                    7.089510126677546,
                                                    48.03805868736683
                                                ],
                                                [
                                                    7.08828349087342,
                                                    48.03561155465244
                                                ],
                                                [
                                                    7.091491615284212,
                                                    48.03181205912221
                                                ],
                                                [
                                                    7.094039243492783,
                                                    48.026209413170854
                                                ],
                                                [
                                                    7.096492515101036,
                                                    48.018610422110385
                                                ],
                                                [
                                                    7.087245568269927,
                                                    48.008306705418235
                                                ],
                                                [
                                                    7.086868141868657,
                                                    48.00025692675249
                                                ],
                                                [
                                                    7.091114188882943,
                                                    47.99626423653428
                                                ],
                                                [
                                                    7.099511926311195,
                                                    47.99574905069967
                                                ],
                                                [
                                                    7.118571959575319,
                                                    47.98918043130843
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68051",
                                        "libgeo": "Breitenbach-Haut-Rhin",
                                        "xcl2154": 1005648,
                                        "ycl2154": 6777154
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.205946171469274,
                                                    47.932960777106864
                                                ],
                                                [
                                                    7.20094527165245,
                                                    47.937146662013056
                                                ],
                                                [
                                                    7.192830604025148,
                                                    47.94255611327643
                                                ],
                                                [
                                                    7.188018417408959,
                                                    47.94101055577261
                                                ],
                                                [
                                                    7.187640991007689,
                                                    47.939336201810136
                                                ],
                                                [
                                                    7.184904649598484,
                                                    47.93682467086642
                                                ],
                                                [
                                                    7.177922261174992,
                                                    47.93444193638136
                                                ],
                                                [
                                                    7.172260865155946,
                                                    47.93618068857317
                                                ],
                                                [
                                                    7.170373733149597,
                                                    47.93592309565586
                                                ],
                                                [
                                                    7.155748460100393,
                                                    47.930062856787195
                                                ],
                                                [
                                                    7.162730848523883,
                                                    47.92703614000888
                                                ],
                                                [
                                                    7.1642405541289635,
                                                    47.924524609065166
                                                ],
                                                [
                                                    7.1619759957213445,
                                                    47.92233506926809
                                                ],
                                                [
                                                    7.153955684694361,
                                                    47.920016733012346
                                                ],
                                                [
                                                    7.151502413086107,
                                                    47.91750520206864
                                                ],
                                                [
                                                    7.14952092447944,
                                                    47.91029260038413
                                                ],
                                                [
                                                    7.156880739304202,
                                                    47.91009940569615
                                                ],
                                                [
                                                    7.169901950148009,
                                                    47.910678989760086
                                                ],
                                                [
                                                    7.177356121573088,
                                                    47.909777414549524
                                                ],
                                                [
                                                    7.190849115418483,
                                                    47.920016733012346
                                                ],
                                                [
                                                    7.197454077440704,
                                                    47.919308352489765
                                                ],
                                                [
                                                    7.199718635848321,
                                                    47.91769839675661
                                                ],
                                                [
                                                    7.204530822464512,
                                                    47.91969474186572
                                                ],
                                                [
                                                    7.208116373276575,
                                                    47.92542618427573
                                                ],
                                                [
                                                    7.210664001485147,
                                                    47.92735813115551
                                                ],
                                                [
                                                    7.205474388467686,
                                                    47.926005768339664
                                                ],
                                                [
                                                    7.201700124454988,
                                                    47.927422529384835
                                                ],
                                                [
                                                    7.201228341453402,
                                                    47.930964431997765
                                                ],
                                                [
                                                    7.205946171469274,
                                                    47.932960777106864
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68058",
                                        "libgeo": "Buhl",
                                        "xcl2154": 1012511,
                                        "ycl2154": 6766920
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.329364604684492,
                                                    48.11417739443011
                                                ],
                                                [
                                                    7.328987178283223,
                                                    48.09981658929042
                                                ],
                                                [
                                                    7.327666185878779,
                                                    48.09537311146693
                                                ],
                                                [
                                                    7.327288759477509,
                                                    48.0886112973877
                                                ],
                                                [
                                                    7.32502420106989,
                                                    48.087967315094446
                                                ],
                                                [
                                                    7.3246467746686195,
                                                    48.08468300539882
                                                ],
                                                [
                                                    7.322382216261002,
                                                    48.07689081965038
                                                ],
                                                [
                                                    7.317381316444178,
                                                    48.075345262146556
                                                ],
                                                [
                                                    7.315494184437829,
                                                    48.07051539494711
                                                ],
                                                [
                                                    7.322570929461636,
                                                    48.067231085251485
                                                ],
                                                [
                                                    7.3261564802737,
                                                    48.06433316493182
                                                ],
                                                [
                                                    7.3228539992625885,
                                                    48.06001848356698
                                                ],
                                                [
                                                    7.334837287502904,
                                                    48.055124218138204
                                                ],
                                                [
                                                    7.341725319326078,
                                                    48.05422264292764
                                                ],
                                                [
                                                    7.3510666227575046,
                                                    48.05377185532236
                                                ],
                                                [
                                                    7.352859398163537,
                                                    48.05229069604786
                                                ],
                                                [
                                                    7.35455781696925,
                                                    48.046044067803244
                                                ],
                                                [
                                                    7.352765041563219,
                                                    48.043081749254256
                                                ],
                                                [
                                                    7.3611627789914715,
                                                    48.0412142006038
                                                ],
                                                [
                                                    7.36569189580671,
                                                    48.041278598833124
                                                ],
                                                [
                                                    7.373240423832105,
                                                    48.04250216519032
                                                ],
                                                [
                                                    7.37748647084639,
                                                    48.04398332446482
                                                ],
                                                [
                                                    7.383430936666389,
                                                    48.0432105457129
                                                ],
                                                [
                                                    7.390507681690198,
                                                    48.04662365186718
                                                ],
                                                [
                                                    7.394187589102578,
                                                    48.049779165104155
                                                ],
                                                [
                                                    7.401075620925751,
                                                    48.05106712969067
                                                ],
                                                [
                                                    7.402490969930512,
                                                    48.052419492506516
                                                ],
                                                [
                                                    7.402490969930512,
                                                    48.05563940397281
                                                ],
                                                [
                                                    7.399943341721941,
                                                    48.05834412960451
                                                ],
                                                [
                                                    7.397584426714006,
                                                    48.05840852783383
                                                ],
                                                [
                                                    7.393904519301626,
                                                    48.066007518894295
                                                ],
                                                [
                                                    7.388903619484801,
                                                    48.06761747462744
                                                ],
                                                [
                                                    7.3867334176775,
                                                    48.0734777134961
                                                ],
                                                [
                                                    7.38560113847369,
                                                    48.08210707622578
                                                ],
                                                [
                                                    7.386072921475278,
                                                    48.085391385921405
                                                ],
                                                [
                                                    7.388054410081943,
                                                    48.08770972217714
                                                ],
                                                [
                                                    7.392866596698133,
                                                    48.08925527968096
                                                ],
                                                [
                                                    7.394753728704482,
                                                    48.09453593448569
                                                ],
                                                [
                                                    7.395886007908291,
                                                    48.10194173085818
                                                ],
                                                [
                                                    7.397867496514958,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.400698194524481,
                                                    48.11527216432865
                                                ],
                                                [
                                                    7.405982164142258,
                                                    48.12422351820496
                                                ],
                                                [
                                                    7.4096620715546395,
                                                    48.125704677479455
                                                ],
                                                [
                                                    7.414191188369876,
                                                    48.13253088978801
                                                ],
                                                [
                                                    7.423532491801303,
                                                    48.131693712806765
                                                ],
                                                [
                                                    7.42626883321051,
                                                    48.1337544561452
                                                ],
                                                [
                                                    7.429760027422254,
                                                    48.138326730427345
                                                ],
                                                [
                                                    7.434949640439714,
                                                    48.143092199397465
                                                ],
                                                [
                                                    7.437497268648285,
                                                    48.14231942064555
                                                ],
                                                [
                                                    7.441271532660983,
                                                    48.13942150032588
                                                ],
                                                [
                                                    7.448536990885427,
                                                    48.135493208337
                                                ],
                                                [
                                                    7.456746015113043,
                                                    48.13336806676924
                                                ],
                                                [
                                                    7.460803348926695,
                                                    48.13536441187835
                                                ],
                                                [
                                                    7.4637284035365346,
                                                    48.140001084389816
                                                ],
                                                [
                                                    7.46721959774828,
                                                    48.14277020825083
                                                ],
                                                [
                                                    7.468351876952091,
                                                    48.14734248253298
                                                ],
                                                [
                                                    7.46721959774828,
                                                    48.1523655444204
                                                ],
                                                [
                                                    7.4637284035365346,
                                                    48.15700221693187
                                                ],
                                                [
                                                    7.463634046936218,
                                                    48.15841897797704
                                                ],
                                                [
                                                    7.4539153171035215,
                                                    48.16041532308615
                                                ],
                                                [
                                                    7.4497636266895535,
                                                    48.16305565048851
                                                ],
                                                [
                                                    7.45023540969114,
                                                    48.16711273893605
                                                ],
                                                [
                                                    7.4455175796752675,
                                                    48.176965668022916
                                                ],
                                                [
                                                    7.442686881665744,
                                                    48.1811515529291
                                                ],
                                                [
                                                    7.436836772446063,
                                                    48.18231072105697
                                                ],
                                                [
                                                    7.430986663226382,
                                                    48.18192433168102
                                                ],
                                                [
                                                    7.428155965216859,
                                                    48.177480853857524
                                                ],
                                                [
                                                    7.429760027422254,
                                                    48.17361696009797
                                                ],
                                                [
                                                    7.426457546411144,
                                                    48.17181380967684
                                                ],
                                                [
                                                    7.4131532657663834,
                                                    48.17490492468448
                                                ],
                                                [
                                                    7.407586226347655,
                                                    48.17548450874842
                                                ],
                                                [
                                                    7.397395713513371,
                                                    48.17664367687629
                                                ],
                                                [
                                                    7.3931496664990854,
                                                    48.176708075105616
                                                ],
                                                [
                                                    7.390130255288928,
                                                    48.17374575655662
                                                ],
                                                [
                                                    7.38928104588607,
                                                    48.17026825217302
                                                ],
                                                [
                                                    7.386544704476864,
                                                    48.16737033185335
                                                ],
                                                [
                                                    7.385695495074008,
                                                    48.16492319913896
                                                ],
                                                [
                                                    7.389469759086706,
                                                    48.1608017124621
                                                ],
                                                [
                                                    7.397395713513371,
                                                    48.16041532308615
                                                ],
                                                [
                                                    7.402396613330196,
                                                    48.16118810183806
                                                ],
                                                [
                                                    7.401641760527656,
                                                    48.1573242080785
                                                ],
                                                [
                                                    7.39928284551972,
                                                    48.15416869484153
                                                ],
                                                [
                                                    7.392960953298451,
                                                    48.152429942649725
                                                ],
                                                [
                                                    7.390979464691784,
                                                    48.153589110777595
                                                ],
                                                [
                                                    7.387488270480039,
                                                    48.14734248253298
                                                ],
                                                [
                                                    7.385034998871785,
                                                    48.13993668616049
                                                ],
                                                [
                                                    7.388526193083531,
                                                    48.13993668616049
                                                ],
                                                [
                                                    7.392772240097815,
                                                    48.13826233219802
                                                ],
                                                [
                                                    7.392960953298451,
                                                    48.13587959771296
                                                ],
                                                [
                                                    7.389941542088292,
                                                    48.13336806676924
                                                ],
                                                [
                                                    7.388054410081943,
                                                    48.12454550935159
                                                ],
                                                [
                                                    7.381072021658453,
                                                    48.11952244746416
                                                ],
                                                [
                                                    7.377014687844803,
                                                    48.11578735016326
                                                ],
                                                [
                                                    7.369843586220676,
                                                    48.11501457141134
                                                ],
                                                [
                                                    7.364182190201629,
                                                    48.11668892537382
                                                ],
                                                [
                                                    7.359275646985123,
                                                    48.11720411120843
                                                ],
                                                [
                                                    7.350028700154014,
                                                    48.11726850943776
                                                ],
                                                [
                                                    7.348518994548933,
                                                    48.121389996114615
                                                ],
                                                [
                                                    7.348518994548933,
                                                    48.124931898727546
                                                ],
                                                [
                                                    7.3488020643498855,
                                                    48.12621986331406
                                                ],
                                                [
                                                    7.340404326921633,
                                                    48.12370833237035
                                                ],
                                                [
                                                    7.336158279907349,
                                                    48.121583190802596
                                                ],
                                                [
                                                    7.331817876292747,
                                                    48.12100360673866
                                                ],
                                                [
                                                    7.329364604684492,
                                                    48.11417739443011
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68066",
                                        "libgeo": "Colmar",
                                        "xcl2154": 1024376,
                                        "ycl2154": 6784394
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.254822890433711,
                                                    48.04153619175043
                                                ],
                                                [
                                                    7.254256750831806,
                                                    48.04044142185189
                                                ],
                                                [
                                                    7.246613866206093,
                                                    48.03657752809233
                                                ],
                                                [
                                                    7.242462175792125,
                                                    48.03612674048705
                                                ],
                                                [
                                                    7.241235539987998,
                                                    48.033357616626034
                                                ],
                                                [
                                                    7.243971881397203,
                                                    48.03020210338906
                                                ],
                                                [
                                                    7.24897278121403,
                                                    48.027432979528044
                                                ],
                                                [
                                                    7.254256750831806,
                                                    48.02814136005063
                                                ],
                                                [
                                                    7.263975480664503,
                                                    48.02653140431748
                                                ],
                                                [
                                                    7.273882923697834,
                                                    48.02601621848287
                                                ],
                                                [
                                                    7.288885623148308,
                                                    48.02659580254681
                                                ],
                                                [
                                                    7.295207515369577,
                                                    48.028592147655914
                                                ],
                                                [
                                                    7.302001190592434,
                                                    48.03187645735154
                                                ],
                                                [
                                                    7.308606152614655,
                                                    48.0325204396448
                                                ],
                                                [
                                                    7.32134429365751,
                                                    48.029300528178496
                                                ],
                                                [
                                                    7.327383116077827,
                                                    48.02878534234389
                                                ],
                                                [
                                                    7.335403427104809,
                                                    48.027432979528044
                                                ],
                                                [
                                                    7.347764141746395,
                                                    48.02440626274972
                                                ],
                                                [
                                                    7.347858498346711,
                                                    48.02794816536265
                                                ],
                                                [
                                                    7.350406126555282,
                                                    48.03561155465244
                                                ],
                                                [
                                                    7.351632762359409,
                                                    48.0377366962202
                                                ],
                                                [
                                                    7.349934343553696,
                                                    48.03992623601728
                                                ],
                                                [
                                                    7.346254436141316,
                                                    48.04037702362256
                                                ],
                                                [
                                                    7.340781753322903,
                                                    48.0461728642619
                                                ],
                                                [
                                                    7.335026000703539,
                                                    48.04520689082201
                                                ],
                                                [
                                                    7.326439550074652,
                                                    48.04540008550999
                                                ],
                                                [
                                                    7.321533006858144,
                                                    48.04823360760033
                                                ],
                                                [
                                                    7.315588541038145,
                                                    48.05010115625078
                                                ],
                                                [
                                                    7.3069077338089405,
                                                    48.05145351906663
                                                ],
                                                [
                                                    7.303133469796243,
                                                    48.050745138544045
                                                ],
                                                [
                                                    7.296811577574974,
                                                    48.04849120051763
                                                ],
                                                [
                                                    7.28624363833942,
                                                    48.04694564301381
                                                ],
                                                [
                                                    7.278978180114977,
                                                    48.045078094363355
                                                ],
                                                [
                                                    7.267183605075297,
                                                    48.044305315611446
                                                ],
                                                [
                                                    7.254822890433711,
                                                    48.04153619175043
                                                ]
                                            ],
                                            [
                                                [
                                                    7.2846395761340235,
                                                    48.03490317412985
                                                ],
                                                [
                                                    7.2846395761340235,
                                                    48.03271363433277
                                                ],
                                                [
                                                    7.276053125505135,
                                                    48.02717538661074
                                                ],
                                                [
                                                    7.275581342503549,
                                                    48.031425669746255
                                                ],
                                                [
                                                    7.269731233283866,
                                                    48.03786549267885
                                                ],
                                                [
                                                    7.269165093681962,
                                                    48.04018382893459
                                                ],
                                                [
                                                    7.27737411790958,
                                                    48.04198697935571
                                                ],
                                                [
                                                    7.279638676317199,
                                                    48.04353253685953
                                                ],
                                                [
                                                    7.2845452195337055,
                                                    48.043661333318184
                                                ],
                                                [
                                                    7.28511135913561,
                                                    48.040055032475934
                                                ],
                                                [
                                                    7.2846395761340235,
                                                    48.03490317412985
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68078",
                                        "libgeo": "Eguisheim",
                                        "xcl2154": 1020991,
                                        "ycl2154": 6780054
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.133763372226428,
                                                    48.02872094411457
                                                ],
                                                [
                                                    7.134801294829919,
                                                    48.018996811486346
                                                ],
                                                [
                                                    7.1358392174334115,
                                                    48.0141669442869
                                                ],
                                                [
                                                    7.136027930634046,
                                                    48.007855917812954
                                                ],
                                                [
                                                    7.138292489041665,
                                                    48.00553758155722
                                                ],
                                                [
                                                    7.1460297302676965,
                                                    48.007855917812954
                                                ],
                                                [
                                                    7.153295188492138,
                                                    48.0092082806288
                                                ],
                                                [
                                                    7.15990015051436,
                                                    48.014231342516226
                                                ],
                                                [
                                                    7.15659766950325,
                                                    48.022152324723315
                                                ],
                                                [
                                                    7.156314599702298,
                                                    48.025694227336245
                                                ],
                                                [
                                                    7.158296088308963,
                                                    48.02962251932513
                                                ],
                                                [
                                                    7.152634692289918,
                                                    48.032198448498164
                                                ],
                                                [
                                                    7.151502413086107,
                                                    48.03677072278031
                                                ],
                                                [
                                                    7.142915962457219,
                                                    48.036448731633676
                                                ],
                                                [
                                                    7.139802194646744,
                                                    48.03580474934042
                                                ],
                                                [
                                                    7.138292489041665,
                                                    48.02988011224243
                                                ],
                                                [
                                                    7.136782783436586,
                                                    48.028334554738606
                                                ],
                                                [
                                                    7.133763372226428,
                                                    48.02872094411457
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68083",
                                        "libgeo": "Eschbach-au-Val",
                                        "xcl2154": 1008875,
                                        "ycl2154": 6778139
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.948163939402012,
                                                    47.91795598967392
                                                ],
                                                [
                                                    6.9466542337969335,
                                                    47.91937275071909
                                                ],
                                                [
                                                    6.94306868298487,
                                                    47.925297387817075
                                                ],
                                                [
                                                    6.939294418972172,
                                                    47.926263361256964
                                                ],
                                                [
                                                    6.9389169925709036,
                                                    47.93115762668574
                                                ],
                                                [
                                                    6.9406154113766165,
                                                    47.93630948503181
                                                ],
                                                [
                                                    6.945521954593123,
                                                    47.94120375046059
                                                ],
                                                [
                                                    6.952881769417885,
                                                    47.945067644220146
                                                ],
                                                [
                                                    6.953636622220425,
                                                    47.94712838755858
                                                ],
                                                [
                                                    6.951655133613758,
                                                    47.95002630787825
                                                ],
                                                [
                                                    6.948163939402012,
                                                    47.95234464413398
                                                ],
                                                [
                                                    6.935897581360744,
                                                    47.954340989243086
                                                ],
                                                [
                                                    6.929858758940427,
                                                    47.95659492726949
                                                ],
                                                [
                                                    6.9265562779293175,
                                                    47.95588654674691
                                                ],
                                                [
                                                    6.923631223319476,
                                                    47.95228024590465
                                                ],
                                                [
                                                    6.919385176305192,
                                                    47.94429486546824
                                                ],
                                                [
                                                    6.9224989441156675,
                                                    47.94004458233272
                                                ],
                                                [
                                                    6.925423998725509,
                                                    47.933862352317426
                                                ],
                                                [
                                                    6.925707068526461,
                                                    47.930964431997765
                                                ],
                                                [
                                                    6.924103006321064,
                                                    47.927422529384835
                                                ],
                                                [
                                                    6.914761702889636,
                                                    47.92085390999359
                                                ],
                                                [
                                                    6.9123084312813825,
                                                    47.9184067772792
                                                ],
                                                [
                                                    6.920894881910271,
                                                    47.917376405609986
                                                ],
                                                [
                                                    6.927028060930904,
                                                    47.91557325518886
                                                ],
                                                [
                                                    6.928726479736619,
                                                    47.90990621100817
                                                ],
                                                [
                                                    6.926273208128365,
                                                    47.906428706624574
                                                ],
                                                [
                                                    6.921649734712811,
                                                    47.90488314912075
                                                ],
                                                [
                                                    6.916743191496303,
                                                    47.90217842348906
                                                ],
                                                [
                                                    6.9182528971013815,
                                                    47.89844332618815
                                                ],
                                                [
                                                    6.922970727117254,
                                                    47.89612498993242
                                                ],
                                                [
                                                    6.93976620197376,
                                                    47.89277628200747
                                                ],
                                                [
                                                    6.949956714808043,
                                                    47.892067901484886
                                                ],
                                                [
                                                    6.9547689014242335,
                                                    47.89077993689836
                                                ],
                                                [
                                                    6.957788312634391,
                                                    47.88910558293589
                                                ],
                                                [
                                                    6.965053770858835,
                                                    47.888075211266674
                                                ],
                                                [
                                                    6.974300717689945,
                                                    47.89007155637578
                                                ],
                                                [
                                                    6.978263694903277,
                                                    47.89174591033825
                                                ],
                                                [
                                                    6.984396873923912,
                                                    47.89193910502623
                                                ],
                                                [
                                                    6.992794611352164,
                                                    47.88698044136813
                                                ],
                                                [
                                                    6.995719665962006,
                                                    47.88575687501094
                                                ],
                                                [
                                                    6.999399573374386,
                                                    47.88768882189072
                                                ],
                                                [
                                                    6.999871356375972,
                                                    47.89000715814645
                                                ],
                                                [
                                                    7.002513341184861,
                                                    47.892583087319494
                                                ],
                                                [
                                                    7.005627108995337,
                                                    47.894257441281965
                                                ],
                                                [
                                                    7.003928690189622,
                                                    47.90172763588377
                                                ],
                                                [
                                                    7.004683542992162,
                                                    47.90488314912075
                                                ],
                                                [
                                                    7.005910178796289,
                                                    47.9166680250874
                                                ],
                                                [
                                                    7.0090239466067645,
                                                    47.92304344979067
                                                ],
                                                [
                                                    7.014024846423589,
                                                    47.926263361256964
                                                ],
                                                [
                                                    7.0191201028407315,
                                                    47.92677854709157
                                                ],
                                                [
                                                    7.027046057267397,
                                                    47.92458900729449
                                                ],
                                                [
                                                    7.031858243883586,
                                                    47.92207747635078
                                                ],
                                                [
                                                    7.037613996502951,
                                                    47.922657060414714
                                                ],
                                                [
                                                    7.042709252920093,
                                                    47.9352791133626
                                                ],
                                                [
                                                    7.040444694512474,
                                                    47.94004458233272
                                                ],
                                                [
                                                    7.038651919106443,
                                                    47.94165453806587
                                                ],
                                                [
                                                    7.0331792362880305,
                                                    47.941976529212496
                                                ],
                                                [
                                                    7.034028445690887,
                                                    47.94055976816733
                                                ],
                                                [
                                                    7.032141313684538,
                                                    47.93212360012563
                                                ],
                                                [
                                                    7.032896166487078,
                                                    47.92941887449394
                                                ],
                                                [
                                                    7.036670430499776,
                                                    47.92613456479832
                                                ],
                                                [
                                                    7.032990523087396,
                                                    47.92349423739595
                                                ],
                                                [
                                                    7.030348538278507,
                                                    47.92368743208393
                                                ],
                                                [
                                                    7.024875855460096,
                                                    47.92607016656899
                                                ],
                                                [
                                                    7.014496629425177,
                                                    47.931737210749674
                                                ],
                                                [
                                                    7.007042458000098,
                                                    47.92877489220068
                                                ],
                                                [
                                                    7.006193248597241,
                                                    47.92124029936954
                                                ],
                                                [
                                                    7.000060069576608,
                                                    47.90984181277885
                                                ],
                                                [
                                                    6.993549464154703,
                                                    47.90681509600053
                                                ],
                                                [
                                                    6.9867557889318475,
                                                    47.90262921109434
                                                ],
                                                [
                                                    6.980150826909626,
                                                    47.89928050316939
                                                ],
                                                [
                                                    6.9647707010578825,
                                                    47.90365958276355
                                                ],
                                                [
                                                    6.9547689014242335,
                                                    47.904947547350076
                                                ],
                                                [
                                                    6.952881769417885,
                                                    47.90604231724862
                                                ],
                                                [
                                                    6.946371163995981,
                                                    47.91235334372256
                                                ],
                                                [
                                                    6.943351752785822,
                                                    47.9166680250874
                                                ],
                                                [
                                                    6.948163939402012,
                                                    47.91795598967392
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68089",
                                        "libgeo": "Fellering",
                                        "xcl2154": 997770,
                                        "ycl2154": 6762598
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.189339409813404,
                                                    48.20987316320848
                                                ],
                                                [
                                                    7.180281176182928,
                                                    48.20929357914454
                                                ],
                                                [
                                                    7.177167408372452,
                                                    48.20781241987005
                                                ],
                                                [
                                                    7.1720721519553114,
                                                    48.20362653496386
                                                ],
                                                [
                                                    7.163863127727693,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.150841916883885,
                                                    48.19216365014384
                                                ],
                                                [
                                                    7.1499927074810286,
                                                    48.18952332274148
                                                ],
                                                [
                                                    7.1476337924730915,
                                                    48.18707619002709
                                                ],
                                                [
                                                    7.147445079272457,
                                                    48.18527303960597
                                                ],
                                                [
                                                    7.150558847082933,
                                                    48.18024997771854
                                                ],
                                                [
                                                    7.156692026103568,
                                                    48.178897614902695
                                                ],
                                                [
                                                    7.16471233713055,
                                                    48.18024997771854
                                                ],
                                                [
                                                    7.1677317483407075,
                                                    48.17960599542528
                                                ],
                                                [
                                                    7.171694725554041,
                                                    48.17464733176718
                                                ],
                                                [
                                                    7.178299687576263,
                                                    48.17026825217302
                                                ],
                                                [
                                                    7.180469889383564,
                                                    48.16556718143222
                                                ],
                                                [
                                                    7.178299687576263,
                                                    48.16241166819525
                                                ],
                                                [
                                                    7.178865827178167,
                                                    48.16041532308615
                                                ],
                                                [
                                                    7.182451377990231,
                                                    48.15829018151839
                                                ],
                                                [
                                                    7.194151596429593,
                                                    48.15783939391311
                                                ],
                                                [
                                                    7.203209830060067,
                                                    48.15629383640928
                                                ],
                                                [
                                                    7.20905993927975,
                                                    48.15442628775883
                                                ],
                                                [
                                                    7.210852714685781,
                                                    48.15532786296939
                                                ],
                                                [
                                                    7.21236242029086,
                                                    48.16131689829671
                                                ],
                                                [
                                                    7.21273984669213,
                                                    48.169624269879755
                                                ],
                                                [
                                                    7.214815691899113,
                                                    48.176321685729654
                                                ],
                                                [
                                                    7.218401242711177,
                                                    48.18095835824113
                                                ],
                                                [
                                                    7.215853614502605,
                                                    48.1826327122036
                                                ],
                                                [
                                                    7.215759257902287,
                                                    48.18714058825642
                                                ],
                                                [
                                                    7.21679718050578,
                                                    48.191068880245304
                                                ],
                                                [
                                                    7.215664901301971,
                                                    48.19312962358373
                                                ],
                                                [
                                                    7.207927660075939,
                                                    48.19737990671924
                                                ],
                                                [
                                                    7.208965582679432,
                                                    48.19860347307644
                                                ],
                                                [
                                                    7.207361520474035,
                                                    48.20169458808408
                                                ],
                                                [
                                                    7.204530822464512,
                                                    48.202982552670605
                                                ],
                                                [
                                                    7.194529022830863,
                                                    48.20427051725712
                                                ],
                                                [
                                                    7.193113673826102,
                                                    48.20485010132106
                                                ],
                                                [
                                                    7.189339409813404,
                                                    48.20987316320848
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68097",
                                        "libgeo": "Fréland",
                                        "xcl2154": 1011586,
                                        "ycl2154": 6793870
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.217835103109272,
                                                    48.02273190878725
                                                ],
                                                [
                                                    7.214155195696891,
                                                    48.02176593534736
                                                ],
                                                [
                                                    7.215476188101335,
                                                    48.01674287345993
                                                ],
                                                [
                                                    7.22085451431943,
                                                    48.01539051064409
                                                ],
                                                [
                                                    7.229063538547048,
                                                    48.014231342516226
                                                ],
                                                [
                                                    7.234724934566095,
                                                    48.01114022750858
                                                ],
                                                [
                                                    7.238687911779427,
                                                    48.007533926666326
                                                ],
                                                [
                                                    7.243405741795299,
                                                    48.00431401520002
                                                ],
                                                [
                                                    7.24633079640514,
                                                    48.0007721125871
                                                ],
                                                [
                                                    7.247840502010219,
                                                    47.99768099757945
                                                ],
                                                [
                                                    7.2504824868191085,
                                                    47.99562025424102
                                                ],
                                                [
                                                    7.254822890433711,
                                                    47.993752705590566
                                                ],
                                                [
                                                    7.259352007248947,
                                                    47.993301917985285
                                                ],
                                                [
                                                    7.268032814478153,
                                                    47.99536266132372
                                                ],
                                                [
                                                    7.275581342503549,
                                                    47.994911873718436
                                                ],
                                                [
                                                    7.285017002535294,
                                                    47.99594224538765
                                                ],
                                                [
                                                    7.29360345316418,
                                                    47.997616599350124
                                                ],
                                                [
                                                    7.298226926579736,
                                                    47.99793859049676
                                                ],
                                                [
                                                    7.299170492582911,
                                                    48.001416094880355
                                                ],
                                                [
                                                    7.293509096563864,
                                                    48.002124475402944
                                                ],
                                                [
                                                    7.28662106474069,
                                                    48.00837110364756
                                                ],
                                                [
                                                    7.2828468007279925,
                                                    48.01249259032442
                                                ],
                                                [
                                                    7.280016102718469,
                                                    48.01436013897487
                                                ],
                                                [
                                                    7.27699669150831,
                                                    48.01461773189218
                                                ],
                                                [
                                                    7.259918146850853,
                                                    48.01371615668162
                                                ],
                                                [
                                                    7.243405741795299,
                                                    48.016420882313305
                                                ],
                                                [
                                                    7.233970081763554,
                                                    48.01906120971567
                                                ],
                                                [
                                                    7.221043227520066,
                                                    48.020477970760844
                                                ],
                                                [
                                                    7.217835103109272,
                                                    48.02273190878725
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68111",
                                        "libgeo": "Gueberschwihr",
                                        "xcl2154": 1018705,
                                        "ycl2154": 6775692
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.185187719399436,
                                                    48.04160058997975
                                                ],
                                                [
                                                    7.183111874192451,
                                                    48.047460828848415
                                                ],
                                                [
                                                    7.180375532783246,
                                                    48.051002731461345
                                                ],
                                                [
                                                    7.176412555569914,
                                                    48.054158244698314
                                                ],
                                                [
                                                    7.17650691217023,
                                                    48.059116908356415
                                                ],
                                                [
                                                    7.180281176182928,
                                                    48.064590757849125
                                                ],
                                                [
                                                    7.176412555569914,
                                                    48.069356226819245
                                                ],
                                                [
                                                    7.170562446350231,
                                                    48.06967821796587
                                                ],
                                                [
                                                    7.16471233713055,
                                                    48.07264053651487
                                                ],
                                                [
                                                    7.162636491923567,
                                                    48.078243182466224
                                                ],
                                                [
                                                    7.162919561724519,
                                                    48.07978873997005
                                                ],
                                                [
                                                    7.157446878906106,
                                                    48.080110731116676
                                                ],
                                                [
                                                    7.149898350880711,
                                                    48.07933795236477
                                                ],
                                                [
                                                    7.146595869869601,
                                                    48.075345262146556
                                                ],
                                                [
                                                    7.1476337924730915,
                                                    48.068454651608675
                                                ],
                                                [
                                                    7.149332211278806,
                                                    48.06401117378519
                                                ],
                                                [
                                                    7.150747560283569,
                                                    48.062208023364065
                                                ],
                                                [
                                                    7.160466290116266,
                                                    48.05679857210068
                                                ],
                                                [
                                                    7.1661276861353125,
                                                    48.05061634208539
                                                ],
                                                [
                                                    7.166316399335947,
                                                    48.04153619175043
                                                ],
                                                [
                                                    7.175468989566739,
                                                    48.04256656341964
                                                ],
                                                [
                                                    7.185187719399436,
                                                    48.04160058997975
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68117",
                                        "libgeo": "Gunsbach",
                                        "xcl2154": 1010987,
                                        "ycl2154": 6780009
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.149898350880711,
                                                    48.07933795236477
                                                ],
                                                [
                                                    7.143387745458807,
                                                    48.07895156298881
                                                ],
                                                [
                                                    7.13329158922484,
                                                    48.07779239486094
                                                ],
                                                [
                                                    7.128385046008334,
                                                    48.077084014338354
                                                ],
                                                [
                                                    7.126780983802937,
                                                    48.0700002091125
                                                ],
                                                [
                                                    7.125365634798174,
                                                    48.06620071358227
                                                ],
                                                [
                                                    7.11668482756897,
                                                    48.06278760742799
                                                ],
                                                [
                                                    7.118477602975001,
                                                    48.048877589893586
                                                ],
                                                [
                                                    7.126120487600715,
                                                    48.04533568728066
                                                ],
                                                [
                                                    7.132536736422302,
                                                    48.04494929790471
                                                ],
                                                [
                                                    7.134895651430237,
                                                    48.05409384646899
                                                ],
                                                [
                                                    7.13697149663722,
                                                    48.05763574908192
                                                ],
                                                [
                                                    7.144991807664204,
                                                    48.06253001451069
                                                ],
                                                [
                                                    7.149332211278806,
                                                    48.06401117378519
                                                ],
                                                [
                                                    7.1476337924730915,
                                                    48.068454651608675
                                                ],
                                                [
                                                    7.146595869869601,
                                                    48.075345262146556
                                                ],
                                                [
                                                    7.149898350880711,
                                                    48.07933795236477
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68142",
                                        "libgeo": "Hohrod",
                                        "xcl2154": 1007188,
                                        "ycl2154": 6780668
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.424381701204161,
                                                    48.10393807596728
                                                ],
                                                [
                                                    7.4256083370082875,
                                                    48.103744881279304
                                                ],
                                                [
                                                    7.431175376427016,
                                                    48.11160146525707
                                                ],
                                                [
                                                    7.441932028863206,
                                                    48.12132559788529
                                                ],
                                                [
                                                    7.4457062928759035,
                                                    48.12151879257327
                                                ],
                                                [
                                                    7.450895905893362,
                                                    48.13156491634812
                                                ],
                                                [
                                                    7.456746015113043,
                                                    48.13336806676924
                                                ],
                                                [
                                                    7.448536990885427,
                                                    48.135493208337
                                                ],
                                                [
                                                    7.441271532660983,
                                                    48.13942150032588
                                                ],
                                                [
                                                    7.437497268648285,
                                                    48.14231942064555
                                                ],
                                                [
                                                    7.434949640439714,
                                                    48.143092199397465
                                                ],
                                                [
                                                    7.429760027422254,
                                                    48.138326730427345
                                                ],
                                                [
                                                    7.42626883321051,
                                                    48.1337544561452
                                                ],
                                                [
                                                    7.423532491801303,
                                                    48.131693712806765
                                                ],
                                                [
                                                    7.414191188369876,
                                                    48.13253088978801
                                                ],
                                                [
                                                    7.4096620715546395,
                                                    48.125704677479455
                                                ],
                                                [
                                                    7.405982164142258,
                                                    48.12422351820496
                                                ],
                                                [
                                                    7.400698194524481,
                                                    48.11527216432865
                                                ],
                                                [
                                                    7.397867496514958,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.412209699763209,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.413530692167654,
                                                    48.10007418220772
                                                ],
                                                [
                                                    7.417116242979717,
                                                    48.099430199914465
                                                ],
                                                [
                                                    7.418531591984478,
                                                    48.10213492554615
                                                ],
                                                [
                                                    7.42183407299559,
                                                    48.10393807596728
                                                ],
                                                [
                                                    7.424381701204161,
                                                    48.10393807596728
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68143",
                                        "libgeo": "Porte du Ried",
                                        "xcl2154": 1028737,
                                        "ycl2154": 6788468
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.41513475437305,
                                                    48.082751058519044
                                                ],
                                                [
                                                    7.418059808982892,
                                                    48.0886112973877
                                                ],
                                                [
                                                    7.423343778600668,
                                                    48.091573615936696
                                                ],
                                                [
                                                    7.426080120009874,
                                                    48.09376315573378
                                                ],
                                                [
                                                    7.418909018385748,
                                                    48.09917260699716
                                                ],
                                                [
                                                    7.417116242979717,
                                                    48.099430199914465
                                                ],
                                                [
                                                    7.413530692167654,
                                                    48.10007418220772
                                                ],
                                                [
                                                    7.412209699763209,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.397867496514958,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.395886007908291,
                                                    48.10194173085818
                                                ],
                                                [
                                                    7.394753728704482,
                                                    48.09453593448569
                                                ],
                                                [
                                                    7.392866596698133,
                                                    48.08925527968096
                                                ],
                                                [
                                                    7.388054410081943,
                                                    48.08770972217714
                                                ],
                                                [
                                                    7.386072921475278,
                                                    48.085391385921405
                                                ],
                                                [
                                                    7.38560113847369,
                                                    48.08210707622578
                                                ],
                                                [
                                                    7.3867334176775,
                                                    48.0734777134961
                                                ],
                                                [
                                                    7.388903619484801,
                                                    48.06761747462744
                                                ],
                                                [
                                                    7.393904519301626,
                                                    48.066007518894295
                                                ],
                                                [
                                                    7.397584426714006,
                                                    48.05840852783383
                                                ],
                                                [
                                                    7.399943341721941,
                                                    48.05834412960451
                                                ],
                                                [
                                                    7.41069999415813,
                                                    48.05918130658574
                                                ],
                                                [
                                                    7.410888707358766,
                                                    48.06549233305969
                                                ],
                                                [
                                                    7.414002475169242,
                                                    48.07425049224801
                                                ],
                                                [
                                                    7.41513475437305,
                                                    48.082751058519044
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68145",
                                        "libgeo": "Horbourg-Wihr",
                                        "xcl2154": 1026952,
                                        "ycl2154": 6784705
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.348518994548933,
                                                    48.124931898727546
                                                ],
                                                [
                                                    7.348518994548933,
                                                    48.121389996114615
                                                ],
                                                [
                                                    7.350028700154014,
                                                    48.11726850943776
                                                ],
                                                [
                                                    7.359275646985123,
                                                    48.11720411120843
                                                ],
                                                [
                                                    7.364182190201629,
                                                    48.11668892537382
                                                ],
                                                [
                                                    7.369843586220676,
                                                    48.11501457141134
                                                ],
                                                [
                                                    7.377014687844803,
                                                    48.11578735016326
                                                ],
                                                [
                                                    7.381072021658453,
                                                    48.11952244746416
                                                ],
                                                [
                                                    7.388054410081943,
                                                    48.12454550935159
                                                ],
                                                [
                                                    7.389941542088292,
                                                    48.13336806676924
                                                ],
                                                [
                                                    7.392960953298451,
                                                    48.13587959771296
                                                ],
                                                [
                                                    7.392772240097815,
                                                    48.13826233219802
                                                ],
                                                [
                                                    7.388526193083531,
                                                    48.13993668616049
                                                ],
                                                [
                                                    7.385034998871785,
                                                    48.13993668616049
                                                ],
                                                [
                                                    7.387488270480039,
                                                    48.14734248253298
                                                ],
                                                [
                                                    7.390979464691784,
                                                    48.153589110777595
                                                ],
                                                [
                                                    7.38635599127623,
                                                    48.15590744703333
                                                ],
                                                [
                                                    7.382204300862262,
                                                    48.15629383640928
                                                ],
                                                [
                                                    7.379373602852739,
                                                    48.15474827890546
                                                ],
                                                [
                                                    7.373617850233374,
                                                    48.144315765754655
                                                ],
                                                [
                                                    7.372485571029565,
                                                    48.13568640302498
                                                ],
                                                [
                                                    7.370692795623534,
                                                    48.132852880934635
                                                ],
                                                [
                                                    7.367767741013693,
                                                    48.13040574822025
                                                ],
                                                [
                                                    7.360124856387979,
                                                    48.12750782790058
                                                ],
                                                [
                                                    7.356067522574329,
                                                    48.125189491644846
                                                ],
                                                [
                                                    7.348518994548933,
                                                    48.124931898727546
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68146",
                                        "libgeo": "Houssen",
                                        "xcl2154": 1025607,
                                        "ycl2154": 6789674
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.27661926510704,
                                                    48.19377360587699
                                                ],
                                                [
                                                    7.273599853896882,
                                                    48.191970455455866
                                                ],
                                                [
                                                    7.2736942104972,
                                                    48.18778457054968
                                                ],
                                                [
                                                    7.277657187710532,
                                                    48.18514424314731
                                                ],
                                                [
                                                    7.286809777941325,
                                                    48.18372748210214
                                                ],
                                                [
                                                    7.2946413757676725,
                                                    48.1794128007373
                                                ],
                                                [
                                                    7.2986987095813225,
                                                    48.17471172999651
                                                ],
                                                [
                                                    7.30171812079148,
                                                    48.17207140259414
                                                ],
                                                [
                                                    7.306624664007988,
                                                    48.17162061498886
                                                ],
                                                [
                                                    7.309077935616242,
                                                    48.17258658842875
                                                ],
                                                [
                                                    7.309455362017512,
                                                    48.17484052645516
                                                ],
                                                [
                                                    7.324080635066715,
                                                    48.174389738849875
                                                ],
                                                [
                                                    7.325495984071478,
                                                    48.176708075105616
                                                ],
                                                [
                                                    7.32577905387243,
                                                    48.18192433168102
                                                ],
                                                [
                                                    7.323231425663859,
                                                    48.18765577409103
                                                ],
                                                [
                                                    7.3210612238565576,
                                                    48.18997411034676
                                                ],
                                                [
                                                    7.315399827837511,
                                                    48.19023170326406
                                                ],
                                                [
                                                    7.3088892224156075,
                                                    48.18945892451215
                                                ],
                                                [
                                                    7.3045488188010035,
                                                    48.18810656169631
                                                ],
                                                [
                                                    7.299547918984179,
                                                    48.18849295107226
                                                ],
                                                [
                                                    7.295490585170529,
                                                    48.18997411034676
                                                ],
                                                [
                                                    7.288130770345769,
                                                    48.18681859710979
                                                ],
                                                [
                                                    7.283129870528945,
                                                    48.18765577409103
                                                ],
                                                [
                                                    7.279449963116563,
                                                    48.189136933365525
                                                ],
                                                [
                                                    7.280770955521008,
                                                    48.19119767670395
                                                ],
                                                [
                                                    7.27661926510704,
                                                    48.19377360587699
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68147",
                                        "libgeo": "Hunawihr",
                                        "xcl2154": 1020136,
                                        "ycl2154": 6795315
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.302001190592434,
                                                    48.11559415547528
                                                ],
                                                [
                                                    7.302001190592434,
                                                    48.112116651091675
                                                ],
                                                [
                                                    7.303510896197513,
                                                    48.10799516441482
                                                ],
                                                [
                                                    7.298981779382275,
                                                    48.10580562461773
                                                ],
                                                [
                                                    7.2904896853537045,
                                                    48.10271450961009
                                                ],
                                                [
                                                    7.288319483546403,
                                                    48.09498672209097
                                                ],
                                                [
                                                    7.291621964557515,
                                                    48.09241079291793
                                                ],
                                                [
                                                    7.297377717176878,
                                                    48.08977046551557
                                                ],
                                                [
                                                    7.304454462200687,
                                                    48.08880449207568
                                                ],
                                                [
                                                    7.307190803609893,
                                                    48.089190881451636
                                                ],
                                                [
                                                    7.315871610839097,
                                                    48.08886889030501
                                                ],
                                                [
                                                    7.319551518251479,
                                                    48.08925527968096
                                                ],
                                                [
                                                    7.32502420106989,
                                                    48.087967315094446
                                                ],
                                                [
                                                    7.327288759477509,
                                                    48.0886112973877
                                                ],
                                                [
                                                    7.327666185878779,
                                                    48.09537311146693
                                                ],
                                                [
                                                    7.328987178283223,
                                                    48.09981658929042
                                                ],
                                                [
                                                    7.329364604684492,
                                                    48.11417739443011
                                                ],
                                                [
                                                    7.3211555804568755,
                                                    48.116173739539214
                                                ],
                                                [
                                                    7.302001190592434,
                                                    48.11559415547528
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68155",
                                        "libgeo": "Ingersheim",
                                        "xcl2154": 1020097,
                                        "ycl2154": 6786123
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.251426052822283,
                                                    48.10838155379077
                                                ],
                                                [
                                                    7.256049526237837,
                                                    48.10599881930571
                                                ],
                                                [
                                                    7.263220627861963,
                                                    48.104710854719194
                                                ],
                                                [
                                                    7.273599853896882,
                                                    48.10380927950863
                                                ],
                                                [
                                                    7.281525808323548,
                                                    48.10361608482065
                                                ],
                                                [
                                                    7.285394428936562,
                                                    48.100589368042336
                                                ],
                                                [
                                                    7.278317683912754,
                                                    48.09756265126401
                                                ],
                                                [
                                                    7.27775154431085,
                                                    48.09537311146693
                                                ],
                                                [
                                                    7.288319483546403,
                                                    48.09498672209097
                                                ],
                                                [
                                                    7.2904896853537045,
                                                    48.10271450961009
                                                ],
                                                [
                                                    7.298981779382275,
                                                    48.10580562461773
                                                ],
                                                [
                                                    7.303510896197513,
                                                    48.10799516441482
                                                ],
                                                [
                                                    7.302001190592434,
                                                    48.112116651091675
                                                ],
                                                [
                                                    7.302001190592434,
                                                    48.11559415547528
                                                ],
                                                [
                                                    7.295679298371165,
                                                    48.11288942984359
                                                ],
                                                [
                                                    7.287092847742277,
                                                    48.11050669535853
                                                ],
                                                [
                                                    7.284073436532119,
                                                    48.11024910244122
                                                ],
                                                [
                                                    7.279072536715295,
                                                    48.11237424400898
                                                ],
                                                [
                                                    7.264730333467042,
                                                    48.111343872339766
                                                ],
                                                [
                                                    7.258880224247361,
                                                    48.11153706702775
                                                ],
                                                [
                                                    7.251426052822283,
                                                    48.10838155379077
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68161",
                                        "libgeo": "Katzenthal",
                                        "xcl2154": 1018714,
                                        "ycl2154": 6787288
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.331817876292747,
                                                    48.12100360673866
                                                ],
                                                [
                                                    7.336158279907349,
                                                    48.121583190802596
                                                ],
                                                [
                                                    7.340404326921633,
                                                    48.12370833237035
                                                ],
                                                [
                                                    7.3488020643498855,
                                                    48.12621986331406
                                                ],
                                                [
                                                    7.343706807932745,
                                                    48.129246580092385
                                                ],
                                                [
                                                    7.33757362891211,
                                                    48.13446283666779
                                                ],
                                                [
                                                    7.328609751881953,
                                                    48.13684557115285
                                                ],
                                                [
                                                    7.319740231452113,
                                                    48.13729635875813
                                                ],
                                                [
                                                    7.313795765632114,
                                                    48.13884191626195
                                                ],
                                                [
                                                    7.306719020608306,
                                                    48.14199742949892
                                                ],
                                                [
                                                    7.304360105600369,
                                                    48.1436717834614
                                                ],
                                                [
                                                    7.295207515369577,
                                                    48.14772887190893
                                                ],
                                                [
                                                    7.292282460759737,
                                                    48.15320272140164
                                                ],
                                                [
                                                    7.281620164923866,
                                                    48.15532786296939
                                                ],
                                                [
                                                    7.274732133100691,
                                                    48.15751740276648
                                                ],
                                                [
                                                    7.271995791691485,
                                                    48.1625404646539
                                                ],
                                                [
                                                    7.2685989540800575,
                                                    48.16679074778941
                                                ],
                                                [
                                                    7.267749744677201,
                                                    48.17110542915425
                                                ],
                                                [
                                                    7.263975480664503,
                                                    48.17645048218831
                                                ],
                                                [
                                                    7.260201216651805,
                                                    48.1794128007373
                                                ],
                                                [
                                                    7.256804379040378,
                                                    48.18018557948921
                                                ],
                                                [
                                                    7.247557432209267,
                                                    48.179090809590676
                                                ],
                                                [
                                                    7.237178206174348,
                                                    48.180571968865166
                                                ],
                                                [
                                                    7.235857213769903,
                                                    48.18179553522236
                                                ],
                                                [
                                                    7.239820190983237,
                                                    48.18887934044822
                                                ],
                                                [
                                                    7.23302651576038,
                                                    48.18881494221889
                                                ],
                                                [
                                                    7.22453442173181,
                                                    48.18572382721125
                                                ],
                                                [
                                                    7.220571444518478,
                                                    48.183405490955515
                                                ],
                                                [
                                                    7.218778669112447,
                                                    48.18140914584641
                                                ],
                                                [
                                                    7.218401242711177,
                                                    48.18095835824113
                                                ],
                                                [
                                                    7.214815691899113,
                                                    48.176321685729654
                                                ],
                                                [
                                                    7.21273984669213,
                                                    48.169624269879755
                                                ],
                                                [
                                                    7.21236242029086,
                                                    48.16131689829671
                                                ],
                                                [
                                                    7.210852714685781,
                                                    48.15532786296939
                                                ],
                                                [
                                                    7.20905993927975,
                                                    48.15442628775883
                                                ],
                                                [
                                                    7.205663101668322,
                                                    48.143349792314766
                                                ],
                                                [
                                                    7.206795380872131,
                                                    48.139035110949926
                                                ],
                                                [
                                                    7.2060405280695905,
                                                    48.13587959771296
                                                ],
                                                [
                                                    7.202549333857845,
                                                    48.12931097832171
                                                ],
                                                [
                                                    7.201888837655624,
                                                    48.12506069518619
                                                ],
                                                [
                                                    7.210664001485147,
                                                    48.13034134999092
                                                ],
                                                [
                                                    7.219344808714351,
                                                    48.13195130572407
                                                ],
                                                [
                                                    7.223024716126731,
                                                    48.1320157039534
                                                ],
                                                [
                                                    7.232271662957841,
                                                    48.13059894290823
                                                ],
                                                [
                                                    7.241612966389268,
                                                    48.12995496061497
                                                ],
                                                [
                                                    7.252275262225139,
                                                    48.130470146449575
                                                ],
                                                [
                                                    7.255105960234663,
                                                    48.13014815530295
                                                ],
                                                [
                                                    7.2644472636660895,
                                                    48.13059894290823
                                                ],
                                                [
                                                    7.269353806882598,
                                                    48.134978022502395
                                                ],
                                                [
                                                    7.275015202901645,
                                                    48.13433404020913
                                                ],
                                                [
                                                    7.283696010130849,
                                                    48.132595288017335
                                                ],
                                                [
                                                    7.286998491141959,
                                                    48.13059894290823
                                                ],
                                                [
                                                    7.296434151173703,
                                                    48.130019358844294
                                                ],
                                                [
                                                    7.304926245202274,
                                                    48.12866699602845
                                                ],
                                                [
                                                    7.3129465562292575,
                                                    48.126155465084736
                                                ],
                                                [
                                                    7.3269113330762385,
                                                    48.12364393414102
                                                ],
                                                [
                                                    7.331817876292747,
                                                    48.12100360673866
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68162",
                                        "libgeo": "Kaysersberg Vignoble",
                                        "xcl2154": 1017018,
                                        "ycl2154": 6790616
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.948163939402012,
                                                    47.91795598967392
                                                ],
                                                [
                                                    6.949673645007091,
                                                    47.918599971967176
                                                ],
                                                [
                                                    6.963260995452804,
                                                    47.9213690958282
                                                ],
                                                [
                                                    6.971847446081692,
                                                    47.92497539667045
                                                ],
                                                [
                                                    6.987133215333118,
                                                    47.93283198064822
                                                ],
                                                [
                                                    6.992134115149942,
                                                    47.937661847847664
                                                ],
                                                [
                                                    6.990246983143593,
                                                    47.94004458233272
                                                ],
                                                [
                                                    6.987133215333118,
                                                    47.94120375046059
                                                ],
                                                [
                                                    6.988454207737562,
                                                    47.949124732667684
                                                ],
                                                [
                                                    6.991567975548038,
                                                    47.95311742288589
                                                ],
                                                [
                                                    6.9951535263601,
                                                    47.95524256445365
                                                ],
                                                [
                                                    7.0010036355797824,
                                                    47.96116720155163
                                                ],
                                                [
                                                    6.996191448963592,
                                                    47.962261971450175
                                                ],
                                                [
                                                    6.993077681153117,
                                                    47.96573947583378
                                                ],
                                                [
                                                    6.994587386758195,
                                                    47.96767142271356
                                                ],
                                                [
                                                    6.99147361894772,
                                                    47.9722436969957
                                                ],
                                                [
                                                    6.983170238119784,
                                                    47.9824186172292
                                                ],
                                                [
                                                    6.97930161750677,
                                                    47.98125944910133
                                                ],
                                                [
                                                    6.980433896710578,
                                                    47.975141617315366
                                                ],
                                                [
                                                    6.981660532514705,
                                                    47.97166411293176
                                                ],
                                                [
                                                    6.975904779895342,
                                                    47.97031175011592
                                                ],
                                                [
                                                    6.956939103231535,
                                                    47.968186608548166
                                                ],
                                                [
                                                    6.956467320229948,
                                                    47.972501289913005
                                                ],
                                                [
                                                    6.953353552419473,
                                                    47.9769447677365
                                                ],
                                                [
                                                    6.949862358207727,
                                                    47.97861912169897
                                                ],
                                                [
                                                    6.943729179187092,
                                                    47.980422272120094
                                                ],
                                                [
                                                    6.938822635970586,
                                                    47.97688036950717
                                                ],
                                                [
                                                    6.931179751344872,
                                                    47.972758882830306
                                                ],
                                                [
                                                    6.928820836336937,
                                                    47.966319059897714
                                                ],
                                                [
                                                    6.925518355325825,
                                                    47.95949284758916
                                                ],
                                                [
                                                    6.9264619213289995,
                                                    47.95788289185601
                                                ],
                                                [
                                                    6.924008649720746,
                                                    47.955113767994995
                                                ],
                                                [
                                                    6.923631223319476,
                                                    47.95228024590465
                                                ],
                                                [
                                                    6.9265562779293175,
                                                    47.95588654674691
                                                ],
                                                [
                                                    6.929858758940427,
                                                    47.95659492726949
                                                ],
                                                [
                                                    6.935897581360744,
                                                    47.954340989243086
                                                ],
                                                [
                                                    6.948163939402012,
                                                    47.95234464413398
                                                ],
                                                [
                                                    6.951655133613758,
                                                    47.95002630787825
                                                ],
                                                [
                                                    6.953636622220425,
                                                    47.94712838755858
                                                ],
                                                [
                                                    6.952881769417885,
                                                    47.945067644220146
                                                ],
                                                [
                                                    6.945521954593123,
                                                    47.94120375046059
                                                ],
                                                [
                                                    6.9406154113766165,
                                                    47.93630948503181
                                                ],
                                                [
                                                    6.9389169925709036,
                                                    47.93115762668574
                                                ],
                                                [
                                                    6.939294418972172,
                                                    47.926263361256964
                                                ],
                                                [
                                                    6.94306868298487,
                                                    47.925297387817075
                                                ],
                                                [
                                                    6.9466542337969335,
                                                    47.91937275071909
                                                ],
                                                [
                                                    6.948163939402012,
                                                    47.91795598967392
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68171",
                                        "libgeo": "Kruth",
                                        "xcl2154": 995956,
                                        "ycl2154": 6766352
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.201888837655624,
                                                    48.12506069518619
                                                ],
                                                [
                                                    7.202549333857845,
                                                    48.12931097832171
                                                ],
                                                [
                                                    7.2060405280695905,
                                                    48.13587959771296
                                                ],
                                                [
                                                    7.206795380872131,
                                                    48.139035110949926
                                                ],
                                                [
                                                    7.205663101668322,
                                                    48.143349792314766
                                                ],
                                                [
                                                    7.196699224638164,
                                                    48.14148224366431
                                                ],
                                                [
                                                    7.194812092631815,
                                                    48.140709464912405
                                                ],
                                                [
                                                    7.191509611620705,
                                                    48.13645918177689
                                                ],
                                                [
                                                    7.183961083595309,
                                                    48.13336806676924
                                                ],
                                                [
                                                    7.180752959184516,
                                                    48.1220983766372
                                                ],
                                                [
                                                    7.178865827178167,
                                                    48.117783695272365
                                                ],
                                                [
                                                    7.178771470577849,
                                                    48.10664280159897
                                                ],
                                                [
                                                    7.178299687576263,
                                                    48.10142654502357
                                                ],
                                                [
                                                    7.1768843385715,
                                                    48.09724066011738
                                                ],
                                                [
                                                    7.176789981971184,
                                                    48.09247519114726
                                                ],
                                                [
                                                    7.182734447791183,
                                                    48.09022125312085
                                                ],
                                                [
                                                    7.182357021389913,
                                                    48.088224908011746
                                                ],
                                                [
                                                    7.178771470577849,
                                                    48.084876200086796
                                                ],
                                                [
                                                    7.175657702767373,
                                                    48.083459439041626
                                                ],
                                                [
                                                    7.168958384144836,
                                                    48.082042677996455
                                                ],
                                                [
                                                    7.162919561724519,
                                                    48.07978873997005
                                                ],
                                                [
                                                    7.169335810546104,
                                                    48.07953114705274
                                                ],
                                                [
                                                    7.175374632966421,
                                                    48.081076704556565
                                                ],
                                                [
                                                    7.186225642002927,
                                                    48.08474740362814
                                                ],
                                                [
                                                    7.192547534224196,
                                                    48.08268666028972
                                                ],
                                                [
                                                    7.1960387284359415,
                                                    48.08429661602287
                                                ],
                                                [
                                                    7.195000805832451,
                                                    48.08764532394781
                                                ],
                                                [
                                                    7.197737147241656,
                                                    48.09105843010209
                                                ],
                                                [
                                                    7.204719535665148,
                                                    48.092539589376585
                                                ],
                                                [
                                                    7.218967382313081,
                                                    48.098464226474576
                                                ],
                                                [
                                                    7.219344808714351,
                                                    48.104002474196605
                                                ],
                                                [
                                                    7.2203827313178435,
                                                    48.10760877503886
                                                ],
                                                [
                                                    7.2202883747175255,
                                                    48.11179465994505
                                                ],
                                                [
                                                    7.219250452114033,
                                                    48.11443498734741
                                                ],
                                                [
                                                    7.217268963507368,
                                                    48.11501457141134
                                                ],
                                                [
                                                    7.209626078881654,
                                                    48.119007261629555
                                                ],
                                                [
                                                    7.201888837655624,
                                                    48.12506069518619
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68173",
                                        "libgeo": "Labaroche",
                                        "xcl2154": 1011838,
                                        "ycl2154": 6787254
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.117345323771192,
                                                    48.15391110192422
                                                ],
                                                [
                                                    7.132819806223254,
                                                    48.14998280993534
                                                ],
                                                [
                                                    7.146312800068649,
                                                    48.13993668616049
                                                ],
                                                [
                                                    7.151502413086107,
                                                    48.13536441187835
                                                ],
                                                [
                                                    7.157635592106742,
                                                    48.13774714636341
                                                ],
                                                [
                                                    7.162447778722931,
                                                    48.13884191626195
                                                ],
                                                [
                                                    7.1719777953549935,
                                                    48.14315659762679
                                                ],
                                                [
                                                    7.175563346167055,
                                                    48.14322099585611
                                                ],
                                                [
                                                    7.183678013794357,
                                                    48.14231942064555
                                                ],
                                                [
                                                    7.191509611620705,
                                                    48.13645918177689
                                                ],
                                                [
                                                    7.194812092631815,
                                                    48.140709464912405
                                                ],
                                                [
                                                    7.196699224638164,
                                                    48.14148224366431
                                                ],
                                                [
                                                    7.205663101668322,
                                                    48.143349792314766
                                                ],
                                                [
                                                    7.20905993927975,
                                                    48.15442628775883
                                                ],
                                                [
                                                    7.203209830060067,
                                                    48.15629383640928
                                                ],
                                                [
                                                    7.194151596429593,
                                                    48.15783939391311
                                                ],
                                                [
                                                    7.182451377990231,
                                                    48.15829018151839
                                                ],
                                                [
                                                    7.178865827178167,
                                                    48.16041532308615
                                                ],
                                                [
                                                    7.178299687576263,
                                                    48.16241166819525
                                                ],
                                                [
                                                    7.180469889383564,
                                                    48.16556718143222
                                                ],
                                                [
                                                    7.178299687576263,
                                                    48.17026825217302
                                                ],
                                                [
                                                    7.171694725554041,
                                                    48.17464733176718
                                                ],
                                                [
                                                    7.1677317483407075,
                                                    48.17960599542528
                                                ],
                                                [
                                                    7.16471233713055,
                                                    48.18024997771854
                                                ],
                                                [
                                                    7.156692026103568,
                                                    48.178897614902695
                                                ],
                                                [
                                                    7.150558847082933,
                                                    48.18024997771854
                                                ],
                                                [
                                                    7.147445079272457,
                                                    48.18527303960597
                                                ],
                                                [
                                                    7.1476337924730915,
                                                    48.18707619002709
                                                ],
                                                [
                                                    7.1499927074810286,
                                                    48.18952332274148
                                                ],
                                                [
                                                    7.150841916883885,
                                                    48.19216365014384
                                                ],
                                                [
                                                    7.143010319057537,
                                                    48.194932774004855
                                                ],
                                                [
                                                    7.140273977648332,
                                                    48.19409559702362
                                                ],
                                                [
                                                    7.13697149663722,
                                                    48.191133278474624
                                                ],
                                                [
                                                    7.131121387417539,
                                                    48.18185993345169
                                                ],
                                                [
                                                    7.1299891082137306,
                                                    48.17110542915425
                                                ],
                                                [
                                                    7.1276301932057935,
                                                    48.16479440268031
                                                ],
                                                [
                                                    7.124422068795,
                                                    48.16035092485682
                                                ],
                                                [
                                                    7.117345323771192,
                                                    48.15391110192422
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68175",
                                        "libgeo": "Lapoutroie",
                                        "xcl2154": 1009870,
                                        "ycl2154": 6791745
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.2062292412702265,
                                                    47.932896378877544
                                                ],
                                                [
                                                    7.206889737472449,
                                                    47.94403727255093
                                                ],
                                                [
                                                    7.200001705649275,
                                                    47.950348299024874
                                                ],
                                                [
                                                    7.193962883228958,
                                                    47.95350381226184
                                                ],
                                                [
                                                    7.186980494805467,
                                                    47.95472737861904
                                                ],
                                                [
                                                    7.173487500960072,
                                                    47.95833367946129
                                                ],
                                                [
                                                    7.16433491072928,
                                                    47.96155359092759
                                                ],
                                                [
                                                    7.158390444909281,
                                                    47.965159891769844
                                                ],
                                                [
                                                    7.152351622488964,
                                                    47.97436883856346
                                                ],
                                                [
                                                    7.1477281490734095,
                                                    47.97649398013121
                                                ],
                                                [
                                                    7.144520024662616,
                                                    47.976815971277844
                                                ],
                                                [
                                                    7.133763372226428,
                                                    47.97688036950717
                                                ],
                                                [
                                                    7.132253666621348,
                                                    47.969152581988055
                                                ],
                                                [
                                                    7.134423868428651,
                                                    47.95517816622432
                                                ],
                                                [
                                                    7.142632892656267,
                                                    47.94455245838554
                                                ],
                                                [
                                                    7.147350722672139,
                                                    47.94352208671632
                                                ],
                                                [
                                                    7.156503312902932,
                                                    47.940752962855306
                                                ],
                                                [
                                                    7.171034229351819,
                                                    47.937146662013056
                                                ],
                                                [
                                                    7.172260865155946,
                                                    47.93618068857317
                                                ],
                                                [
                                                    7.177922261174992,
                                                    47.93444193638136
                                                ],
                                                [
                                                    7.184904649598484,
                                                    47.93682467086642
                                                ],
                                                [
                                                    7.187640991007689,
                                                    47.939336201810136
                                                ],
                                                [
                                                    7.188018417408959,
                                                    47.94101055577261
                                                ],
                                                [
                                                    7.192830604025148,
                                                    47.94255611327643
                                                ],
                                                [
                                                    7.20094527165245,
                                                    47.937146662013056
                                                ],
                                                [
                                                    7.205946171469274,
                                                    47.932960777106864
                                                ],
                                                [
                                                    7.2062292412702265,
                                                    47.932896378877544
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68177",
                                        "libgeo": "Lautenbach",
                                        "xcl2154": 1010402,
                                        "ycl2154": 6768272
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.333705008299096,
                                                    48.27233944565466
                                                ],
                                                [
                                                    7.32577905387243,
                                                    48.272403843883986
                                                ],
                                                [
                                                    7.318230525847034,
                                                    48.271244675756115
                                                ],
                                                [
                                                    7.314456261834336,
                                                    48.26911953418836
                                                ],
                                                [
                                                    7.306247237606718,
                                                    48.268411153665774
                                                ],
                                                [
                                                    7.299170492582911,
                                                    48.26853995012443
                                                ],
                                                [
                                                    7.292942956961958,
                                                    48.27060069346286
                                                ],
                                                [
                                                    7.290206615552752,
                                                    48.27253264034263
                                                ],
                                                [
                                                    7.292282460759737,
                                                    48.275301764203654
                                                ],
                                                [
                                                    7.3010576245892596,
                                                    48.28084001192568
                                                ],
                                                [
                                                    7.301435050990528,
                                                    48.282707560576135
                                                ],
                                                [
                                                    7.299170492582911,
                                                    48.2853478879785
                                                ],
                                                [
                                                    7.2927542437613235,
                                                    48.2883102065275
                                                ],
                                                [
                                                    7.290584041954022,
                                                    48.290564144553905
                                                ],
                                                [
                                                    7.276524908506723,
                                                    48.28373793224535
                                                ],
                                                [
                                                    7.273411140696248,
                                                    48.28084001192568
                                                ],
                                                [
                                                    7.270674799287041,
                                                    48.276010144726236
                                                ],
                                                [
                                                    7.266806178674027,
                                                    48.274142596075784
                                                ],
                                                [
                                                    7.256804379040378,
                                                    48.27485097659837
                                                ],
                                                [
                                                    7.2502937736184725,
                                                    48.27613894118489
                                                ],
                                                [
                                                    7.245198517201332,
                                                    48.27787769337669
                                                ],
                                                [
                                                    7.24114118338768,
                                                    48.276976118166125
                                                ],
                                                [
                                                    7.243500098395617,
                                                    48.270987082838815
                                                ],
                                                [
                                                    7.246047726604188,
                                                    48.26654360501532
                                                ],
                                                [
                                                    7.246425153005458,
                                                    48.264289666988915
                                                ],
                                                [
                                                    7.245387230401966,
                                                    48.25778544582699
                                                ],
                                                [
                                                    7.246425153005458,
                                                    48.255016321965975
                                                ],
                                                [
                                                    7.24963327741625,
                                                    48.24992886184923
                                                ],
                                                [
                                                    7.25303011502768,
                                                    48.24149269380752
                                                ],
                                                [
                                                    7.256143882838155,
                                                    48.23608324254415
                                                ],
                                                [
                                                    7.25812537144482,
                                                    48.24026912745033
                                                ],
                                                [
                                                    7.258219728045138,
                                                    48.2446482070445
                                                ],
                                                [
                                                    7.260672999653392,
                                                    48.25063724237181
                                                ],
                                                [
                                                    7.267089248474979,
                                                    48.257592251139016
                                                ],
                                                [
                                                    7.277279761309262,
                                                    48.25965299447745
                                                ],
                                                [
                                                    7.295113158769261,
                                                    48.26403207407161
                                                ],
                                                [
                                                    7.297943856778782,
                                                    48.26435406521824
                                                ],
                                                [
                                                    7.313323982630526,
                                                    48.26493364928217
                                                ],
                                                [
                                                    7.314456261834336,
                                                    48.26364568469565
                                                ],
                                                [
                                                    7.320117657853383,
                                                    48.261198551981266
                                                ],
                                                [
                                                    7.331723519692429,
                                                    48.26989231294027
                                                ],
                                                [
                                                    7.333705008299096,
                                                    48.27233944565466
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68185",
                                        "libgeo": "Lièpvre",
                                        "xcl2154": 1017562,
                                        "ycl2154": 6805368
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.042709252920093,
                                                    47.9352791133626
                                                ],
                                                [
                                                    7.051861843150886,
                                                    47.93418434346406
                                                ],
                                                [
                                                    7.059693440977234,
                                                    47.93257438773091
                                                ],
                                                [
                                                    7.064033844591836,
                                                    47.93231679481361
                                                ],
                                                [
                                                    7.073846931024851,
                                                    47.93379795408811
                                                ],
                                                [
                                                    7.085547149464213,
                                                    47.934377538152035
                                                ],
                                                [
                                                    7.090642405881355,
                                                    47.9350215204453
                                                ],
                                                [
                                                    7.101493414917861,
                                                    47.93978698941542
                                                ],
                                                [
                                                    7.108004020339766,
                                                    47.94178333452452
                                                ],
                                                [
                                                    7.114797695562621,
                                                    47.941461343377895
                                                ],
                                                [
                                                    7.126780983802937,
                                                    47.94416606900958
                                                ],
                                                [
                                                    7.132253666621348,
                                                    47.94468125484419
                                                ],
                                                [
                                                    7.142632892656267,
                                                    47.94455245838554
                                                ],
                                                [
                                                    7.134423868428651,
                                                    47.95517816622432
                                                ],
                                                [
                                                    7.132253666621348,
                                                    47.969152581988055
                                                ],
                                                [
                                                    7.133763372226428,
                                                    47.97688036950717
                                                ],
                                                [
                                                    7.12847940260865,
                                                    47.98100185618403
                                                ],
                                                [
                                                    7.126026131000397,
                                                    47.9806798650374
                                                ],
                                                [
                                                    7.119704238779128,
                                                    47.97797513940571
                                                ],
                                                [
                                                    7.11300492015659,
                                                    47.97655837836054
                                                ],
                                                [
                                                    7.094888452895641,
                                                    47.96786461740153
                                                ],
                                                [
                                                    7.084603583461038,
                                                    47.963936325412654
                                                ],
                                                [
                                                    7.081018032648976,
                                                    47.956272936122865
                                                ],
                                                [
                                                    7.078753474241357,
                                                    47.953697006949824
                                                ],
                                                [
                                                    7.071959799018502,
                                                    47.9518938565287
                                                ],
                                                [
                                                    7.063656418190566,
                                                    47.95047709548353
                                                ],
                                                [
                                                    7.0534659053562825,
                                                    47.947707971622506
                                                ],
                                                [
                                                    7.047049656534695,
                                                    47.947965564539814
                                                ],
                                                [
                                                    7.041293903915331,
                                                    47.949833113190266
                                                ],
                                                [
                                                    7.039029345507713,
                                                    47.952731033509934
                                                ],
                                                [
                                                    7.037236570101681,
                                                    47.95279543173926
                                                ],
                                                [
                                                    7.034405872092157,
                                                    47.9518938565287
                                                ],
                                                [
                                                    7.028650119472794,
                                                    47.947965564539814
                                                ],
                                                [
                                                    7.0331792362880305,
                                                    47.941976529212496
                                                ],
                                                [
                                                    7.038651919106443,
                                                    47.94165453806587
                                                ],
                                                [
                                                    7.040444694512474,
                                                    47.94004458233272
                                                ],
                                                [
                                                    7.042709252920093,
                                                    47.9352791133626
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68188",
                                        "libgeo": "Linthal",
                                        "xcl2154": 1008009,
                                        "ycl2154": 6768983
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.017327327434701,
                                                    47.8223890173542
                                                ],
                                                [
                                                    7.013364350221367,
                                                    47.822260220895544
                                                ],
                                                [
                                                    7.009307016407717,
                                                    47.821036654538354
                                                ],
                                                [
                                                    7.00402304678994,
                                                    47.81665757494419
                                                ],
                                                [
                                                    6.994776099958831,
                                                    47.815755999733625
                                                ],
                                                [
                                                    6.990152626543275,
                                                    47.81466122983508
                                                ],
                                                [
                                                    6.987321928533752,
                                                    47.81227849535002
                                                ],
                                                [
                                                    6.988454207737562,
                                                    47.81041094669957
                                                ],
                                                [
                                                    6.988454207737562,
                                                    47.806482654710685
                                                ],
                                                [
                                                    6.990058269942959,
                                                    47.80461510606023
                                                ],
                                                [
                                                    6.989869556742323,
                                                    47.80017162823674
                                                ],
                                                [
                                                    6.987321928533752,
                                                    47.79753130083438
                                                ],
                                                [
                                                    6.989209060540101,
                                                    47.79637213270651
                                                ],
                                                [
                                                    6.994209960356925,
                                                    47.79579254864258
                                                ],
                                                [
                                                    6.995719665962006,
                                                    47.79927005302618
                                                ],
                                                [
                                                    6.999871356375972,
                                                    47.79991403531944
                                                ],
                                                [
                                                    7.00883523340613,
                                                    47.79869046896225
                                                ],
                                                [
                                                    7.010061869210257,
                                                    47.79534176103729
                                                ],
                                                [
                                                    7.005627108995337,
                                                    47.789481522168636
                                                ],
                                                [
                                                    6.99590837916264,
                                                    47.78986791154459
                                                ],
                                                [
                                                    6.993266394353751,
                                                    47.78561762840908
                                                ],
                                                [
                                                    6.991190549146768,
                                                    47.77943539839379
                                                ],
                                                [
                                                    6.9870388587328,
                                                    47.777825442660635
                                                ],
                                                [
                                                    6.978074981702643,
                                                    47.778791416100525
                                                ],
                                                [
                                                    6.975904779895342,
                                                    47.77943539839379
                                                ],
                                                [
                                                    6.974678144091215,
                                                    47.78484484965716
                                                ],
                                                [
                                                    6.969299817873121,
                                                    47.78922392925133
                                                ],
                                                [
                                                    6.965242484059471,
                                                    47.787871566435484
                                                ],
                                                [
                                                    6.960524654043598,
                                                    47.7851668408038
                                                ],
                                                [
                                                    6.949673645007091,
                                                    47.78445846028121
                                                ],
                                                [
                                                    6.943540465986458,
                                                    47.78007938068704
                                                ],
                                                [
                                                    6.940049271774712,
                                                    47.7755071064049
                                                ],
                                                [
                                                    6.938256496368681,
                                                    47.77505631879962
                                                ],
                                                [
                                                    6.9305192551426495,
                                                    47.77531391171692
                                                ],
                                                [
                                                    6.925140928924555,
                                                    47.77434793827703
                                                ],
                                                [
                                                    6.9223102309150315,
                                                    47.77241599139725
                                                ],
                                                [
                                                    6.92278201391662,
                                                    47.77190080556265
                                                ],
                                                [
                                                    6.925423998725509,
                                                    47.76958246930691
                                                ],
                                                [
                                                    6.93165153434646,
                                                    47.769711265765565
                                                ],
                                                [
                                                    6.934387875755665,
                                                    47.77157881441602
                                                ],
                                                [
                                                    6.9406154113766165,
                                                    47.77132122149872
                                                ],
                                                [
                                                    6.9425025433829655,
                                                    47.76868089409635
                                                ],
                                                [
                                                    6.950994637411536,
                                                    47.76333584106229
                                                ],
                                                [
                                                    6.970998236678834,
                                                    47.75309652259947
                                                ],
                                                [
                                                    6.976470919497246,
                                                    47.751100177490365
                                                ],
                                                [
                                                    6.995342239560736,
                                                    47.74620591206159
                                                ],
                                                [
                                                    6.9990221469731155,
                                                    47.74594831914429
                                                ],
                                                [
                                                    7.01289256721978,
                                                    47.74144044309147
                                                ],
                                                [
                                                    7.01581762182962,
                                                    47.74382317757653
                                                ],
                                                [
                                                    7.022422583851841,
                                                    47.74665669966687
                                                ],
                                                [
                                                    7.020063668843906,
                                                    47.749876611133175
                                                ],
                                                [
                                                    7.002607697785179,
                                                    47.759021159697454
                                                ],
                                                [
                                                    7.006476318398193,
                                                    47.76481700033679
                                                ],
                                                [
                                                    7.007231171200734,
                                                    47.767521725968486
                                                ],
                                                [
                                                    7.015628908628986,
                                                    47.76913168170163
                                                ],
                                                [
                                                    7.019591885842318,
                                                    47.77370395598378
                                                ],
                                                [
                                                    7.026385561065175,
                                                    47.77904900901783
                                                ],
                                                [
                                                    7.0251589252610485,
                                                    47.78703438945425
                                                ],
                                                [
                                                    7.024026646057238,
                                                    47.788837539875374
                                                ],
                                                [
                                                    7.019308816041366,
                                                    47.79321661946954
                                                ],
                                                [
                                                    7.01251514081851,
                                                    47.796436530935836
                                                ],
                                                [
                                                    7.011382861614702,
                                                    47.799978433548766
                                                ],
                                                [
                                                    7.012420784218192,
                                                    47.805065893665514
                                                ],
                                                [
                                                    7.01694990103343,
                                                    47.81324446878991
                                                ],
                                                [
                                                    7.020158025444224,
                                                    47.8127292829553
                                                ],
                                                [
                                                    7.024875855460096,
                                                    47.80912298211305
                                                ],
                                                [
                                                    7.029310615675015,
                                                    47.811248123680805
                                                ],
                                                [
                                                    7.030348538278507,
                                                    47.814596831605755
                                                ],
                                                [
                                                    7.027423483668666,
                                                    47.81904030942925
                                                ],
                                                [
                                                    7.024121002657556,
                                                    47.82116545099701
                                                ],
                                                [
                                                    7.016666831232478,
                                                    47.8209078580797
                                                ],
                                                [
                                                    7.017327327434701,
                                                    47.8223890173542
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68201",
                                        "libgeo": "Masevaux-Niederbruck",
                                        "xcl2154": 999264,
                                        "ycl2154": 6749052
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.994587386758195,
                                                    47.96767142271356
                                                ],
                                                [
                                                    6.997040658366449,
                                                    47.96509549354052
                                                ],
                                                [
                                                    7.011854644616288,
                                                    47.95479177684837
                                                ],
                                                [
                                                    7.019780599042954,
                                                    47.9518938565287
                                                ],
                                                [
                                                    7.0249702120604125,
                                                    47.94809436099847
                                                ],
                                                [
                                                    7.028650119472794,
                                                    47.947965564539814
                                                ],
                                                [
                                                    7.034405872092157,
                                                    47.9518938565287
                                                ],
                                                [
                                                    7.037236570101681,
                                                    47.95279543173926
                                                ],
                                                [
                                                    7.038557562506125,
                                                    47.954147794555105
                                                ],
                                                [
                                                    7.039784198310252,
                                                    47.95833367946129
                                                ],
                                                [
                                                    7.038840632307077,
                                                    47.96219757322085
                                                ],
                                                [
                                                    7.040822120913744,
                                                    47.966576652815014
                                                ],
                                                [
                                                    7.035632507896284,
                                                    47.96850859969479
                                                ],
                                                [
                                                    7.031292104281682,
                                                    47.972308095225024
                                                ],
                                                [
                                                    7.032613096686126,
                                                    47.97604319252593
                                                ],
                                                [
                                                    7.0291219024743805,
                                                    47.97958509513886
                                                ],
                                                [
                                                    7.0231774366543815,
                                                    47.98248301545853
                                                ],
                                                [
                                                    7.018365250038191,
                                                    47.98370658181572
                                                ],
                                                [
                                                    7.012043357816922,
                                                    47.9821610243119
                                                ],
                                                [
                                                    7.005532752395019,
                                                    47.97784634294706
                                                ],
                                                [
                                                    6.998267294170575,
                                                    47.97404684741683
                                                ],
                                                [
                                                    6.995247882960418,
                                                    47.97971389159751
                                                ],
                                                [
                                                    6.995625309361688,
                                                    47.98151704201864
                                                ],
                                                [
                                                    7.004589186391844,
                                                    47.99072598881225
                                                ],
                                                [
                                                    7.005344039194385,
                                                    47.99278673215068
                                                ],
                                                [
                                                    7.00440047319121,
                                                    47.9975522011208
                                                ],
                                                [
                                                    7.002796410985813,
                                                    48.00032132498182
                                                ],
                                                [
                                                    7.000437495977876,
                                                    48.00070771435777
                                                ],
                                                [
                                                    6.997984224369623,
                                                    48.00347683821879
                                                ],
                                                [
                                                    6.998644720571845,
                                                    48.00959467000475
                                                ],
                                                [
                                                    7.00364562038867,
                                                    48.011397820425884
                                                ],
                                                [
                                                    7.006476318398193,
                                                    48.01101143104992
                                                ],
                                                [
                                                    7.00808038060359,
                                                    48.01313657261768
                                                ],
                                                [
                                                    7.001947201582957,
                                                    48.01622768762533
                                                ],
                                                [
                                                    7.002607697785179,
                                                    48.017386855753195
                                                ],
                                                [
                                                    7.0108167220127955,
                                                    48.02279630701658
                                                ],
                                                [
                                                    7.012986923820097,
                                                    48.02163713888871
                                                ],
                                                [
                                                    7.0150627690270815,
                                                    48.018546023881065
                                                ],
                                                [
                                                    7.018082180237239,
                                                    48.01622768762533
                                                ],
                                                [
                                                    7.023460506455334,
                                                    48.01648528054263
                                                ],
                                                [
                                                    7.028650119472794,
                                                    48.01126902396723
                                                ],
                                                [
                                                    7.030442894878825,
                                                    48.00701874083172
                                                ],
                                                [
                                                    7.037708353103269,
                                                    48.00605276739183
                                                ],
                                                [
                                                    7.0395011285093,
                                                    48.00412082051205
                                                ],
                                                [
                                                    7.032141313684538,
                                                    48.00128729842171
                                                ],
                                                [
                                                    7.02732912706835,
                                                    47.998067386955405
                                                ],
                                                [
                                                    7.027423483668666,
                                                    47.99214274985742
                                                ],
                                                [
                                                    7.031575174082634,
                                                    47.99027520120697
                                                ],
                                                [
                                                    7.04874807534041,
                                                    47.991369971105506
                                                ],
                                                [
                                                    7.049691641343585,
                                                    47.99310872329731
                                                ],
                                                [
                                                    7.054598184560091,
                                                    47.9975522011208
                                                ],
                                                [
                                                    7.061674929583899,
                                                    48.00231767009092
                                                ],
                                                [
                                                    7.0675250388035815,
                                                    48.0042496169707
                                                ],
                                                [
                                                    7.074979210228659,
                                                    48.007469528437
                                                ],
                                                [
                                                    7.087245568269927,
                                                    48.008306705418235
                                                ],
                                                [
                                                    7.0833769476569115,
                                                    48.011848608031165
                                                ],
                                                [
                                                    7.081395459050246,
                                                    48.02144394420073
                                                ],
                                                [
                                                    7.078187334639453,
                                                    48.02298950170455
                                                ],
                                                [
                                                    7.07271465182104,
                                                    48.02002718315556
                                                ],
                                                [
                                                    7.064694340794058,
                                                    48.02067116544882
                                                ],
                                                [
                                                    7.06129750318263,
                                                    48.02401987337377
                                                ],
                                                [
                                                    7.053748975157235,
                                                    48.02749737775737
                                                ],
                                                [
                                                    7.0515787733499335,
                                                    48.027819368904
                                                ],
                                                [
                                                    7.046672230133425,
                                                    48.02363348399781
                                                ],
                                                [
                                                    7.038746275706759,
                                                    48.0263382096295
                                                ],
                                                [
                                                    7.036953500300728,
                                                    48.02794816536265
                                                ],
                                                [
                                                    7.034311515491841,
                                                    48.0325204396448
                                                ],
                                                [
                                                    7.033556662689301,
                                                    48.035547156423114
                                                ],
                                                [
                                                    7.029499328875651,
                                                    48.035031970588506
                                                ],
                                                [
                                                    7.021290304648033,
                                                    48.036963917468285
                                                ],
                                                [
                                                    7.016383761431526,
                                                    48.03728590861492
                                                ],
                                                [
                                                    7.012986923820097,
                                                    48.03664192632166
                                                ],
                                                [
                                                    7.0092126598074005,
                                                    48.03297122725008
                                                ],
                                                [
                                                    7.010439295611527,
                                                    48.03071728922367
                                                ],
                                                [
                                                    7.002041558183273,
                                                    48.02266751055792
                                                ],
                                                [
                                                    6.994209960356925,
                                                    48.02105755482478
                                                ],
                                                [
                                                    6.990435696344227,
                                                    48.0196407937796
                                                ],
                                                [
                                                    6.985717866328355,
                                                    48.014231342516226
                                                ],
                                                [
                                                    6.983075881519468,
                                                    48.00985226292206
                                                ],
                                                [
                                                    6.981660532514705,
                                                    48.00959467000475
                                                ],
                                                [
                                                    6.97967904390804,
                                                    48.00206007717362
                                                ],
                                                [
                                                    6.9809056797121665,
                                                    47.99175636048147
                                                ],
                                                [
                                                    6.980528253310896,
                                                    47.98918043130843
                                                ],
                                                [
                                                    6.981849245715341,
                                                    47.98435056410898
                                                ],
                                                [
                                                    6.983170238119784,
                                                    47.9824186172292
                                                ],
                                                [
                                                    6.99147361894772,
                                                    47.9722436969957
                                                ],
                                                [
                                                    6.994587386758195,
                                                    47.96767142271356
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68204",
                                        "libgeo": "Metzeral",
                                        "xcl2154": 1003393,
                                        "ycl2154": 6775884
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.318985378649573,
                                                    48.156937818702545
                                                ],
                                                [
                                                    7.309738431818464,
                                                    48.15603624349198
                                                ],
                                                [
                                                    7.305303671603544,
                                                    48.153846703694896
                                                ],
                                                [
                                                    7.299642275584497,
                                                    48.15397550015355
                                                ],
                                                [
                                                    7.292282460759737,
                                                    48.15320272140164
                                                ],
                                                [
                                                    7.295207515369577,
                                                    48.14772887190893
                                                ],
                                                [
                                                    7.304360105600369,
                                                    48.1436717834614
                                                ],
                                                [
                                                    7.308606152614655,
                                                    48.14470215513061
                                                ],
                                                [
                                                    7.320495084254653,
                                                    48.14875924357815
                                                ],
                                                [
                                                    7.327571829278461,
                                                    48.14933882764208
                                                ],
                                                [
                                                    7.331251736690841,
                                                    48.14805086305556
                                                ],
                                                [
                                                    7.334554217701952,
                                                    48.14824405774354
                                                ],
                                                [
                                                    7.336252636507665,
                                                    48.15043359754062
                                                ],
                                                [
                                                    7.324835487869255,
                                                    48.152880730255006
                                                ],
                                                [
                                                    7.32096686725624,
                                                    48.15468388067613
                                                ],
                                                [
                                                    7.318985378649573,
                                                    48.156937818702545
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68209",
                                        "libgeo": "Mittelwihr",
                                        "xcl2154": 1021137,
                                        "ycl2154": 6792119
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.040822120913744,
                                                    47.966576652815014
                                                ],
                                                [
                                                    7.043086679321363,
                                                    47.970118555427945
                                                ],
                                                [
                                                    7.0431810359216795,
                                                    47.973918050958176
                                                ],
                                                [
                                                    7.042426183119141,
                                                    47.984930148172914
                                                ],
                                                [
                                                    7.043652818923268,
                                                    47.988536449015164
                                                ],
                                                [
                                                    7.04874807534041,
                                                    47.991369971105506
                                                ],
                                                [
                                                    7.031575174082634,
                                                    47.99027520120697
                                                ],
                                                [
                                                    7.027423483668666,
                                                    47.99214274985742
                                                ],
                                                [
                                                    7.02732912706835,
                                                    47.998067386955405
                                                ],
                                                [
                                                    7.032141313684538,
                                                    48.00128729842171
                                                ],
                                                [
                                                    7.0395011285093,
                                                    48.00412082051205
                                                ],
                                                [
                                                    7.037708353103269,
                                                    48.00605276739183
                                                ],
                                                [
                                                    7.030442894878825,
                                                    48.00701874083172
                                                ],
                                                [
                                                    7.028650119472794,
                                                    48.01126902396723
                                                ],
                                                [
                                                    7.023460506455334,
                                                    48.01648528054263
                                                ],
                                                [
                                                    7.018082180237239,
                                                    48.01622768762533
                                                ],
                                                [
                                                    7.0150627690270815,
                                                    48.018546023881065
                                                ],
                                                [
                                                    7.012986923820097,
                                                    48.02163713888871
                                                ],
                                                [
                                                    7.0108167220127955,
                                                    48.02279630701658
                                                ],
                                                [
                                                    7.002607697785179,
                                                    48.017386855753195
                                                ],
                                                [
                                                    7.001947201582957,
                                                    48.01622768762533
                                                ],
                                                [
                                                    7.00808038060359,
                                                    48.01313657261768
                                                ],
                                                [
                                                    7.006476318398193,
                                                    48.01101143104992
                                                ],
                                                [
                                                    7.00364562038867,
                                                    48.011397820425884
                                                ],
                                                [
                                                    6.998644720571845,
                                                    48.00959467000475
                                                ],
                                                [
                                                    6.997984224369623,
                                                    48.00347683821879
                                                ],
                                                [
                                                    7.000437495977876,
                                                    48.00070771435777
                                                ],
                                                [
                                                    7.002796410985813,
                                                    48.00032132498182
                                                ],
                                                [
                                                    7.00440047319121,
                                                    47.9975522011208
                                                ],
                                                [
                                                    7.005344039194385,
                                                    47.99278673215068
                                                ],
                                                [
                                                    7.004589186391844,
                                                    47.99072598881225
                                                ],
                                                [
                                                    6.995625309361688,
                                                    47.98151704201864
                                                ],
                                                [
                                                    6.995247882960418,
                                                    47.97971389159751
                                                ],
                                                [
                                                    6.998267294170575,
                                                    47.97404684741683
                                                ],
                                                [
                                                    7.005532752395019,
                                                    47.97784634294706
                                                ],
                                                [
                                                    7.012043357816922,
                                                    47.9821610243119
                                                ],
                                                [
                                                    7.018365250038191,
                                                    47.98370658181572
                                                ],
                                                [
                                                    7.0231774366543815,
                                                    47.98248301545853
                                                ],
                                                [
                                                    7.0291219024743805,
                                                    47.97958509513886
                                                ],
                                                [
                                                    7.032613096686126,
                                                    47.97604319252593
                                                ],
                                                [
                                                    7.031292104281682,
                                                    47.972308095225024
                                                ],
                                                [
                                                    7.035632507896284,
                                                    47.96850859969479
                                                ],
                                                [
                                                    7.040822120913744,
                                                    47.966576652815014
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68210",
                                        "libgeo": "Mittlach",
                                        "xcl2154": 1000570,
                                        "ycl2154": 6774620
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.089510126677546,
                                                    48.03805868736683
                                                ],
                                                [
                                                    7.0757340630312,
                                                    48.04153619175043
                                                ],
                                                [
                                                    7.071676729217548,
                                                    48.04166498820908
                                                ],
                                                [
                                                    7.06827989160612,
                                                    48.040505820081215
                                                ],
                                                [
                                                    7.0591273013753275,
                                                    48.03580474934042
                                                ],
                                                [
                                                    7.048181935738504,
                                                    48.0345167847539
                                                ],
                                                [
                                                    7.039029345507713,
                                                    48.034774377671205
                                                ],
                                                [
                                                    7.033556662689301,
                                                    48.035547156423114
                                                ],
                                                [
                                                    7.034311515491841,
                                                    48.0325204396448
                                                ],
                                                [
                                                    7.036953500300728,
                                                    48.02794816536265
                                                ],
                                                [
                                                    7.038746275706759,
                                                    48.0263382096295
                                                ],
                                                [
                                                    7.046672230133425,
                                                    48.02363348399781
                                                ],
                                                [
                                                    7.0515787733499335,
                                                    48.027819368904
                                                ],
                                                [
                                                    7.053748975157235,
                                                    48.02749737775737
                                                ],
                                                [
                                                    7.06129750318263,
                                                    48.02401987337377
                                                ],
                                                [
                                                    7.064694340794058,
                                                    48.02067116544882
                                                ],
                                                [
                                                    7.07271465182104,
                                                    48.02002718315556
                                                ],
                                                [
                                                    7.078187334639453,
                                                    48.02298950170455
                                                ],
                                                [
                                                    7.081395459050246,
                                                    48.02144394420073
                                                ],
                                                [
                                                    7.0833769476569115,
                                                    48.011848608031165
                                                ],
                                                [
                                                    7.087245568269927,
                                                    48.008306705418235
                                                ],
                                                [
                                                    7.096492515101036,
                                                    48.018610422110385
                                                ],
                                                [
                                                    7.094039243492783,
                                                    48.026209413170854
                                                ],
                                                [
                                                    7.091491615284212,
                                                    48.03181205912221
                                                ],
                                                [
                                                    7.08828349087342,
                                                    48.03561155465244
                                                ],
                                                [
                                                    7.089510126677546,
                                                    48.03805868736683
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68223",
                                        "libgeo": "Muhlbach-sur-Munster",
                                        "xcl2154": 1004333,
                                        "ycl2154": 6777314
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.158296088308963,
                                                    48.02962251932513
                                                ],
                                                [
                                                    7.16140985611944,
                                                    48.03258483787412
                                                ],
                                                [
                                                    7.165372833332772,
                                                    48.03876706788941
                                                ],
                                                [
                                                    7.166316399335947,
                                                    48.04153619175043
                                                ],
                                                [
                                                    7.1661276861353125,
                                                    48.05061634208539
                                                ],
                                                [
                                                    7.160466290116266,
                                                    48.05679857210068
                                                ],
                                                [
                                                    7.150747560283569,
                                                    48.062208023364065
                                                ],
                                                [
                                                    7.149332211278806,
                                                    48.06401117378519
                                                ],
                                                [
                                                    7.144991807664204,
                                                    48.06253001451069
                                                ],
                                                [
                                                    7.13697149663722,
                                                    48.05763574908192
                                                ],
                                                [
                                                    7.134895651430237,
                                                    48.05409384646899
                                                ],
                                                [
                                                    7.132536736422302,
                                                    48.04494929790471
                                                ],
                                                [
                                                    7.126120487600715,
                                                    48.04533568728066
                                                ],
                                                [
                                                    7.118477602975001,
                                                    48.048877589893586
                                                ],
                                                [
                                                    7.116496114368336,
                                                    48.046494855408525
                                                ],
                                                [
                                                    7.11225006735405,
                                                    48.04398332446482
                                                ],
                                                [
                                                    7.104418469527702,
                                                    48.041471793521104
                                                ],
                                                [
                                                    7.09677558490199,
                                                    48.03966864309998
                                                ],
                                                [
                                                    7.1076265939384955,
                                                    48.0379942891375
                                                ],
                                                [
                                                    7.110834718349289,
                                                    48.03876706788941
                                                ],
                                                [
                                                    7.1163074011677,
                                                    48.038573873201436
                                                ],
                                                [
                                                    7.123950285793414,
                                                    48.03612674048705
                                                ],
                                                [
                                                    7.1318762402200795,
                                                    48.03509636881783
                                                ],
                                                [
                                                    7.133763372226428,
                                                    48.02872094411457
                                                ],
                                                [
                                                    7.136782783436586,
                                                    48.028334554738606
                                                ],
                                                [
                                                    7.138292489041665,
                                                    48.02988011224243
                                                ],
                                                [
                                                    7.139802194646744,
                                                    48.03580474934042
                                                ],
                                                [
                                                    7.142915962457219,
                                                    48.036448731633676
                                                ],
                                                [
                                                    7.151502413086107,
                                                    48.03677072278031
                                                ],
                                                [
                                                    7.152634692289918,
                                                    48.032198448498164
                                                ],
                                                [
                                                    7.158296088308963,
                                                    48.02962251932513
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68226",
                                        "libgeo": "Munster",
                                        "xcl2154": 1008163,
                                        "ycl2154": 6779295
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.231233740354349,
                                                    48.09981658929042
                                                ],
                                                [
                                                    7.24227346259149,
                                                    48.098013438869295
                                                ],
                                                [
                                                    7.250954269820695,
                                                    48.09711186365873
                                                ],
                                                [
                                                    7.259068937447995,
                                                    48.094664730944345
                                                ],
                                                [
                                                    7.269070737081646,
                                                    48.095437509696254
                                                ],
                                                [
                                                    7.27775154431085,
                                                    48.09537311146693
                                                ],
                                                [
                                                    7.278317683912754,
                                                    48.09756265126401
                                                ],
                                                [
                                                    7.285394428936562,
                                                    48.100589368042336
                                                ],
                                                [
                                                    7.281525808323548,
                                                    48.10361608482065
                                                ],
                                                [
                                                    7.273599853896882,
                                                    48.10380927950863
                                                ],
                                                [
                                                    7.263220627861963,
                                                    48.104710854719194
                                                ],
                                                [
                                                    7.256049526237837,
                                                    48.10599881930571
                                                ],
                                                [
                                                    7.251426052822283,
                                                    48.10838155379077
                                                ],
                                                [
                                                    7.240197617384507,
                                                    48.10438886357257
                                                ],
                                                [
                                                    7.231233740354349,
                                                    48.09981658929042
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68237",
                                        "libgeo": "Niedermorschwihr",
                                        "xcl2154": 1017957,
                                        "ycl2154": 6786306
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.084037443859134,
                                                    48.12918218186306
                                                ],
                                                [
                                                    7.083660017457864,
                                                    48.12196958017855
                                                ],
                                                [
                                                    7.07677198563469,
                                                    48.1087035449374
                                                ],
                                                [
                                                    7.08488665326199,
                                                    48.107286783892235
                                                ],
                                                [
                                                    7.103663616725163,
                                                    48.09994538574907
                                                ],
                                                [
                                                    7.106871741135955,
                                                    48.09646788136547
                                                ],
                                                [
                                                    7.107437880737861,
                                                    48.094664730944345
                                                ],
                                                [
                                                    7.110834718349289,
                                                    48.09080083718479
                                                ],
                                                [
                                                    7.122629293388969,
                                                    48.0833950408123
                                                ],
                                                [
                                                    7.12961168181246,
                                                    48.07933795236477
                                                ],
                                                [
                                                    7.13329158922484,
                                                    48.07779239486094
                                                ],
                                                [
                                                    7.143387745458807,
                                                    48.07895156298881
                                                ],
                                                [
                                                    7.149898350880711,
                                                    48.07933795236477
                                                ],
                                                [
                                                    7.157446878906106,
                                                    48.080110731116676
                                                ],
                                                [
                                                    7.162919561724519,
                                                    48.07978873997005
                                                ],
                                                [
                                                    7.168958384144836,
                                                    48.082042677996455
                                                ],
                                                [
                                                    7.175657702767373,
                                                    48.083459439041626
                                                ],
                                                [
                                                    7.178771470577849,
                                                    48.084876200086796
                                                ],
                                                [
                                                    7.182357021389913,
                                                    48.088224908011746
                                                ],
                                                [
                                                    7.182734447791183,
                                                    48.09022125312085
                                                ],
                                                [
                                                    7.176789981971184,
                                                    48.09247519114726
                                                ],
                                                [
                                                    7.1768843385715,
                                                    48.09724066011738
                                                ],
                                                [
                                                    7.178299687576263,
                                                    48.10142654502357
                                                ],
                                                [
                                                    7.178771470577849,
                                                    48.10664280159897
                                                ],
                                                [
                                                    7.178865827178167,
                                                    48.117783695272365
                                                ],
                                                [
                                                    7.180752959184516,
                                                    48.1220983766372
                                                ],
                                                [
                                                    7.183961083595309,
                                                    48.13336806676924
                                                ],
                                                [
                                                    7.191509611620705,
                                                    48.13645918177689
                                                ],
                                                [
                                                    7.183678013794357,
                                                    48.14231942064555
                                                ],
                                                [
                                                    7.175563346167055,
                                                    48.14322099585611
                                                ],
                                                [
                                                    7.1719777953549935,
                                                    48.14315659762679
                                                ],
                                                [
                                                    7.162447778722931,
                                                    48.13884191626195
                                                ],
                                                [
                                                    7.157635592106742,
                                                    48.13774714636341
                                                ],
                                                [
                                                    7.151502413086107,
                                                    48.13536441187835
                                                ],
                                                [
                                                    7.146312800068649,
                                                    48.13993668616049
                                                ],
                                                [
                                                    7.132819806223254,
                                                    48.14998280993534
                                                ],
                                                [
                                                    7.117345323771192,
                                                    48.15391110192422
                                                ],
                                                [
                                                    7.114797695562621,
                                                    48.15416869484153
                                                ],
                                                [
                                                    7.107437880737861,
                                                    48.1488880400368
                                                ],
                                                [
                                                    7.104607182728338,
                                                    48.1421906241869
                                                ],
                                                [
                                                    7.099040143309607,
                                                    48.14012988084847
                                                ],
                                                [
                                                    7.094322313293735,
                                                    48.139292703867234
                                                ],
                                                [
                                                    7.088660917274688,
                                                    48.13633038531824
                                                ],
                                                [
                                                    7.084037443859134,
                                                    48.13278848270531
                                                ],
                                                [
                                                    7.084037443859134,
                                                    48.12918218186306
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68249",
                                        "libgeo": "Orbey",
                                        "xcl2154": 1009379,
                                        "ycl2154": 6788826
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.20056784525118,
                                                    47.988729643703145
                                                ],
                                                [
                                                    7.205757458268638,
                                                    47.98531653754887
                                                ],
                                                [
                                                    7.207738946875305,
                                                    47.98190343139459
                                                ],
                                                [
                                                    7.210852714685781,
                                                    47.979005511074924
                                                ],
                                                [
                                                    7.217363320107684,
                                                    47.97913430753358
                                                ],
                                                [
                                                    7.223213429327367,
                                                    47.98119505087201
                                                ],
                                                [
                                                    7.228308685744508,
                                                    47.97842592701099
                                                ],
                                                [
                                                    7.232366019558158,
                                                    47.988021263180556
                                                ],
                                                [
                                                    7.231233740354349,
                                                    47.99549145778237
                                                ],
                                                [
                                                    7.232554732758794,
                                                    48.001609289568336
                                                ],
                                                [
                                                    7.231799879956253,
                                                    48.00231767009092
                                                ],
                                                [
                                                    7.22491184813308,
                                                    48.0022532718616
                                                ],
                                                [
                                                    7.216985893706414,
                                                    48.005923970933175
                                                ],
                                                [
                                                    7.210758358085463,
                                                    48.00656795322644
                                                ],
                                                [
                                                    7.207833303475623,
                                                    48.005730776245194
                                                ],
                                                [
                                                    7.203209830060067,
                                                    48.006374758538456
                                                ],
                                                [
                                                    7.202549333857845,
                                                    48.00392762582407
                                                ],
                                                [
                                                    7.203209830060067,
                                                    47.99394590027855
                                                ],
                                                [
                                                    7.200001705649275,
                                                    47.9908547852709
                                                ],
                                                [
                                                    7.20056784525118,
                                                    47.988729643703145
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68251",
                                        "libgeo": "Osenbach",
                                        "xcl2154": 1014514,
                                        "ycl2154": 6773425
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.354274747168298,
                                                    48.147664473679605
                                                ],
                                                [
                                                    7.360030499787663,
                                                    48.14650530555174
                                                ],
                                                [
                                                    7.360785352590201,
                                                    48.141675438352294
                                                ],
                                                [
                                                    7.3586151507829,
                                                    48.13472042958509
                                                ],
                                                [
                                                    7.362578127996234,
                                                    48.132402093329354
                                                ],
                                                [
                                                    7.367767741013693,
                                                    48.13040574822025
                                                ],
                                                [
                                                    7.370692795623534,
                                                    48.132852880934635
                                                ],
                                                [
                                                    7.372485571029565,
                                                    48.13568640302498
                                                ],
                                                [
                                                    7.373617850233374,
                                                    48.144315765754655
                                                ],
                                                [
                                                    7.379373602852739,
                                                    48.15474827890546
                                                ],
                                                [
                                                    7.382204300862262,
                                                    48.15629383640928
                                                ],
                                                [
                                                    7.38635599127623,
                                                    48.15590744703333
                                                ],
                                                [
                                                    7.390979464691784,
                                                    48.153589110777595
                                                ],
                                                [
                                                    7.392960953298451,
                                                    48.152429942649725
                                                ],
                                                [
                                                    7.39928284551972,
                                                    48.15416869484153
                                                ],
                                                [
                                                    7.401641760527656,
                                                    48.1573242080785
                                                ],
                                                [
                                                    7.402396613330196,
                                                    48.16118810183806
                                                ],
                                                [
                                                    7.397395713513371,
                                                    48.16041532308615
                                                ],
                                                [
                                                    7.389469759086706,
                                                    48.1608017124621
                                                ],
                                                [
                                                    7.385695495074008,
                                                    48.16492319913896
                                                ],
                                                [
                                                    7.386544704476864,
                                                    48.16737033185335
                                                ],
                                                [
                                                    7.38928104588607,
                                                    48.17026825217302
                                                ],
                                                [
                                                    7.390130255288928,
                                                    48.17374575655662
                                                ],
                                                [
                                                    7.384657572470515,
                                                    48.17258658842875
                                                ],
                                                [
                                                    7.372485571029565,
                                                    48.17496932291381
                                                ],
                                                [
                                                    7.3672959580121065,
                                                    48.17548450874842
                                                ],
                                                [
                                                    7.36267248459655,
                                                    48.16827190706391
                                                ],
                                                [
                                                    7.360219212988297,
                                                    48.16943107519178
                                                ],
                                                [
                                                    7.358049011180996,
                                                    48.1657603761202
                                                ],
                                                [
                                                    7.356822375376869,
                                                    48.1608017124621
                                                ],
                                                [
                                                    7.357860297980362,
                                                    48.15809698683041
                                                ],
                                                [
                                                    7.354274747168298,
                                                    48.147664473679605
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68252",
                                        "libgeo": "Ostheim",
                                        "xcl2154": 1024713,
                                        "ycl2154": 6793402
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.215476188101335,
                                                    48.01674287345993
                                                ],
                                                [
                                                    7.207644590274987,
                                                    48.01848162565174
                                                ],
                                                [
                                                    7.203209830060067,
                                                    48.02183033357669
                                                ],
                                                [
                                                    7.1960387284359415,
                                                    48.023311492851185
                                                ],
                                                [
                                                    7.1902829758165785,
                                                    48.01906120971567
                                                ],
                                                [
                                                    7.192264464423244,
                                                    48.01725805929454
                                                ],
                                                [
                                                    7.195944371835625,
                                                    48.01178420980184
                                                ],
                                                [
                                                    7.203209830060067,
                                                    48.006374758538456
                                                ],
                                                [
                                                    7.207833303475623,
                                                    48.005730776245194
                                                ],
                                                [
                                                    7.210758358085463,
                                                    48.00656795322644
                                                ],
                                                [
                                                    7.216985893706414,
                                                    48.005923970933175
                                                ],
                                                [
                                                    7.22491184813308,
                                                    48.0022532718616
                                                ],
                                                [
                                                    7.231799879956253,
                                                    48.00231767009092
                                                ],
                                                [
                                                    7.232554732758794,
                                                    48.001609289568336
                                                ],
                                                [
                                                    7.237649989175936,
                                                    47.99574905069967
                                                ],
                                                [
                                                    7.243405741795299,
                                                    47.993237519755965
                                                ],
                                                [
                                                    7.253313184828632,
                                                    47.98402857296235
                                                ],
                                                [
                                                    7.266900535274343,
                                                    47.97597879429661
                                                ],
                                                [
                                                    7.271146582288629,
                                                    47.97617198898458
                                                ],
                                                [
                                                    7.2746377765003745,
                                                    47.9774599535711
                                                ],
                                                [
                                                    7.280204815919103,
                                                    47.97713796242447
                                                ],
                                                [
                                                    7.294169592766086,
                                                    47.977073564195145
                                                ],
                                                [
                                                    7.3004914849873535,
                                                    47.97636518367256
                                                ],
                                                [
                                                    7.302284260393386,
                                                    47.980164679202794
                                                ],
                                                [
                                                    7.3027560433949725,
                                                    47.98473695348493
                                                ],
                                                [
                                                    7.309361005417194,
                                                    47.98473695348493
                                                ],
                                                [
                                                    7.310398928020686,
                                                    47.988278856097864
                                                ],
                                                [
                                                    7.311719920425131,
                                                    47.998067386955405
                                                ],
                                                [
                                                    7.313040912829574,
                                                    48.002768457696206
                                                ],
                                                [
                                                    7.303793965998465,
                                                    48.00347683821879
                                                ],
                                                [
                                                    7.303416539597195,
                                                    48.00180248425632
                                                ],
                                                [
                                                    7.299170492582911,
                                                    48.001416094880355
                                                ],
                                                [
                                                    7.298226926579736,
                                                    47.99793859049676
                                                ],
                                                [
                                                    7.29360345316418,
                                                    47.997616599350124
                                                ],
                                                [
                                                    7.285017002535294,
                                                    47.99594224538765
                                                ],
                                                [
                                                    7.275581342503549,
                                                    47.994911873718436
                                                ],
                                                [
                                                    7.268032814478153,
                                                    47.99536266132372
                                                ],
                                                [
                                                    7.259352007248947,
                                                    47.993301917985285
                                                ],
                                                [
                                                    7.254822890433711,
                                                    47.993752705590566
                                                ],
                                                [
                                                    7.2504824868191085,
                                                    47.99562025424102
                                                ],
                                                [
                                                    7.247840502010219,
                                                    47.99768099757945
                                                ],
                                                [
                                                    7.24633079640514,
                                                    48.0007721125871
                                                ],
                                                [
                                                    7.243405741795299,
                                                    48.00431401520002
                                                ],
                                                [
                                                    7.238687911779427,
                                                    48.007533926666326
                                                ],
                                                [
                                                    7.234724934566095,
                                                    48.01114022750858
                                                ],
                                                [
                                                    7.229063538547048,
                                                    48.014231342516226
                                                ],
                                                [
                                                    7.22085451431943,
                                                    48.01539051064409
                                                ],
                                                [
                                                    7.215476188101335,
                                                    48.01674287345993
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68255",
                                        "libgeo": "Pfaffenheim",
                                        "xcl2154": 1019607,
                                        "ycl2154": 6773556
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.225383631134668,
                                                    48.191970455455866
                                                ],
                                                [
                                                    7.231799879956253,
                                                    48.195125968692835
                                                ],
                                                [
                                                    7.236706423172762,
                                                    48.1960275439034
                                                ],
                                                [
                                                    7.2443493077984735,
                                                    48.19828148192981
                                                ],
                                                [
                                                    7.249255851014982,
                                                    48.20214537568937
                                                ],
                                                [
                                                    7.255011603634345,
                                                    48.205172092467684
                                                ],
                                                [
                                                    7.256993092241012,
                                                    48.20542968538499
                                                ],
                                                [
                                                    7.273033714294978,
                                                    48.20291815444128
                                                ],
                                                [
                                                    7.279638676317199,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.279638676317199,
                                                    48.19641393327935
                                                ],
                                                [
                                                    7.27661926510704,
                                                    48.19377360587699
                                                ],
                                                [
                                                    7.280770955521008,
                                                    48.19119767670395
                                                ],
                                                [
                                                    7.279449963116563,
                                                    48.189136933365525
                                                ],
                                                [
                                                    7.283129870528945,
                                                    48.18765577409103
                                                ],
                                                [
                                                    7.288130770345769,
                                                    48.18681859710979
                                                ],
                                                [
                                                    7.295490585170529,
                                                    48.18997411034676
                                                ],
                                                [
                                                    7.299547918984179,
                                                    48.18849295107226
                                                ],
                                                [
                                                    7.3045488188010035,
                                                    48.18810656169631
                                                ],
                                                [
                                                    7.3088892224156075,
                                                    48.18945892451215
                                                ],
                                                [
                                                    7.315399827837511,
                                                    48.19023170326406
                                                ],
                                                [
                                                    7.3210612238565576,
                                                    48.18997411034676
                                                ],
                                                [
                                                    7.323231425663859,
                                                    48.18765577409103
                                                ],
                                                [
                                                    7.32577905387243,
                                                    48.18192433168102
                                                ],
                                                [
                                                    7.325495984071478,
                                                    48.176708075105616
                                                ],
                                                [
                                                    7.324080635066715,
                                                    48.174389738849875
                                                ],
                                                [
                                                    7.333610651698778,
                                                    48.17329496895134
                                                ],
                                                [
                                                    7.340309970321317,
                                                    48.17310177426336
                                                ],
                                                [
                                                    7.345877009740046,
                                                    48.17490492468448
                                                ],
                                                [
                                                    7.350972266157188,
                                                    48.185401836064614
                                                ],
                                                [
                                                    7.356444948975599,
                                                    48.18694739356844
                                                ],
                                                [
                                                    7.3672959580121065,
                                                    48.18520864137664
                                                ],
                                                [
                                                    7.367673384413375,
                                                    48.190553694410696
                                                ],
                                                [
                                                    7.359464360185757,
                                                    48.19209925191451
                                                ],
                                                [
                                                    7.352010188760679,
                                                    48.19519036692216
                                                ],
                                                [
                                                    7.3471980021444905,
                                                    48.19667152619666
                                                ],
                                                [
                                                    7.339649474119095,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.336441349708301,
                                                    48.20304695089993
                                                ],
                                                [
                                                    7.333421938498142,
                                                    48.20684644643016
                                                ],
                                                [
                                                    7.327949255679731,
                                                    48.21174071185894
                                                ],
                                                [
                                                    7.316815176842272,
                                                    48.21399464988534
                                                ],
                                                [
                                                    7.3088892224156075,
                                                    48.21322187113343
                                                ],
                                                [
                                                    7.305869811205448,
                                                    48.21219149946421
                                                ],
                                                [
                                                    7.300585841587671,
                                                    48.2131574729041
                                                ],
                                                [
                                                    7.295868011571799,
                                                    48.21502502155456
                                                ],
                                                [
                                                    7.296622864374339,
                                                    48.22004808344198
                                                ],
                                                [
                                                    7.293320383363228,
                                                    48.218760118855464
                                                ],
                                                [
                                                    7.2899235457518,
                                                    48.22358998605491
                                                ],
                                                [
                                                    7.285677498737516,
                                                    48.22584392408132
                                                ],
                                                [
                                                    7.280865312121326,
                                                    48.230866985968746
                                                ],
                                                [
                                                    7.276807978307676,
                                                    48.237821994735945
                                                ],
                                                [
                                                    7.269919946484502,
                                                    48.23750000358932
                                                ],
                                                [
                                                    7.261333495855614,
                                                    48.235439260250885
                                                ],
                                                [
                                                    7.256143882838155,
                                                    48.23608324254415
                                                ],
                                                [
                                                    7.25671002244006,
                                                    48.23363610982976
                                                ],
                                                [
                                                    7.246802579406727,
                                                    48.231832959408635
                                                ],
                                                [
                                                    7.243217028594665,
                                                    48.231832959408635
                                                ],
                                                [
                                                    7.236800779773078,
                                                    48.23028740190481
                                                ],
                                                [
                                                    7.231422453554983,
                                                    48.227067490438515
                                                ],
                                                [
                                                    7.230856313953079,
                                                    48.22268841084435
                                                ],
                                                [
                                                    7.229157895147366,
                                                    48.219983685212654
                                                ],
                                                [
                                                    7.220760157719112,
                                                    48.21367265873871
                                                ],
                                                [
                                                    7.226421553738159,
                                                    48.21058154373107
                                                ],
                                                [
                                                    7.22453442173181,
                                                    48.20697524288881
                                                ],
                                                [
                                                    7.2212319407207,
                                                    48.20504329600903
                                                ],
                                                [
                                                    7.224156995330541,
                                                    48.19879666776441
                                                ],
                                                [
                                                    7.223213429327367,
                                                    48.194868375775535
                                                ],
                                                [
                                                    7.225383631134668,
                                                    48.191970455455866
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68269",
                                        "libgeo": "Ribeauvillé",
                                        "xcl2154": 1020767,
                                        "ycl2154": 6797045
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.218778669112447,
                                                    48.18140914584641
                                                ],
                                                [
                                                    7.220571444518478,
                                                    48.183405490955515
                                                ],
                                                [
                                                    7.22453442173181,
                                                    48.18572382721125
                                                ],
                                                [
                                                    7.23302651576038,
                                                    48.18881494221889
                                                ],
                                                [
                                                    7.239820190983237,
                                                    48.18887934044822
                                                ],
                                                [
                                                    7.235857213769903,
                                                    48.18179553522236
                                                ],
                                                [
                                                    7.237178206174348,
                                                    48.180571968865166
                                                ],
                                                [
                                                    7.247557432209267,
                                                    48.179090809590676
                                                ],
                                                [
                                                    7.256804379040378,
                                                    48.18018557948921
                                                ],
                                                [
                                                    7.260201216651805,
                                                    48.1794128007373
                                                ],
                                                [
                                                    7.263975480664503,
                                                    48.17645048218831
                                                ],
                                                [
                                                    7.267749744677201,
                                                    48.17110542915425
                                                ],
                                                [
                                                    7.2685989540800575,
                                                    48.16679074778941
                                                ],
                                                [
                                                    7.271995791691485,
                                                    48.1625404646539
                                                ],
                                                [
                                                    7.274732133100691,
                                                    48.15751740276648
                                                ],
                                                [
                                                    7.281620164923866,
                                                    48.15532786296939
                                                ],
                                                [
                                                    7.292282460759737,
                                                    48.15320272140164
                                                ],
                                                [
                                                    7.299642275584497,
                                                    48.15397550015355
                                                ],
                                                [
                                                    7.305303671603544,
                                                    48.153846703694896
                                                ],
                                                [
                                                    7.309738431818464,
                                                    48.15603624349198
                                                ],
                                                [
                                                    7.318985378649573,
                                                    48.156937818702545
                                                ],
                                                [
                                                    7.318419239047668,
                                                    48.1637640310111
                                                ],
                                                [
                                                    7.3110594242229086,
                                                    48.16852949998122
                                                ],
                                                [
                                                    7.301623764191164,
                                                    48.17142742030089
                                                ],
                                                [
                                                    7.30171812079148,
                                                    48.17207140259414
                                                ],
                                                [
                                                    7.2986987095813225,
                                                    48.17471172999651
                                                ],
                                                [
                                                    7.2946413757676725,
                                                    48.1794128007373
                                                ],
                                                [
                                                    7.286809777941325,
                                                    48.18372748210214
                                                ],
                                                [
                                                    7.277657187710532,
                                                    48.18514424314731
                                                ],
                                                [
                                                    7.2736942104972,
                                                    48.18778457054968
                                                ],
                                                [
                                                    7.273599853896882,
                                                    48.191970455455866
                                                ],
                                                [
                                                    7.27661926510704,
                                                    48.19377360587699
                                                ],
                                                [
                                                    7.279638676317199,
                                                    48.19641393327935
                                                ],
                                                [
                                                    7.279638676317199,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.273033714294978,
                                                    48.20291815444128
                                                ],
                                                [
                                                    7.256993092241012,
                                                    48.20542968538499
                                                ],
                                                [
                                                    7.255011603634345,
                                                    48.205172092467684
                                                ],
                                                [
                                                    7.249255851014982,
                                                    48.20214537568937
                                                ],
                                                [
                                                    7.2443493077984735,
                                                    48.19828148192981
                                                ],
                                                [
                                                    7.236706423172762,
                                                    48.1960275439034
                                                ],
                                                [
                                                    7.231799879956253,
                                                    48.195125968692835
                                                ],
                                                [
                                                    7.225383631134668,
                                                    48.191970455455866
                                                ],
                                                [
                                                    7.220665801118796,
                                                    48.18746257940305
                                                ],
                                                [
                                                    7.218778669112447,
                                                    48.18140914584641
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68277",
                                        "libgeo": "Riquewihr",
                                        "xcl2154": 1019506,
                                        "ycl2154": 6793803
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.382770440464166,
                                                    48.21953289760737
                                                ],
                                                [
                                                    7.384185789468929,
                                                    48.22101405688187
                                                ],
                                                [
                                                    7.374655772836866,
                                                    48.22326799490828
                                                ],
                                                [
                                                    7.371825074827343,
                                                    48.22436276480682
                                                ],
                                                [
                                                    7.362200701594964,
                                                    48.226101516998625
                                                ],
                                                [
                                                    7.35455781696925,
                                                    48.22069206573524
                                                ],
                                                [
                                                    7.349651273752744,
                                                    48.22101405688187
                                                ],
                                                [
                                                    7.347764141746395,
                                                    48.219661694066026
                                                ],
                                                [
                                                    7.349556917152426,
                                                    48.21895331354344
                                                ],
                                                [
                                                    7.351538405759093,
                                                    48.215862198535795
                                                ],
                                                [
                                                    7.354652173569568,
                                                    48.21418784457332
                                                ],
                                                [
                                                    7.3667298184102,
                                                    48.21225589769354
                                                ],
                                                [
                                                    7.371825074827343,
                                                    48.21354386228006
                                                ],
                                                [
                                                    7.37786389724766,
                                                    48.21386585342669
                                                ],
                                                [
                                                    7.381732517860676,
                                                    48.214896225095906
                                                ],
                                                [
                                                    7.382770440464166,
                                                    48.21953289760737
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68285",
                                        "libgeo": "Rorschwihr",
                                        "xcl2154": 1023845,
                                        "ycl2154": 6799715
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "MultiPolygon",
                                        "coordinates": [
                                            [
                                                [
                                                    [
                                                        7.267183605075297,
                                                        47.930062856787195
                                                    ],
                                                    [
                                                        7.273882923697834,
                                                        47.93250998950158
                                                    ],
                                                    [
                                                        7.281903234724818,
                                                        47.93630948503181
                                                    ],
                                                    [
                                                        7.287658987344181,
                                                        47.94055976816733
                                                    ],
                                                    [
                                                        7.291999390958783,
                                                        47.94191213098318
                                                    ],
                                                    [
                                                        7.297094647375926,
                                                        47.9399801841034
                                                    ],
                                                    [
                                                        7.308417439414019,
                                                        47.9332827682535
                                                    ],
                                                    [
                                                        7.313418339230844,
                                                        47.934377538152035
                                                    ],
                                                    [
                                                        7.322382216261002,
                                                        47.937661847847664
                                                    ],
                                                    [
                                                        7.328515395281635,
                                                        47.937146662013056
                                                    ],
                                                    [
                                                        7.329364604684492,
                                                        47.939529396498116
                                                    ],
                                                    [
                                                        7.3328557988962375,
                                                        47.94332889202835
                                                    ],
                                                    [
                                                        7.335214713904175,
                                                        47.94725718401723
                                                    ],
                                                    [
                                                        7.335120357303857,
                                                        47.94931792735566
                                                    ],
                                                    [
                                                        7.338611551515602,
                                                        47.949639918502285
                                                    ],
                                                    [
                                                        7.343423738131793,
                                                        47.94822315745712
                                                    ],
                                                    [
                                                        7.345027800337188,
                                                        47.951765060070045
                                                    ],
                                                    [
                                                        7.344461660735283,
                                                        47.95466298038971
                                                    ],
                                                    [
                                                        7.339083334517189,
                                                        47.95698131664545
                                                    ],
                                                    [
                                                        7.334459861101634,
                                                        47.96078081217568
                                                    ],
                                                    [
                                                        7.334931644103222,
                                                        47.96155359092759
                                                    ],
                                                    [
                                                        7.336441349708301,
                                                        47.96432271478861
                                                    ],
                                                    [
                                                        7.3347429309025864,
                                                        47.96599706875108
                                                    ],
                                                    [
                                                        7.3330445120968735,
                                                        47.96998975896929
                                                    ],
                                                    [
                                                        7.335309070504491,
                                                        47.97539921023267
                                                    ],
                                                    [
                                                        7.338139768514014,
                                                        47.97926310399223
                                                    ],
                                                    [
                                                        7.336158279907349,
                                                        47.98048667034942
                                                    ],
                                                    [
                                                        7.336252636507665,
                                                        47.98409297119168
                                                    ],
                                                    [
                                                        7.340970466523538,
                                                        47.9891160330791
                                                    ],
                                                    [
                                                        7.343801164533061,
                                                        47.993237519755965
                                                    ],
                                                    [
                                                        7.3453108701381415,
                                                        47.99626423653428
                                                    ],
                                                    [
                                                        7.344556017335601,
                                                        48.00051451966979
                                                    ],
                                                    [
                                                        7.342574528728934,
                                                        48.00463600634666
                                                    ],
                                                    [
                                                        7.340215613720999,
                                                        48.00418521874138
                                                    ],
                                                    [
                                                        7.323231425663859,
                                                        48.00701874083172
                                                    ],
                                                    [
                                                        7.318324882447352,
                                                        48.003348041760134
                                                    ],
                                                    [
                                                        7.313040912829574,
                                                        48.002768457696206
                                                    ],
                                                    [
                                                        7.311719920425131,
                                                        47.998067386955405
                                                    ],
                                                    [
                                                        7.310398928020686,
                                                        47.988278856097864
                                                    ],
                                                    [
                                                        7.309361005417194,
                                                        47.98473695348493
                                                    ],
                                                    [
                                                        7.3027560433949725,
                                                        47.98473695348493
                                                    ],
                                                    [
                                                        7.302284260393386,
                                                        47.980164679202794
                                                    ],
                                                    [
                                                        7.3004914849873535,
                                                        47.97636518367256
                                                    ],
                                                    [
                                                        7.294169592766086,
                                                        47.977073564195145
                                                    ],
                                                    [
                                                        7.280204815919103,
                                                        47.97713796242447
                                                    ],
                                                    [
                                                        7.27775154431085,
                                                        47.97063374126255
                                                    ],
                                                    [
                                                        7.277562831110214,
                                                        47.96219757322085
                                                    ],
                                                    [
                                                        7.275298272702597,
                                                        47.95620853789354
                                                    ],
                                                    [
                                                        7.271995791691485,
                                                        47.95015510433689
                                                    ],
                                                    [
                                                        7.2603899298524395,
                                                        47.9399801841034
                                                    ],
                                                    [
                                                        7.255483386635933,
                                                        47.937661847847664
                                                    ],
                                                    [
                                                        7.253124471627996,
                                                        47.9352791133626
                                                    ],
                                                    [
                                                        7.255955169637519,
                                                        47.93141521960304
                                                    ],
                                                    [
                                                        7.2602955732521215,
                                                        47.929805263869895
                                                    ],
                                                    [
                                                        7.263786767463867,
                                                        47.930771237309784
                                                    ],
                                                    [
                                                        7.267183605075297,
                                                        47.930062856787195
                                                    ]
                                                ]
                                            ],
                                            [
                                                [
                                                    [
                                                        7.173487500960072,
                                                        47.95833367946129
                                                    ],
                                                    [
                                                        7.183866726994991,
                                                        47.96973216605199
                                                    ],
                                                    [
                                                        7.185187719399436,
                                                        47.97520601554469
                                                    ],
                                                    [
                                                        7.189339409813404,
                                                        47.97887671461628
                                                    ],
                                                    [
                                                        7.192830604025148,
                                                        47.983770980045044
                                                    ],
                                                    [
                                                        7.20056784525118,
                                                        47.988729643703145
                                                    ],
                                                    [
                                                        7.200001705649275,
                                                        47.9908547852709
                                                    ],
                                                    [
                                                        7.203209830060067,
                                                        47.99394590027855
                                                    ],
                                                    [
                                                        7.190566045617531,
                                                        47.99716581174484
                                                    ],
                                                    [
                                                        7.184338509996578,
                                                        48.00367003290677
                                                    ],
                                                    [
                                                        7.180469889383564,
                                                        48.005666378015874
                                                    ],
                                                    [
                                                        7.181413455386738,
                                                        48.000643316128446
                                                    ],
                                                    [
                                                        7.180658602584198,
                                                        47.99864697101934
                                                    ],
                                                    [
                                                        7.1761294857689615,
                                                        47.99626423653428
                                                    ],
                                                    [
                                                        7.170845516151183,
                                                        47.99884016570732
                                                    ],
                                                    [
                                                        7.167543035140073,
                                                        47.999419749771256
                                                    ],
                                                    [
                                                        7.165278476732454,
                                                        47.99768099757945
                                                    ],
                                                    [
                                                        7.1617872825207085,
                                                        47.992078351628095
                                                    ],
                                                    [
                                                        7.1559371733010275,
                                                        47.987312882657974
                                                    ],
                                                    [
                                                        7.1477281490734095,
                                                        47.97649398013121
                                                    ],
                                                    [
                                                        7.152351622488964,
                                                        47.97436883856346
                                                    ],
                                                    [
                                                        7.158390444909281,
                                                        47.965159891769844
                                                    ],
                                                    [
                                                        7.16433491072928,
                                                        47.96155359092759
                                                    ],
                                                    [
                                                        7.173487500960072,
                                                        47.95833367946129
                                                    ]
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68287",
                                        "libgeo": "Rouffach",
                                        "xcl2154": 1020750,
                                        "ycl2154": 6770559
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.0794139704435795,
                                                    47.903337591616925
                                                ],
                                                [
                                                    7.071110589615643,
                                                    47.90488314912075
                                                ],
                                                [
                                                    7.068468604806756,
                                                    47.90662190131255
                                                ],
                                                [
                                                    7.0675250388035815,
                                                    47.908811441109634
                                                ],
                                                [
                                                    7.062901565388025,
                                                    47.91209575080526
                                                ],
                                                [
                                                    7.058372448572789,
                                                    47.911000980906714
                                                ],
                                                [
                                                    7.050729563947075,
                                                    47.91080778621874
                                                ],
                                                [
                                                    7.049974711144537,
                                                    47.90990621100817
                                                ],
                                                [
                                                    7.0393124153086655,
                                                    47.90230721994771
                                                ],
                                                [
                                                    7.030254181678189,
                                                    47.89438623774062
                                                ],
                                                [
                                                    7.0250645686607305,
                                                    47.890264751063754
                                                ],
                                                [
                                                    7.013836133222955,
                                                    47.878801866243734
                                                ],
                                                [
                                                    7.013647420022319,
                                                    47.87667672467598
                                                ],
                                                [
                                                    7.014024846423589,
                                                    47.875195565401484
                                                ],
                                                [
                                                    7.012326427617876,
                                                    47.86669499913046
                                                ],
                                                [
                                                    7.0131756370207325,
                                                    47.86328189297618
                                                ],
                                                [
                                                    7.02468714225946,
                                                    47.867532176111695
                                                ],
                                                [
                                                    7.041482617115967,
                                                    47.866823795589106
                                                ],
                                                [
                                                    7.043841532123902,
                                                    47.86617981329585
                                                ],
                                                [
                                                    7.04723836973533,
                                                    47.86824055663428
                                                ],
                                                [
                                                    7.046766586733743,
                                                    47.87377880435631
                                                ],
                                                [
                                                    7.046389160332473,
                                                    47.87809348572115
                                                ],
                                                [
                                                    7.049502928142949,
                                                    47.88311654760857
                                                ],
                                                [
                                                    7.052144912951838,
                                                    47.889685166999826
                                                ],
                                                [
                                                    7.054220758158821,
                                                    47.89193910502623
                                                ],
                                                [
                                                    7.057900665571201,
                                                    47.89348466253006
                                                ],
                                                [
                                                    7.064694340794058,
                                                    47.89419304305264
                                                ],
                                                [
                                                    7.073941287625167,
                                                    47.89837892795883
                                                ],
                                                [
                                                    7.076488915833738,
                                                    47.9000532819213
                                                ],
                                                [
                                                    7.0794139704435795,
                                                    47.903337591616925
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68292",
                                        "libgeo": "Saint-Amarin",
                                        "xcl2154": 1001257,
                                        "ycl2154": 6760279
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.24114118338768,
                                                    48.276976118166125
                                                ],
                                                [
                                                    7.231988593156889,
                                                    48.27704051639545
                                                ],
                                                [
                                                    7.2220811501235564,
                                                    48.279358852651185
                                                ],
                                                [
                                                    7.22047708791816,
                                                    48.28431751630929
                                                ],
                                                [
                                                    7.214910048499431,
                                                    48.28869659590345
                                                ],
                                                [
                                                    7.2084937996778455,
                                                    48.29281808258031
                                                ],
                                                [
                                                    7.207455877074353,
                                                    48.296037994046614
                                                ],
                                                [
                                                    7.205380031867368,
                                                    48.297712348009085
                                                ],
                                                [
                                                    7.200473488650862,
                                                    48.299129109054256
                                                ],
                                                [
                                                    7.193585456827688,
                                                    48.302027029373924
                                                ],
                                                [
                                                    7.186697425004515,
                                                    48.301833834685944
                                                ],
                                                [
                                                    7.17244957835658,
                                                    48.297519153321105
                                                ],
                                                [
                                                    7.173770570761024,
                                                    48.29262488789234
                                                ],
                                                [
                                                    7.1761294857689615,
                                                    48.2888253923621
                                                ],
                                                [
                                                    7.169807593547692,
                                                    48.28566987912513
                                                ],
                                                [
                                                    7.164051840928328,
                                                    48.28122640130164
                                                ],
                                                [
                                                    7.158484801509599,
                                                    48.273820604929156
                                                ],
                                                [
                                                    7.160749359917218,
                                                    48.27111587929747
                                                ],
                                                [
                                                    7.158579158109917,
                                                    48.2684755518951
                                                ],
                                                [
                                                    7.1577299487070585,
                                                    48.26757397668454
                                                ],
                                                [
                                                    7.162259065522297,
                                                    48.26557763157543
                                                ],
                                                [
                                                    7.166410755936265,
                                                    48.266479206785995
                                                ],
                                                [
                                                    7.172166508555628,
                                                    48.26261531302644
                                                ],
                                                [
                                                    7.174053640561977,
                                                    48.25971739270677
                                                ],
                                                [
                                                    7.183678013794357,
                                                    48.25443673790204
                                                ],
                                                [
                                                    7.18981119281499,
                                                    48.25250479102226
                                                ],
                                                [
                                                    7.192924960625466,
                                                    48.252440392792934
                                                ],
                                                [
                                                    7.196699224638164,
                                                    48.25417914498474
                                                ],
                                                [
                                                    7.202832403658799,
                                                    48.2553383131126
                                                ],
                                                [
                                                    7.207078450673083,
                                                    48.25559590602991
                                                ],
                                                [
                                                    7.214721335298797,
                                                    48.257399056451035
                                                ],
                                                [
                                                    7.218212529510542,
                                                    48.25945979978947
                                                ],
                                                [
                                                    7.223496499128319,
                                                    48.255982295405865
                                                ],
                                                [
                                                    7.224156995330541,
                                                    48.254823127278
                                                ],
                                                [
                                                    7.222930359526415,
                                                    48.24600056986034
                                                ],
                                                [
                                                    7.226515910338477,
                                                    48.236405233690775
                                                ],
                                                [
                                                    7.228025615943555,
                                                    48.228741844400986
                                                ],
                                                [
                                                    7.231422453554983,
                                                    48.227067490438515
                                                ],
                                                [
                                                    7.236800779773078,
                                                    48.23028740190481
                                                ],
                                                [
                                                    7.243217028594665,
                                                    48.231832959408635
                                                ],
                                                [
                                                    7.246802579406727,
                                                    48.231832959408635
                                                ],
                                                [
                                                    7.25671002244006,
                                                    48.23363610982976
                                                ],
                                                [
                                                    7.256143882838155,
                                                    48.23608324254415
                                                ],
                                                [
                                                    7.25303011502768,
                                                    48.24149269380752
                                                ],
                                                [
                                                    7.24963327741625,
                                                    48.24992886184923
                                                ],
                                                [
                                                    7.246425153005458,
                                                    48.255016321965975
                                                ],
                                                [
                                                    7.245387230401966,
                                                    48.25778544582699
                                                ],
                                                [
                                                    7.246425153005458,
                                                    48.264289666988915
                                                ],
                                                [
                                                    7.246047726604188,
                                                    48.26654360501532
                                                ],
                                                [
                                                    7.243500098395617,
                                                    48.270987082838815
                                                ],
                                                [
                                                    7.24114118338768,
                                                    48.276976118166125
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68294",
                                        "libgeo": "Sainte-Croix-aux-Mines",
                                        "xcl2154": 1013476,
                                        "ycl2154": 6804207
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.352765041563219,
                                                    48.043081749254256
                                                ],
                                                [
                                                    7.349934343553696,
                                                    48.03992623601728
                                                ],
                                                [
                                                    7.351632762359409,
                                                    48.0377366962202
                                                ],
                                                [
                                                    7.350406126555282,
                                                    48.03561155465244
                                                ],
                                                [
                                                    7.347858498346711,
                                                    48.02794816536265
                                                ],
                                                [
                                                    7.352576328362583,
                                                    48.02794816536265
                                                ],
                                                [
                                                    7.3531424679644894,
                                                    48.02376228045647
                                                ],
                                                [
                                                    7.34644314934195,
                                                    48.01745125398252
                                                ],
                                                [
                                                    7.3488020643498855,
                                                    48.01674287345993
                                                ],
                                                [
                                                    7.352859398163537,
                                                    48.01365175845229
                                                ],
                                                [
                                                    7.358709507383218,
                                                    48.0077271213543
                                                ],
                                                [
                                                    7.359181290384805,
                                                    48.00360563467744
                                                ],
                                                [
                                                    7.358332080981948,
                                                    48.000900909045754
                                                ],
                                                [
                                                    7.370598439023216,
                                                    47.995427059553045
                                                ],
                                                [
                                                    7.373523493633058,
                                                    47.994718679030456
                                                ],
                                                [
                                                    7.378146967048612,
                                                    47.995169466635744
                                                ],
                                                [
                                                    7.380411525456231,
                                                    47.99813178518473
                                                ],
                                                [
                                                    7.389752828887658,
                                                    47.99742340466215
                                                ],
                                                [
                                                    7.395697294707657,
                                                    47.99819618341406
                                                ],
                                                [
                                                    7.404755528338131,
                                                    47.99658622768091
                                                ],
                                                [
                                                    7.408718505551465,
                                                    47.99484747548911
                                                ],
                                                [
                                                    7.409756428154956,
                                                    47.99278673215068
                                                ],
                                                [
                                                    7.412398412963845,
                                                    47.99124117464686
                                                ],
                                                [
                                                    7.42626883321051,
                                                    47.98918043130843
                                                ],
                                                [
                                                    7.438629547852094,
                                                    47.98383537827437
                                                ],
                                                [
                                                    7.444007874070189,
                                                    47.98209662608257
                                                ],
                                                [
                                                    7.449386200288283,
                                                    47.97958509513886
                                                ],
                                                [
                                                    7.449103130487331,
                                                    47.97501282085672
                                                ],
                                                [
                                                    7.452783037899711,
                                                    47.97520601554469
                                                ],
                                                [
                                                    7.460897705527011,
                                                    47.98550973223685
                                                ],
                                                [
                                                    7.463634046936218,
                                                    47.993495112673266
                                                ],
                                                [
                                                    7.447404711681616,
                                                    47.99742340466215
                                                ],
                                                [
                                                    7.440516679858443,
                                                    47.99961294445923
                                                ],
                                                [
                                                    7.431741516028921,
                                                    48.000192528523165
                                                ],
                                                [
                                                    7.426740616212096,
                                                    48.00508679395194
                                                ],
                                                [
                                                    7.424476057804477,
                                                    48.00869309479419
                                                ],
                                                [
                                                    7.424853484205747,
                                                    48.01101143104992
                                                ],
                                                [
                                                    7.407114443346068,
                                                    48.01371615668162
                                                ],
                                                [
                                                    7.4072087999463845,
                                                    48.01126902396723
                                                ],
                                                [
                                                    7.402113543529244,
                                                    48.010882634591276
                                                ],
                                                [
                                                    7.400320768123211,
                                                    48.01893241325702
                                                ],
                                                [
                                                    7.40739751314702,
                                                    48.022345519411296
                                                ],
                                                [
                                                    7.410228211156544,
                                                    48.027110988381416
                                                ],
                                                [
                                                    7.409379001753686,
                                                    48.0312968732876
                                                ],
                                                [
                                                    7.402679683131148,
                                                    48.03245604141547
                                                ],
                                                [
                                                    7.393621449500674,
                                                    48.03226284672749
                                                ],
                                                [
                                                    7.386450347876546,
                                                    48.03400159891929
                                                ],
                                                [
                                                    7.375504982239723,
                                                    48.03754350153222
                                                ],
                                                [
                                                    7.373995276634644,
                                                    48.03902466080672
                                                ],
                                                [
                                                    7.373240423832105,
                                                    48.04250216519032
                                                ],
                                                [
                                                    7.36569189580671,
                                                    48.041278598833124
                                                ],
                                                [
                                                    7.3611627789914715,
                                                    48.0412142006038
                                                ],
                                                [
                                                    7.352765041563219,
                                                    48.043081749254256
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68295",
                                        "libgeo": "Sainte-Croix-en-Plaine",
                                        "xcl2154": 1026758,
                                        "ycl2154": 6776678
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.314456261834336,
                                                    48.26364568469565
                                                ],
                                                [
                                                    7.313323982630526,
                                                    48.26493364928217
                                                ],
                                                [
                                                    7.297943856778782,
                                                    48.26435406521824
                                                ],
                                                [
                                                    7.295113158769261,
                                                    48.26403207407161
                                                ],
                                                [
                                                    7.277279761309262,
                                                    48.25965299447745
                                                ],
                                                [
                                                    7.267089248474979,
                                                    48.257592251139016
                                                ],
                                                [
                                                    7.260672999653392,
                                                    48.25063724237181
                                                ],
                                                [
                                                    7.258219728045138,
                                                    48.2446482070445
                                                ],
                                                [
                                                    7.25812537144482,
                                                    48.24026912745033
                                                ],
                                                [
                                                    7.265768256070534,
                                                    48.24129949911955
                                                ],
                                                [
                                                    7.272467574693073,
                                                    48.241621490266176
                                                ],
                                                [
                                                    7.276807978307676,
                                                    48.244261817668544
                                                ],
                                                [
                                                    7.277279761309262,
                                                    48.24825450788675
                                                ],
                                                [
                                                    7.280676598920691,
                                                    48.25076603883046
                                                ],
                                                [
                                                    7.298509996380688,
                                                    48.25353516269148
                                                ],
                                                [
                                                    7.303982679199099,
                                                    48.251860808729006
                                                ],
                                                [
                                                    7.318985378649573,
                                                    48.245678578713715
                                                ],
                                                [
                                                    7.32577905387243,
                                                    48.24155709203685
                                                ],
                                                [
                                                    7.3261564802737,
                                                    48.23930315401044
                                                ],
                                                [
                                                    7.328987178283223,
                                                    48.23415129566437
                                                ],
                                                [
                                                    7.334365504501316,
                                                    48.23344291514178
                                                ],
                                                [
                                                    7.341442249525126,
                                                    48.23106018065672
                                                ],
                                                [
                                                    7.3571998017781395,
                                                    48.2297722160702
                                                ],
                                                [
                                                    7.362200701594964,
                                                    48.226101516998625
                                                ],
                                                [
                                                    7.371825074827343,
                                                    48.22436276480682
                                                ],
                                                [
                                                    7.374655772836866,
                                                    48.22326799490828
                                                ],
                                                [
                                                    7.384185789468929,
                                                    48.22101405688187
                                                ],
                                                [
                                                    7.382770440464166,
                                                    48.21953289760737
                                                ],
                                                [
                                                    7.38597856487496,
                                                    48.21863132239681
                                                ],
                                                [
                                                    7.3930553098987675,
                                                    48.21792294187422
                                                ],
                                                [
                                                    7.4031514661327344,
                                                    48.21573340207714
                                                ],
                                                [
                                                    7.405699094341306,
                                                    48.21908211000209
                                                ],
                                                [
                                                    7.420230010790193,
                                                    48.21592659676512
                                                ],
                                                [
                                                    7.427589825614953,
                                                    48.2131574729041
                                                ],
                                                [
                                                    7.430892306626064,
                                                    48.2114187207123
                                                ],
                                                [
                                                    7.434194787637174,
                                                    48.21483182686658
                                                ],
                                                [
                                                    7.4354214234413005,
                                                    48.21772974718625
                                                ],
                                                [
                                                    7.424853484205747,
                                                    48.219854888754
                                                ],
                                                [
                                                    7.420607437191463,
                                                    48.22120725156985
                                                ],
                                                [
                                                    7.41437990157051,
                                                    48.22500674710008
                                                ],
                                                [
                                                    7.409850784755274,
                                                    48.22404077366019
                                                ],
                                                [
                                                    7.40702008674575,
                                                    48.22584392408132
                                                ],
                                                [
                                                    7.403811962334957,
                                                    48.23035180013414
                                                ],
                                                [
                                                    7.390318968489562,
                                                    48.23550365848021
                                                ],
                                                [
                                                    7.375127555838454,
                                                    48.24014033099168
                                                ],
                                                [
                                                    7.362200701594964,
                                                    48.24336024245798
                                                ],
                                                [
                                                    7.358520794182582,
                                                    48.24484140173247
                                                ],
                                                [
                                                    7.357294158378456,
                                                    48.246902145070905
                                                ],
                                                [
                                                    7.353897320767028,
                                                    48.2486408972627
                                                ],
                                                [
                                                    7.348235924747981,
                                                    48.24741733090551
                                                ],
                                                [
                                                    7.328609751881953,
                                                    48.24542098579641
                                                ],
                                                [
                                                    7.32096686725624,
                                                    48.24754612736417
                                                ],
                                                [
                                                    7.310115858219734,
                                                    48.253792755608785
                                                ],
                                                [
                                                    7.313795765632114,
                                                    48.25701266707508
                                                ],
                                                [
                                                    7.315022401436241,
                                                    48.26023257854138
                                                ],
                                                [
                                                    7.314456261834336,
                                                    48.26364568469565
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68296",
                                        "libgeo": "Saint-Hippolyte",
                                        "xcl2154": 1024164,
                                        "ycl2154": 6801518
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.220760157719112,
                                                    48.21367265873871
                                                ],
                                                [
                                                    7.229157895147366,
                                                    48.219983685212654
                                                ],
                                                [
                                                    7.230856313953079,
                                                    48.22268841084435
                                                ],
                                                [
                                                    7.231422453554983,
                                                    48.227067490438515
                                                ],
                                                [
                                                    7.228025615943555,
                                                    48.228741844400986
                                                ],
                                                [
                                                    7.226515910338477,
                                                    48.236405233690775
                                                ],
                                                [
                                                    7.222930359526415,
                                                    48.24600056986034
                                                ],
                                                [
                                                    7.224156995330541,
                                                    48.254823127278
                                                ],
                                                [
                                                    7.223496499128319,
                                                    48.255982295405865
                                                ],
                                                [
                                                    7.218212529510542,
                                                    48.25945979978947
                                                ],
                                                [
                                                    7.214721335298797,
                                                    48.257399056451035
                                                ],
                                                [
                                                    7.207078450673083,
                                                    48.25559590602991
                                                ],
                                                [
                                                    7.202832403658799,
                                                    48.2553383131126
                                                ],
                                                [
                                                    7.196699224638164,
                                                    48.25417914498474
                                                ],
                                                [
                                                    7.192924960625466,
                                                    48.252440392792934
                                                ],
                                                [
                                                    7.18981119281499,
                                                    48.25250479102226
                                                ],
                                                [
                                                    7.183678013794357,
                                                    48.25443673790204
                                                ],
                                                [
                                                    7.174053640561977,
                                                    48.25971739270677
                                                ],
                                                [
                                                    7.172166508555628,
                                                    48.26261531302644
                                                ],
                                                [
                                                    7.166410755936265,
                                                    48.266479206785995
                                                ],
                                                [
                                                    7.162259065522297,
                                                    48.26557763157543
                                                ],
                                                [
                                                    7.1577299487070585,
                                                    48.26757397668454
                                                ],
                                                [
                                                    7.147162009471505,
                                                    48.2615205431279
                                                ],
                                                [
                                                    7.141217543651506,
                                                    48.25733465822171
                                                ],
                                                [
                                                    7.139141698444523,
                                                    48.25398595029676
                                                ],
                                                [
                                                    7.139047341844205,
                                                    48.25031525122518
                                                ],
                                                [
                                                    7.133102876024206,
                                                    48.24722413621753
                                                ],
                                                [
                                                    7.132819806223254,
                                                    48.242845056623366
                                                ],
                                                [
                                                    7.134235155228015,
                                                    48.23775759650662
                                                ],
                                                [
                                                    7.130272178014683,
                                                    48.23363610982976
                                                ],
                                                [
                                                    7.130083464814047,
                                                    48.22957902138222
                                                ],
                                                [
                                                    7.128290689408016,
                                                    48.225908322310644
                                                ],
                                                [
                                                    7.126403557401667,
                                                    48.224942348870755
                                                ],
                                                [
                                                    7.126026131000397,
                                                    48.22230202146839
                                                ],
                                                [
                                                    7.123006719790239,
                                                    48.21624858791175
                                                ],
                                                [
                                                    7.118760672775953,
                                                    48.21386585342669
                                                ],
                                                [
                                                    7.116213044567384,
                                                    48.209679968520504
                                                ],
                                                [
                                                    7.1163074011677,
                                                    48.20723283580612
                                                ],
                                                [
                                                    7.1134767031581765,
                                                    48.20485010132106
                                                ],
                                                [
                                                    7.104984609129606,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.1081927335404,
                                                    48.19783069432452
                                                ],
                                                [
                                                    7.106116888333417,
                                                    48.19441758817025
                                                ],
                                                [
                                                    7.114137199360399,
                                                    48.1925500395198
                                                ],
                                                [
                                                    7.122346223588017,
                                                    48.19222804837317
                                                ],
                                                [
                                                    7.1277245498061115,
                                                    48.1925500395198
                                                ],
                                                [
                                                    7.134329511828333,
                                                    48.19480397754621
                                                ],
                                                [
                                                    7.140273977648332,
                                                    48.19409559702362
                                                ],
                                                [
                                                    7.143010319057537,
                                                    48.194932774004855
                                                ],
                                                [
                                                    7.150841916883885,
                                                    48.19216365014384
                                                ],
                                                [
                                                    7.163863127727693,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.1720721519553114,
                                                    48.20362653496386
                                                ],
                                                [
                                                    7.177167408372452,
                                                    48.20781241987005
                                                ],
                                                [
                                                    7.180281176182928,
                                                    48.20929357914454
                                                ],
                                                [
                                                    7.189339409813404,
                                                    48.20987316320848
                                                ],
                                                [
                                                    7.1960387284359415,
                                                    48.21669937551703
                                                ],
                                                [
                                                    7.205285675267052,
                                                    48.21669937551703
                                                ],
                                                [
                                                    7.220760157719112,
                                                    48.21367265873871
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68298",
                                        "libgeo": "Sainte-Marie-aux-Mines",
                                        "xcl2154": 1010325,
                                        "ycl2154": 6802170
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.087245568269927,
                                                    48.008306705418235
                                                ],
                                                [
                                                    7.074979210228659,
                                                    48.007469528437
                                                ],
                                                [
                                                    7.0675250388035815,
                                                    48.0042496169707
                                                ],
                                                [
                                                    7.061674929583899,
                                                    48.00231767009092
                                                ],
                                                [
                                                    7.054598184560091,
                                                    47.9975522011208
                                                ],
                                                [
                                                    7.049691641343585,
                                                    47.99310872329731
                                                ],
                                                [
                                                    7.04874807534041,
                                                    47.991369971105506
                                                ],
                                                [
                                                    7.043652818923268,
                                                    47.988536449015164
                                                ],
                                                [
                                                    7.042426183119141,
                                                    47.984930148172914
                                                ],
                                                [
                                                    7.0431810359216795,
                                                    47.973918050958176
                                                ],
                                                [
                                                    7.043086679321363,
                                                    47.970118555427945
                                                ],
                                                [
                                                    7.040822120913744,
                                                    47.966576652815014
                                                ],
                                                [
                                                    7.038840632307077,
                                                    47.96219757322085
                                                ],
                                                [
                                                    7.039784198310252,
                                                    47.95833367946129
                                                ],
                                                [
                                                    7.038557562506125,
                                                    47.954147794555105
                                                ],
                                                [
                                                    7.037236570101681,
                                                    47.95279543173926
                                                ],
                                                [
                                                    7.039029345507713,
                                                    47.952731033509934
                                                ],
                                                [
                                                    7.041293903915331,
                                                    47.949833113190266
                                                ],
                                                [
                                                    7.047049656534695,
                                                    47.947965564539814
                                                ],
                                                [
                                                    7.0534659053562825,
                                                    47.947707971622506
                                                ],
                                                [
                                                    7.063656418190566,
                                                    47.95047709548353
                                                ],
                                                [
                                                    7.071959799018502,
                                                    47.9518938565287
                                                ],
                                                [
                                                    7.078753474241357,
                                                    47.953697006949824
                                                ],
                                                [
                                                    7.081018032648976,
                                                    47.956272936122865
                                                ],
                                                [
                                                    7.084603583461038,
                                                    47.963936325412654
                                                ],
                                                [
                                                    7.094888452895641,
                                                    47.96786461740153
                                                ],
                                                [
                                                    7.11300492015659,
                                                    47.97655837836054
                                                ],
                                                [
                                                    7.119704238779128,
                                                    47.97797513940571
                                                ],
                                                [
                                                    7.126026131000397,
                                                    47.9806798650374
                                                ],
                                                [
                                                    7.119232455777541,
                                                    47.98602491807145
                                                ],
                                                [
                                                    7.118571959575319,
                                                    47.98918043130843
                                                ],
                                                [
                                                    7.099511926311195,
                                                    47.99574905069967
                                                ],
                                                [
                                                    7.091114188882943,
                                                    47.99626423653428
                                                ],
                                                [
                                                    7.086868141868657,
                                                    48.00025692675249
                                                ],
                                                [
                                                    7.087245568269927,
                                                    48.008306705418235
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68311",
                                        "libgeo": "Sondernach",
                                        "xcl2154": 1003744,
                                        "ycl2154": 6774218
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "MultiPolygon",
                                        "coordinates": [
                                            [
                                                [
                                                    [
                                                        7.098096577306433,
                                                        47.900439671297256
                                                    ],
                                                    [
                                                        7.103286190323893,
                                                        47.897606149206915
                                                    ],
                                                    [
                                                        7.115458191764843,
                                                        47.88897678647724
                                                    ],
                                                    [
                                                        7.12847940260865,
                                                        47.886594051992176
                                                    ],
                                                    [
                                                        7.131121387417539,
                                                        47.88479090157105
                                                    ],
                                                    [
                                                        7.128762472409604,
                                                        47.88092700781149
                                                    ],
                                                    [
                                                        7.127252766804523,
                                                        47.8750023707135
                                                    ],
                                                    [
                                                        7.1234785027918255,
                                                        47.867725370799675
                                                    ],
                                                    [
                                                        7.126969697003571,
                                                        47.86212272484831
                                                    ],
                                                    [
                                                        7.131404457218491,
                                                        47.85767924702482
                                                    ],
                                                    [
                                                        7.145086164264522,
                                                        47.85806563640078
                                                    ],
                                                    [
                                                        7.150275777281981,
                                                        47.85890281338202
                                                    ],
                                                    [
                                                        7.156408956302614,
                                                        47.86096355672045
                                                    ],
                                                    [
                                                        7.1518798394873775,
                                                        47.869464122991474
                                                    ],
                                                    [
                                                        7.158390444909281,
                                                        47.873456813209685
                                                    ],
                                                    [
                                                        7.161221142918804,
                                                        47.87390760081497
                                                    ],
                                                    [
                                                        7.1759407725683255,
                                                        47.87204005216451
                                                    ],
                                                    [
                                                        7.187546634407371,
                                                        47.87377880435631
                                                    ],
                                                    [
                                                        7.197737147241656,
                                                        47.87719191051059
                                                    ],
                                                    [
                                                        7.2001904188499095,
                                                        47.877578299886544
                                                    ],
                                                    [
                                                        7.195283875633403,
                                                        47.87938145030767
                                                    ],
                                                    [
                                                        7.1902829758165785,
                                                        47.880218627288905
                                                    ],
                                                    [
                                                        7.186414355203563,
                                                        47.88363173344318
                                                    ],
                                                    [
                                                        7.182262664789595,
                                                        47.88627206084555
                                                    ],
                                                    [
                                                        7.174525423563565,
                                                        47.889685166999826
                                                    ],
                                                    [
                                                        7.166222042735629,
                                                        47.89007155637578
                                                    ],
                                                    [
                                                        7.163580057926741,
                                                        47.889685166999826
                                                    ],
                                                    [
                                                        7.157163809105154,
                                                        47.89013595460511
                                                    ],
                                                    [
                                                        7.154427467695949,
                                                        47.89271188377814
                                                    ],
                                                    [
                                                        7.159239654312137,
                                                        47.89651137930837
                                                    ],
                                                    [
                                                        7.161598569320074,
                                                        47.9000532819213
                                                    ],
                                                    [
                                                        7.169335810546104,
                                                        47.90411037036884
                                                    ],
                                                    [
                                                        7.1760351291686435,
                                                        47.90417476859816
                                                    ],
                                                    [
                                                        7.1717890821543575,
                                                        47.90726588360581
                                                    ],
                                                    [
                                                        7.165184120132138,
                                                        47.90694389245918
                                                    ],
                                                    [
                                                        7.159711437313725,
                                                        47.905720326101985
                                                    ],
                                                    [
                                                        7.153295188492138,
                                                        47.90198522880108
                                                    ],
                                                    [
                                                        7.1399909078473796,
                                                        47.89850772441748
                                                    ],
                                                    [
                                                        7.135556147632459,
                                                        47.89960249431602
                                                    ],
                                                    [
                                                        7.130460891215317,
                                                        47.90217842348906
                                                    ],
                                                    [
                                                        7.121025231183572,
                                                        47.900954857131865
                                                    ],
                                                    [
                                                        7.114608982361987,
                                                        47.9032731933876
                                                    ],
                                                    [
                                                        7.11225006735405,
                                                        47.906493104853894
                                                    ],
                                                    [
                                                        7.11300492015659,
                                                        47.90939102517356
                                                    ],
                                                    [
                                                        7.107249167537225,
                                                        47.9079742641284
                                                    ],
                                                    [
                                                        7.1034749035245275,
                                                        47.90456115797412
                                                    ],
                                                    [
                                                        7.0994175697108775,
                                                        47.90250041463569
                                                    ],
                                                    [
                                                        7.099228856510243,
                                                        47.90224282171838
                                                    ],
                                                    [
                                                        7.098096577306433,
                                                        47.900439671297256
                                                    ]
                                                ]
                                            ],
                                            [
                                                [
                                                    [
                                                        7.257559231842916,
                                                        47.874937972484176
                                                    ],
                                                    [
                                                        7.2585027978460905,
                                                        47.881184600728794
                                                    ],
                                                    [
                                                        7.261710922256884,
                                                        47.884533308653744
                                                    ],
                                                    [
                                                        7.256993092241012,
                                                        47.89013595460511
                                                    ],
                                                    [
                                                        7.249538920815934,
                                                        47.890651140439715
                                                    ],
                                                    [
                                                        7.240103260784189,
                                                        47.892583087319494
                                                    ],
                                                    [
                                                        7.235857213769903,
                                                        47.895223414721855
                                                    ],
                                                    [
                                                        7.229440964948318,
                                                        47.896382582849725
                                                    ],
                                                    [
                                                        7.219533521914985,
                                                        47.89966689254535
                                                    ],
                                                    [
                                                        7.215570544701653,
                                                        47.89960249431602
                                                    ],
                                                    [
                                                        7.20943736568102,
                                                        47.89702656514298
                                                    ],
                                                    [
                                                        7.205096962066416,
                                                        47.8963181846204
                                                    ],
                                                    [
                                                        7.203681613061655,
                                                        47.89071553866904
                                                    ],
                                                    [
                                                        7.207078450673083,
                                                        47.88620766261622
                                                    ],
                                                    [
                                                        7.2101922184835585,
                                                        47.879445848536996
                                                    ],
                                                    [
                                                        7.2142495522972085,
                                                        47.880218627288905
                                                    ],
                                                    [
                                                        7.215947971102923,
                                                        47.874487184878895
                                                    ],
                                                    [
                                                        7.215381831501019,
                                                        47.87242644154047
                                                    ],
                                                    [
                                                        7.218873025712763,
                                                        47.872104450393834
                                                    ],
                                                    [
                                                        7.2262328405375245,
                                                        47.86128554786708
                                                    ],
                                                    [
                                                        7.232460376158476,
                                                        47.85780804348347
                                                    ],
                                                    [
                                                        7.233970081763554,
                                                        47.8576148487955
                                                    ],
                                                    [
                                                        7.242839602193395,
                                                        47.8593536009873
                                                    ],
                                                    [
                                                        7.2444436643987915,
                                                        47.86643740621315
                                                    ],
                                                    [
                                                        7.24633079640514,
                                                        47.871846857476534
                                                    ],
                                                    [
                                                        7.25303011502768,
                                                        47.875646353006765
                                                    ],
                                                    [
                                                        7.257559231842916,
                                                        47.874937972484176
                                                    ]
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68315",
                                        "libgeo": "Soultz-Haut-Rhin",
                                        "xcl2154": 1015995,
                                        "ycl2154": 6762457
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.13329158922484,
                                                    48.07779239486094
                                                ],
                                                [
                                                    7.12961168181246,
                                                    48.07933795236477
                                                ],
                                                [
                                                    7.122629293388969,
                                                    48.0833950408123
                                                ],
                                                [
                                                    7.110834718349289,
                                                    48.09080083718479
                                                ],
                                                [
                                                    7.107437880737861,
                                                    48.094664730944345
                                                ],
                                                [
                                                    7.106871741135955,
                                                    48.09646788136547
                                                ],
                                                [
                                                    7.103663616725163,
                                                    48.09994538574907
                                                ],
                                                [
                                                    7.08488665326199,
                                                    48.107286783892235
                                                ],
                                                [
                                                    7.07677198563469,
                                                    48.1087035449374
                                                ],
                                                [
                                                    7.071488016016914,
                                                    48.107801969726836
                                                ],
                                                [
                                                    7.070261380212787,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.057334525969297,
                                                    48.0886112973877
                                                ],
                                                [
                                                    7.05167312995025,
                                                    48.08262226206039
                                                ],
                                                [
                                                    7.058844231574375,
                                                    48.07998193465802
                                                ],
                                                [
                                                    7.064788697394374,
                                                    48.07721281079701
                                                ],
                                                [
                                                    7.068562961407072,
                                                    48.07637563381577
                                                ],
                                                [
                                                    7.076111489432468,
                                                    48.076311235586445
                                                ],
                                                [
                                                    7.081961598652151,
                                                    48.07450808516532
                                                ],
                                                [
                                                    7.082055955252467,
                                                    48.07051539494711
                                                ],
                                                [
                                                    7.0834713042572295,
                                                    48.06716668702216
                                                ],
                                                [
                                                    7.087151211669609,
                                                    48.063689182638555
                                                ],
                                                [
                                                    7.093756173691831,
                                                    48.05924570481507
                                                ],
                                                [
                                                    7.097719150905163,
                                                    48.057506952623264
                                                ],
                                                [
                                                    7.102814407322305,
                                                    48.056991766788656
                                                ],
                                                [
                                                    7.110079865546749,
                                                    48.05821533314585
                                                ],
                                                [
                                                    7.111495214551511,
                                                    48.061048855236194
                                                ],
                                                [
                                                    7.11668482756897,
                                                    48.06278760742799
                                                ],
                                                [
                                                    7.125365634798174,
                                                    48.06620071358227
                                                ],
                                                [
                                                    7.126780983802937,
                                                    48.0700002091125
                                                ],
                                                [
                                                    7.128385046008334,
                                                    48.077084014338354
                                                ],
                                                [
                                                    7.13329158922484,
                                                    48.07779239486094
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68317",
                                        "libgeo": "Soultzeren",
                                        "xcl2154": 1005471,
                                        "ycl2154": 6781650
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "MultiPolygon",
                                        "coordinates": [
                                            [
                                                [
                                                    [
                                                        7.206889737472449,
                                                        47.94403727255093
                                                    ],
                                                    [
                                                        7.2084937996778455,
                                                        47.95002630787825
                                                    ],
                                                    [
                                                        7.213872125895938,
                                                        47.95144306892342
                                                    ],
                                                    [
                                                        7.219910948316255,
                                                        47.95118547600611
                                                    ],
                                                    [
                                                        7.223779568929271,
                                                        47.949124732667684
                                                    ],
                                                    [
                                                        7.2362346401711735,
                                                        47.946999591099924
                                                    ],
                                                    [
                                                        7.240952470187046,
                                                        47.94455245838554
                                                    ],
                                                    [
                                                        7.245670300202918,
                                                        47.947707971622506
                                                    ],
                                                    [
                                                        7.247085649207681,
                                                        47.94951112204364
                                                    ],
                                                    [
                                                        7.249916347217204,
                                                        47.95981483873579
                                                    ],
                                                    [
                                                        7.253501898029266,
                                                        47.97044054657457
                                                    ],
                                                    [
                                                        7.253124471627996,
                                                        47.9722436969957
                                                    ],
                                                    [
                                                        7.238876624980063,
                                                        47.977073564195145
                                                    ],
                                                    [
                                                        7.230950670553397,
                                                        47.97733115711245
                                                    ],
                                                    [
                                                        7.228308685744508,
                                                        47.97842592701099
                                                    ],
                                                    [
                                                        7.223213429327367,
                                                        47.98119505087201
                                                    ],
                                                    [
                                                        7.217363320107684,
                                                        47.97913430753358
                                                    ],
                                                    [
                                                        7.210852714685781,
                                                        47.979005511074924
                                                    ],
                                                    [
                                                        7.207738946875305,
                                                        47.98190343139459
                                                    ],
                                                    [
                                                        7.205757458268638,
                                                        47.98531653754887
                                                    ],
                                                    [
                                                        7.20056784525118,
                                                        47.988729643703145
                                                    ],
                                                    [
                                                        7.192830604025148,
                                                        47.983770980045044
                                                    ],
                                                    [
                                                        7.189339409813404,
                                                        47.97887671461628
                                                    ],
                                                    [
                                                        7.185187719399436,
                                                        47.97520601554469
                                                    ],
                                                    [
                                                        7.183866726994991,
                                                        47.96973216605199
                                                    ],
                                                    [
                                                        7.173487500960072,
                                                        47.95833367946129
                                                    ],
                                                    [
                                                        7.186980494805467,
                                                        47.95472737861904
                                                    ],
                                                    [
                                                        7.193962883228958,
                                                        47.95350381226184
                                                    ],
                                                    [
                                                        7.200001705649275,
                                                        47.950348299024874
                                                    ],
                                                    [
                                                        7.206889737472449,
                                                        47.94403727255093
                                                    ]
                                                ]
                                            ],
                                            [
                                                [
                                                    [
                                                        7.203209830060067,
                                                        48.006374758538456
                                                    ],
                                                    [
                                                        7.195944371835625,
                                                        48.01178420980184
                                                    ],
                                                    [
                                                        7.192264464423244,
                                                        48.01725805929454
                                                    ],
                                                    [
                                                        7.1902829758165785,
                                                        48.01906120971567
                                                    ],
                                                    [
                                                        7.185282075999752,
                                                        48.01571250179072
                                                    ],
                                                    [
                                                        7.182923160991817,
                                                        48.0124281920951
                                                    ],
                                                    [
                                                        7.182923160991817,
                                                        48.01081823636195
                                                    ],
                                                    [
                                                        7.179431966780071,
                                                        48.00682554614374
                                                    ],
                                                    [
                                                        7.180469889383564,
                                                        48.005666378015874
                                                    ],
                                                    [
                                                        7.184338509996578,
                                                        48.00367003290677
                                                    ],
                                                    [
                                                        7.190566045617531,
                                                        47.99716581174484
                                                    ],
                                                    [
                                                        7.203209830060067,
                                                        47.99394590027855
                                                    ],
                                                    [
                                                        7.202549333857845,
                                                        48.00392762582407
                                                    ],
                                                    [
                                                        7.203209830060067,
                                                        48.006374758538456
                                                    ]
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68318",
                                        "libgeo": "Soultzmatt",
                                        "xcl2154": 1016283,
                                        "ycl2154": 6770787
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.09677558490199,
                                                    48.03966864309998
                                                ],
                                                [
                                                    7.104418469527702,
                                                    48.041471793521104
                                                ],
                                                [
                                                    7.11225006735405,
                                                    48.04398332446482
                                                ],
                                                [
                                                    7.116496114368336,
                                                    48.046494855408525
                                                ],
                                                [
                                                    7.118477602975001,
                                                    48.048877589893586
                                                ],
                                                [
                                                    7.11668482756897,
                                                    48.06278760742799
                                                ],
                                                [
                                                    7.111495214551511,
                                                    48.061048855236194
                                                ],
                                                [
                                                    7.110079865546749,
                                                    48.05821533314585
                                                ],
                                                [
                                                    7.102814407322305,
                                                    48.056991766788656
                                                ],
                                                [
                                                    7.097719150905163,
                                                    48.057506952623264
                                                ],
                                                [
                                                    7.093756173691831,
                                                    48.05924570481507
                                                ],
                                                [
                                                    7.087151211669609,
                                                    48.063689182638555
                                                ],
                                                [
                                                    7.0834713042572295,
                                                    48.06716668702216
                                                ],
                                                [
                                                    7.082055955252467,
                                                    48.07051539494711
                                                ],
                                                [
                                                    7.081961598652151,
                                                    48.07450808516532
                                                ],
                                                [
                                                    7.076111489432468,
                                                    48.076311235586445
                                                ],
                                                [
                                                    7.068562961407072,
                                                    48.07637563381577
                                                ],
                                                [
                                                    7.064788697394374,
                                                    48.07721281079701
                                                ],
                                                [
                                                    7.058844231574375,
                                                    48.07998193465802
                                                ],
                                                [
                                                    7.05167312995025,
                                                    48.08262226206039
                                                ],
                                                [
                                                    7.04799322253787,
                                                    48.08043272226331
                                                ],
                                                [
                                                    7.037708353103269,
                                                    48.078243182466224
                                                ],
                                                [
                                                    7.031575174082634,
                                                    48.07386410287206
                                                ],
                                                [
                                                    7.029688042076285,
                                                    48.07167456307498
                                                ],
                                                [
                                                    7.029782398676603,
                                                    48.068905439213964
                                                ],
                                                [
                                                    7.023460506455334,
                                                    48.06253001451069
                                                ],
                                                [
                                                    7.023460506455334,
                                                    48.0563477844954
                                                ],
                                                [
                                                    7.018837033039779,
                                                    48.055124218138204
                                                ],
                                                [
                                                    7.014590986025493,
                                                    48.04836240405898
                                                ],
                                                [
                                                    7.009684442808987,
                                                    48.042888554566275
                                                ],
                                                [
                                                    7.016383761431526,
                                                    48.03728590861492
                                                ],
                                                [
                                                    7.021290304648033,
                                                    48.036963917468285
                                                ],
                                                [
                                                    7.029499328875651,
                                                    48.035031970588506
                                                ],
                                                [
                                                    7.033556662689301,
                                                    48.035547156423114
                                                ],
                                                [
                                                    7.039029345507713,
                                                    48.034774377671205
                                                ],
                                                [
                                                    7.048181935738504,
                                                    48.0345167847539
                                                ],
                                                [
                                                    7.0591273013753275,
                                                    48.03580474934042
                                                ],
                                                [
                                                    7.06827989160612,
                                                    48.040505820081215
                                                ],
                                                [
                                                    7.071676729217548,
                                                    48.04166498820908
                                                ],
                                                [
                                                    7.0757340630312,
                                                    48.04153619175043
                                                ],
                                                [
                                                    7.089510126677546,
                                                    48.03805868736683
                                                ],
                                                [
                                                    7.09677558490199,
                                                    48.03966864309998
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68329",
                                        "libgeo": "Stosswihr",
                                        "xcl2154": 1005668,
                                        "ycl2154": 6780589
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.30247297359402,
                                                    48.24400422475124
                                                ],
                                                [
                                                    7.295679298371165,
                                                    48.24290945485269
                                                ],
                                                [
                                                    7.2886025533473555,
                                                    48.24336024245798
                                                ],
                                                [
                                                    7.2845452195337055,
                                                    48.24554978225506
                                                ],
                                                [
                                                    7.278317683912754,
                                                    48.24239426901809
                                                ],
                                                [
                                                    7.275958768904819,
                                                    48.23846597702921
                                                ],
                                                [
                                                    7.276807978307676,
                                                    48.237821994735945
                                                ],
                                                [
                                                    7.280865312121326,
                                                    48.230866985968746
                                                ],
                                                [
                                                    7.285677498737516,
                                                    48.22584392408132
                                                ],
                                                [
                                                    7.2899235457518,
                                                    48.22358998605491
                                                ],
                                                [
                                                    7.293320383363228,
                                                    48.218760118855464
                                                ],
                                                [
                                                    7.296622864374339,
                                                    48.22004808344198
                                                ],
                                                [
                                                    7.2986987095813225,
                                                    48.22049887104726
                                                ],
                                                [
                                                    7.31021021482005,
                                                    48.22796906564908
                                                ],
                                                [
                                                    7.304360105600369,
                                                    48.235632454938866
                                                ],
                                                [
                                                    7.3028503999952905,
                                                    48.238530375258534
                                                ],
                                                [
                                                    7.30247297359402,
                                                    48.24400422475124
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68335",
                                        "libgeo": "Thannenkirch",
                                        "xcl2154": 1019520,
                                        "ycl2154": 6800756
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.218967382313081,
                                                    48.098464226474576
                                                ],
                                                [
                                                    7.204719535665148,
                                                    48.092539589376585
                                                ],
                                                [
                                                    7.197737147241656,
                                                    48.09105843010209
                                                ],
                                                [
                                                    7.195000805832451,
                                                    48.08764532394781
                                                ],
                                                [
                                                    7.1960387284359415,
                                                    48.08429661602287
                                                ],
                                                [
                                                    7.19651051143753,
                                                    48.08120550101522
                                                ],
                                                [
                                                    7.199058139646101,
                                                    48.07920915590611
                                                ],
                                                [
                                                    7.206984094072765,
                                                    48.07689081965038
                                                ],
                                                [
                                                    7.210947071286099,
                                                    48.07901596121813
                                                ],
                                                [
                                                    7.216891537106098,
                                                    48.07914475767679
                                                ],
                                                [
                                                    7.23378136856292,
                                                    48.077727996631616
                                                ],
                                                [
                                                    7.239631477782601,
                                                    48.078887164759486
                                                ],
                                                [
                                                    7.244915447400378,
                                                    48.0781787842369
                                                ],
                                                [
                                                    7.250105060417838,
                                                    48.07579604975184
                                                ],
                                                [
                                                    7.250105060417838,
                                                    48.07431489047734
                                                ],
                                                [
                                                    7.266240039072122,
                                                    48.078243182466224
                                                ],
                                                [
                                                    7.278034614111802,
                                                    48.07753480194364
                                                ],
                                                [
                                                    7.298509996380688,
                                                    48.07373530641341
                                                ],
                                                [
                                                    7.306435950807352,
                                                    48.0732201205788
                                                ],
                                                [
                                                    7.306341594207036,
                                                    48.08294425320702
                                                ],
                                                [
                                                    7.304454462200687,
                                                    48.08629296113197
                                                ],
                                                [
                                                    7.304454462200687,
                                                    48.08880449207568
                                                ],
                                                [
                                                    7.297377717176878,
                                                    48.08977046551557
                                                ],
                                                [
                                                    7.291621964557515,
                                                    48.09241079291793
                                                ],
                                                [
                                                    7.288319483546403,
                                                    48.09498672209097
                                                ],
                                                [
                                                    7.27775154431085,
                                                    48.09537311146693
                                                ],
                                                [
                                                    7.269070737081646,
                                                    48.095437509696254
                                                ],
                                                [
                                                    7.259068937447995,
                                                    48.094664730944345
                                                ],
                                                [
                                                    7.250954269820695,
                                                    48.09711186365873
                                                ],
                                                [
                                                    7.24227346259149,
                                                    48.098013438869295
                                                ],
                                                [
                                                    7.231233740354349,
                                                    48.09981658929042
                                                ],
                                                [
                                                    7.225477987734984,
                                                    48.09859302293323
                                                ],
                                                [
                                                    7.218967382313081,
                                                    48.098464226474576
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68338",
                                        "libgeo": "Turckheim",
                                        "xcl2154": 1018367,
                                        "ycl2154": 6784962
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.3228539992625885,
                                                    48.06001848356698
                                                ],
                                                [
                                                    7.321249937057192,
                                                    48.059889687108324
                                                ],
                                                [
                                                    7.311436850624179,
                                                    48.06195043044676
                                                ],
                                                [
                                                    7.305209315003226,
                                                    48.06401117378519
                                                ],
                                                [
                                                    7.301906833992116,
                                                    48.06310959857463
                                                ],
                                                [
                                                    7.2986987095813225,
                                                    48.06040487294293
                                                ],
                                                [
                                                    7.29473573236799,
                                                    48.05873051898046
                                                ],
                                                [
                                                    7.289074336348944,
                                                    48.0578289437699
                                                ],
                                                [
                                                    7.281903234724818,
                                                    48.05885931543911
                                                ],
                                                [
                                                    7.271429652089581,
                                                    48.05686297033001
                                                ],
                                                [
                                                    7.258880224247361,
                                                    48.04810481114168
                                                ],
                                                [
                                                    7.254822890433711,
                                                    48.04153619175043
                                                ],
                                                [
                                                    7.267183605075297,
                                                    48.044305315611446
                                                ],
                                                [
                                                    7.278978180114977,
                                                    48.045078094363355
                                                ],
                                                [
                                                    7.28624363833942,
                                                    48.04694564301381
                                                ],
                                                [
                                                    7.296811577574974,
                                                    48.04849120051763
                                                ],
                                                [
                                                    7.303133469796243,
                                                    48.050745138544045
                                                ],
                                                [
                                                    7.3069077338089405,
                                                    48.05145351906663
                                                ],
                                                [
                                                    7.315588541038145,
                                                    48.05010115625078
                                                ],
                                                [
                                                    7.321533006858144,
                                                    48.04823360760033
                                                ],
                                                [
                                                    7.326439550074652,
                                                    48.04540008550999
                                                ],
                                                [
                                                    7.335026000703539,
                                                    48.04520689082201
                                                ],
                                                [
                                                    7.340781753322903,
                                                    48.0461728642619
                                                ],
                                                [
                                                    7.346254436141316,
                                                    48.04037702362256
                                                ],
                                                [
                                                    7.349934343553696,
                                                    48.03992623601728
                                                ],
                                                [
                                                    7.352765041563219,
                                                    48.043081749254256
                                                ],
                                                [
                                                    7.35455781696925,
                                                    48.046044067803244
                                                ],
                                                [
                                                    7.352859398163537,
                                                    48.05229069604786
                                                ],
                                                [
                                                    7.3510666227575046,
                                                    48.05377185532236
                                                ],
                                                [
                                                    7.341725319326078,
                                                    48.05422264292764
                                                ],
                                                [
                                                    7.334837287502904,
                                                    48.055124218138204
                                                ],
                                                [
                                                    7.3228539992625885,
                                                    48.06001848356698
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68365",
                                        "libgeo": "Wettolsheim",
                                        "xcl2154": 1020045,
                                        "ycl2154": 6781716
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.32502420106989,
                                                    48.087967315094446
                                                ],
                                                [
                                                    7.319551518251479,
                                                    48.08925527968096
                                                ],
                                                [
                                                    7.315871610839097,
                                                    48.08886889030501
                                                ],
                                                [
                                                    7.307190803609893,
                                                    48.089190881451636
                                                ],
                                                [
                                                    7.304454462200687,
                                                    48.08880449207568
                                                ],
                                                [
                                                    7.304454462200687,
                                                    48.08629296113197
                                                ],
                                                [
                                                    7.306341594207036,
                                                    48.08294425320702
                                                ],
                                                [
                                                    7.306435950807352,
                                                    48.0732201205788
                                                ],
                                                [
                                                    7.298509996380688,
                                                    48.07373530641341
                                                ],
                                                [
                                                    7.278034614111802,
                                                    48.07753480194364
                                                ],
                                                [
                                                    7.266240039072122,
                                                    48.078243182466224
                                                ],
                                                [
                                                    7.250105060417838,
                                                    48.07431489047734
                                                ],
                                                [
                                                    7.242179105991172,
                                                    48.071481368387
                                                ],
                                                [
                                                    7.234724934566095,
                                                    48.06632951004092
                                                ],
                                                [
                                                    7.234064438363872,
                                                    48.0665227047289
                                                ],
                                                [
                                                    7.228780468746096,
                                                    48.059310103044396
                                                ],
                                                [
                                                    7.22859175554546,
                                                    48.05724935970596
                                                ],
                                                [
                                                    7.22491184813308,
                                                    48.054609032303595
                                                ],
                                                [
                                                    7.226987693340065,
                                                    48.0496503686455
                                                ],
                                                [
                                                    7.2320829497572054,
                                                    48.04069901476919
                                                ],
                                                [
                                                    7.235574143968951,
                                                    48.036963917468285
                                                ],
                                                [
                                                    7.238970981580379,
                                                    48.03728590861492
                                                ],
                                                [
                                                    7.242462175792125,
                                                    48.03612674048705
                                                ],
                                                [
                                                    7.246613866206093,
                                                    48.03657752809233
                                                ],
                                                [
                                                    7.254256750831806,
                                                    48.04044142185189
                                                ],
                                                [
                                                    7.254822890433711,
                                                    48.04153619175043
                                                ],
                                                [
                                                    7.258880224247361,
                                                    48.04810481114168
                                                ],
                                                [
                                                    7.271429652089581,
                                                    48.05686297033001
                                                ],
                                                [
                                                    7.281903234724818,
                                                    48.05885931543911
                                                ],
                                                [
                                                    7.289074336348944,
                                                    48.0578289437699
                                                ],
                                                [
                                                    7.29473573236799,
                                                    48.05873051898046
                                                ],
                                                [
                                                    7.2986987095813225,
                                                    48.06040487294293
                                                ],
                                                [
                                                    7.301906833992116,
                                                    48.06310959857463
                                                ],
                                                [
                                                    7.305209315003226,
                                                    48.06401117378519
                                                ],
                                                [
                                                    7.311436850624179,
                                                    48.06195043044676
                                                ],
                                                [
                                                    7.321249937057192,
                                                    48.059889687108324
                                                ],
                                                [
                                                    7.3228539992625885,
                                                    48.06001848356698
                                                ],
                                                [
                                                    7.3261564802737,
                                                    48.06433316493182
                                                ],
                                                [
                                                    7.322570929461636,
                                                    48.067231085251485
                                                ],
                                                [
                                                    7.315494184437829,
                                                    48.07051539494711
                                                ],
                                                [
                                                    7.317381316444178,
                                                    48.075345262146556
                                                ],
                                                [
                                                    7.322382216261002,
                                                    48.07689081965038
                                                ],
                                                [
                                                    7.3246467746686195,
                                                    48.08468300539882
                                                ],
                                                [
                                                    7.32502420106989,
                                                    48.087967315094446
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "68",
                                        "reg": "44",
                                        "codgeo": "68374",
                                        "libgeo": "Wintzenheim",
                                        "xcl2154": 1019346,
                                        "ycl2154": 6783432
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.750109435335694,
                                                    47.78838675227009
                                                ],
                                                [
                                                    6.752279637142995,
                                                    47.78986791154459
                                                ],
                                                [
                                                    6.758978955765534,
                                                    47.79244384071763
                                                ],
                                                [
                                                    6.761149157572835,
                                                    47.79830407958629
                                                ],
                                                [
                                                    6.764545995184263,
                                                    47.8020391768872
                                                ],
                                                [
                                                    6.770396104403944,
                                                    47.805452283041475
                                                ],
                                                [
                                                    6.777095423026483,
                                                    47.80532348658282
                                                ],
                                                [
                                                    6.781341470040769,
                                                    47.80628946002271
                                                ],
                                                [
                                                    6.783417315247752,
                                                    47.80770622106788
                                                ],
                                                [
                                                    6.790116633870292,
                                                    47.8156916015043
                                                ],
                                                [
                                                    6.794173967683942,
                                                    47.819813088181164
                                                ],
                                                [
                                                    6.791531982875052,
                                                    47.823612583711395
                                                ],
                                                [
                                                    6.783983454849657,
                                                    47.822260220895544
                                                ],
                                                [
                                                    6.780020477636325,
                                                    47.8209078580797
                                                ],
                                                [
                                                    6.773509872214421,
                                                    47.820328274015765
                                                ],
                                                [
                                                    6.762187080176328,
                                                    47.82174503506094
                                                ],
                                                [
                                                    6.753317559746487,
                                                    47.82097225630903
                                                ],
                                                [
                                                    6.743598829913791,
                                                    47.8191691058879
                                                ],
                                                [
                                                    6.736522084889981,
                                                    47.81659317671486
                                                ],
                                                [
                                                    6.729256626665539,
                                                    47.816206787338906
                                                ],
                                                [
                                                    6.720953245837603,
                                                    47.81517641566969
                                                ],
                                                [
                                                    6.717839478027128,
                                                    47.815755999733625
                                                ],
                                                [
                                                    6.713499074412526,
                                                    47.82097225630903
                                                ],
                                                [
                                                    6.7111401594045885,
                                                    47.8221314244369
                                                ],
                                                [
                                                    6.704157770981099,
                                                    47.82335499079409
                                                ],
                                                [
                                                    6.696043103353797,
                                                    47.829344026121404
                                                ],
                                                [
                                                    6.703308561578241,
                                                    47.83520426499006
                                                ],
                                                [
                                                    6.7094417405988755,
                                                    47.84164408792266
                                                ],
                                                [
                                                    6.717933834627446,
                                                    47.852012202844136
                                                ],
                                                [
                                                    6.722746021243634,
                                                    47.85574730014504
                                                ],
                                                [
                                                    6.729822766267444,
                                                    47.86006198150989
                                                ],
                                                [
                                                    6.7353898056861725,
                                                    47.86508504339731
                                                ],
                                                [
                                                    6.721708098640144,
                                                    47.87139606987125
                                                ],
                                                [
                                                    6.710951446203954,
                                                    47.875388760089464
                                                ],
                                                [
                                                    6.71038530660205,
                                                    47.87596834415339
                                                ],
                                                [
                                                    6.706233616188082,
                                                    47.87397199904429
                                                ],
                                                [
                                                    6.704346484181733,
                                                    47.8710096804953
                                                ],
                                                [
                                                    6.699251227764591,
                                                    47.86508504339731
                                                ],
                                                [
                                                    6.69038170733475,
                                                    47.856069291291675
                                                ],
                                                [
                                                    6.681889613306182,
                                                    47.85246299044942
                                                ],
                                                [
                                                    6.676700000288721,
                                                    47.85085303471627
                                                ],
                                                [
                                                    6.668019193059517,
                                                    47.85027345065234
                                                ],
                                                [
                                                    6.660565021634437,
                                                    47.850337848881665
                                                ],
                                                [
                                                    6.651884214405233,
                                                    47.8511750258629
                                                ],
                                                [
                                                    6.646128461785868,
                                                    47.85098183117492
                                                ],
                                                [
                                                    6.6468833145884085,
                                                    47.84982266304706
                                                ],
                                                [
                                                    6.6427316241744405,
                                                    47.843898025949066
                                                ],
                                                [
                                                    6.6488648031950754,
                                                    47.84170848615199
                                                ],
                                                [
                                                    6.64905351639571,
                                                    47.8395189463549
                                                ],
                                                [
                                                    6.646034105185552,
                                                    47.83829537999771
                                                ],
                                                [
                                                    6.638202507359204,
                                                    47.838488574685684
                                                ],
                                                [
                                                    6.629238630329046,
                                                    47.83732940655782
                                                ],
                                                [
                                                    6.626596645520158,
                                                    47.834560282696806
                                                ],
                                                [
                                                    6.629049917128412,
                                                    47.83191995529444
                                                ],
                                                [
                                                    6.628483777526507,
                                                    47.829859211956006
                                                ],
                                                [
                                                    6.639429143163331,
                                                    47.826059716425775
                                                ],
                                                [
                                                    6.642165484572536,
                                                    47.82548013236185
                                                ],
                                                [
                                                    6.644241329779519,
                                                    47.823097397876786
                                                ],
                                                [
                                                    6.643769546777933,
                                                    47.82026387578644
                                                ],
                                                [
                                                    6.638108150758886,
                                                    47.814596831605755
                                                ],
                                                [
                                                    6.640278352566187,
                                                    47.81279368118463
                                                ],
                                                [
                                                    6.647543810790631,
                                                    47.81163451305676
                                                ],
                                                [
                                                    6.650751935201424,
                                                    47.808607796278444
                                                ],
                                                [
                                                    6.652544710607455,
                                                    47.805452283041475
                                                ],
                                                [
                                                    6.658394819827136,
                                                    47.80397112376697
                                                ],
                                                [
                                                    6.6629239366423745,
                                                    47.80731983169193
                                                ],
                                                [
                                                    6.667924836459199,
                                                    47.80880099096642
                                                ],
                                                [
                                                    6.669623255264914,
                                                    47.803842327308324
                                                ],
                                                [
                                                    6.667547410057929,
                                                    47.80158838928192
                                                ],
                                                [
                                                    6.67452979848142,
                                                    47.798110884898314
                                                ],
                                                [
                                                    6.681700900105546,
                                                    47.79605014155988
                                                ],
                                                [
                                                    6.684248528314117,
                                                    47.79392499999213
                                                ],
                                                [
                                                    6.684342884914435,
                                                    47.79173546019504
                                                ],
                                                [
                                                    6.689438141331576,
                                                    47.78677679653694
                                                ],
                                                [
                                                    6.695948746753481,
                                                    47.783556885070645
                                                ],
                                                [
                                                    6.703497274778877,
                                                    47.781174150585585
                                                ],
                                                [
                                                    6.709819167000146,
                                                    47.78143174350289
                                                ],
                                                [
                                                    6.713876500813796,
                                                    47.779950584228395
                                                ],
                                                [
                                                    6.720009679834429,
                                                    47.775185115258274
                                                ],
                                                [
                                                    6.723783943847127,
                                                    47.77293117723186
                                                ],
                                                [
                                                    6.728690487063633,
                                                    47.7720296020213
                                                ],
                                                [
                                                    6.730388905869348,
                                                    47.77312437191984
                                                ],
                                                [
                                                    6.733313960479189,
                                                    47.777567849743335
                                                ],
                                                [
                                                    6.728501773862999,
                                                    47.77866261964187
                                                ],
                                                [
                                                    6.724727509850301,
                                                    47.78065896475098
                                                ],
                                                [
                                                    6.719349183632207,
                                                    47.785939619555705
                                                ],
                                                [
                                                    6.715952346020779,
                                                    47.789996708003244
                                                ],
                                                [
                                                    6.714914423417286,
                                                    47.79373180530415
                                                ],
                                                [
                                                    6.718216904428398,
                                                    47.79489097343202
                                                ],
                                                [
                                                    6.728501773862999,
                                                    47.795728150413254
                                                ],
                                                [
                                                    6.73104940207157,
                                                    47.79392499999213
                                                ],
                                                [
                                                    6.747467450526806,
                                                    47.789996708003244
                                                ],
                                                [
                                                    6.750109435335694,
                                                    47.78838675227009
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "70",
                                        "reg": "27",
                                        "codgeo": "70489",
                                        "libgeo": "Servance-Miellin",
                                        "xcl2154": 975577,
                                        "ycl2154": 6752540
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.955335041026138,
                                                    48.146891694927696
                                                ],
                                                [
                                                    6.962317429449629,
                                                    48.15294512848433
                                                ],
                                                [
                                                    6.962317429449629,
                                                    48.156229438179956
                                                ],
                                                [
                                                    6.95967544464074,
                                                    48.15919175672895
                                                ],
                                                [
                                                    6.962883569051534,
                                                    48.1640216239284
                                                ],
                                                [
                                                    6.961940003048359,
                                                    48.168851491127846
                                                ],
                                                [
                                                    6.959014948438518,
                                                    48.17561330520707
                                                ],
                                                [
                                                    6.962883569051534,
                                                    48.17838242906809
                                                ],
                                                [
                                                    6.964015848255344,
                                                    48.181280349387755
                                                ],
                                                [
                                                    6.96448763125693,
                                                    48.18694739356844
                                                ],
                                                [
                                                    6.965431197260105,
                                                    48.18862174753092
                                                ],
                                                [
                                                    6.970243383876295,
                                                    48.19048929618137
                                                ],
                                                [
                                                    6.972791012084866,
                                                    48.194159995252946
                                                ],
                                                [
                                                    6.978735477904865,
                                                    48.197057915572614
                                                ],
                                                [
                                                    6.980528253310896,
                                                    48.199440650057674
                                                ],
                                                [
                                                    6.977791911901691,
                                                    48.20143699516678
                                                ],
                                                [
                                                    6.975149927092802,
                                                    48.20317574735858
                                                ],
                                                [
                                                    6.972979725285501,
                                                    48.20671764997151
                                                ],
                                                [
                                                    6.967601399067406,
                                                    48.20826320747533
                                                ],
                                                [
                                                    6.962977925651852,
                                                    48.20761922518207
                                                ],
                                                [
                                                    6.955523754226774,
                                                    48.20761922518207
                                                ],
                                                [
                                                    6.946276807395663,
                                                    48.21006635789646
                                                ],
                                                [
                                                    6.939860558574078,
                                                    48.21077473841905
                                                ],
                                                [
                                                    6.9224989441156675,
                                                    48.212062703005564
                                                ],
                                                [
                                                    6.914572989689002,
                                                    48.20600926944892
                                                ],
                                                [
                                                    6.901740492045829,
                                                    48.208713995080615
                                                ],
                                                [
                                                    6.897400088431227,
                                                    48.208713995080615
                                                ],
                                                [
                                                    6.8983436544344015,
                                                    48.205172092467684
                                                ],
                                                [
                                                    6.9006082128420205,
                                                    48.20349773850521
                                                ],
                                                [
                                                    6.9064583220617015,
                                                    48.20169458808408
                                                ],
                                                [
                                                    6.911459221878526,
                                                    48.19519036692216
                                                ],
                                                [
                                                    6.911270508677892,
                                                    48.190360499722715
                                                ],
                                                [
                                                    6.917026261297255,
                                                    48.18289030512091
                                                ],
                                                [
                                                    6.912968927483605,
                                                    48.17831803083876
                                                ],
                                                [
                                                    6.913157640684241,
                                                    48.175806499895046
                                                ],
                                                [
                                                    6.91570526889281,
                                                    48.17142742030089
                                                ],
                                                [
                                                    6.917120617897573,
                                                    48.16543838497357
                                                ],
                                                [
                                                    6.92353686671916,
                                                    48.16305565048851
                                                ],
                                                [
                                                    6.927971626934078,
                                                    48.15990013725154
                                                ],
                                                [
                                                    6.937218573765189,
                                                    48.15526346474007
                                                ],
                                                [
                                                    6.955335041026138,
                                                    48.146891694927696
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88009",
                                        "libgeo": "Anould",
                                        "xcl2154": 993119,
                                        "ycl2154": 6794577
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.871168953542976,
                                                    48.10741558035088
                                                ],
                                                [
                                                    6.87918926456996,
                                                    48.10483965117785
                                                ],
                                                [
                                                    6.896645235628687,
                                                    48.10239251846346
                                                ],
                                                [
                                                    6.901740492045829,
                                                    48.10773757149751
                                                ],
                                                [
                                                    6.902589701448686,
                                                    48.111859058174375
                                                ],
                                                [
                                                    6.902023561846781,
                                                    48.120424022674726
                                                ],
                                                [
                                                    6.902872771249638,
                                                    48.12963296946834
                                                ],
                                                [
                                                    6.8964565224280525,
                                                    48.13684557115285
                                                ],
                                                [
                                                    6.896267809227417,
                                                    48.139743491472515
                                                ],
                                                [
                                                    6.889851560405831,
                                                    48.14463775690129
                                                ],
                                                [
                                                    6.88730393219726,
                                                    48.14592572148781
                                                ],
                                                [
                                                    6.876641636361389,
                                                    48.14998280993534
                                                ],
                                                [
                                                    6.869187464936311,
                                                    48.1521079515031
                                                ],
                                                [
                                                    6.865884983925199,
                                                    48.15423309307086
                                                ],
                                                [
                                                    6.864941417922025,
                                                    48.16357083632312
                                                ],
                                                [
                                                    6.862676859514406,
                                                    48.16440801330435
                                                ],
                                                [
                                                    6.85588318429155,
                                                    48.162669261112555
                                                ],
                                                [
                                                    6.850127431672186,
                                                    48.15944934964626
                                                ],
                                                [
                                                    6.840314345239173,
                                                    48.16183208413132
                                                ],
                                                [
                                                    6.838804639634094,
                                                    48.15700221693187
                                                ],
                                                [
                                                    6.838615926433458,
                                                    48.149081234724775
                                                ],
                                                [
                                                    6.840880484841077,
                                                    48.14895243826612
                                                ],
                                                [
                                                    6.848523369466791,
                                                    48.14605451794645
                                                ],
                                                [
                                                    6.856732393694407,
                                                    48.13472042958509
                                                ],
                                                [
                                                    6.861733293511231,
                                                    48.129761765926986
                                                ],
                                                [
                                                    6.865696270724565,
                                                    48.12454550935159
                                                ],
                                                [
                                                    6.865413200923613,
                                                    48.11694651829112
                                                ],
                                                [
                                                    6.86663983672774,
                                                    48.11237424400898
                                                ],
                                                [
                                                    6.871168953542976,
                                                    48.10741558035088
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88014",
                                        "libgeo": "Arrentès-de-Corcieux",
                                        "xcl2154": 987316,
                                        "ycl2154": 6789801
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.126403557401667,
                                                    48.224942348870755
                                                ],
                                                [
                                                    7.124705138595954,
                                                    48.22835545502503
                                                ],
                                                [
                                                    7.122629293388969,
                                                    48.23479527795762
                                                ],
                                                [
                                                    7.1215913707854765,
                                                    48.24046232213831
                                                ],
                                                [
                                                    7.118477602975001,
                                                    48.243746631833936
                                                ],
                                                [
                                                    7.115552548365161,
                                                    48.24439061412719
                                                ],
                                                [
                                                    7.104795895928972,
                                                    48.24484140173247
                                                ],
                                                [
                                                    7.096869941502306,
                                                    48.245678578713715
                                                ],
                                                [
                                                    7.087811707871832,
                                                    48.24722413621753
                                                ],
                                                [
                                                    7.081112389249292,
                                                    48.24967126893192
                                                ],
                                                [
                                                    7.078376047840087,
                                                    48.253084375086196
                                                ],
                                                [
                                                    7.0757340630312,
                                                    48.25269798571024
                                                ],
                                                [
                                                    7.071016233015327,
                                                    48.25102363174777
                                                ],
                                                [
                                                    7.06459998419374,
                                                    48.25102363174777
                                                ],
                                                [
                                                    7.060637006980408,
                                                    48.25327756977418
                                                ],
                                                [
                                                    7.058466805173107,
                                                    48.25173201227035
                                                ],
                                                [
                                                    7.045539950929617,
                                                    48.24799691496945
                                                ],
                                                [
                                                    7.042237469918505,
                                                    48.24844770257473
                                                ],
                                                [
                                                    7.035349438095332,
                                                    48.246451357465624
                                                ],
                                                [
                                                    7.034594585292793,
                                                    48.24175028672483
                                                ],
                                                [
                                                    7.036009934297554,
                                                    48.232798932848524
                                                ],
                                                [
                                                    7.039406771908982,
                                                    48.228741844400986
                                                ],
                                                [
                                                    7.046294803732155,
                                                    48.22893503908897
                                                ],
                                                [
                                                    7.051956199751202,
                                                    48.22841985325436
                                                ],
                                                [
                                                    7.056013533564852,
                                                    48.22326799490828
                                                ],
                                                [
                                                    7.061957999384851,
                                                    48.22230202146839
                                                ],
                                                [
                                                    7.066109689798819,
                                                    48.22030567635929
                                                ],
                                                [
                                                    7.068846031208024,
                                                    48.21753655249827
                                                ],
                                                [
                                                    7.073563861223897,
                                                    48.2062024641369
                                                ],
                                                [
                                                    7.074318714026437,
                                                    48.20150139339611
                                                ],
                                                [
                                                    7.078847830841675,
                                                    48.19879666776441
                                                ],
                                                [
                                                    7.085358436263578,
                                                    48.19834588015913
                                                ],
                                                [
                                                    7.091114188882943,
                                                    48.19886106599374
                                                ],
                                                [
                                                    7.099228856510243,
                                                    48.20027782703891
                                                ],
                                                [
                                                    7.104984609129606,
                                                    48.200599818185545
                                                ],
                                                [
                                                    7.1134767031581765,
                                                    48.20485010132106
                                                ],
                                                [
                                                    7.1163074011677,
                                                    48.20723283580612
                                                ],
                                                [
                                                    7.116213044567384,
                                                    48.209679968520504
                                                ],
                                                [
                                                    7.118760672775953,
                                                    48.21386585342669
                                                ],
                                                [
                                                    7.123006719790239,
                                                    48.21624858791175
                                                ],
                                                [
                                                    7.126026131000397,
                                                    48.22230202146839
                                                ],
                                                [
                                                    7.126403557401667,
                                                    48.224942348870755
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88032",
                                        "libgeo": "Ban-de-Laveline",
                                        "xcl2154": 1001734,
                                        "ycl2154": 6801654
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.9709038800785175,
                                                    48.356894320759636
                                                ],
                                                [
                                                    6.974583787490897,
                                                    48.35225764824817
                                                ],
                                                [
                                                    6.977791911901691,
                                                    48.34620421469153
                                                ],
                                                [
                                                    6.97967904390804,
                                                    48.344014674894446
                                                ],
                                                [
                                                    6.982698455118197,
                                                    48.3426623120786
                                                ],
                                                [
                                                    6.986095292729625,
                                                    48.34324189614254
                                                ],
                                                [
                                                    6.989586486941371,
                                                    48.34227592270265
                                                ],
                                                [
                                                    6.996946301766132,
                                                    48.339249205924325
                                                ],
                                                [
                                                    7.000154426176924,
                                                    48.33441933872488
                                                ],
                                                [
                                                    7.000248782777242,
                                                    48.332101002469145
                                                ],
                                                [
                                                    7.006098891996923,
                                                    48.327979515792286
                                                ],
                                                [
                                                    7.007231171200734,
                                                    48.32463080786734
                                                ],
                                                [
                                                    7.003456907188036,
                                                    48.32173288754767
                                                ],
                                                [
                                                    7.003551263788354,
                                                    48.31619463982563
                                                ],
                                                [
                                                    7.007986024003272,
                                                    48.31355431242327
                                                ],
                                                [
                                                    7.011382861614702,
                                                    48.31342551596462
                                                ],
                                                [
                                                    7.020818521646446,
                                                    48.31522866638575
                                                ],
                                                [
                                                    7.032990523087396,
                                                    48.31284593190068
                                                ],
                                                [
                                                    7.038840632307077,
                                                    48.32128209994239
                                                ],
                                                [
                                                    7.037236570101681,
                                                    48.32546798484857
                                                ],
                                                [
                                                    7.038274492705173,
                                                    48.32907428569082
                                                ],
                                                [
                                                    7.039689841709934,
                                                    48.33042664850667
                                                ],
                                                [
                                                    7.043652818923268,
                                                    48.3307486396533
                                                ],
                                                [
                                                    7.052711052553742,
                                                    48.33358216174364
                                                ],
                                                [
                                                    7.052333626152472,
                                                    48.3359648962287
                                                ],
                                                [
                                                    7.052994122354694,
                                                    48.34208272801467
                                                ],
                                                [
                                                    7.057806308970885,
                                                    48.34652620583816
                                                ],
                                                [
                                                    7.061203146582312,
                                                    48.34845815271794
                                                ],
                                                [
                                                    7.05535303736263,
                                                    48.350647692515025
                                                ],
                                                [
                                                    7.045823020730569,
                                                    48.35290163054143
                                                ],
                                                [
                                                    7.0391237021080295,
                                                    48.35315922345873
                                                ],
                                                [
                                                    7.035349438095332,
                                                    48.360951409207175
                                                ],
                                                [
                                                    7.030159825077873,
                                                    48.36365613483886
                                                ],
                                                [
                                                    7.023932289456922,
                                                    48.365910072865276
                                                ],
                                                [
                                                    7.011665931415654,
                                                    48.36520169234269
                                                ],
                                                [
                                                    7.009495729608353,
                                                    48.36584567463595
                                                ],
                                                [
                                                    7.001947201582957,
                                                    48.3662320640119
                                                ],
                                                [
                                                    6.988831634138831,
                                                    48.365266090572014
                                                ],
                                                [
                                                    6.978452408103913,
                                                    48.361402196812456
                                                ],
                                                [
                                                    6.97524428369312,
                                                    48.364042524214824
                                                ],
                                                [
                                                    6.972130515882644,
                                                    48.357409506594244
                                                ],
                                                [
                                                    6.9709038800785175,
                                                    48.356894320759636
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88033",
                                        "libgeo": "Ban-de-Sapt",
                                        "xcl2154": 997264,
                                        "ycl2154": 6812294
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.811818651943303,
                                                    47.984221767650325
                                                ],
                                                [
                                                    6.8199333195706044,
                                                    47.989953210060335
                                                ],
                                                [
                                                    6.8239906533842545,
                                                    47.99690821882754
                                                ],
                                                [
                                                    6.807195178527748,
                                                    47.99987053737654
                                                ],
                                                [
                                                    6.7955893166887025,
                                                    47.99452548434248
                                                ],
                                                [
                                                    6.782001966242992,
                                                    47.99381710381989
                                                ],
                                                [
                                                    6.769358181800453,
                                                    47.993495112673266
                                                ],
                                                [
                                                    6.765866987588708,
                                                    47.99458988257181
                                                ],
                                                [
                                                    6.747750520327759,
                                                    47.994911873718436
                                                ],
                                                [
                                                    6.738880999897918,
                                                    47.995427059553045
                                                ],
                                                [
                                                    6.732181681275379,
                                                    47.99632863476361
                                                ],
                                                [
                                                    6.72585978905411,
                                                    47.995169466635744
                                                ],
                                                [
                                                    6.7211419590382375,
                                                    47.990919183500225
                                                ],
                                                [
                                                    6.720764532636969,
                                                    47.98866524547382
                                                ],
                                                [
                                                    6.72293473444427,
                                                    47.98274060837583
                                                ],
                                                [
                                                    6.72736949465919,
                                                    47.97926310399223
                                                ],
                                                [
                                                    6.734446239682998,
                                                    47.97765314825908
                                                ],
                                                [
                                                    6.742277837509346,
                                                    47.97527041377402
                                                ],
                                                [
                                                    6.748033590128711,
                                                    47.972952077518286
                                                ],
                                                [
                                                    6.751524784340456,
                                                    47.97256568814233
                                                ],
                                                [
                                                    6.76284757637855,
                                                    47.97385365272885
                                                ],
                                                [
                                                    6.766716196991564,
                                                    47.97378925449952
                                                ],
                                                [
                                                    6.7695468950010875,
                                                    47.971535316473116
                                                ],
                                                [
                                                    6.772849376012199,
                                                    47.97411124564615
                                                ],
                                                [
                                                    6.777472849427753,
                                                    47.979005511074924
                                                ],
                                                [
                                                    6.790682773472196,
                                                    47.982547413687854
                                                ],
                                                [
                                                    6.811818651943303,
                                                    47.984221767650325
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88037",
                                        "libgeo": "Basse-sur-le-Rupt",
                                        "xcl2154": 980874,
                                        "ycl2154": 6772129
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.016383761431526,
                                                    48.03728590861492
                                                ],
                                                [
                                                    7.009684442808987,
                                                    48.042888554566275
                                                ],
                                                [
                                                    6.997323728167401,
                                                    48.041729386438405
                                                ],
                                                [
                                                    6.981849245715341,
                                                    48.044305315611446
                                                ],
                                                [
                                                    6.977791911901691,
                                                    48.04713883770179
                                                ],
                                                [
                                                    6.973074081885819,
                                                    48.051711111983934
                                                ],
                                                [
                                                    6.965714267061057,
                                                    48.05351426240506
                                                ],
                                                [
                                                    6.961751289847725,
                                                    48.052934678341124
                                                ],
                                                [
                                                    6.955051971225186,
                                                    48.05441583761562
                                                ],
                                                [
                                                    6.946937303597886,
                                                    48.05724935970596
                                                ],
                                                [
                                                    6.93938877557249,
                                                    48.05763574908192
                                                ],
                                                [
                                                    6.930141828741379,
                                                    48.05666977564203
                                                ],
                                                [
                                                    6.923819936520112,
                                                    48.04997235979213
                                                ],
                                                [
                                                    6.917781114099795,
                                                    48.046044067803244
                                                ],
                                                [
                                                    6.917120617897573,
                                                    48.043146147483576
                                                ],
                                                [
                                                    6.913157640684241,
                                                    48.0379942891375
                                                ],
                                                [
                                                    6.909289020071225,
                                                    48.03413039537794
                                                ],
                                                [
                                                    6.902589701448686,
                                                    48.03419479360727
                                                ],
                                                [
                                                    6.8964565224280525,
                                                    48.03348641308469
                                                ],
                                                [
                                                    6.892965328216307,
                                                    48.03226284672749
                                                ],
                                                [
                                                    6.88730393219726,
                                                    48.02923612994917
                                                ],
                                                [
                                                    6.883529668184562,
                                                    48.024084271603094
                                                ],
                                                [
                                                    6.869281821536627,
                                                    48.01629208585465
                                                ],
                                                [
                                                    6.861450223710279,
                                                    48.013844953140264
                                                ],
                                                [
                                                    6.8439942526515525,
                                                    48.00985226292206
                                                ],
                                                [
                                                    6.839087709435046,
                                                    48.006374758538456
                                                ],
                                                [
                                                    6.832860173814093,
                                                    48.00283285592553
                                                ],
                                                [
                                                    6.8239906533842545,
                                                    47.99690821882754
                                                ],
                                                [
                                                    6.830689972006792,
                                                    47.996393032992934
                                                ],
                                                [
                                                    6.83889899623441,
                                                    47.99381710381989
                                                ],
                                                [
                                                    6.845126531855361,
                                                    47.99046839589494
                                                ],
                                                [
                                                    6.850316144872822,
                                                    47.98686209505269
                                                ],
                                                [
                                                    6.857770316297899,
                                                    47.98447936056763
                                                ],
                                                [
                                                    6.8621107199125015,
                                                    47.98460815702629
                                                ],
                                                [
                                                    6.8680551857325005,
                                                    47.986604502135386
                                                ],
                                                [
                                                    6.875415000557262,
                                                    47.99008200651899
                                                ],
                                                [
                                                    6.879661047571546,
                                                    47.991305572876186
                                                ],
                                                [
                                                    6.892587901815037,
                                                    47.99175636048147
                                                ],
                                                [
                                                    6.895512956424878,
                                                    47.9905971923536
                                                ],
                                                [
                                                    6.898532367635036,
                                                    47.98686209505269
                                                ],
                                                [
                                                    6.901740492045829,
                                                    47.98531653754887
                                                ],
                                                [
                                                    6.915516555692176,
                                                    47.98576732515415
                                                ],
                                                [
                                                    6.9205174555090005,
                                                    47.9876348738046
                                                ],
                                                [
                                                    6.937124217164871,
                                                    47.99053279412427
                                                ],
                                                [
                                                    6.944012248988044,
                                                    47.99201395339877
                                                ],
                                                [
                                                    6.943351752785822,
                                                    47.998002988726086
                                                ],
                                                [
                                                    6.944484031989632,
                                                    47.999934935605864
                                                ],
                                                [
                                                    6.952881769417885,
                                                    48.00296165238418
                                                ],
                                                [
                                                    6.9548632580245515,
                                                    48.00302605061351
                                                ],
                                                [
                                                    6.958543165436931,
                                                    48.00070771435777
                                                ],
                                                [
                                                    6.961373863446455,
                                                    48.00025692675249
                                                ],
                                                [
                                                    6.968073182068994,
                                                    48.00431401520002
                                                ],
                                                [
                                                    6.970526453677247,
                                                    48.006696749685084
                                                ],
                                                [
                                                    6.97524428369312,
                                                    48.009272678858125
                                                ],
                                                [
                                                    6.981660532514705,
                                                    48.00959467000475
                                                ],
                                                [
                                                    6.983075881519468,
                                                    48.00985226292206
                                                ],
                                                [
                                                    6.985717866328355,
                                                    48.014231342516226
                                                ],
                                                [
                                                    6.990435696344227,
                                                    48.0196407937796
                                                ],
                                                [
                                                    6.994209960356925,
                                                    48.02105755482478
                                                ],
                                                [
                                                    7.002041558183273,
                                                    48.02266751055792
                                                ],
                                                [
                                                    7.010439295611527,
                                                    48.03071728922367
                                                ],
                                                [
                                                    7.0092126598074005,
                                                    48.03297122725008
                                                ],
                                                [
                                                    7.012986923820097,
                                                    48.03664192632166
                                                ],
                                                [
                                                    7.016383761431526,
                                                    48.03728590861492
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88075",
                                        "libgeo": "La Bresse",
                                        "xcl2154": 988760,
                                        "ycl2154": 6774136
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.9123084312813825,
                                                    47.9184067772792
                                                ],
                                                [
                                                    6.901740492045829,
                                                    47.91699001623403
                                                ],
                                                [
                                                    6.894758103622338,
                                                    47.9166680250874
                                                ],
                                                [
                                                    6.889002351002975,
                                                    47.915766449876834
                                                ],
                                                [
                                                    6.87881183816869,
                                                    47.91583084810616
                                                ],
                                                [
                                                    6.870885883742024,
                                                    47.914993671124925
                                                ],
                                                [
                                                    6.865790627324883,
                                                    47.91106537913604
                                                ],
                                                [
                                                    6.855317044689646,
                                                    47.90655750308322
                                                ],
                                                [
                                                    6.850693571274092,
                                                    47.901663237654454
                                                ],
                                                [
                                                    6.844371679052823,
                                                    47.898314529729504
                                                ],
                                                [
                                                    6.846541880860124,
                                                    47.89342026430073
                                                ],
                                                [
                                                    6.844560392253457,
                                                    47.89168151210893
                                                ],
                                                [
                                                    6.83002947580457,
                                                    47.88253696354464
                                                ],
                                                [
                                                    6.824934219387429,
                                                    47.877578299886544
                                                ],
                                                [
                                                    6.821254311975047,
                                                    47.8747447777962
                                                ],
                                                [
                                                    6.832388390812507,
                                                    47.86888453892754
                                                ],
                                                [
                                                    6.843050686648378,
                                                    47.86721018496506
                                                ],
                                                [
                                                    6.852863773081393,
                                                    47.86714578673574
                                                ],
                                                [
                                                    6.864563991520755,
                                                    47.86489184870933
                                                ],
                                                [
                                                    6.868621325334405,
                                                    47.86708138850641
                                                ],
                                                [
                                                    6.883057885182974,
                                                    47.87049449466069
                                                ],
                                                [
                                                    6.887115218996626,
                                                    47.87242644154047
                                                ],
                                                [
                                                    6.897683158232179,
                                                    47.869464122991474
                                                ],
                                                [
                                                    6.902117918447099,
                                                    47.87004370705541
                                                ],
                                                [
                                                    6.908156740867416,
                                                    47.87197565393519
                                                ],
                                                [
                                                    6.904854259856305,
                                                    47.875646353006765
                                                ],
                                                [
                                                    6.904193763654082,
                                                    47.879445848536996
                                                ],
                                                [
                                                    6.90759060126551,
                                                    47.88008983083026
                                                ],
                                                [
                                                    6.909666446472495,
                                                    47.881635388334075
                                                ],
                                                [
                                                    6.907024461663606,
                                                    47.88408252104846
                                                ],
                                                [
                                                    6.897777514832497,
                                                    47.88427571573644
                                                ],
                                                [
                                                    6.897400088431227,
                                                    47.888525998871955
                                                ],
                                                [
                                                    6.898532367635036,
                                                    47.89097313158634
                                                ],
                                                [
                                                    6.910138229474081,
                                                    47.89464383065792
                                                ],
                                                [
                                                    6.9182528971013815,
                                                    47.89844332618815
                                                ],
                                                [
                                                    6.916743191496303,
                                                    47.90217842348906
                                                ],
                                                [
                                                    6.921649734712811,
                                                    47.90488314912075
                                                ],
                                                [
                                                    6.926273208128365,
                                                    47.906428706624574
                                                ],
                                                [
                                                    6.928726479736619,
                                                    47.90990621100817
                                                ],
                                                [
                                                    6.927028060930904,
                                                    47.91557325518886
                                                ],
                                                [
                                                    6.920894881910271,
                                                    47.917376405609986
                                                ],
                                                [
                                                    6.9123084312813825,
                                                    47.9184067772792
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88081",
                                        "libgeo": "Bussang",
                                        "xcl2154": 987897,
                                        "ycl2154": 6760921
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.7669049101922,
                                                    48.10284330606874
                                                ],
                                                [
                                                    6.768792042198549,
                                                    48.10644960691099
                                                ],
                                                [
                                                    6.776717996625213,
                                                    48.10619201399369
                                                ],
                                                [
                                                    6.783417315247752,
                                                    48.10702919097493
                                                ],
                                                [
                                                    6.776623640024897,
                                                    48.11598054485123
                                                ],
                                                [
                                                    6.775113934419816,
                                                    48.119264854546856
                                                ],
                                                [
                                                    6.774170368416642,
                                                    48.12525388987417
                                                ],
                                                [
                                                    6.777755919228706,
                                                    48.135235615419695
                                                ],
                                                [
                                                    6.773981655216008,
                                                    48.138391128656664
                                                ],
                                                [
                                                    6.768792042198549,
                                                    48.14161104012297
                                                ],
                                                [
                                                    6.763130646179502,
                                                    48.14682729669837
                                                ],
                                                [
                                                    6.756242614356329,
                                                    48.14817965951421
                                                ],
                                                [
                                                    6.746335171322996,
                                                    48.1454105356532
                                                ],
                                                [
                                                    6.742749620510934,
                                                    48.14322099585611
                                                ],
                                                [
                                                    6.742372194109664,
                                                    48.14186863304027
                                                ],
                                                [
                                                    6.735012379284902,
                                                    48.13922830563791
                                                ],
                                                [
                                                    6.733219603878871,
                                                    48.139357102096554
                                                ],
                                                [
                                                    6.731898611474427,
                                                    48.13806913751004
                                                ],
                                                [
                                                    6.733125247278553,
                                                    48.1322732968707
                                                ],
                                                [
                                                    6.736144658488713,
                                                    48.12918218186306
                                                ],
                                                [
                                                    6.743504473313473,
                                                    48.12621986331406
                                                ],
                                                [
                                                    6.750864288138234,
                                                    48.12274235893046
                                                ],
                                                [
                                                    6.756997467158867,
                                                    48.11810568641899
                                                ],
                                                [
                                                    6.760488661370613,
                                                    48.114499385576735
                                                ],
                                                [
                                                    6.761998366975692,
                                                    48.109283129001334
                                                ],
                                                [
                                                    6.7669049101922,
                                                    48.10284330606874
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88085",
                                        "libgeo": "Champdray",
                                        "xcl2154": 978990,
                                        "ycl2154": 6788270
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.840314345239173,
                                                    48.16183208413132
                                                ],
                                                [
                                                    6.843428113049648,
                                                    48.16852949998122
                                                ],
                                                [
                                                    6.836634437826791,
                                                    48.17181380967684
                                                ],
                                                [
                                                    6.834558592619808,
                                                    48.172007004364815
                                                ],
                                                [
                                                    6.8239906533842545,
                                                    48.17599969458303
                                                ],
                                                [
                                                    6.823235800581714,
                                                    48.177223260940224
                                                ],
                                                [
                                                    6.825500358989333,
                                                    48.180314375947866
                                                ],
                                                [
                                                    6.828991553201079,
                                                    48.18070076532382
                                                ],
                                                [
                                                    6.833426313415999,
                                                    48.18392067679012
                                                ],
                                                [
                                                    6.832954530414411,
                                                    48.187204986485746
                                                ],
                                                [
                                                    6.829368979602349,
                                                    48.19074688909867
                                                ],
                                                [
                                                    6.826160855191556,
                                                    48.198023889012504
                                                ],
                                                [
                                                    6.828142343798221,
                                                    48.20240296860667
                                                ],
                                                [
                                                    6.826538281592826,
                                                    48.20285375621195
                                                ],
                                                [
                                                    6.814743706553144,
                                                    48.20317574735858
                                                ],
                                                [
                                                    6.8096484501360015,
                                                    48.20175898631341
                                                ],
                                                [
                                                    6.807289535128066,
                                                    48.199891437662956
                                                ],
                                                [
                                                    6.802854774913146,
                                                    48.19815268547116
                                                ],
                                                [
                                                    6.800495859905211,
                                                    48.19828148192981
                                                ],
                                                [
                                                    6.795023177086798,
                                                    48.193966800564965
                                                ],
                                                [
                                                    6.786153656656958,
                                                    48.192936428895756
                                                ],
                                                [
                                                    6.783983454849657,
                                                    48.1960275439034
                                                ],
                                                [
                                                    6.778133345629976,
                                                    48.20014903058026
                                                ],
                                                [
                                                    6.771528383607754,
                                                    48.20665325174218
                                                ],
                                                [
                                                    6.7672823365934685,
                                                    48.20266056152397
                                                ],
                                                [
                                                    6.763979855582359,
                                                    48.19905426068172
                                                ],
                                                [
                                                    6.76652748379093,
                                                    48.19473957931688
                                                ],
                                                [
                                                    6.7694525384007695,
                                                    48.19164846430923
                                                ],
                                                [
                                                    6.768792042198549,
                                                    48.1863678095045
                                                ],
                                                [
                                                    6.76577263098839,
                                                    48.182053128139664
                                                ],
                                                [
                                                    6.770679174204898,
                                                    48.1774164556282
                                                ],
                                                [
                                                    6.7695468950010875,
                                                    48.176514880417635
                                                ],
                                                [
                                                    6.777284136227119,
                                                    48.174389738849875
                                                ],
                                                [
                                                    6.785964943456324,
                                                    48.17252219019942
                                                ],
                                                [
                                                    6.792664262078863,
                                                    48.16827190706391
                                                ],
                                                [
                                                    6.796721595892513,
                                                    48.16279805757121
                                                ],
                                                [
                                                    6.807666961529336,
                                                    48.154361889529504
                                                ],
                                                [
                                                    6.812573504745843,
                                                    48.15255873910838
                                                ],
                                                [
                                                    6.819272823368382,
                                                    48.152623137337706
                                                ],
                                                [
                                                    6.828331056998857,
                                                    48.15127077452186
                                                ],
                                                [
                                                    6.832954530414411,
                                                    48.149789615247364
                                                ],
                                                [
                                                    6.838615926433458,
                                                    48.149081234724775
                                                ],
                                                [
                                                    6.838804639634094,
                                                    48.15700221693187
                                                ],
                                                [
                                                    6.840314345239173,
                                                    48.16183208413132
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88089",
                                        "libgeo": "La Chapelle-devant-Bruyères",
                                        "xcl2154": 981202,
                                        "ycl2154": 6793887
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.955335041026138,
                                                    48.146891694927696
                                                ],
                                                [
                                                    6.9507115676105835,
                                                    48.142126225957576
                                                ],
                                                [
                                                    6.94306868298487,
                                                    48.13562200479565
                                                ],
                                                [
                                                    6.94014362837503,
                                                    48.13098533228418
                                                ],
                                                [
                                                    6.9383508529689975,
                                                    48.12673504914867
                                                ],
                                                [
                                                    6.930330541942015,
                                                    48.11514336787
                                                ],
                                                [
                                                    6.927688557133126,
                                                    48.106385208681665
                                                ],
                                                [
                                                    6.930236185341697,
                                                    48.104002474196605
                                                ],
                                                [
                                                    6.945050171591537,
                                                    48.09839982824525
                                                ],
                                                [
                                                    6.951372063812806,
                                                    48.09666107605345
                                                ],
                                                [
                                                    6.957788312634391,
                                                    48.09054324426748
                                                ],
                                                [
                                                    6.96854496507058,
                                                    48.0883537044704
                                                ],
                                                [
                                                    6.973923291288675,
                                                    48.08764532394781
                                                ],
                                                [
                                                    6.984302517323594,
                                                    48.08352383727095
                                                ],
                                                [
                                                    6.990246983143593,
                                                    48.07579604975184
                                                ],
                                                [
                                                    6.994304316957243,
                                                    48.067939465774074
                                                ],
                                                [
                                                    6.998078580969941,
                                                    48.0665227047289
                                                ],
                                                [
                                                    7.002796410985813,
                                                    48.07019340380048
                                                ],
                                                [
                                                    7.00808038060359,
                                                    48.07804998777824
                                                ],
                                                [
                                                    7.007891667402956,
                                                    48.081849483308474
                                                ],
                                                [
                                                    7.001947201582957,
                                                    48.092088801771304
                                                ],
                                                [
                                                    7.0010036355797824,
                                                    48.09517991677895
                                                ],
                                                [
                                                    7.00477789959248,
                                                    48.10252131492211
                                                ],
                                                [
                                                    7.005249682594067,
                                                    48.108059562644144
                                                ],
                                                [
                                                    7.002324627984225,
                                                    48.110442297129204
                                                ],
                                                [
                                                    7.00477789959248,
                                                    48.11443498734741
                                                ],
                                                [
                                                    7.006476318398193,
                                                    48.12048842090405
                                                ],
                                                [
                                                    7.010061869210257,
                                                    48.125511482791474
                                                ],
                                                [
                                                    7.011571574815336,
                                                    48.128795792487104
                                                ],
                                                [
                                                    7.005155325993749,
                                                    48.130920934054856
                                                ],
                                                [
                                                    7.000626209178512,
                                                    48.1307921375962
                                                ],
                                                [
                                                    6.998078580969941,
                                                    48.13459163312643
                                                ],
                                                [
                                                    6.998739077172163,
                                                    48.14077386314173
                                                ],
                                                [
                                                    6.997984224369623,
                                                    48.145474933882525
                                                ],
                                                [
                                                    7.000248782777242,
                                                    48.15139957098051
                                                ],
                                                [
                                                    7.0009092789794645,
                                                    48.15507027005209
                                                ],
                                                [
                                                    7.000060069576608,
                                                    48.160093331939514
                                                ],
                                                [
                                                    7.000154426176924,
                                                    48.16415042038705
                                                ],
                                                [
                                                    7.002607697785179,
                                                    48.16640435841346
                                                ],
                                                [
                                                    7.00402304678994,
                                                    48.170590243319644
                                                ],
                                                [
                                                    7.002513341184861,
                                                    48.172457791970096
                                                ],
                                                [
                                                    6.997606797968353,
                                                    48.1759352963537
                                                ],
                                                [
                                                    6.993926890555973,
                                                    48.176064092812354
                                                ],
                                                [
                                                    6.984208160723276,
                                                    48.17896201313202
                                                ],
                                                [
                                                    6.979773400508356,
                                                    48.18392067679012
                                                ],
                                                [
                                                    6.970243383876295,
                                                    48.19048929618137
                                                ],
                                                [
                                                    6.965431197260105,
                                                    48.18862174753092
                                                ],
                                                [
                                                    6.96448763125693,
                                                    48.18694739356844
                                                ],
                                                [
                                                    6.964015848255344,
                                                    48.181280349387755
                                                ],
                                                [
                                                    6.962883569051534,
                                                    48.17838242906809
                                                ],
                                                [
                                                    6.959014948438518,
                                                    48.17561330520707
                                                ],
                                                [
                                                    6.961940003048359,
                                                    48.168851491127846
                                                ],
                                                [
                                                    6.962883569051534,
                                                    48.1640216239284
                                                ],
                                                [
                                                    6.95967544464074,
                                                    48.15919175672895
                                                ],
                                                [
                                                    6.962317429449629,
                                                    48.156229438179956
                                                ],
                                                [
                                                    6.962317429449629,
                                                    48.15294512848433
                                                ],
                                                [
                                                    6.955335041026138,
                                                    48.146891694927696
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88106",
                                        "libgeo": "Ban-sur-Meurthe-Clefcy",
                                        "xcl2154": 995783,
                                        "ycl2154": 6793115
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.917026261297255,
                                                    48.18289030512091
                                                ],
                                                [
                                                    6.897305731830909,
                                                    48.18662540242181
                                                ],
                                                [
                                                    6.888530568001387,
                                                    48.18649660596316
                                                ],
                                                [
                                                    6.883907094585832,
                                                    48.18778457054968
                                                ],
                                                [
                                                    6.879472334370912,
                                                    48.19029610149339
                                                ],
                                                [
                                                    6.875792426958532,
                                                    48.19023170326406
                                                ],
                                                [
                                                    6.866734193328058,
                                                    48.18778457054968
                                                ],
                                                [
                                                    6.864752704721391,
                                                    48.181280349387755
                                                ],
                                                [
                                                    6.86362042551758,
                                                    48.177223260940224
                                                ],
                                                [
                                                    6.852391990079805,
                                                    48.17258658842875
                                                ],
                                                [
                                                    6.846919307261394,
                                                    48.168400703522565
                                                ],
                                                [
                                                    6.843428113049648,
                                                    48.16852949998122
                                                ],
                                                [
                                                    6.840314345239173,
                                                    48.16183208413132
                                                ],
                                                [
                                                    6.850127431672186,
                                                    48.15944934964626
                                                ],
                                                [
                                                    6.85588318429155,
                                                    48.162669261112555
                                                ],
                                                [
                                                    6.862676859514406,
                                                    48.16440801330435
                                                ],
                                                [
                                                    6.864941417922025,
                                                    48.16357083632312
                                                ],
                                                [
                                                    6.865884983925199,
                                                    48.15423309307086
                                                ],
                                                [
                                                    6.869187464936311,
                                                    48.1521079515031
                                                ],
                                                [
                                                    6.876641636361389,
                                                    48.14998280993534
                                                ],
                                                [
                                                    6.88730393219726,
                                                    48.14592572148781
                                                ],
                                                [
                                                    6.889851560405831,
                                                    48.14463775690129
                                                ],
                                                [
                                                    6.896267809227417,
                                                    48.139743491472515
                                                ],
                                                [
                                                    6.899664646838846,
                                                    48.14090265960038
                                                ],
                                                [
                                                    6.905326042857893,
                                                    48.14695609315702
                                                ],
                                                [
                                                    6.906835748462972,
                                                    48.15191475681512
                                                ],
                                                [
                                                    6.9065526786620195,
                                                    48.15745300453715
                                                ],
                                                [
                                                    6.910893082276622,
                                                    48.1625404646539
                                                ],
                                                [
                                                    6.917120617897573,
                                                    48.16543838497357
                                                ],
                                                [
                                                    6.91570526889281,
                                                    48.17142742030089
                                                ],
                                                [
                                                    6.913157640684241,
                                                    48.175806499895046
                                                ],
                                                [
                                                    6.912968927483605,
                                                    48.17831803083876
                                                ],
                                                [
                                                    6.917026261297255,
                                                    48.18289030512091
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88115",
                                        "libgeo": "Corcieux",
                                        "xcl2154": 988201,
                                        "ycl2154": 6792906
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.943729179187092,
                                                    47.980422272120094
                                                ],
                                                [
                                                    6.944672745190267,
                                                    47.986604502135386
                                                ],
                                                [
                                                    6.944012248988044,
                                                    47.99201395339877
                                                ],
                                                [
                                                    6.937124217164871,
                                                    47.99053279412427
                                                ],
                                                [
                                                    6.9205174555090005,
                                                    47.9876348738046
                                                ],
                                                [
                                                    6.915516555692176,
                                                    47.98576732515415
                                                ],
                                                [
                                                    6.901740492045829,
                                                    47.98531653754887
                                                ],
                                                [
                                                    6.898532367635036,
                                                    47.98686209505269
                                                ],
                                                [
                                                    6.895512956424878,
                                                    47.9905971923536
                                                ],
                                                [
                                                    6.892587901815037,
                                                    47.99175636048147
                                                ],
                                                [
                                                    6.879661047571546,
                                                    47.991305572876186
                                                ],
                                                [
                                                    6.875415000557262,
                                                    47.99008200651899
                                                ],
                                                [
                                                    6.8680551857325005,
                                                    47.986604502135386
                                                ],
                                                [
                                                    6.8621107199125015,
                                                    47.98460815702629
                                                ],
                                                [
                                                    6.857770316297899,
                                                    47.98447936056763
                                                ],
                                                [
                                                    6.850316144872822,
                                                    47.98686209505269
                                                ],
                                                [
                                                    6.845126531855361,
                                                    47.99046839589494
                                                ],
                                                [
                                                    6.83889899623441,
                                                    47.99381710381989
                                                ],
                                                [
                                                    6.830689972006792,
                                                    47.996393032992934
                                                ],
                                                [
                                                    6.8239906533842545,
                                                    47.99690821882754
                                                ],
                                                [
                                                    6.8199333195706044,
                                                    47.989953210060335
                                                ],
                                                [
                                                    6.811818651943303,
                                                    47.984221767650325
                                                ],
                                                [
                                                    6.81049765953886,
                                                    47.976300785443236
                                                ],
                                                [
                                                    6.808799240733145,
                                                    47.97237249345435
                                                ],
                                                [
                                                    6.808138744530923,
                                                    47.96812221031884
                                                ],
                                                [
                                                    6.812856574546795,
                                                    47.96316354666074
                                                ],
                                                [
                                                    6.814743706553144,
                                                    47.95833367946129
                                                ],
                                                [
                                                    6.823330157182032,
                                                    47.951571865382064
                                                ],
                                                [
                                                    6.8238019401836185,
                                                    47.9489315379797
                                                ],
                                                [
                                                    6.822009164777588,
                                                    47.94629121057734
                                                ],
                                                [
                                                    6.816253412158223,
                                                    47.94184773275385
                                                ],
                                                [
                                                    6.811629938742668,
                                                    47.93688906909575
                                                ],
                                                [
                                                    6.814649349952826,
                                                    47.93167281252035
                                                ],
                                                [
                                                    6.818329257365208,
                                                    47.9285816975127
                                                ],
                                                [
                                                    6.8221035213779055,
                                                    47.926456555944945
                                                ],
                                                [
                                                    6.8280479871979045,
                                                    47.92607016656899
                                                ],
                                                [
                                                    6.8380497868315535,
                                                    47.9280665116781
                                                ],
                                                [
                                                    6.842861973447744,
                                                    47.92793771521944
                                                ],
                                                [
                                                    6.840974841441395,
                                                    47.931930405437654
                                                ],
                                                [
                                                    6.840880484841077,
                                                    47.93656707794912
                                                ],
                                                [
                                                    6.837766717030601,
                                                    47.942427316817785
                                                ],
                                                [
                                                    6.838804639634094,
                                                    47.944874449532165
                                                ],
                                                [
                                                    6.843239399849012,
                                                    47.94886713975038
                                                ],
                                                [
                                                    6.8499387184715514,
                                                    47.95124987423544
                                                ],
                                                [
                                                    6.855977540891868,
                                                    47.95182945829937
                                                ],
                                                [
                                                    6.874565791154406,
                                                    47.95228024590465
                                                ],
                                                [
                                                    6.881642536178213,
                                                    47.95492057330702
                                                ],
                                                [
                                                    6.887964428399482,
                                                    47.95917085644253
                                                ],
                                                [
                                                    6.8905120566080535,
                                                    47.95929965290118
                                                ],
                                                [
                                                    6.8961734526271,
                                                    47.95550015737095
                                                ],
                                                [
                                                    6.901268709044241,
                                                    47.95614413966421
                                                ],
                                                [
                                                    6.908911593669955,
                                                    47.95936405113051
                                                ],
                                                [
                                                    6.914478633088684,
                                                    47.96078081217568
                                                ],
                                                [
                                                    6.925518355325825,
                                                    47.95949284758916
                                                ],
                                                [
                                                    6.928820836336937,
                                                    47.966319059897714
                                                ],
                                                [
                                                    6.931179751344872,
                                                    47.972758882830306
                                                ],
                                                [
                                                    6.938822635970586,
                                                    47.97688036950717
                                                ],
                                                [
                                                    6.943729179187092,
                                                    47.980422272120094
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88116",
                                        "libgeo": "Cornimont",
                                        "xcl2154": 986321,
                                        "ycl2154": 6769508
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.703685987979511,
                                                    47.8814421936461
                                                ],
                                                [
                                                    6.71331036121189,
                                                    47.88524168917633
                                                ],
                                                [
                                                    6.712649865009667,
                                                    47.888525998871955
                                                ],
                                                [
                                                    6.714253927215064,
                                                    47.89219669794353
                                                ],
                                                [
                                                    6.718971757230936,
                                                    47.89786374212422
                                                ],
                                                [
                                                    6.7294453398661735,
                                                    47.89741295451894
                                                ],
                                                [
                                                    6.731898611474427,
                                                    47.898572122646804
                                                ],
                                                [
                                                    6.7412399149058535,
                                                    47.90726588360581
                                                ],
                                                [
                                                    6.738314860296014,
                                                    47.91235334372256
                                                ],
                                                [
                                                    6.738880999897918,
                                                    47.915959644564815
                                                ],
                                                [
                                                    6.74284397711125,
                                                    47.920531918846955
                                                ],
                                                [
                                                    6.7494489391334715,
                                                    47.92639215771562
                                                ],
                                                [
                                                    6.757941033162042,
                                                    47.925748175422356
                                                ],
                                                [
                                                    6.752940133345217,
                                                    47.93225239658428
                                                ],
                                                [
                                                    6.742089124308712,
                                                    47.93283198064822
                                                ],
                                                [
                                                    6.735201092485538,
                                                    47.938370228370246
                                                ],
                                                [
                                                    6.734823666084268,
                                                    47.937468653159684
                                                ],
                                                [
                                                    6.728218704062047,
                                                    47.93624508680249
                                                ],
                                                [
                                                    6.7212363156385555,
                                                    47.933862352317426
                                                ],
                                                [
                                                    6.717462051625858,
                                                    47.93160841429102
                                                ],
                                                [
                                                    6.710196593401414,
                                                    47.92400942323056
                                                ],
                                                [
                                                    6.706611042589352,
                                                    47.92233506926809
                                                ],
                                                [
                                                    6.697269739157924,
                                                    47.91351251185043
                                                ],
                                                [
                                                    6.699251227764591,
                                                    47.90932662694424
                                                ],
                                                [
                                                    6.6969866693569715,
                                                    47.903337591616925
                                                ],
                                                [
                                                    6.699911723966813,
                                                    47.89696216691365
                                                ],
                                                [
                                                    6.693589831745544,
                                                    47.89535221118051
                                                ],
                                                [
                                                    6.687834079126181,
                                                    47.890457945751734
                                                ],
                                                [
                                                    6.686796156522688,
                                                    47.888268405954655
                                                ],
                                                [
                                                    6.691797056339513,
                                                    47.88595006969892
                                                ],
                                                [
                                                    6.698118948560782,
                                                    47.88266576000329
                                                ],
                                                [
                                                    6.703685987979511,
                                                    47.8814421936461
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88170",
                                        "libgeo": "Ferdrupt",
                                        "xcl2154": 976833,
                                        "ycl2154": 6762932
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.0833769476569115,
                                                    48.177480853857524
                                                ],
                                                [
                                                    7.080451893047072,
                                                    48.17831803083876
                                                ],
                                                [
                                                    7.073846931024851,
                                                    48.178124836150786
                                                ],
                                                [
                                                    7.070733163214373,
                                                    48.17902641136135
                                                ],
                                                [
                                                    7.058749874974059,
                                                    48.1841138714781
                                                ],
                                                [
                                                    7.052522339353108,
                                                    48.187011791797765
                                                ],
                                                [
                                                    7.0492198583419965,
                                                    48.18945892451215
                                                ],
                                                [
                                                    7.045539950929617,
                                                    48.19068249086934
                                                ],
                                                [
                                                    7.038463205905807,
                                                    48.19190605722654
                                                ],
                                                [
                                                    7.026857344066761,
                                                    48.19692911911396
                                                ],
                                                [
                                                    7.013836133222955,
                                                    48.201050605790826
                                                ],
                                                [
                                                    7.000531852578194,
                                                    48.20233857037734
                                                ],
                                                [
                                                    6.986944502132482,
                                                    48.20497889777971
                                                ],
                                                [
                                                    6.979112904306134,
                                                    48.20214537568937
                                                ],
                                                [
                                                    6.977791911901691,
                                                    48.20143699516678
                                                ],
                                                [
                                                    6.980528253310896,
                                                    48.199440650057674
                                                ],
                                                [
                                                    6.978735477904865,
                                                    48.197057915572614
                                                ],
                                                [
                                                    6.972791012084866,
                                                    48.194159995252946
                                                ],
                                                [
                                                    6.970243383876295,
                                                    48.19048929618137
                                                ],
                                                [
                                                    6.979773400508356,
                                                    48.18392067679012
                                                ],
                                                [
                                                    6.984208160723276,
                                                    48.17896201313202
                                                ],
                                                [
                                                    6.993926890555973,
                                                    48.176064092812354
                                                ],
                                                [
                                                    6.997606797968353,
                                                    48.1759352963537
                                                ],
                                                [
                                                    7.002513341184861,
                                                    48.172457791970096
                                                ],
                                                [
                                                    7.007231171200734,
                                                    48.17374575655662
                                                ],
                                                [
                                                    7.011099791813749,
                                                    48.17709446448157
                                                ],
                                                [
                                                    7.016100691630574,
                                                    48.17954159719596
                                                ],
                                                [
                                                    7.023932289456922,
                                                    48.18012118125989
                                                ],
                                                [
                                                    7.037236570101681,
                                                    48.177738446774825
                                                ],
                                                [
                                                    7.041576973716283,
                                                    48.177287659169544
                                                ],
                                                [
                                                    7.05129570354898,
                                                    48.174325340620555
                                                ],
                                                [
                                                    7.056957099568026,
                                                    48.17406774770325
                                                ],
                                                [
                                                    7.06459998419374,
                                                    48.170590243319644
                                                ],
                                                [
                                                    7.068940387808342,
                                                    48.17020385394369
                                                ],
                                                [
                                                    7.0775268384372305,
                                                    48.17091223446628
                                                ],
                                                [
                                                    7.083188234456277,
                                                    48.17252219019942
                                                ],
                                                [
                                                    7.081301102449928,
                                                    48.175806499895046
                                                ],
                                                [
                                                    7.0833769476569115,
                                                    48.177480853857524
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88181",
                                        "libgeo": "Fraize",
                                        "xcl2154": 997319,
                                        "ycl2154": 6794734
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.788795641465847,
                                                    47.83501107030209
                                                ],
                                                [
                                                    6.799552293902036,
                                                    47.82992361018533
                                                ],
                                                [
                                                    6.808421814331875,
                                                    47.84235246844524
                                                ],
                                                [
                                                    6.810403302938542,
                                                    47.85162581346818
                                                ],
                                                [
                                                    6.812196078344573,
                                                    47.85806563640078
                                                ],
                                                [
                                                    6.816819551760129,
                                                    47.86096355672045
                                                ],
                                                [
                                                    6.817008264960763,
                                                    47.86663060090113
                                                ],
                                                [
                                                    6.818801040366794,
                                                    47.872104450393834
                                                ],
                                                [
                                                    6.821254311975047,
                                                    47.8747447777962
                                                ],
                                                [
                                                    6.824934219387429,
                                                    47.877578299886544
                                                ],
                                                [
                                                    6.83002947580457,
                                                    47.88253696354464
                                                ],
                                                [
                                                    6.844560392253457,
                                                    47.89168151210893
                                                ],
                                                [
                                                    6.846541880860124,
                                                    47.89342026430073
                                                ],
                                                [
                                                    6.844371679052823,
                                                    47.898314529729504
                                                ],
                                                [
                                                    6.842484547046474,
                                                    47.90063286598524
                                                ],
                                                [
                                                    6.8339924530179035,
                                                    47.89947369785737
                                                ],
                                                [
                                                    6.826538281592826,
                                                    47.89947369785737
                                                ],
                                                [
                                                    6.820593815772827,
                                                    47.89889411379343
                                                ],
                                                [
                                                    6.8180461875642555,
                                                    47.89960249431602
                                                ],
                                                [
                                                    6.806534682325526,
                                                    47.89354906075938
                                                ],
                                                [
                                                    6.799269224101082,
                                                    47.889234379394544
                                                ],
                                                [
                                                    6.787097222660132,
                                                    47.885885671469595
                                                ],
                                                [
                                                    6.784832664252513,
                                                    47.884726503341724
                                                ],
                                                [
                                                    6.773509872214421,
                                                    47.88195737948071
                                                ],
                                                [
                                                    6.771528383607754,
                                                    47.87905945916104
                                                ],
                                                [
                                                    6.77096224400585,
                                                    47.87390760081497
                                                ],
                                                [
                                                    6.771905810009025,
                                                    47.87236204331114
                                                ],
                                                [
                                                    6.776717996625213,
                                                    47.86888453892754
                                                ],
                                                [
                                                    6.780114834236643,
                                                    47.86759657434102
                                                ],
                                                [
                                                    6.785210090653783,
                                                    47.86366828235214
                                                ],
                                                [
                                                    6.787663362262037,
                                                    47.856133689521
                                                ],
                                                [
                                                    6.785870586856006,
                                                    47.85001585773503
                                                ],
                                                [
                                                    6.784927020852831,
                                                    47.84956507012975
                                                ],
                                                [
                                                    6.788040788663307,
                                                    47.84550798168222
                                                ],
                                                [
                                                    6.792192479077275,
                                                    47.842223671986595
                                                ],
                                                [
                                                    6.792569905478545,
                                                    47.84048491979479
                                                ],
                                                [
                                                    6.790399703671244,
                                                    47.83623463665928
                                                ],
                                                [
                                                    6.788795641465847,
                                                    47.83501107030209
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88188",
                                        "libgeo": "Fresse-sur-Moselle",
                                        "xcl2154": 983015,
                                        "ycl2154": 6759605
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.871168953542976,
                                                    48.10741558035088
                                                ],
                                                [
                                                    6.867111619729326,
                                                    48.107093589204254
                                                ],
                                                [
                                                    6.860129231305836,
                                                    48.10104015564761
                                                ],
                                                [
                                                    6.851354067476314,
                                                    48.09440713802704
                                                ],
                                                [
                                                    6.842390190446156,
                                                    48.09234639468861
                                                ],
                                                [
                                                    6.8421071206452035,
                                                    48.09138042124872
                                                ],
                                                [
                                                    6.839465135836314,
                                                    48.08326624435365
                                                ],
                                                [
                                                    6.836823151027427,
                                                    48.08197827976713
                                                ],
                                                [
                                                    6.831822251210602,
                                                    48.0813986957032
                                                ],
                                                [
                                                    6.823707583583302,
                                                    48.08120550101522
                                                ],
                                                [
                                                    6.814271923551558,
                                                    48.083459439041626
                                                ],
                                                [
                                                    6.810214589737908,
                                                    48.083974624876234
                                                ],
                                                [
                                                    6.805213689921083,
                                                    48.08152749216185
                                                ],
                                                [
                                                    6.791060199873466,
                                                    48.080819111639265
                                                ],
                                                [
                                                    6.781530183241403,
                                                    48.08217147445511
                                                ],
                                                [
                                                    6.776717996625213,
                                                    48.08403902310556
                                                ],
                                                [
                                                    6.778793841832198,
                                                    48.077470403714315
                                                ],
                                                [
                                                    6.783606028448387,
                                                    48.0734777134961
                                                ],
                                                [
                                                    6.786153656656958,
                                                    48.068454651608675
                                                ],
                                                [
                                                    6.7856818736553715,
                                                    48.06137084638282
                                                ],
                                                [
                                                    6.784360881250927,
                                                    48.05847292606315
                                                ],
                                                [
                                                    6.801156356107431,
                                                    48.04778281999505
                                                ],
                                                [
                                                    6.803137844714098,
                                                    48.04752522707774
                                                ],
                                                [
                                                    6.81153558214235,
                                                    48.048619996976285
                                                ],
                                                [
                                                    6.821726094976635,
                                                    48.04829800582966
                                                ],
                                                [
                                                    6.829463336202665,
                                                    48.04662365186718
                                                ],
                                                [
                                                    6.836068298224887,
                                                    48.04353253685953
                                                ],
                                                [
                                                    6.840503058439807,
                                                    48.0397330413293
                                                ],
                                                [
                                                    6.846258811059172,
                                                    48.04179378466773
                                                ],
                                                [
                                                    6.853335556082979,
                                                    48.036513129863
                                                ],
                                                [
                                                    6.861450223710279,
                                                    48.03200525381019
                                                ],
                                                [
                                                    6.868810038535041,
                                                    48.02846335119726
                                                ],
                                                [
                                                    6.873716581751547,
                                                    48.02794816536265
                                                ],
                                                [
                                                    6.883529668184562,
                                                    48.024084271603094
                                                ],
                                                [
                                                    6.88730393219726,
                                                    48.02923612994917
                                                ],
                                                [
                                                    6.892965328216307,
                                                    48.03226284672749
                                                ],
                                                [
                                                    6.8964565224280525,
                                                    48.03348641308469
                                                ],
                                                [
                                                    6.902589701448686,
                                                    48.03419479360727
                                                ],
                                                [
                                                    6.909289020071225,
                                                    48.03413039537794
                                                ],
                                                [
                                                    6.913157640684241,
                                                    48.0379942891375
                                                ],
                                                [
                                                    6.917120617897573,
                                                    48.043146147483576
                                                ],
                                                [
                                                    6.917781114099795,
                                                    48.046044067803244
                                                ],
                                                [
                                                    6.923819936520112,
                                                    48.04997235979213
                                                ],
                                                [
                                                    6.930141828741379,
                                                    48.05666977564203
                                                ],
                                                [
                                                    6.926933704330588,
                                                    48.05847292606315
                                                ],
                                                [
                                                    6.91910210650424,
                                                    48.05827973137518
                                                ],
                                                [
                                                    6.912968927483605,
                                                    48.05589699689012
                                                ],
                                                [
                                                    6.911081795477256,
                                                    48.05776454554057
                                                ],
                                                [
                                                    6.911176152077574,
                                                    48.05995408533765
                                                ],
                                                [
                                                    6.905986539060113,
                                                    48.0734777134961
                                                ],
                                                [
                                                    6.907307531464558,
                                                    48.07540966037588
                                                ],
                                                [
                                                    6.911742291679478,
                                                    48.07837197892488
                                                ],
                                                [
                                                    6.913063284083923,
                                                    48.080110731116676
                                                ],
                                                [
                                                    6.909949516273447,
                                                    48.082493465601736
                                                ],
                                                [
                                                    6.899664646838846,
                                                    48.087774120406465
                                                ],
                                                [
                                                    6.897305731830909,
                                                    48.09080083718479
                                                ],
                                                [
                                                    6.900325143041067,
                                                    48.09646788136547
                                                ],
                                                [
                                                    6.898532367635036,
                                                    48.09762704949334
                                                ],
                                                [
                                                    6.896645235628687,
                                                    48.10239251846346
                                                ],
                                                [
                                                    6.87918926456996,
                                                    48.10483965117785
                                                ],
                                                [
                                                    6.871168953542976,
                                                    48.10741558035088
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88196",
                                        "libgeo": "Gérardmer",
                                        "xcl2154": 988665,
                                        "ycl2154": 6781505
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.807195178527748,
                                                    47.99987053737654
                                                ],
                                                [
                                                    6.801533782508701,
                                                    48.003541236448115
                                                ],
                                                [
                                                    6.801533782508701,
                                                    48.00817790895958
                                                ],
                                                [
                                                    6.796627239292195,
                                                    48.01107582927925
                                                ],
                                                [
                                                    6.776717996625213,
                                                    48.01332976730566
                                                ],
                                                [
                                                    6.769263825200135,
                                                    48.01255698855375
                                                ],
                                                [
                                                    6.7637911423817245,
                                                    48.01436013897487
                                                ],
                                                [
                                                    6.752845776744899,
                                                    48.010947032820596
                                                ],
                                                [
                                                    6.740013279101727,
                                                    48.00985226292206
                                                ],
                                                [
                                                    6.734257526482364,
                                                    48.007147537290365
                                                ],
                                                [
                                                    6.732181681275379,
                                                    48.00463600634666
                                                ],
                                                [
                                                    6.731615541673475,
                                                    48.00148049310968
                                                ],
                                                [
                                                    6.732181681275379,
                                                    47.99632863476361
                                                ],
                                                [
                                                    6.738880999897918,
                                                    47.995427059553045
                                                ],
                                                [
                                                    6.747750520327759,
                                                    47.994911873718436
                                                ],
                                                [
                                                    6.765866987588708,
                                                    47.99458988257181
                                                ],
                                                [
                                                    6.769358181800453,
                                                    47.993495112673266
                                                ],
                                                [
                                                    6.782001966242992,
                                                    47.99381710381989
                                                ],
                                                [
                                                    6.7955893166887025,
                                                    47.99452548434248
                                                ],
                                                [
                                                    6.807195178527748,
                                                    47.99987053737654
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88197",
                                        "libgeo": "Gerbamont",
                                        "xcl2154": 979710,
                                        "ycl2154": 6773690
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.917120617897573,
                                                    48.16543838497357
                                                ],
                                                [
                                                    6.910893082276622,
                                                    48.1625404646539
                                                ],
                                                [
                                                    6.9065526786620195,
                                                    48.15745300453715
                                                ],
                                                [
                                                    6.906835748462972,
                                                    48.15191475681512
                                                ],
                                                [
                                                    6.905326042857893,
                                                    48.14695609315702
                                                ],
                                                [
                                                    6.899664646838846,
                                                    48.14090265960038
                                                ],
                                                [
                                                    6.896267809227417,
                                                    48.139743491472515
                                                ],
                                                [
                                                    6.8964565224280525,
                                                    48.13684557115285
                                                ],
                                                [
                                                    6.902872771249638,
                                                    48.12963296946834
                                                ],
                                                [
                                                    6.902023561846781,
                                                    48.120424022674726
                                                ],
                                                [
                                                    6.902589701448686,
                                                    48.111859058174375
                                                ],
                                                [
                                                    6.901740492045829,
                                                    48.10773757149751
                                                ],
                                                [
                                                    6.896645235628687,
                                                    48.10239251846346
                                                ],
                                                [
                                                    6.898532367635036,
                                                    48.09762704949334
                                                ],
                                                [
                                                    6.900325143041067,
                                                    48.09646788136547
                                                ],
                                                [
                                                    6.90759060126551,
                                                    48.098979412309184
                                                ],
                                                [
                                                    6.909572089872177,
                                                    48.09904381053851
                                                ],
                                                [
                                                    6.913440710485193,
                                                    48.0965322795948
                                                ],
                                                [
                                                    6.917686757499477,
                                                    48.0953087132376
                                                ],
                                                [
                                                    6.929764402340111,
                                                    48.09646788136547
                                                ],
                                                [
                                                    6.932312030548682,
                                                    48.09743385480536
                                                ],
                                                [
                                                    6.932123317348046,
                                                    48.10046057158368
                                                ],
                                                [
                                                    6.930236185341697,
                                                    48.104002474196605
                                                ],
                                                [
                                                    6.927688557133126,
                                                    48.106385208681665
                                                ],
                                                [
                                                    6.930330541942015,
                                                    48.11514336787
                                                ],
                                                [
                                                    6.9383508529689975,
                                                    48.12673504914867
                                                ],
                                                [
                                                    6.94014362837503,
                                                    48.13098533228418
                                                ],
                                                [
                                                    6.94306868298487,
                                                    48.13562200479565
                                                ],
                                                [
                                                    6.9507115676105835,
                                                    48.142126225957576
                                                ],
                                                [
                                                    6.955335041026138,
                                                    48.146891694927696
                                                ],
                                                [
                                                    6.937218573765189,
                                                    48.15526346474007
                                                ],
                                                [
                                                    6.927971626934078,
                                                    48.15990013725154
                                                ],
                                                [
                                                    6.92353686671916,
                                                    48.16305565048851
                                                ],
                                                [
                                                    6.917120617897573,
                                                    48.16543838497357
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88198",
                                        "libgeo": "Gerbépal",
                                        "xcl2154": 991456,
                                        "ycl2154": 6790435
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.075828419631516,
                                                    48.352644037624124
                                                ],
                                                [
                                                    7.06497741059501,
                                                    48.351613665954915
                                                ],
                                                [
                                                    7.061203146582312,
                                                    48.34845815271794
                                                ],
                                                [
                                                    7.057806308970885,
                                                    48.34652620583816
                                                ],
                                                [
                                                    7.052994122354694,
                                                    48.34208272801467
                                                ],
                                                [
                                                    7.052333626152472,
                                                    48.3359648962287
                                                ],
                                                [
                                                    7.052711052553742,
                                                    48.33358216174364
                                                ],
                                                [
                                                    7.060637006980408,
                                                    48.33441933872488
                                                ],
                                                [
                                                    7.0633733483896135,
                                                    48.33261618830375
                                                ],
                                                [
                                                    7.067713752004216,
                                                    48.33203660423982
                                                ],
                                                [
                                                    7.088472204074054,
                                                    48.33139262194656
                                                ],
                                                [
                                                    7.092152111486434,
                                                    48.33274498476241
                                                ],
                                                [
                                                    7.1033805469242095,
                                                    48.33847642717242
                                                ],
                                                [
                                                    7.1058338185324645,
                                                    48.342340320931974
                                                ],
                                                [
                                                    7.105928175132781,
                                                    48.3441434713531
                                                ],
                                                [
                                                    7.096681228301672,
                                                    48.34742778104872
                                                ],
                                                [
                                                    7.092057754886118,
                                                    48.34865134740592
                                                ],
                                                [
                                                    7.078564761040723,
                                                    48.35109848012031
                                                ],
                                                [
                                                    7.075828419631516,
                                                    48.352644037624124
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88213",
                                        "libgeo": "La Grande-Fosse",
                                        "xcl2154": 1001412,
                                        "ycl2154": 6812054
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.828331056998857,
                                                    48.15127077452186
                                                ],
                                                [
                                                    6.819272823368382,
                                                    48.152623137337706
                                                ],
                                                [
                                                    6.812573504745843,
                                                    48.15255873910838
                                                ],
                                                [
                                                    6.807666961529336,
                                                    48.154361889529504
                                                ],
                                                [
                                                    6.796721595892513,
                                                    48.16279805757121
                                                ],
                                                [
                                                    6.792664262078863,
                                                    48.16827190706391
                                                ],
                                                [
                                                    6.785964943456324,
                                                    48.17252219019942
                                                ],
                                                [
                                                    6.777284136227119,
                                                    48.174389738849875
                                                ],
                                                [
                                                    6.7695468950010875,
                                                    48.176514880417635
                                                ],
                                                [
                                                    6.766999266792516,
                                                    48.17703006625224
                                                ],
                                                [
                                                    6.763130646179502,
                                                    48.17612849104168
                                                ],
                                                [
                                                    6.765866987588708,
                                                    48.17348816363931
                                                ],
                                                [
                                                    6.766244413989978,
                                                    48.16904468581582
                                                ],
                                                [
                                                    6.764640351784581,
                                                    48.158869765582324
                                                ],
                                                [
                                                    6.766055700789342,
                                                    48.151657163897816
                                                ],
                                                [
                                                    6.763130646179502,
                                                    48.14682729669837
                                                ],
                                                [
                                                    6.768792042198549,
                                                    48.14161104012297
                                                ],
                                                [
                                                    6.773981655216008,
                                                    48.138391128656664
                                                ],
                                                [
                                                    6.777755919228706,
                                                    48.135235615419695
                                                ],
                                                [
                                                    6.774170368416642,
                                                    48.12525388987417
                                                ],
                                                [
                                                    6.775113934419816,
                                                    48.119264854546856
                                                ],
                                                [
                                                    6.776623640024897,
                                                    48.11598054485123
                                                ],
                                                [
                                                    6.783417315247752,
                                                    48.10702919097493
                                                ],
                                                [
                                                    6.790399703671244,
                                                    48.10786636795616
                                                ],
                                                [
                                                    6.800873286306479,
                                                    48.10979831483594
                                                ],
                                                [
                                                    6.807195178527748,
                                                    48.11263183692628
                                                ],
                                                [
                                                    6.815875985756954,
                                                    48.11417739443011
                                                ],
                                                [
                                                    6.817574404562667,
                                                    48.11237424400898
                                                ],
                                                [
                                                    6.8199333195706044,
                                                    48.10690039451627
                                                ],
                                                [
                                                    6.823518870382666,
                                                    48.10078256273031
                                                ],
                                                [
                                                    6.823141443981396,
                                                    48.09762704949334
                                                ],
                                                [
                                                    6.825028575987745,
                                                    48.095437509696254
                                                ],
                                                [
                                                    6.832954530414411,
                                                    48.09305477521119
                                                ],
                                                [
                                                    6.8421071206452035,
                                                    48.09138042124872
                                                ],
                                                [
                                                    6.842390190446156,
                                                    48.09234639468861
                                                ],
                                                [
                                                    6.851354067476314,
                                                    48.09440713802704
                                                ],
                                                [
                                                    6.860129231305836,
                                                    48.10104015564761
                                                ],
                                                [
                                                    6.867111619729326,
                                                    48.107093589204254
                                                ],
                                                [
                                                    6.860223587906153,
                                                    48.11005590775325
                                                ],
                                                [
                                                    6.841918407444569,
                                                    48.123128748306414
                                                ],
                                                [
                                                    6.832860173814093,
                                                    48.1337544561452
                                                ],
                                                [
                                                    6.82597214199092,
                                                    48.13607279240093
                                                ],
                                                [
                                                    6.822952730780762,
                                                    48.13967909324319
                                                ],
                                                [
                                                    6.822480947779176,
                                                    48.14161104012297
                                                ],
                                                [
                                                    6.828802840000443,
                                                    48.14682729669837
                                                ],
                                                [
                                                    6.828331056998857,
                                                    48.15127077452186
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88218",
                                        "libgeo": "Granges-Aumontzey",
                                        "xcl2154": 981727,
                                        "ycl2154": 6789469
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.8983436544344015,
                                                    48.205172092467684
                                                ],
                                                [
                                                    6.89579602622583,
                                                    48.20568727830229
                                                ],
                                                [
                                                    6.887398288797578,
                                                    48.20427051725712
                                                ],
                                                [
                                                    6.876735992961707,
                                                    48.20034222526824
                                                ],
                                                [
                                                    6.871168953542976,
                                                    48.19982703943363
                                                ],
                                                [
                                                    6.869847961138533,
                                                    48.20349773850521
                                                ],
                                                [
                                                    6.865790627324883,
                                                    48.207554826952745
                                                ],
                                                [
                                                    6.860695370907741,
                                                    48.21051714550174
                                                ],
                                                [
                                                    6.859374378503296,
                                                    48.21283548175747
                                                ],
                                                [
                                                    6.8599405181052004,
                                                    48.21560460561849
                                                ],
                                                [
                                                    6.861733293511231,
                                                    48.21740775603962
                                                ],
                                                [
                                                    6.863903495318534,
                                                    48.22468475595345
                                                ],
                                                [
                                                    6.865696270724565,
                                                    48.22642350814525
                                                ],
                                                [
                                                    6.863242999116312,
                                                    48.2329921275365
                                                ],
                                                [
                                                    6.858902595501708,
                                                    48.23679162306673
                                                ],
                                                [
                                                    6.854656548487424,
                                                    48.23885236640516
                                                ],
                                                [
                                                    6.843522469649964,
                                                    48.24606496808967
                                                ],
                                                [
                                                    6.834936019021078,
                                                    48.2416858884955
                                                ],
                                                [
                                                    6.833520670016315,
                                                    48.23872356994651
                                                ],
                                                [
                                                    6.836917507627745,
                                                    48.23344291514178
                                                ],
                                                [
                                                    6.837672360430283,
                                                    48.22816226033705
                                                ],
                                                [
                                                    6.836728794427109,
                                                    48.223783180742885
                                                ],
                                                [
                                                    6.83965384903695,
                                                    48.217794145415574
                                                ],
                                                [
                                                    6.846164454458854,
                                                    48.216119791453096
                                                ],
                                                [
                                                    6.848334656266155,
                                                    48.21412344634399
                                                ],
                                                [
                                                    6.84776851666425,
                                                    48.21225589769354
                                                ],
                                                [
                                                    6.836634437826791,
                                                    48.20626686236623
                                                ],
                                                [
                                                    6.828142343798221,
                                                    48.20240296860667
                                                ],
                                                [
                                                    6.826160855191556,
                                                    48.198023889012504
                                                ],
                                                [
                                                    6.829368979602349,
                                                    48.19074688909867
                                                ],
                                                [
                                                    6.832954530414411,
                                                    48.187204986485746
                                                ],
                                                [
                                                    6.833426313415999,
                                                    48.18392067679012
                                                ],
                                                [
                                                    6.843616826250282,
                                                    48.18211752636899
                                                ],
                                                [
                                                    6.845881384657901,
                                                    48.18379188033147
                                                ],
                                                [
                                                    6.853429912683297,
                                                    48.18379188033147
                                                ],
                                                [
                                                    6.864752704721391,
                                                    48.181280349387755
                                                ],
                                                [
                                                    6.866734193328058,
                                                    48.18778457054968
                                                ],
                                                [
                                                    6.875792426958532,
                                                    48.19023170326406
                                                ],
                                                [
                                                    6.879472334370912,
                                                    48.19029610149339
                                                ],
                                                [
                                                    6.883907094585832,
                                                    48.18778457054968
                                                ],
                                                [
                                                    6.888530568001387,
                                                    48.18649660596316
                                                ],
                                                [
                                                    6.897305731830909,
                                                    48.18662540242181
                                                ],
                                                [
                                                    6.917026261297255,
                                                    48.18289030512091
                                                ],
                                                [
                                                    6.911270508677892,
                                                    48.190360499722715
                                                ],
                                                [
                                                    6.911459221878526,
                                                    48.19519036692216
                                                ],
                                                [
                                                    6.9064583220617015,
                                                    48.20169458808408
                                                ],
                                                [
                                                    6.9006082128420205,
                                                    48.20349773850521
                                                ],
                                                [
                                                    6.8983436544344015,
                                                    48.205172092467684
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88244",
                                        "libgeo": "La Houssière",
                                        "xcl2154": 986287,
                                        "ycl2154": 6795311
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.7669049101922,
                                                    48.10284330606874
                                                ],
                                                [
                                                    6.7656782743880735,
                                                    48.10187733262885
                                                ],
                                                [
                                                    6.767471049794104,
                                                    48.09743385480536
                                                ],
                                                [
                                                    6.768131545996327,
                                                    48.09485792563232
                                                ],
                                                [
                                                    6.772660662811563,
                                                    48.09022125312085
                                                ],
                                                [
                                                    6.776717996625213,
                                                    48.08403902310556
                                                ],
                                                [
                                                    6.781530183241403,
                                                    48.08217147445511
                                                ],
                                                [
                                                    6.791060199873466,
                                                    48.080819111639265
                                                ],
                                                [
                                                    6.805213689921083,
                                                    48.08152749216185
                                                ],
                                                [
                                                    6.810214589737908,
                                                    48.083974624876234
                                                ],
                                                [
                                                    6.814271923551558,
                                                    48.083459439041626
                                                ],
                                                [
                                                    6.823707583583302,
                                                    48.08120550101522
                                                ],
                                                [
                                                    6.831822251210602,
                                                    48.0813986957032
                                                ],
                                                [
                                                    6.836823151027427,
                                                    48.08197827976713
                                                ],
                                                [
                                                    6.839465135836314,
                                                    48.08326624435365
                                                ],
                                                [
                                                    6.8421071206452035,
                                                    48.09138042124872
                                                ],
                                                [
                                                    6.832954530414411,
                                                    48.09305477521119
                                                ],
                                                [
                                                    6.825028575987745,
                                                    48.095437509696254
                                                ],
                                                [
                                                    6.823141443981396,
                                                    48.09762704949334
                                                ],
                                                [
                                                    6.823518870382666,
                                                    48.10078256273031
                                                ],
                                                [
                                                    6.8199333195706044,
                                                    48.10690039451627
                                                ],
                                                [
                                                    6.817574404562667,
                                                    48.11237424400898
                                                ],
                                                [
                                                    6.815875985756954,
                                                    48.11417739443011
                                                ],
                                                [
                                                    6.807195178527748,
                                                    48.11263183692628
                                                ],
                                                [
                                                    6.800873286306479,
                                                    48.10979831483594
                                                ],
                                                [
                                                    6.790399703671244,
                                                    48.10786636795616
                                                ],
                                                [
                                                    6.783417315247752,
                                                    48.10702919097493
                                                ],
                                                [
                                                    6.776717996625213,
                                                    48.10619201399369
                                                ],
                                                [
                                                    6.768792042198549,
                                                    48.10644960691099
                                                ],
                                                [
                                                    6.7669049101922,
                                                    48.10284330606874
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88269",
                                        "libgeo": "Liézey",
                                        "xcl2154": 983133,
                                        "ycl2154": 6783955
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.870885883742024,
                                                    47.914993671124925
                                                ],
                                                [
                                                    6.8680551857325005,
                                                    47.91583084810616
                                                ],
                                                [
                                                    6.864658348121073,
                                                    47.9184067772792
                                                ],
                                                [
                                                    6.857298533296313,
                                                    47.92111150291089
                                                ],
                                                [
                                                    6.851731493877582,
                                                    47.924331414377185
                                                ],
                                                [
                                                    6.842861973447744,
                                                    47.92793771521944
                                                ],
                                                [
                                                    6.8380497868315535,
                                                    47.9280665116781
                                                ],
                                                [
                                                    6.8280479871979045,
                                                    47.92607016656899
                                                ],
                                                [
                                                    6.8221035213779055,
                                                    47.926456555944945
                                                ],
                                                [
                                                    6.818329257365208,
                                                    47.9285816975127
                                                ],
                                                [
                                                    6.814649349952826,
                                                    47.93167281252035
                                                ],
                                                [
                                                    6.811629938742668,
                                                    47.93688906909575
                                                ],
                                                [
                                                    6.79492882048648,
                                                    47.93019165324585
                                                ],
                                                [
                                                    6.790682773472196,
                                                    47.92896808688866
                                                ],
                                                [
                                                    6.786625439658546,
                                                    47.92632775948629
                                                ],
                                                [
                                                    6.777755919228706,
                                                    47.91969474186572
                                                ],
                                                [
                                                    6.773415515614103,
                                                    47.914027697685036
                                                ],
                                                [
                                                    6.77096224400585,
                                                    47.90739468006446
                                                ],
                                                [
                                                    6.770773530805214,
                                                    47.904045972139514
                                                ],
                                                [
                                                    6.7754913608210865,
                                                    47.89825013150018
                                                ],
                                                [
                                                    6.778038989029658,
                                                    47.89709096337231
                                                ],
                                                [
                                                    6.781624539841721,
                                                    47.89696216691365
                                                ],
                                                [
                                                    6.786059300056642,
                                                    47.899795689003994
                                                ],
                                                [
                                                    6.804553193718861,
                                                    47.899022910252086
                                                ],
                                                [
                                                    6.814366280151874,
                                                    47.89986008723332
                                                ],
                                                [
                                                    6.8180461875642555,
                                                    47.89960249431602
                                                ],
                                                [
                                                    6.820593815772827,
                                                    47.89889411379343
                                                ],
                                                [
                                                    6.826538281592826,
                                                    47.89947369785737
                                                ],
                                                [
                                                    6.8339924530179035,
                                                    47.89947369785737
                                                ],
                                                [
                                                    6.842484547046474,
                                                    47.90063286598524
                                                ],
                                                [
                                                    6.844371679052823,
                                                    47.898314529729504
                                                ],
                                                [
                                                    6.850693571274092,
                                                    47.901663237654454
                                                ],
                                                [
                                                    6.855317044689646,
                                                    47.90655750308322
                                                ],
                                                [
                                                    6.865790627324883,
                                                    47.91106537913604
                                                ],
                                                [
                                                    6.870885883742024,
                                                    47.914993671124925
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88302",
                                        "libgeo": "Le Ménil",
                                        "xcl2154": 982539,
                                        "ycl2154": 6763121
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.0775268384372305,
                                                    48.17091223446628
                                                ],
                                                [
                                                    7.068940387808342,
                                                    48.17020385394369
                                                ],
                                                [
                                                    7.06459998419374,
                                                    48.170590243319644
                                                ],
                                                [
                                                    7.056957099568026,
                                                    48.17406774770325
                                                ],
                                                [
                                                    7.05129570354898,
                                                    48.174325340620555
                                                ],
                                                [
                                                    7.041576973716283,
                                                    48.177287659169544
                                                ],
                                                [
                                                    7.037236570101681,
                                                    48.177738446774825
                                                ],
                                                [
                                                    7.023932289456922,
                                                    48.18012118125989
                                                ],
                                                [
                                                    7.016100691630574,
                                                    48.17954159719596
                                                ],
                                                [
                                                    7.011099791813749,
                                                    48.17709446448157
                                                ],
                                                [
                                                    7.007231171200734,
                                                    48.17374575655662
                                                ],
                                                [
                                                    7.002513341184861,
                                                    48.172457791970096
                                                ],
                                                [
                                                    7.00402304678994,
                                                    48.170590243319644
                                                ],
                                                [
                                                    7.002607697785179,
                                                    48.16640435841346
                                                ],
                                                [
                                                    7.000154426176924,
                                                    48.16415042038705
                                                ],
                                                [
                                                    7.000060069576608,
                                                    48.160093331939514
                                                ],
                                                [
                                                    7.0009092789794645,
                                                    48.15507027005209
                                                ],
                                                [
                                                    7.000248782777242,
                                                    48.15139957098051
                                                ],
                                                [
                                                    6.997984224369623,
                                                    48.145474933882525
                                                ],
                                                [
                                                    6.998739077172163,
                                                    48.14077386314173
                                                ],
                                                [
                                                    6.998078580969941,
                                                    48.13459163312643
                                                ],
                                                [
                                                    7.000626209178512,
                                                    48.1307921375962
                                                ],
                                                [
                                                    7.005155325993749,
                                                    48.130920934054856
                                                ],
                                                [
                                                    7.011571574815336,
                                                    48.128795792487104
                                                ],
                                                [
                                                    7.010061869210257,
                                                    48.125511482791474
                                                ],
                                                [
                                                    7.006476318398193,
                                                    48.12048842090405
                                                ],
                                                [
                                                    7.00477789959248,
                                                    48.11443498734741
                                                ],
                                                [
                                                    7.002324627984225,
                                                    48.110442297129204
                                                ],
                                                [
                                                    7.005249682594067,
                                                    48.108059562644144
                                                ],
                                                [
                                                    7.012986923820097,
                                                    48.106127615764365
                                                ],
                                                [
                                                    7.019403172641684,
                                                    48.107286783892235
                                                ],
                                                [
                                                    7.025913778063587,
                                                    48.10934752723066
                                                ],
                                                [
                                                    7.034594585292793,
                                                    48.1154009607873
                                                ],
                                                [
                                                    7.0395011285093,
                                                    48.11391980151281
                                                ],
                                                [
                                                    7.047049656534695,
                                                    48.11037789889988
                                                ],
                                                [
                                                    7.054975610961361,
                                                    48.109733916606615
                                                ],
                                                [
                                                    7.0634677049899315,
                                                    48.110893084734485
                                                ],
                                                [
                                                    7.067808108604534,
                                                    48.10702919097493
                                                ],
                                                [
                                                    7.070261380212787,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.071488016016914,
                                                    48.107801969726836
                                                ],
                                                [
                                                    7.07677198563469,
                                                    48.1087035449374
                                                ],
                                                [
                                                    7.083660017457864,
                                                    48.12196958017855
                                                ],
                                                [
                                                    7.084037443859134,
                                                    48.12918218186306
                                                ],
                                                [
                                                    7.071016233015327,
                                                    48.12963296946834
                                                ],
                                                [
                                                    7.06129750318263,
                                                    48.13633038531824
                                                ],
                                                [
                                                    7.057995022171519,
                                                    48.137811544592736
                                                ],
                                                [
                                                    7.0593160145759635,
                                                    48.1424482171042
                                                ],
                                                [
                                                    7.066109689798819,
                                                    48.14747127899163
                                                ],
                                                [
                                                    7.068940387808342,
                                                    48.151463969209836
                                                ],
                                                [
                                                    7.071204946215961,
                                                    48.156744624014564
                                                ],
                                                [
                                                    7.0776211950375485,
                                                    48.16357083632312
                                                ],
                                                [
                                                    7.078847830841675,
                                                    48.16794991591728
                                                ],
                                                [
                                                    7.0775268384372305,
                                                    48.17091223446628
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88349",
                                        "libgeo": "Plainfaing",
                                        "xcl2154": 998318,
                                        "ycl2154": 6793408
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.71038530660205,
                                                    47.87596834415339
                                                ],
                                                [
                                                    6.710951446203954,
                                                    47.875388760089464
                                                ],
                                                [
                                                    6.721708098640144,
                                                    47.87139606987125
                                                ],
                                                [
                                                    6.7353898056861725,
                                                    47.86508504339731
                                                ],
                                                [
                                                    6.7371825810922035,
                                                    47.864956246938654
                                                ],
                                                [
                                                    6.740296348902679,
                                                    47.87055889289002
                                                ],
                                                [
                                                    6.743504473313473,
                                                    47.87410079550294
                                                ],
                                                [
                                                    6.748316659929663,
                                                    47.87699871582261
                                                ],
                                                [
                                                    6.750769931537916,
                                                    47.88215057416868
                                                ],
                                                [
                                                    6.751241714539504,
                                                    47.886851644909484
                                                ],
                                                [
                                                    6.756620040757597,
                                                    47.892840680236795
                                                ],
                                                [
                                                    6.760677374571247,
                                                    47.90089045890254
                                                ],
                                                [
                                                    6.764451638583945,
                                                    47.905462733184685
                                                ],
                                                [
                                                    6.768792042198549,
                                                    47.91209575080526
                                                ],
                                                [
                                                    6.773415515614103,
                                                    47.914027697685036
                                                ],
                                                [
                                                    6.777755919228706,
                                                    47.91969474186572
                                                ],
                                                [
                                                    6.77539700422077,
                                                    47.92008113124167
                                                ],
                                                [
                                                    6.771528383607754,
                                                    47.922914653332015
                                                ],
                                                [
                                                    6.768225902596643,
                                                    47.92446021083584
                                                ],
                                                [
                                                    6.757941033162042,
                                                    47.925748175422356
                                                ],
                                                [
                                                    6.7494489391334715,
                                                    47.92639215771562
                                                ],
                                                [
                                                    6.74284397711125,
                                                    47.920531918846955
                                                ],
                                                [
                                                    6.738880999897918,
                                                    47.915959644564815
                                                ],
                                                [
                                                    6.738314860296014,
                                                    47.91235334372256
                                                ],
                                                [
                                                    6.7412399149058535,
                                                    47.90726588360581
                                                ],
                                                [
                                                    6.731898611474427,
                                                    47.898572122646804
                                                ],
                                                [
                                                    6.7294453398661735,
                                                    47.89741295451894
                                                ],
                                                [
                                                    6.718971757230936,
                                                    47.89786374212422
                                                ],
                                                [
                                                    6.714253927215064,
                                                    47.89219669794353
                                                ],
                                                [
                                                    6.712649865009667,
                                                    47.888525998871955
                                                ],
                                                [
                                                    6.71331036121189,
                                                    47.88524168917633
                                                ],
                                                [
                                                    6.703685987979511,
                                                    47.8814421936461
                                                ],
                                                [
                                                    6.71038530660205,
                                                    47.87596834415339
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88369",
                                        "libgeo": "Ramonchamp",
                                        "xcl2154": 979295,
                                        "ycl2154": 6761140
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.8239906533842545,
                                                    47.99690821882754
                                                ],
                                                [
                                                    6.832860173814093,
                                                    48.00283285592553
                                                ],
                                                [
                                                    6.839087709435046,
                                                    48.006374758538456
                                                ],
                                                [
                                                    6.8439942526515525,
                                                    48.00985226292206
                                                ],
                                                [
                                                    6.861450223710279,
                                                    48.013844953140264
                                                ],
                                                [
                                                    6.869281821536627,
                                                    48.01629208585465
                                                ],
                                                [
                                                    6.883529668184562,
                                                    48.024084271603094
                                                ],
                                                [
                                                    6.873716581751547,
                                                    48.02794816536265
                                                ],
                                                [
                                                    6.868810038535041,
                                                    48.02846335119726
                                                ],
                                                [
                                                    6.861450223710279,
                                                    48.03200525381019
                                                ],
                                                [
                                                    6.853335556082979,
                                                    48.036513129863
                                                ],
                                                [
                                                    6.846258811059172,
                                                    48.04179378466773
                                                ],
                                                [
                                                    6.840503058439807,
                                                    48.0397330413293
                                                ],
                                                [
                                                    6.833048887014729,
                                                    48.03760789976155
                                                ],
                                                [
                                                    6.816442125358859,
                                                    48.034323590065924
                                                ],
                                                [
                                                    6.807006465327114,
                                                    48.030974882140974
                                                ],
                                                [
                                                    6.802477348511876,
                                                    48.030008908701085
                                                ],
                                                [
                                                    6.797193378894099,
                                                    48.02988011224243
                                                ],
                                                [
                                                    6.787097222660132,
                                                    48.025501032648265
                                                ],
                                                [
                                                    6.775963143822675,
                                                    48.02389107691512
                                                ],
                                                [
                                                    6.762753219778232,
                                                    48.01848162565174
                                                ],
                                                [
                                                    6.761620940574422,
                                                    48.0176444486705
                                                ],
                                                [
                                                    6.7637911423817245,
                                                    48.01436013897487
                                                ],
                                                [
                                                    6.769263825200135,
                                                    48.01255698855375
                                                ],
                                                [
                                                    6.776717996625213,
                                                    48.01332976730566
                                                ],
                                                [
                                                    6.796627239292195,
                                                    48.01107582927925
                                                ],
                                                [
                                                    6.801533782508701,
                                                    48.00817790895958
                                                ],
                                                [
                                                    6.801533782508701,
                                                    48.003541236448115
                                                ],
                                                [
                                                    6.807195178527748,
                                                    47.99987053737654
                                                ],
                                                [
                                                    6.8239906533842545,
                                                    47.99690821882754
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88391",
                                        "libgeo": "Rochesson",
                                        "xcl2154": 982178,
                                        "ycl2154": 6775897
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.003551263788354,
                                                    48.31619463982563
                                                ],
                                                [
                                                    6.990435696344227,
                                                    48.31806218847609
                                                ],
                                                [
                                                    6.982132315516293,
                                                    48.32121770171306
                                                ],
                                                [
                                                    6.978169338302959,
                                                    48.322248073382276
                                                ],
                                                [
                                                    6.973545864887405,
                                                    48.32050932119047
                                                ],
                                                [
                                                    6.971281306479786,
                                                    48.32102450702508
                                                ],
                                                [
                                                    6.967035259465502,
                                                    48.32263446275823
                                                ],
                                                [
                                                    6.959392374839788,
                                                    48.32295645390486
                                                ],
                                                [
                                                    6.953919692021377,
                                                    48.32424441849138
                                                ],
                                                [
                                                    6.946371163995981,
                                                    48.328301506938914
                                                ],
                                                [
                                                    6.937312930365507,
                                                    48.3307486396533
                                                ],
                                                [
                                                    6.931934604147412,
                                                    48.33158581663454
                                                ],
                                                [
                                                    6.9224045875153495,
                                                    48.33145702017589
                                                ],
                                                [
                                                    6.916648834895985,
                                                    48.33261618830375
                                                ],
                                                [
                                                    6.913912493486779,
                                                    48.3322297989278
                                                ],
                                                [
                                                    6.904948616456623,
                                                    48.32630516182981
                                                ],
                                                [
                                                    6.908817237069637,
                                                    48.32070251587845
                                                ],
                                                [
                                                    6.908628523869003,
                                                    48.31774019732946
                                                ],
                                                [
                                                    6.9106100124756695,
                                                    48.30904643637045
                                                ],
                                                [
                                                    6.910138229474081,
                                                    48.306341710738764
                                                ],
                                                [
                                                    6.907307531464558,
                                                    48.30505374615225
                                                ],
                                                [
                                                    6.898815437435988,
                                                    48.303250595731114
                                                ],
                                                [
                                                    6.891172552810276,
                                                    48.30415217094168
                                                ],
                                                [
                                                    6.889851560405831,
                                                    48.306019719592136
                                                ],
                                                [
                                                    6.886832149195672,
                                                    48.305568931986855
                                                ],
                                                [
                                                    6.884473234187737,
                                                    48.30144744530999
                                                ],
                                                [
                                                    6.883529668184562,
                                                    48.296295586963915
                                                ],
                                                [
                                                    6.8783400551671035,
                                                    48.2935264631029
                                                ],
                                                [
                                                    6.873056085549325,
                                                    48.2923028967457
                                                ],
                                                [
                                                    6.869281821536627,
                                                    48.28979136580199
                                                ],
                                                [
                                                    6.870980240342342,
                                                    48.285283489749176
                                                ],
                                                [
                                                    6.871640736544564,
                                                    48.28296515349344
                                                ],
                                                [
                                                    6.885039373789641,
                                                    48.27877926858726
                                                ],
                                                [
                                                    6.893531467818211,
                                                    48.27510856951567
                                                ],
                                                [
                                                    6.901079995843607,
                                                    48.273369817323875
                                                ],
                                                [
                                                    6.904854259856305,
                                                    48.2702143040869
                                                ],
                                                [
                                                    6.907118818263924,
                                                    48.266221613868694
                                                ],
                                                [
                                                    6.911270508677892,
                                                    48.263130498861045
                                                ],
                                                [
                                                    6.9263675647286815,
                                                    48.265706428034086
                                                ],
                                                [
                                                    6.930330541942015,
                                                    48.26042577322936
                                                ],
                                                [
                                                    6.933161239951539,
                                                    48.263516888237
                                                ],
                                                [
                                                    6.9406154113766165,
                                                    48.261456144898574
                                                ],
                                                [
                                                    6.947031660198204,
                                                    48.26113415375194
                                                ],
                                                [
                                                    6.9548632580245515,
                                                    48.268411153665774
                                                ],
                                                [
                                                    6.955806824027726,
                                                    48.26976351648162
                                                ],
                                                [
                                                    6.962883569051534,
                                                    48.2749153748277
                                                ],
                                                [
                                                    6.970243383876295,
                                                    48.27781329514737
                                                ],
                                                [
                                                    6.9809056797121665,
                                                    48.27974524202715
                                                ],
                                                [
                                                    6.978641121304547,
                                                    48.28283635703479
                                                ],
                                                [
                                                    6.982226672116611,
                                                    48.29288248080964
                                                ],
                                                [
                                                    6.986189649329943,
                                                    48.2950076223774
                                                ],
                                                [
                                                    6.998172937570259,
                                                    48.295780401129306
                                                ],
                                                [
                                                    6.99921086017375,
                                                    48.29739035686246
                                                ],
                                                [
                                                    6.997135014966767,
                                                    48.30041707364077
                                                ],
                                                [
                                                    6.998739077172163,
                                                    48.305568931986855
                                                ],
                                                [
                                                    7.0048722561927965,
                                                    48.30827365761854
                                                ],
                                                [
                                                    7.007986024003272,
                                                    48.31355431242327
                                                ],
                                                [
                                                    7.003551263788354,
                                                    48.31619463982563
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88413",
                                        "libgeo": "Saint-Dié-des-Vosges",
                                        "xcl2154": 992705,
                                        "ycl2154": 6805887
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.977791911901691,
                                                    48.20143699516678
                                                ],
                                                [
                                                    6.979112904306134,
                                                    48.20214537568937
                                                ],
                                                [
                                                    6.977508842100739,
                                                    48.20665325174218
                                                ],
                                                [
                                                    6.971941802682008,
                                                    48.210388349043086
                                                ],
                                                [
                                                    6.967412685866772,
                                                    48.21476742863725
                                                ],
                                                [
                                                    6.965714267061057,
                                                    48.21972609229535
                                                ],
                                                [
                                                    6.968261895269628,
                                                    48.22532873824671
                                                ],
                                                [
                                                    6.969205461272803,
                                                    48.22680989752121
                                                ],
                                                [
                                                    6.962034359648677,
                                                    48.22848425148368
                                                ],
                                                [
                                                    6.951749490214076,
                                                    48.22912823377694
                                                ],
                                                [
                                                    6.945333241392489,
                                                    48.22887064085964
                                                ],
                                                [
                                                    6.923914293120428,
                                                    48.2248135524121
                                                ],
                                                [
                                                    6.913818136886461,
                                                    48.22204442855109
                                                ],
                                                [
                                                    6.903816337252812,
                                                    48.22313919844963
                                                ],
                                                [
                                                    6.896928305429639,
                                                    48.216119791453096
                                                ],
                                                [
                                                    6.892682258415355,
                                                    48.21631298614108
                                                ],
                                                [
                                                    6.885322443590593,
                                                    48.218244933020856
                                                ],
                                                [
                                                    6.879094907969642,
                                                    48.21837372947951
                                                ],
                                                [
                                                    6.874943217555674,
                                                    48.219210906460745
                                                ],
                                                [
                                                    6.869753604538215,
                                                    48.22243081792704
                                                ],
                                                [
                                                    6.865696270724565,
                                                    48.22642350814525
                                                ],
                                                [
                                                    6.863903495318534,
                                                    48.22468475595345
                                                ],
                                                [
                                                    6.861733293511231,
                                                    48.21740775603962
                                                ],
                                                [
                                                    6.8599405181052004,
                                                    48.21560460561849
                                                ],
                                                [
                                                    6.859374378503296,
                                                    48.21283548175747
                                                ],
                                                [
                                                    6.860695370907741,
                                                    48.21051714550174
                                                ],
                                                [
                                                    6.865790627324883,
                                                    48.207554826952745
                                                ],
                                                [
                                                    6.869847961138533,
                                                    48.20349773850521
                                                ],
                                                [
                                                    6.871168953542976,
                                                    48.19982703943363
                                                ],
                                                [
                                                    6.876735992961707,
                                                    48.20034222526824
                                                ],
                                                [
                                                    6.887398288797578,
                                                    48.20427051725712
                                                ],
                                                [
                                                    6.89579602622583,
                                                    48.20568727830229
                                                ],
                                                [
                                                    6.8983436544344015,
                                                    48.205172092467684
                                                ],
                                                [
                                                    6.897400088431227,
                                                    48.208713995080615
                                                ],
                                                [
                                                    6.901740492045829,
                                                    48.208713995080615
                                                ],
                                                [
                                                    6.914572989689002,
                                                    48.20600926944892
                                                ],
                                                [
                                                    6.9224989441156675,
                                                    48.212062703005564
                                                ],
                                                [
                                                    6.939860558574078,
                                                    48.21077473841905
                                                ],
                                                [
                                                    6.946276807395663,
                                                    48.21006635789646
                                                ],
                                                [
                                                    6.955523754226774,
                                                    48.20761922518207
                                                ],
                                                [
                                                    6.962977925651852,
                                                    48.20761922518207
                                                ],
                                                [
                                                    6.967601399067406,
                                                    48.20826320747533
                                                ],
                                                [
                                                    6.972979725285501,
                                                    48.20671764997151
                                                ],
                                                [
                                                    6.975149927092802,
                                                    48.20317574735858
                                                ],
                                                [
                                                    6.977791911901691,
                                                    48.20143699516678
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88423",
                                        "libgeo": "Saint-Léonard",
                                        "xcl2154": 992936,
                                        "ycl2154": 6797905
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.896928305429639,
                                                    47.83462468092613
                                                ],
                                                [
                                                    6.901834848646147,
                                                    47.841772884381314
                                                ],
                                                [
                                                    6.907024461663606,
                                                    47.8462163622048
                                                ],
                                                [
                                                    6.9124971444820185,
                                                    47.84615196397547
                                                ],
                                                [
                                                    6.9163657650950325,
                                                    47.84718233564469
                                                ],
                                                [
                                                    6.919951315907096,
                                                    47.850337848881665
                                                ],
                                                [
                                                    6.917969827300429,
                                                    47.854652530246504
                                                ],
                                                [
                                                    6.919385176305192,
                                                    47.85813003463011
                                                ],
                                                [
                                                    6.915799625493128,
                                                    47.85877401692336
                                                ],
                                                [
                                                    6.9065526786620195,
                                                    47.86508504339731
                                                ],
                                                [
                                                    6.908156740867416,
                                                    47.87197565393519
                                                ],
                                                [
                                                    6.902117918447099,
                                                    47.87004370705541
                                                ],
                                                [
                                                    6.897683158232179,
                                                    47.869464122991474
                                                ],
                                                [
                                                    6.887115218996626,
                                                    47.87242644154047
                                                ],
                                                [
                                                    6.883057885182974,
                                                    47.87049449466069
                                                ],
                                                [
                                                    6.868621325334405,
                                                    47.86708138850641
                                                ],
                                                [
                                                    6.864563991520755,
                                                    47.86489184870933
                                                ],
                                                [
                                                    6.852863773081393,
                                                    47.86714578673574
                                                ],
                                                [
                                                    6.843050686648378,
                                                    47.86721018496506
                                                ],
                                                [
                                                    6.832388390812507,
                                                    47.86888453892754
                                                ],
                                                [
                                                    6.821254311975047,
                                                    47.8747447777962
                                                ],
                                                [
                                                    6.818801040366794,
                                                    47.872104450393834
                                                ],
                                                [
                                                    6.817008264960763,
                                                    47.86663060090113
                                                ],
                                                [
                                                    6.816819551760129,
                                                    47.86096355672045
                                                ],
                                                [
                                                    6.812196078344573,
                                                    47.85806563640078
                                                ],
                                                [
                                                    6.810403302938542,
                                                    47.85162581346818
                                                ],
                                                [
                                                    6.808421814331875,
                                                    47.84235246844524
                                                ],
                                                [
                                                    6.799552293902036,
                                                    47.82992361018533
                                                ],
                                                [
                                                    6.788795641465847,
                                                    47.83501107030209
                                                ],
                                                [
                                                    6.788701284865529,
                                                    47.83385190217422
                                                ],
                                                [
                                                    6.792098122476957,
                                                    47.83050319424927
                                                ],
                                                [
                                                    6.792758618679179,
                                                    47.82973041549736
                                                ],
                                                [
                                                    6.800684573105845,
                                                    47.826252911113755
                                                ],
                                                [
                                                    6.811158155741082,
                                                    47.82077906162105
                                                ],
                                                [
                                                    6.816347768758541,
                                                    47.818911512970594
                                                ],
                                                [
                                                    6.820782528973461,
                                                    47.81491882275239
                                                ],
                                                [
                                                    6.823613226982984,
                                                    47.81330886701924
                                                ],
                                                [
                                                    6.8238019401836185,
                                                    47.81427484045913
                                                ],
                                                [
                                                    6.830312545605524,
                                                    47.816915167861495
                                                ],
                                                [
                                                    6.834275522818856,
                                                    47.81923350411723
                                                ],
                                                [
                                                    6.83889899623441,
                                                    47.8243853624633
                                                ],
                                                [
                                                    6.842390190446156,
                                                    47.825093742985885
                                                ],
                                                [
                                                    6.845881384657901,
                                                    47.822904203188806
                                                ],
                                                [
                                                    6.854562191887106,
                                                    47.82380577839937
                                                ],
                                                [
                                                    6.857770316297899,
                                                    47.823161796106106
                                                ],
                                                [
                                                    6.866828549928374,
                                                    47.82902203497477
                                                ],
                                                [
                                                    6.870885883742024,
                                                    47.829344026121404
                                                ],
                                                [
                                                    6.887020862396308,
                                                    47.832757132275674
                                                ],
                                                [
                                                    6.89541859982456,
                                                    47.832821530505
                                                ],
                                                [
                                                    6.896928305429639,
                                                    47.83462468092613
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88426",
                                        "libgeo": "Saint-Maurice-sur-Moselle",
                                        "xcl2154": 985986,
                                        "ycl2154": 6757869
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.784360881250927,
                                                    48.05847292606315
                                                ],
                                                [
                                                    6.7831342454468,
                                                    48.05377185532236
                                                ],
                                                [
                                                    6.780397904037595,
                                                    48.0528702801118
                                                ],
                                                [
                                                    6.773509872214421,
                                                    48.05641218272473
                                                ],
                                                [
                                                    6.767754119595057,
                                                    48.056927368559336
                                                ],
                                                [
                                                    6.766716196991564,
                                                    48.05409384646899
                                                ],
                                                [
                                                    6.762564506577596,
                                                    48.047654023536396
                                                ],
                                                [
                                                    6.760866087771883,
                                                    48.04108540414515
                                                ],
                                                [
                                                    6.756903110558549,
                                                    48.035031970588506
                                                ],
                                                [
                                                    6.757091823759185,
                                                    48.032842430791426
                                                ],
                                                [
                                                    6.754261125749662,
                                                    48.02769057244535
                                                ],
                                                [
                                                    6.742938333711568,
                                                    48.02440626274972
                                                ],
                                                [
                                                    6.740485062103315,
                                                    48.02414866983242
                                                ],
                                                [
                                                    6.735578518886807,
                                                    48.02034917430219
                                                ],
                                                [
                                                    6.7352954490858545,
                                                    48.014488935433526
                                                ],
                                                [
                                                    6.73840921689633,
                                                    48.01062504167397
                                                ],
                                                [
                                                    6.740013279101727,
                                                    48.00985226292206
                                                ],
                                                [
                                                    6.752845776744899,
                                                    48.010947032820596
                                                ],
                                                [
                                                    6.7637911423817245,
                                                    48.01436013897487
                                                ],
                                                [
                                                    6.761620940574422,
                                                    48.0176444486705
                                                ],
                                                [
                                                    6.762753219778232,
                                                    48.01848162565174
                                                ],
                                                [
                                                    6.775963143822675,
                                                    48.02389107691512
                                                ],
                                                [
                                                    6.787097222660132,
                                                    48.025501032648265
                                                ],
                                                [
                                                    6.797193378894099,
                                                    48.02988011224243
                                                ],
                                                [
                                                    6.802477348511876,
                                                    48.030008908701085
                                                ],
                                                [
                                                    6.807006465327114,
                                                    48.030974882140974
                                                ],
                                                [
                                                    6.816442125358859,
                                                    48.034323590065924
                                                ],
                                                [
                                                    6.833048887014729,
                                                    48.03760789976155
                                                ],
                                                [
                                                    6.840503058439807,
                                                    48.0397330413293
                                                ],
                                                [
                                                    6.836068298224887,
                                                    48.04353253685953
                                                ],
                                                [
                                                    6.829463336202665,
                                                    48.04662365186718
                                                ],
                                                [
                                                    6.821726094976635,
                                                    48.04829800582966
                                                ],
                                                [
                                                    6.81153558214235,
                                                    48.048619996976285
                                                ],
                                                [
                                                    6.803137844714098,
                                                    48.04752522707774
                                                ],
                                                [
                                                    6.801156356107431,
                                                    48.04778281999505
                                                ],
                                                [
                                                    6.784360881250927,
                                                    48.05847292606315
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88442",
                                        "libgeo": "Sapois",
                                        "xcl2154": 980031,
                                        "ycl2154": 6775493
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.986189649329943,
                                                    48.25636868478182
                                                ],
                                                [
                                                    6.979395974107088,
                                                    48.25791424228564
                                                ],
                                                [
                                                    6.970337740476611,
                                                    48.25842942812025
                                                ],
                                                [
                                                    6.958354452236297,
                                                    48.25965299447745
                                                ],
                                                [
                                                    6.947220373398838,
                                                    48.259524198018795
                                                ],
                                                [
                                                    6.947031660198204,
                                                    48.26113415375194
                                                ],
                                                [
                                                    6.9406154113766165,
                                                    48.261456144898574
                                                ],
                                                [
                                                    6.933161239951539,
                                                    48.263516888237
                                                ],
                                                [
                                                    6.930330541942015,
                                                    48.26042577322936
                                                ],
                                                [
                                                    6.93089668154392,
                                                    48.25965299447745
                                                ],
                                                [
                                                    6.930141828741379,
                                                    48.25372835737946
                                                ],
                                                [
                                                    6.928820836336937,
                                                    48.25179641049968
                                                ],
                                                [
                                                    6.924291719521698,
                                                    48.24187908318348
                                                ],
                                                [
                                                    6.919007749903922,
                                                    48.2367272248374
                                                ],
                                                [
                                                    6.909477733271859,
                                                    48.229965410758176
                                                ],
                                                [
                                                    6.903816337252812,
                                                    48.22313919844963
                                                ],
                                                [
                                                    6.913818136886461,
                                                    48.22204442855109
                                                ],
                                                [
                                                    6.923914293120428,
                                                    48.2248135524121
                                                ],
                                                [
                                                    6.945333241392489,
                                                    48.22887064085964
                                                ],
                                                [
                                                    6.951749490214076,
                                                    48.22912823377694
                                                ],
                                                [
                                                    6.962034359648677,
                                                    48.22848425148368
                                                ],
                                                [
                                                    6.969205461272803,
                                                    48.22680989752121
                                                ],
                                                [
                                                    6.970526453677247,
                                                    48.229257030235594
                                                ],
                                                [
                                                    6.977037059099151,
                                                    48.231832959408635
                                                ],
                                                [
                                                    6.981566175914389,
                                                    48.23614764077347
                                                ],
                                                [
                                                    6.987321928533752,
                                                    48.24033352567966
                                                ],
                                                [
                                                    6.987604998334704,
                                                    48.242587463706066
                                                ],
                                                [
                                                    6.981471819314071,
                                                    48.24619376454832
                                                ],
                                                [
                                                    6.981943602315657,
                                                    48.250701640601136
                                                ],
                                                [
                                                    6.986189649329943,
                                                    48.25636868478182
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88445",
                                        "libgeo": "Saulcy-sur-Meurthe",
                                        "xcl2154": 993894,
                                        "ycl2154": 6800266
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.7695468950010875,
                                                    47.971535316473116
                                                ],
                                                [
                                                    6.76284757637855,
                                                    47.965353086457824
                                                ],
                                                [
                                                    6.753506272947122,
                                                    47.96258396259681
                                                ],
                                                [
                                                    6.7414286281064895,
                                                    47.96335674134872
                                                ],
                                                [
                                                    6.733974456681412,
                                                    47.96290595374344
                                                ],
                                                [
                                                    6.72991712286776,
                                                    47.960587617487704
                                                ],
                                                [
                                                    6.720292749635381,
                                                    47.950541493712855
                                                ],
                                                [
                                                    6.713593431012842,
                                                    47.94751477693453
                                                ],
                                                [
                                                    6.716612842223001,
                                                    47.94326449379902
                                                ],
                                                [
                                                    6.727652564460143,
                                                    47.94081736108463
                                                ],
                                                [
                                                    6.735201092485538,
                                                    47.938370228370246
                                                ],
                                                [
                                                    6.742089124308712,
                                                    47.93283198064822
                                                ],
                                                [
                                                    6.752940133345217,
                                                    47.93225239658428
                                                ],
                                                [
                                                    6.757941033162042,
                                                    47.925748175422356
                                                ],
                                                [
                                                    6.768225902596643,
                                                    47.92446021083584
                                                ],
                                                [
                                                    6.771528383607754,
                                                    47.922914653332015
                                                ],
                                                [
                                                    6.77539700422077,
                                                    47.92008113124167
                                                ],
                                                [
                                                    6.777755919228706,
                                                    47.91969474186572
                                                ],
                                                [
                                                    6.786625439658546,
                                                    47.92632775948629
                                                ],
                                                [
                                                    6.790682773472196,
                                                    47.92896808688866
                                                ],
                                                [
                                                    6.79492882048648,
                                                    47.93019165324585
                                                ],
                                                [
                                                    6.811629938742668,
                                                    47.93688906909575
                                                ],
                                                [
                                                    6.816253412158223,
                                                    47.94184773275385
                                                ],
                                                [
                                                    6.822009164777588,
                                                    47.94629121057734
                                                ],
                                                [
                                                    6.8238019401836185,
                                                    47.9489315379797
                                                ],
                                                [
                                                    6.823330157182032,
                                                    47.951571865382064
                                                ],
                                                [
                                                    6.814743706553144,
                                                    47.95833367946129
                                                ],
                                                [
                                                    6.812856574546795,
                                                    47.96316354666074
                                                ],
                                                [
                                                    6.808138744530923,
                                                    47.96812221031884
                                                ],
                                                [
                                                    6.808799240733145,
                                                    47.97237249345435
                                                ],
                                                [
                                                    6.81049765953886,
                                                    47.976300785443236
                                                ],
                                                [
                                                    6.811818651943303,
                                                    47.984221767650325
                                                ],
                                                [
                                                    6.790682773472196,
                                                    47.982547413687854
                                                ],
                                                [
                                                    6.777472849427753,
                                                    47.979005511074924
                                                ],
                                                [
                                                    6.772849376012199,
                                                    47.97411124564615
                                                ],
                                                [
                                                    6.7695468950010875,
                                                    47.971535316473116
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88447",
                                        "libgeo": "Saulxures-sur-Moselotte",
                                        "xcl2154": 981557,
                                        "ycl2154": 6767732
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.843522469649964,
                                                    48.24606496808967
                                                ],
                                                [
                                                    6.854656548487424,
                                                    48.23885236640516
                                                ],
                                                [
                                                    6.858902595501708,
                                                    48.23679162306673
                                                ],
                                                [
                                                    6.863242999116312,
                                                    48.2329921275365
                                                ],
                                                [
                                                    6.865696270724565,
                                                    48.22642350814525
                                                ],
                                                [
                                                    6.869753604538215,
                                                    48.22243081792704
                                                ],
                                                [
                                                    6.874943217555674,
                                                    48.219210906460745
                                                ],
                                                [
                                                    6.879094907969642,
                                                    48.21837372947951
                                                ],
                                                [
                                                    6.885322443590593,
                                                    48.218244933020856
                                                ],
                                                [
                                                    6.892682258415355,
                                                    48.21631298614108
                                                ],
                                                [
                                                    6.896928305429639,
                                                    48.216119791453096
                                                ],
                                                [
                                                    6.903816337252812,
                                                    48.22313919844963
                                                ],
                                                [
                                                    6.909477733271859,
                                                    48.229965410758176
                                                ],
                                                [
                                                    6.919007749903922,
                                                    48.2367272248374
                                                ],
                                                [
                                                    6.924291719521698,
                                                    48.24187908318348
                                                ],
                                                [
                                                    6.928820836336937,
                                                    48.25179641049968
                                                ],
                                                [
                                                    6.930141828741379,
                                                    48.25372835737946
                                                ],
                                                [
                                                    6.93089668154392,
                                                    48.25965299447745
                                                ],
                                                [
                                                    6.930330541942015,
                                                    48.26042577322936
                                                ],
                                                [
                                                    6.9263675647286815,
                                                    48.265706428034086
                                                ],
                                                [
                                                    6.911270508677892,
                                                    48.263130498861045
                                                ],
                                                [
                                                    6.907118818263924,
                                                    48.266221613868694
                                                ],
                                                [
                                                    6.904854259856305,
                                                    48.2702143040869
                                                ],
                                                [
                                                    6.901079995843607,
                                                    48.273369817323875
                                                ],
                                                [
                                                    6.893531467818211,
                                                    48.27510856951567
                                                ],
                                                [
                                                    6.885039373789641,
                                                    48.27877926858726
                                                ],
                                                [
                                                    6.871640736544564,
                                                    48.28296515349344
                                                ],
                                                [
                                                    6.870980240342342,
                                                    48.285283489749176
                                                ],
                                                [
                                                    6.868432612133771,
                                                    48.28238556942951
                                                ],
                                                [
                                                    6.869659247937897,
                                                    48.28000283494445
                                                ],
                                                [
                                                    6.868526968734089,
                                                    48.27807088806467
                                                ],
                                                [
                                                    6.86362042551758,
                                                    48.274593383681065
                                                ],
                                                [
                                                    6.85956309170393,
                                                    48.27188865804938
                                                ],
                                                [
                                                    6.85446783528679,
                                                    48.27156666690275
                                                ],
                                                [
                                                    6.8499387184715514,
                                                    48.26899073772971
                                                ],
                                                [
                                                    6.846636237460442,
                                                    48.26416087053026
                                                ],
                                                [
                                                    6.843145043248696,
                                                    48.26306610063172
                                                ],
                                                [
                                                    6.837672360430283,
                                                    48.260296976770704
                                                ],
                                                [
                                                    6.829652049403301,
                                                    48.25469433081935
                                                ],
                                                [
                                                    6.828236700398539,
                                                    48.25430794144339
                                                ],
                                                [
                                                    6.843522469649964,
                                                    48.24606496808967
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88463",
                                        "libgeo": "Taintrux",
                                        "xcl2154": 989293,
                                        "ycl2154": 6801504
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.784927020852831,
                                                    47.84956507012975
                                                ],
                                                [
                                                    6.785870586856006,
                                                    47.85001585773503
                                                ],
                                                [
                                                    6.787663362262037,
                                                    47.856133689521
                                                ],
                                                [
                                                    6.785210090653783,
                                                    47.86366828235214
                                                ],
                                                [
                                                    6.780114834236643,
                                                    47.86759657434102
                                                ],
                                                [
                                                    6.776717996625213,
                                                    47.86888453892754
                                                ],
                                                [
                                                    6.771905810009025,
                                                    47.87236204331114
                                                ],
                                                [
                                                    6.77096224400585,
                                                    47.87390760081497
                                                ],
                                                [
                                                    6.771528383607754,
                                                    47.87905945916104
                                                ],
                                                [
                                                    6.773509872214421,
                                                    47.88195737948071
                                                ],
                                                [
                                                    6.784832664252513,
                                                    47.884726503341724
                                                ],
                                                [
                                                    6.787097222660132,
                                                    47.885885671469595
                                                ],
                                                [
                                                    6.799269224101082,
                                                    47.889234379394544
                                                ],
                                                [
                                                    6.806534682325526,
                                                    47.89354906075938
                                                ],
                                                [
                                                    6.8180461875642555,
                                                    47.89960249431602
                                                ],
                                                [
                                                    6.814366280151874,
                                                    47.89986008723332
                                                ],
                                                [
                                                    6.804553193718861,
                                                    47.899022910252086
                                                ],
                                                [
                                                    6.786059300056642,
                                                    47.899795689003994
                                                ],
                                                [
                                                    6.781624539841721,
                                                    47.89696216691365
                                                ],
                                                [
                                                    6.778038989029658,
                                                    47.89709096337231
                                                ],
                                                [
                                                    6.7754913608210865,
                                                    47.89825013150018
                                                ],
                                                [
                                                    6.770773530805214,
                                                    47.904045972139514
                                                ],
                                                [
                                                    6.77096224400585,
                                                    47.90739468006446
                                                ],
                                                [
                                                    6.773415515614103,
                                                    47.914027697685036
                                                ],
                                                [
                                                    6.768792042198549,
                                                    47.91209575080526
                                                ],
                                                [
                                                    6.764451638583945,
                                                    47.905462733184685
                                                ],
                                                [
                                                    6.760677374571247,
                                                    47.90089045890254
                                                ],
                                                [
                                                    6.756620040757597,
                                                    47.892840680236795
                                                ],
                                                [
                                                    6.751241714539504,
                                                    47.886851644909484
                                                ],
                                                [
                                                    6.750769931537916,
                                                    47.88215057416868
                                                ],
                                                [
                                                    6.748316659929663,
                                                    47.87699871582261
                                                ],
                                                [
                                                    6.743504473313473,
                                                    47.87410079550294
                                                ],
                                                [
                                                    6.740296348902679,
                                                    47.87055889289002
                                                ],
                                                [
                                                    6.7371825810922035,
                                                    47.864956246938654
                                                ],
                                                [
                                                    6.738314860296014,
                                                    47.861349946096404
                                                ],
                                                [
                                                    6.760394304770295,
                                                    47.85864522046471
                                                ],
                                                [
                                                    6.763885498982041,
                                                    47.857486052336846
                                                ],
                                                [
                                                    6.764451638583945,
                                                    47.853493362118634
                                                ],
                                                [
                                                    6.77020739120331,
                                                    47.852012202844136
                                                ],
                                                [
                                                    6.775302647620452,
                                                    47.851303822321555
                                                ],
                                                [
                                                    6.782662462445212,
                                                    47.851303822321555
                                                ],
                                                [
                                                    6.784927020852831,
                                                    47.84956507012975
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88468",
                                        "libgeo": "Le Thillot",
                                        "xcl2154": 981181,
                                        "ycl2154": 6760015
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.695948746753481,
                                                    48.0732201205788
                                                ],
                                                [
                                                    6.707460251992209,
                                                    48.07386410287206
                                                ],
                                                [
                                                    6.724067013648079,
                                                    48.07901596121813
                                                ],
                                                [
                                                    6.7395414961001405,
                                                    48.08023952757533
                                                ],
                                                [
                                                    6.743127046912202,
                                                    48.078243182466224
                                                ],
                                                [
                                                    6.740013279101727,
                                                    48.07161016484565
                                                ],
                                                [
                                                    6.734257526482364,
                                                    48.06710228879283
                                                ],
                                                [
                                                    6.740579418703631,
                                                    48.061692837529456
                                                ],
                                                [
                                                    6.752657063544265,
                                                    48.05873051898046
                                                ],
                                                [
                                                    6.760583017970931,
                                                    48.04900638635224
                                                ],
                                                [
                                                    6.762564506577596,
                                                    48.047654023536396
                                                ],
                                                [
                                                    6.766716196991564,
                                                    48.05409384646899
                                                ],
                                                [
                                                    6.767754119595057,
                                                    48.056927368559336
                                                ],
                                                [
                                                    6.773509872214421,
                                                    48.05641218272473
                                                ],
                                                [
                                                    6.780397904037595,
                                                    48.0528702801118
                                                ],
                                                [
                                                    6.7831342454468,
                                                    48.05377185532236
                                                ],
                                                [
                                                    6.784360881250927,
                                                    48.05847292606315
                                                ],
                                                [
                                                    6.7856818736553715,
                                                    48.06137084638282
                                                ],
                                                [
                                                    6.786153656656958,
                                                    48.068454651608675
                                                ],
                                                [
                                                    6.783606028448387,
                                                    48.0734777134961
                                                ],
                                                [
                                                    6.778793841832198,
                                                    48.077470403714315
                                                ],
                                                [
                                                    6.776717996625213,
                                                    48.08403902310556
                                                ],
                                                [
                                                    6.772660662811563,
                                                    48.09022125312085
                                                ],
                                                [
                                                    6.768131545996327,
                                                    48.09485792563232
                                                ],
                                                [
                                                    6.767471049794104,
                                                    48.09743385480536
                                                ],
                                                [
                                                    6.7636967857814065,
                                                    48.09917260699716
                                                ],
                                                [
                                                    6.758601529364264,
                                                    48.10335849190335
                                                ],
                                                [
                                                    6.754166769149344,
                                                    48.10857474847875
                                                ],
                                                [
                                                    6.747373093926488,
                                                    48.111665863486394
                                                ],
                                                [
                                                    6.74246655070998,
                                                    48.111665863486394
                                                ],
                                                [
                                                    6.735578518886807,
                                                    48.11456378380606
                                                ],
                                                [
                                                    6.724633153249983,
                                                    48.122355969554505
                                                ],
                                                [
                                                    6.719915323234111,
                                                    48.12390152705833
                                                ],
                                                [
                                                    6.718594330829668,
                                                    48.123128748306414
                                                ],
                                                [
                                                    6.718216904428398,
                                                    48.120424022674726
                                                ],
                                                [
                                                    6.707837678393479,
                                                    48.11894286340023
                                                ],
                                                [
                                                    6.7051956935845896,
                                                    48.11578735016326
                                                ],
                                                [
                                                    6.700477863568717,
                                                    48.111665863486394
                                                ],
                                                [
                                                    6.6929293355433215,
                                                    48.11173026171572
                                                ],
                                                [
                                                    6.693495475145228,
                                                    48.108510350249425
                                                ],
                                                [
                                                    6.696797956156337,
                                                    48.1020061290875
                                                ],
                                                [
                                                    6.698590731562368,
                                                    48.09311917344052
                                                ],
                                                [
                                                    6.696892312756655,
                                                    48.08925527968096
                                                ],
                                                [
                                                    6.6952882505512585,
                                                    48.08088350986859
                                                ],
                                                [
                                                    6.688494575328401,
                                                    48.076762023191726
                                                ],
                                                [
                                                    6.695948746753481,
                                                    48.0732201205788
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88470",
                                        "libgeo": "Le Tholy",
                                        "xcl2154": 978680,
                                        "ycl2154": 6782440
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.732181681275379,
                                                    47.99632863476361
                                                ],
                                                [
                                                    6.731615541673475,
                                                    48.00148049310968
                                                ],
                                                [
                                                    6.732181681275379,
                                                    48.00463600634666
                                                ],
                                                [
                                                    6.734257526482364,
                                                    48.007147537290365
                                                ],
                                                [
                                                    6.740013279101727,
                                                    48.00985226292206
                                                ],
                                                [
                                                    6.73840921689633,
                                                    48.01062504167397
                                                ],
                                                [
                                                    6.7352954490858545,
                                                    48.014488935433526
                                                ],
                                                [
                                                    6.735578518886807,
                                                    48.02034917430219
                                                ],
                                                [
                                                    6.740485062103315,
                                                    48.02414866983242
                                                ],
                                                [
                                                    6.742938333711568,
                                                    48.02440626274972
                                                ],
                                                [
                                                    6.754261125749662,
                                                    48.02769057244535
                                                ],
                                                [
                                                    6.757091823759185,
                                                    48.032842430791426
                                                ],
                                                [
                                                    6.756903110558549,
                                                    48.035031970588506
                                                ],
                                                [
                                                    6.760866087771883,
                                                    48.04108540414515
                                                ],
                                                [
                                                    6.762564506577596,
                                                    48.047654023536396
                                                ],
                                                [
                                                    6.760583017970931,
                                                    48.04900638635224
                                                ],
                                                [
                                                    6.752657063544265,
                                                    48.05873051898046
                                                ],
                                                [
                                                    6.740579418703631,
                                                    48.061692837529456
                                                ],
                                                [
                                                    6.739730209300775,
                                                    48.06059806763091
                                                ],
                                                [
                                                    6.73840921689633,
                                                    48.05396505001034
                                                ],
                                                [
                                                    6.73029454926903,
                                                    48.04823360760033
                                                ],
                                                [
                                                    6.728029990861411,
                                                    48.04540008550999
                                                ],
                                                [
                                                    6.723500874046175,
                                                    48.04282415633695
                                                ],
                                                [
                                                    6.709724810399828,
                                                    48.03986183778795
                                                ],
                                                [
                                                    6.704252127581415,
                                                    48.039475448412
                                                ],
                                                [
                                                    6.692363195941417,
                                                    48.03348641308469
                                                ],
                                                [
                                                    6.692268839341099,
                                                    48.0295581210958
                                                ],
                                                [
                                                    6.6953826071515765,
                                                    48.02498584681366
                                                ],
                                                [
                                                    6.7011383597709395,
                                                    48.019962784926236
                                                ],
                                                [
                                                    6.700666576769353,
                                                    48.017129262835894
                                                ],
                                                [
                                                    6.708686887796335,
                                                    48.01390935136959
                                                ],
                                                [
                                                    6.709819167000146,
                                                    48.01017425406869
                                                ],
                                                [
                                                    6.705101336984273,
                                                    48.00379882936542
                                                ],
                                                [
                                                    6.706894112390304,
                                                    48.00148049310968
                                                ],
                                                [
                                                    6.71076273300332,
                                                    47.99967734268856
                                                ],
                                                [
                                                    6.695665676952529,
                                                    47.99478307725978
                                                ],
                                                [
                                                    6.691702699739195,
                                                    47.99388150204922
                                                ],
                                                [
                                                    6.692080126140465,
                                                    47.991305572876186
                                                ],
                                                [
                                                    6.695854390153163,
                                                    47.98686209505269
                                                ],
                                                [
                                                    6.696514886355385,
                                                    47.9824186172292
                                                ],
                                                [
                                                    6.699817367366495,
                                                    47.97913430753358
                                                ],
                                                [
                                                    6.702836778576654,
                                                    47.977524351800426
                                                ],
                                                [
                                                    6.702648065376018,
                                                    47.97552800669132
                                                ],
                                                [
                                                    6.6994399409652265,
                                                    47.97127772355581
                                                ],
                                                [
                                                    6.7051956935845896,
                                                    47.96567507760445
                                                ],
                                                [
                                                    6.710574019802684,
                                                    47.96567507760445
                                                ],
                                                [
                                                    6.711045802804272,
                                                    47.96857299792412
                                                ],
                                                [
                                                    6.718405617629032,
                                                    47.9757212013793
                                                ],
                                                [
                                                    6.723972657047761,
                                                    47.979198705762904
                                                ],
                                                [
                                                    6.72736949465919,
                                                    47.97926310399223
                                                ],
                                                [
                                                    6.72293473444427,
                                                    47.98274060837583
                                                ],
                                                [
                                                    6.720764532636969,
                                                    47.98866524547382
                                                ],
                                                [
                                                    6.7211419590382375,
                                                    47.990919183500225
                                                ],
                                                [
                                                    6.72585978905411,
                                                    47.995169466635744
                                                ],
                                                [
                                                    6.732181681275379,
                                                    47.99632863476361
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88486",
                                        "libgeo": "Vagney",
                                        "xcl2154": 977017,
                                        "ycl2154": 6774123
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.070261380212787,
                                                    48.10651400514032
                                                ],
                                                [
                                                    7.067808108604534,
                                                    48.10702919097493
                                                ],
                                                [
                                                    7.0634677049899315,
                                                    48.110893084734485
                                                ],
                                                [
                                                    7.054975610961361,
                                                    48.109733916606615
                                                ],
                                                [
                                                    7.047049656534695,
                                                    48.11037789889988
                                                ],
                                                [
                                                    7.0395011285093,
                                                    48.11391980151281
                                                ],
                                                [
                                                    7.034594585292793,
                                                    48.1154009607873
                                                ],
                                                [
                                                    7.025913778063587,
                                                    48.10934752723066
                                                ],
                                                [
                                                    7.019403172641684,
                                                    48.107286783892235
                                                ],
                                                [
                                                    7.012986923820097,
                                                    48.106127615764365
                                                ],
                                                [
                                                    7.005249682594067,
                                                    48.108059562644144
                                                ],
                                                [
                                                    7.00477789959248,
                                                    48.10252131492211
                                                ],
                                                [
                                                    7.0010036355797824,
                                                    48.09517991677895
                                                ],
                                                [
                                                    7.001947201582957,
                                                    48.092088801771304
                                                ],
                                                [
                                                    7.007891667402956,
                                                    48.081849483308474
                                                ],
                                                [
                                                    7.00808038060359,
                                                    48.07804998777824
                                                ],
                                                [
                                                    7.002796410985813,
                                                    48.07019340380048
                                                ],
                                                [
                                                    6.999305216774068,
                                                    48.06034047471361
                                                ],
                                                [
                                                    7.000060069576608,
                                                    48.05544620928484
                                                ],
                                                [
                                                    7.006570674998511,
                                                    48.05428704115697
                                                ],
                                                [
                                                    7.018837033039779,
                                                    48.055124218138204
                                                ],
                                                [
                                                    7.023460506455334,
                                                    48.0563477844954
                                                ],
                                                [
                                                    7.023460506455334,
                                                    48.06253001451069
                                                ],
                                                [
                                                    7.029782398676603,
                                                    48.068905439213964
                                                ],
                                                [
                                                    7.029688042076285,
                                                    48.07167456307498
                                                ],
                                                [
                                                    7.031575174082634,
                                                    48.07386410287206
                                                ],
                                                [
                                                    7.037708353103269,
                                                    48.078243182466224
                                                ],
                                                [
                                                    7.04799322253787,
                                                    48.08043272226331
                                                ],
                                                [
                                                    7.05167312995025,
                                                    48.08262226206039
                                                ],
                                                [
                                                    7.057334525969297,
                                                    48.0886112973877
                                                ],
                                                [
                                                    7.070261380212787,
                                                    48.10651400514032
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88492",
                                        "libgeo": "Le Valtin",
                                        "xcl2154": 999168,
                                        "ycl2154": 6784991
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.923631223319476,
                                                    47.95228024590465
                                                ],
                                                [
                                                    6.924008649720746,
                                                    47.955113767994995
                                                ],
                                                [
                                                    6.9264619213289995,
                                                    47.95788289185601
                                                ],
                                                [
                                                    6.925518355325825,
                                                    47.95949284758916
                                                ],
                                                [
                                                    6.914478633088684,
                                                    47.96078081217568
                                                ],
                                                [
                                                    6.908911593669955,
                                                    47.95936405113051
                                                ],
                                                [
                                                    6.901268709044241,
                                                    47.95614413966421
                                                ],
                                                [
                                                    6.8961734526271,
                                                    47.95550015737095
                                                ],
                                                [
                                                    6.8905120566080535,
                                                    47.95929965290118
                                                ],
                                                [
                                                    6.887964428399482,
                                                    47.95917085644253
                                                ],
                                                [
                                                    6.881642536178213,
                                                    47.95492057330702
                                                ],
                                                [
                                                    6.874565791154406,
                                                    47.95228024590465
                                                ],
                                                [
                                                    6.855977540891868,
                                                    47.95182945829937
                                                ],
                                                [
                                                    6.8499387184715514,
                                                    47.95124987423544
                                                ],
                                                [
                                                    6.843239399849012,
                                                    47.94886713975038
                                                ],
                                                [
                                                    6.838804639634094,
                                                    47.944874449532165
                                                ],
                                                [
                                                    6.837766717030601,
                                                    47.942427316817785
                                                ],
                                                [
                                                    6.840880484841077,
                                                    47.93656707794912
                                                ],
                                                [
                                                    6.840974841441395,
                                                    47.931930405437654
                                                ],
                                                [
                                                    6.842861973447744,
                                                    47.92793771521944
                                                ],
                                                [
                                                    6.851731493877582,
                                                    47.924331414377185
                                                ],
                                                [
                                                    6.857298533296313,
                                                    47.92111150291089
                                                ],
                                                [
                                                    6.864658348121073,
                                                    47.9184067772792
                                                ],
                                                [
                                                    6.8680551857325005,
                                                    47.91583084810616
                                                ],
                                                [
                                                    6.870885883742024,
                                                    47.914993671124925
                                                ],
                                                [
                                                    6.87881183816869,
                                                    47.91583084810616
                                                ],
                                                [
                                                    6.889002351002975,
                                                    47.915766449876834
                                                ],
                                                [
                                                    6.894758103622338,
                                                    47.9166680250874
                                                ],
                                                [
                                                    6.901740492045829,
                                                    47.91699001623403
                                                ],
                                                [
                                                    6.9123084312813825,
                                                    47.9184067772792
                                                ],
                                                [
                                                    6.914761702889636,
                                                    47.92085390999359
                                                ],
                                                [
                                                    6.924103006321064,
                                                    47.927422529384835
                                                ],
                                                [
                                                    6.925707068526461,
                                                    47.930964431997765
                                                ],
                                                [
                                                    6.925423998725509,
                                                    47.933862352317426
                                                ],
                                                [
                                                    6.9224989441156675,
                                                    47.94004458233272
                                                ],
                                                [
                                                    6.919385176305192,
                                                    47.94429486546824
                                                ],
                                                [
                                                    6.923631223319476,
                                                    47.95228024590465
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88500",
                                        "libgeo": "Ventron",
                                        "xcl2154": 988904,
                                        "ycl2154": 6767109
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.018837033039779,
                                                    48.055124218138204
                                                ],
                                                [
                                                    7.006570674998511,
                                                    48.05428704115697
                                                ],
                                                [
                                                    7.000060069576608,
                                                    48.05544620928484
                                                ],
                                                [
                                                    6.999305216774068,
                                                    48.06034047471361
                                                ],
                                                [
                                                    7.002796410985813,
                                                    48.07019340380048
                                                ],
                                                [
                                                    6.998078580969941,
                                                    48.0665227047289
                                                ],
                                                [
                                                    6.994304316957243,
                                                    48.067939465774074
                                                ],
                                                [
                                                    6.990246983143593,
                                                    48.07579604975184
                                                ],
                                                [
                                                    6.984302517323594,
                                                    48.08352383727095
                                                ],
                                                [
                                                    6.973923291288675,
                                                    48.08764532394781
                                                ],
                                                [
                                                    6.96854496507058,
                                                    48.0883537044704
                                                ],
                                                [
                                                    6.957788312634391,
                                                    48.09054324426748
                                                ],
                                                [
                                                    6.951372063812806,
                                                    48.09666107605345
                                                ],
                                                [
                                                    6.945050171591537,
                                                    48.09839982824525
                                                ],
                                                [
                                                    6.930236185341697,
                                                    48.104002474196605
                                                ],
                                                [
                                                    6.932123317348046,
                                                    48.10046057158368
                                                ],
                                                [
                                                    6.932312030548682,
                                                    48.09743385480536
                                                ],
                                                [
                                                    6.929764402340111,
                                                    48.09646788136547
                                                ],
                                                [
                                                    6.917686757499477,
                                                    48.0953087132376
                                                ],
                                                [
                                                    6.913440710485193,
                                                    48.0965322795948
                                                ],
                                                [
                                                    6.909572089872177,
                                                    48.09904381053851
                                                ],
                                                [
                                                    6.90759060126551,
                                                    48.098979412309184
                                                ],
                                                [
                                                    6.900325143041067,
                                                    48.09646788136547
                                                ],
                                                [
                                                    6.897305731830909,
                                                    48.09080083718479
                                                ],
                                                [
                                                    6.899664646838846,
                                                    48.087774120406465
                                                ],
                                                [
                                                    6.909949516273447,
                                                    48.082493465601736
                                                ],
                                                [
                                                    6.913063284083923,
                                                    48.080110731116676
                                                ],
                                                [
                                                    6.911742291679478,
                                                    48.07837197892488
                                                ],
                                                [
                                                    6.907307531464558,
                                                    48.07540966037588
                                                ],
                                                [
                                                    6.905986539060113,
                                                    48.0734777134961
                                                ],
                                                [
                                                    6.911176152077574,
                                                    48.05995408533765
                                                ],
                                                [
                                                    6.911081795477256,
                                                    48.05776454554057
                                                ],
                                                [
                                                    6.912968927483605,
                                                    48.05589699689012
                                                ],
                                                [
                                                    6.91910210650424,
                                                    48.05827973137518
                                                ],
                                                [
                                                    6.926933704330588,
                                                    48.05847292606315
                                                ],
                                                [
                                                    6.930141828741379,
                                                    48.05666977564203
                                                ],
                                                [
                                                    6.93938877557249,
                                                    48.05763574908192
                                                ],
                                                [
                                                    6.946937303597886,
                                                    48.05724935970596
                                                ],
                                                [
                                                    6.955051971225186,
                                                    48.05441583761562
                                                ],
                                                [
                                                    6.961751289847725,
                                                    48.052934678341124
                                                ],
                                                [
                                                    6.965714267061057,
                                                    48.05351426240506
                                                ],
                                                [
                                                    6.973074081885819,
                                                    48.051711111983934
                                                ],
                                                [
                                                    6.977791911901691,
                                                    48.04713883770179
                                                ],
                                                [
                                                    6.981849245715341,
                                                    48.044305315611446
                                                ],
                                                [
                                                    6.997323728167401,
                                                    48.041729386438405
                                                ],
                                                [
                                                    7.009684442808987,
                                                    48.042888554566275
                                                ],
                                                [
                                                    7.014590986025493,
                                                    48.04836240405898
                                                ],
                                                [
                                                    7.018837033039779,
                                                    48.055124218138204
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "88",
                                        "reg": "44",
                                        "codgeo": "88531",
                                        "libgeo": "Xonrupt-Longemer",
                                        "xcl2154": 992211,
                                        "ycl2154": 6782946
                                    }
                                },
                                {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.813045287747431,
                                                    47.72740162909841
                                                ],
                                                [
                                                    6.8199333195706044,
                                                    47.7283676025383
                                                ],
                                                [
                                                    6.825311645788699,
                                                    47.72804561139167
                                                ],
                                                [
                                                    6.830973041807744,
                                                    47.73029954941808
                                                ],
                                                [
                                                    6.834558592619808,
                                                    47.73087913348201
                                                ],
                                                [
                                                    6.84003127543822,
                                                    47.73545140776416
                                                ],
                                                [
                                                    6.8381441434318715,
                                                    47.737254558185285
                                                ],
                                                [
                                                    6.837578003829965,
                                                    47.743694381117876
                                                ],
                                                [
                                                    6.838615926433458,
                                                    47.74652790320822
                                                ],
                                                [
                                                    6.837294934029013,
                                                    47.75148656686632
                                                ],
                                                [
                                                    6.834558592619808,
                                                    47.75754000042296
                                                ],
                                                [
                                                    6.831727894610284,
                                                    47.75741120396431
                                                ],
                                                [
                                                    6.826443924992508,
                                                    47.75296772614082
                                                ],
                                                [
                                                    6.815309846155048,
                                                    47.74684989435485
                                                ],
                                                [
                                                    6.8098371633366375,
                                                    47.746978690813506
                                                ],
                                                [
                                                    6.803232201314416,
                                                    47.748975035922605
                                                ],
                                                [
                                                    6.799552293902036,
                                                    47.74865304477598
                                                ],
                                                [
                                                    6.804175767317591,
                                                    47.74459595632844
                                                ],
                                                [
                                                    6.804836263519813,
                                                    47.7415048413208
                                                ],
                                                [
                                                    6.807572604929018,
                                                    47.735322611305506
                                                ],
                                                [
                                                    6.812007365143939,
                                                    47.73087913348201
                                                ],
                                                [
                                                    6.813045287747431,
                                                    47.72740162909841
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "dep": "90",
                                        "reg": "27",
                                        "codgeo": "90052",
                                        "libgeo": "Giromagny",
                                        "xcl2154": 986564,
                                        "ycl2154": 6744877
                                    }
                                }
                            ]
                        },
                        "textsrc": "Hugolf:10:84ad1c",
                        "hoverinfo": "text",
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#8e0152"
                            ],
                            [
                                0.1,
                                "#c51b7d"
                            ],
                            [
                                0.2,
                                "#de77ae"
                            ],
                            [
                                0.3,
                                "#f1b6da"
                            ],
                            [
                                0.4,
                                "#fde0ef"
                            ],
                            [
                                0.5,
                                "#f7f7f7"
                            ],
                            [
                                0.6,
                                "#e6f5d0"
                            ],
                            [
                                0.7,
                                "#b8e186"
                            ],
                            [
                                0.8,
                                "#7fbc41"
                            ],
                            [
                                0.9,
                                "#4d9221"
                            ],
                            [
                                1,
                                "#276419"
                            ]
                        ],
                        "hoverlabel": {
                            "namelength": 0
                        },
                        "featureidkey": "properties.codgeo",
                        "locationssrc": "Hugolf:10:3671e6",
                        "reversescale": true,
                        "hovertemplate": "",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "mapbox": {
                        "zoom": 8.305647493196977,
                        "pitch": 0,
                        "style": "stamen-terrain",
                        "center": {
                            "lat": 48.06439725875444,
                            "lon": 7.445170797406149
                        },
                        "bearing": 0
                    },
                    "metasrc": "Hugolf:8:992f9d",
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hoverlabel": {
                        "align": "auto"
                    },
                    "showlegend": false,
                    "annotations": [],
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Hugolf",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2022-08-22 20:55:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Hugolf",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T15:23:33.239967Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vaishnavi28/359.embed",
            "fid": "vaishnavi28:359",
            "filename": "Globothalmea Plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/359/9_YAFH15ESZJGXIRK9OW65I7LQ0XYP4Z.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/359/2_7GBXLHECPDY8G4DMQT3XL1BJFLZNRW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/359/8_247K35JX5M5GSKIBBI1EW2VACXACRC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/359/9_YAFH15ESZJGXIRK9OW65I7LQ0XYP4Z.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vaishnavi28:359",
                "plots": "https://api.plotly.com/v2/plots/vaishnavi28:359",
                "parent": "https://api.plotly.com/v2/folders/home?user=vaishnavi28"
            },
            "owner": "vaishnavi28",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~vaishnavi28/359/",
            "world_readable": true,
            "date_modified": "2024-04-07T15:23:33.250Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vaishnavi28/359/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "vaishnavi28:358:2217e0",
                        "ysrc": "vaishnavi28:358:60be7a",
                        "marker": {
                            "color": "rgb(239, 193, 79)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.4290322580645161,
                            5.761063588580852
                        ],
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 14
                        },
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(28, 30, 32)",
                        "linewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            30402.105263157893
                        ],
                        "showgrid": false,
                        "tickfont": {
                            "size": 14
                        },
                        "zeroline": false,
                        "autorange": true,
                        "linecolor": "rgb(28, 30, 32)",
                        "linewidth": 2
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vaishnavi28",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "VAISHNAVI",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-04-21 06:44:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vaishnavi28",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T15:04:42.405961Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~imtiyaz7989/1.embed",
            "fid": "imtiyaz7989:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/imtiyaz7989/1/9_PD6R6QK7IEACN1UB350FHVMUTK21EL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/imtiyaz7989/1/2_G0O4NWMJQ59RE7BEYTIEPSW244CRMZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/imtiyaz7989/1/8_0SVZ66CQ6A80W4JG995YW20I2LQU99.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/imtiyaz7989/1/9_PD6R6QK7IEACN1UB350FHVMUTK21EL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/imtiyaz7989:1",
                "plots": "https://api.plotly.com/v2/plots/imtiyaz7989:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=imtiyaz7989"
            },
            "owner": "imtiyaz7989",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~imtiyaz7989/1/",
            "world_readable": true,
            "date_modified": "2024-04-07T15:04:42.416Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~imtiyaz7989/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "P"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "imtiyaz7989:0:ce6f7f",
                        "ysrc": "imtiyaz7989:0:89433e"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Table - 1"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            60,
                            600
                        ],
                        "title": {
                            "text": "Time(Sec)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            9587.158333333333,
                            21069.191666666666
                        ],
                        "title": {
                            "text": "U"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~imtiyaz7989",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-07 15:04:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "imtiyaz7989",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T14:54:38.174943Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vaishnavi28/357.embed",
            "fid": "vaishnavi28:357",
            "filename": "ANT4OTU and no of OTUs",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/357/9_JUG73Q2BL5EFMUWYYLFH02CUYQB6UC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/357/2_AUFZP7Y5PWYBBUESPXDWO2CCSZPXKH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/357/8_PKFJGVNUGO74KXHME0N1D6ICEBVB4X.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vaishnavi28/357/9_JUG73Q2BL5EFMUWYYLFH02CUYQB6UC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vaishnavi28:357",
                "plots": "https://api.plotly.com/v2/plots/vaishnavi28:357",
                "parent": "https://api.plotly.com/v2/folders/home?user=vaishnavi28"
            },
            "owner": "vaishnavi28",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~vaishnavi28/357/",
            "world_readable": true,
            "date_modified": "2024-04-07T15:13:22.571Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vaishnavi28/357/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "labels": "A",
                                "values": "C"
                            }
                        },
                        "mode": "markers",
                        "type": "pie",
                        "labelssrc": "vaishnavi28:356:cba0a1",
                        "valuessrc": "vaishnavi28:356:a653f0"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vaishnavi28",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "VAISHNAVI",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-04-21 06:44:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vaishnavi28",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T14:36:07.652022Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ayselsaglam23/6.embed",
            "fid": "ayselsaglam23:6",
            "filename": "Plot 6",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ayselsaglam23/6/9_OVULHFSHB6A0QMRL3GWI4BPVJ5G8T4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ayselsaglam23/6/2_QQ63T9MBGG963MZ5GMIO2GP2GCC6HY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ayselsaglam23/6/8_PTRRJ8ZCFDQJ1F3ZYTSPN3GEQZBV6D.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ayselsaglam23/6/9_OVULHFSHB6A0QMRL3GWI4BPVJ5G8T4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ayselsaglam23:6",
                "plots": "https://api.plotly.com/v2/plots/ayselsaglam23:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=ayselsaglam23"
            },
            "owner": "ayselsaglam23",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ayselsaglam23/6/",
            "world_readable": true,
            "date_modified": "2024-04-07T14:36:07.663Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ayselsaglam23/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8b2cc6",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ayselsaglam23:5:dc6e2e",
                        "ysrc": "ayselsaglam23:5:3b2720"
                    },
                    {
                        "uid": "3f2c41",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "8b2cc6",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.0003469762884863282,
                                        "value": 0.2153316326530614
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0007912276744494037,
                                        "value": -0.004846938775510762
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.18003194888178914,
                            4.219968051118211
                        ],
                        "title": {
                            "text": "concentration (ppm)"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.025642857142857148,
                            0.9113571428571429
                        ],
                        "title": {
                            "text": "absorbance"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ayselsaglam23",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2023-11-23 23:25:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ayselsaglam23",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T14:31:55.457879Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Carmenchen/1.embed",
            "fid": "Carmenchen:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Carmenchen/1/9_ENAKQ9S8NAMV63KPU0XOF1SF34HVKY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Carmenchen/1/2_6WVRVKFCTDN0WYY5YEZ3XPGOJK5VTC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Carmenchen/1/8_CPHWM4MTHEUUF7PN0RHP6XX9G28BR7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Carmenchen/1/9_ENAKQ9S8NAMV63KPU0XOF1SF34HVKY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Carmenchen:1",
                "plots": "https://api.plotly.com/v2/plots/Carmenchen:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Carmenchen"
            },
            "owner": "Carmenchen",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Carmenchen/1/",
            "world_readable": true,
            "date_modified": "2024-04-07T14:46:13.506Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Carmenchen/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "A"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "Carmenchen:0:65083e",
                        "ysrc": "Carmenchen:0:570c9d"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3,
                            9
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            2019.888888888889,
                            2022.111111111111
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Carmenchen",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-07 14:10:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Carmenchen",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T14:31:25.316838Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nardiuto001/120.embed",
            "fid": "nardiuto001:120",
            "filename": "Plot 50 copy copy new",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/120/9_H1C370CYPUONP2UO2OC6ZXMM753PDA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/120/2_DN4731W0GC9KIO54GZGUHPV0Q9TCEX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/120/8_YLK6D1VUZ6OQWVJVZNJWP8GHIBUHR4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/120/9_H1C370CYPUONP2UO2OC6ZXMM753PDA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nardiuto001:120",
                "plots": "https://api.plotly.com/v2/plots/nardiuto001:120",
                "parent": "https://api.plotly.com/v2/folders/home?user=nardiuto001"
            },
            "owner": "nardiuto001",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~nardiuto001/120/",
            "world_readable": true,
            "date_modified": "2024-04-07T15:36:21.986Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nardiuto001/120/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Mode 1",
                        "type": "scatter",
                        "xsrc": "nardiuto001:119:db93df",
                        "ysrc": "nardiuto001:119:5aff49",
                        "marker": {
                            "size": 6,
                            "color": "rgb(24, 0, 246)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Mode 2",
                        "type": "scatter",
                        "xsrc": "nardiuto001:119:db93df",
                        "ysrc": "nardiuto001:119:669209",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Mode 3",
                        "type": "scatter",
                        "xsrc": "nardiuto001:119:db93df",
                        "ysrc": "nardiuto001:119:44ce6c",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Mode 4",
                        "type": "scatter",
                        "xsrc": "nardiuto001:119:db93df",
                        "ysrc": "nardiuto001:119:67f3c7",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(0, 0, 0)"
                    },
                    "title": {
                        "text": "Measured Load Regulation"
                    },
                    "xaxis": {
                        "type": "log",
                        "range": [
                            1,
                            6
                        ],
                        "title": {
                            "text": "Load Resistance (Ω)"
                        },
                        "domain": [
                            0,
                            0.375
                        ],
                        "nticks": 7,
                        "autorange": false,
                        "gridwidth": 1,
                        "fixedrange": false,
                        "tickformat": "s",
                        "rangeslider": {
                            "range": [
                                -0.0685986793837124,
                                1.0685986793837123
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "separatethousands": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.2227314709236032,
                            0.6302685290763967
                        ],
                        "title": {
                            "text": "VOUT (V)"
                        },
                        "domain": [
                            0.5,
                            1
                        ],
                        "nticks": 12,
                        "showline": false,
                        "autorange": true,
                        "tickformat": "s"
                    },
                    "legend": {
                        "x": -0.020000000000000018,
                        "y": -0.020000000000000018,
                        "font": {
                            "size": 14
                        }
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nardiuto001",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2023-07-04 20:30:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nardiuto001",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-07T14:07:18.104644Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nardiuto001/118.embed",
            "fid": "nardiuto001:118",
            "filename": "Plot 50 copy",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/118/9_UOREYHZAK7WSKTDWGNCAAF1UGJK037.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/118/2_DPD5CUA9F1RIEUFBHNHCMQPCFSL7OS.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/118/8_VV4C84SCFTEV2CZMJKTIPJPM1R0Q4R.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/118/9_UOREYHZAK7WSKTDWGNCAAF1UGJK037.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nardiuto001:118",
                "plots": "https://api.plotly.com/v2/plots/nardiuto001:118",
                "parent": "https://api.plotly.com/v2/folders/home?user=nardiuto001"
            },
            "owner": "nardiuto001",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~nardiuto001/118/",
            "world_readable": true,
            "date_modified": "2024-04-07T14:17:52.726Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nardiuto001/118/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers+lines",
                        "type": "scatter",
                        "xsrc": "nardiuto001:117:db93df",
                        "ysrc": "nardiuto001:117:5aff49",
                        "marker": {
                            "size": 2,
                            "color": "rgb(0, 0, 0)"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Line Regulation Mode 1"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.0685986793837124,
                            1.0685986793837123
                        ],
                        "title": {
                            "text": "VDD (V)"
                        },
                        "domain": [
                            0,
                            0.375
                        ],
                        "nticks": 13,
                        "autorange": true,
                        "tickformat": "s",
                        "rangeslider": {
                            "range": [
                                -0.0685986793837124,
                                1.0685986793837123
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "separatethousands": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.03594660501209121,
                            0.4765935050333912
                        ],
                        "title": {
                            "text": "VOUT (V)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 12,
                        "showline": false,
                        "autorange": true,
                        "tickformat": "s"
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nardiuto001",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2023-07-04 20:30:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nardiuto001",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}