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=cD0yMDI0LTA0LTI2KzEyJTNBMDclM0E0OS4yNjM5ODIlMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI2KzExJTNBMDIlM0E1OS4yMjAwMDQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yNisxMiUzQTAyJTNBMzYuNDExMjIyJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-26T12:02:36.411222Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~trpe3/1.embed",
            "fid": "trpe3:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/trpe3/1/9_G1XQWQ20KC2NM1AG0E65OHGMNLRY62.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/trpe3/1/2_P95PPN8FS4D9OEOFH1TD5W1XP3R91R.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/trpe3/1/8_4HPEGM8F29YLXEE6Z0G4TWK8QSHV64.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/trpe3/1/9_G1XQWQ20KC2NM1AG0E65OHGMNLRY62.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/trpe3:1",
                "plots": "https://api.plotly.com/v2/plots/trpe3:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=trpe3"
            },
            "owner": "trpe3",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~trpe3/1/",
            "world_readable": true,
            "date_modified": "2024-04-26T12:02:36.424Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~trpe3/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tonexty",
                        "line": {
                            "shape": "linear"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "text": ""
                            }
                        },
                        "mode": "none",
                        "name": "RVPI",
                        "type": "scatter",
                        "xsrc": "trpe3:0:90453f",
                        "ysrc": "trpe3:0:44f4f4",
                        "error_x": {
                            "type": "percent",
                            "color": "#636efa",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "error_y": {
                            "type": "percent",
                            "color": "#636efa",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "hoveron": "points",
                        "fillcolor": "rgb(185, 131, 85)",
                        "groupnorm": "",
                        "hoverinfo": "x+y+name",
                        "stackgaps": "infer zero",
                        "showlegend": true,
                        "stackgroup": 1,
                        "legendgroup": "",
                        "orientation": "v",
                        "hovertemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "none",
                        "name": "DPI",
                        "type": "scatter",
                        "xsrc": "trpe3:0:90453f",
                        "ysrc": "trpe3:0:4379f1",
                        "fillcolor": "rgb(29, 135, 113)",
                        "stackgroup": 1
                    },
                    {
                        "line": {
                            "color": "rgb(205, 167, 132)",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "TVPI",
                        "type": "scattergl",
                        "xsrc": "trpe3:0:90453f",
                        "ysrc": "trpe3:0:f2f5f3",
                        "stackgroup": 1,
                        "connectgaps": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 20,
                        "family": "Open Sans"
                    },
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "dtick": 4,
                        "range": [
                            0,
                            15
                        ],
                        "tick0": 6,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "domain": [
                            0,
                            0.75
                        ],
                        "ticklen": 8,
                        "tickson": "labels",
                        "showgrid": false,
                        "showline": false,
                        "tickmode": "linear",
                        "zeroline": true,
                        "autorange": false,
                        "gridwidth": 2,
                        "tickangle": "auto",
                        "tickcolor": "rgb(255, 255, 255)",
                        "automargin": true,
                        "fixedrange": false,
                        "showspikes": false,
                        "tickprefix": "",
                        "rangeslider": {
                            "range": [
                                0,
                                15
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinecolor": "rgb(255, 255, 255)",
                        "zerolinewidth": 2,
                        "showticklabels": true,
                        "spikethickness": 9
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            1.5
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "family": "Open Sans"
                            },
                            "text": ""
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 0,
                        "ticklen": 17,
                        "tickmode": "auto",
                        "autorange": false,
                        "gridcolor": "rgb(225, 225, 225)",
                        "gridwidth": 2,
                        "tickangle": "auto",
                        "tickcolor": "rgb(255, 255, 255)",
                        "tickwidth": 2,
                        "fixedrange": false,
                        "tickformat": "",
                        "ticksuffix": " x",
                        "showexponent": "all",
                        "exponentformat": "none",
                        "separatethousands": true
                    },
                    "legend": {
                        "x": 0.171574001566171,
                        "y": -0.16985213519068296,
                        "title": {
                            "font": {
                                "size": 12,
                                "color": "rgb(3, 13, 28)",
                                "family": "Balto"
                            },
                            "text": "<br>"
                        },
                        "valign": "top",
                        "xanchor": "auto",
                        "orientation": "h"
                    },
                    "mapbox": {},
                    "margin": {
                        "b": 80,
                        "t": 100
                    },
                    "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"
                    },
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#f7fcf5"
                            ],
                            [
                                0.125,
                                "#e5f5e0"
                            ],
                            [
                                0.25,
                                "#c7e9c0"
                            ],
                            [
                                0.375,
                                "#a1d99b"
                            ],
                            [
                                0.5,
                                "#74c476"
                            ],
                            [
                                0.625,
                                "#41ab5d"
                            ],
                            [
                                0.75,
                                "#238b45"
                            ],
                            [
                                0.875,
                                "#006d2c"
                            ],
                            [
                                1,
                                "#00441b"
                            ]
                        ]
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~trpe3",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-26 10:02:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "trpe3",
                "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-26T12:02:13.385509Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~matt0802/6.embed",
            "fid": "matt0802:6",
            "filename": "Plot 6",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/matt0802/6/9_A2DB0A1JN0MD0SUH1IV2S3DFEFMKNH.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/matt0802/6/2_141VDRHCL11YW8I6CLWX2DYC5ELLKI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matt0802/6/8_X941HD5CTMWOGMEA3XBDIDMV7A3T56.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matt0802/6/9_A2DB0A1JN0MD0SUH1IV2S3DFEFMKNH.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/matt0802:6",
                "plots": "https://api.plotly.com/v2/plots/matt0802:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=matt0802"
            },
            "owner": "matt0802",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~matt0802/6/",
            "world_readable": true,
            "date_modified": "2024-04-26T12:02:13.401Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~matt0802/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "Layer 3",
                        "type": "box",
                        "ysrc": "matt0802:5:5fc8af",
                        "boxmean": true,
                        "boxpoints": "all",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "Layer 4",
                        "type": "box",
                        "ysrc": "matt0802:5:06e1e7",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "C"
                            }
                        },
                        "name": "Layer 5",
                        "type": "box",
                        "ysrc": "matt0802:5:d5c2e3",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "text": "Firing Rate: Brain Layers"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5126404494382022,
                            2.5
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8.416666666666668,
                            181.91666666666669
                        ],
                        "title": {
                            "text": "Spikes Per Second"
                        },
                        "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/~matt0802",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-29 01:49:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "matt0802",
                "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-26T11:49:41.205725Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sumitsingh8433272258/5.embed",
            "fid": "sumitsingh8433272258:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/5/9_G9IJGYTKG1SOBF2OXXAPAUEP21XBS6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/5/2_ZNQCY9TYX9Q13SU62VHSVG66NQOSKM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/5/8_M96M6W1AG4BB4BTILR30FV40Y3F5RD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/5/9_G9IJGYTKG1SOBF2OXXAPAUEP21XBS6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sumitsingh8433272258:5",
                "plots": "https://api.plotly.com/v2/plots/sumitsingh8433272258:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=sumitsingh8433272258"
            },
            "owner": "sumitsingh8433272258",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~sumitsingh8433272258/5/",
            "world_readable": true,
            "date_modified": "2024-04-26T11:50:49.928Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sumitsingh8433272258/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "ChromaDB[1000]",
                        "type": "scatter",
                        "xsrc": "sumitsingh8433272258:4:6de16b",
                        "ysrc": "sumitsingh8433272258:4:841fce"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "FAISS[1000]",
                        "type": "scatter",
                        "xsrc": "sumitsingh8433272258:4:a06a0a",
                        "ysrc": "sumitsingh8433272258:4:e457a7",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "E",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "name": " Elastic[1000]",
                        "type": "scatter",
                        "xsrc": "sumitsingh8433272258:4:332095",
                        "ysrc": "sumitsingh8433272258:4:8eab13",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "1000 Queries"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.9772455757286567,
                            7
                        ],
                        "title": {
                            "text": "No. of Executions"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            25.17331139193341,
                            42.11292250304455
                        ],
                        "title": {
                            "text": "Time in Sec."
                        },
                        "autorange": 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"
                    },
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sumitsingh8433272258",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.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-20 13:12:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sumitsingh8433272258",
                "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-26T11:42:56.143379Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Ashwin_Raikar/26.embed",
            "fid": "Ashwin_Raikar:26",
            "filename": "Histogram 250, 500, 1K copy",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Ashwin_Raikar/26/9_850QH2JL437RTAV8F8NEPN7L3NDW32.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Ashwin_Raikar/26/2_U1IYR4B00HNWP9MTRA05DIXV8O0XWP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Ashwin_Raikar/26/8_ATO0F2K57RSV0JUOY9JYAOQFYLXRRI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Ashwin_Raikar/26/9_850QH2JL437RTAV8F8NEPN7L3NDW32.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Ashwin_Raikar:26",
                "plots": "https://api.plotly.com/v2/plots/Ashwin_Raikar:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=Ashwin_Raikar"
            },
            "owner": "Ashwin_Raikar",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~Ashwin_Raikar/26/",
            "world_readable": true,
            "date_modified": "2024-05-23T06:46:47.440Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Ashwin_Raikar/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Params"
                            }
                        },
                        "mode": "markers",
                        "name": "250, 500, 1000 Hz",
                        "type": "histogram",
                        "xsrc": "Ashwin_Raikar:21:e9b01b",
                        "xbins": {
                            "end": 0.7,
                            "size": 0.01,
                            "start": -0.7
                        },
                        "marker": {
                            "line": {
                                "width": 0.5
                            }
                        },
                        "nbinsx": 200,
                        "visible": true,
                        "histnorm": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Params"
                            }
                        },
                        "name": "1000 Hz",
                        "type": "histogram",
                        "xsrc": "Ashwin_Raikar:22:7ebafa",
                        "xbins": {
                            "end": 0.7,
                            "size": 0.01,
                            "start": -0.7
                        },
                        "marker": {
                            "line": {
                                "width": 0.5
                            }
                        },
                        "nbinsx": 200,
                        "visible": "legendonly"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Params"
                            }
                        },
                        "name": "500 Hz",
                        "type": "histogram",
                        "xsrc": "Ashwin_Raikar:23:9f41eb",
                        "xbins": {
                            "end": 0.7,
                            "size": 0.01,
                            "start": -0.7
                        },
                        "marker": {
                            "line": {
                                "width": 0.5
                            }
                        },
                        "nbinsx": 200,
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Params"
                            }
                        },
                        "name": "250 Hz",
                        "type": "histogram",
                        "xsrc": "Ashwin_Raikar:24:1d68f1",
                        "xbins": {
                            "end": 0.7,
                            "size": 0.01,
                            "start": -0.7
                        },
                        "marker": {
                            "line": {
                                "width": 0.5
                            }
                        },
                        "nbinsx": 200,
                        "opacity": 1,
                        "visible": "legendonly",
                        "cumulative": {
                            "enabled": false
                        },
                        "legendgroup": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Params"
                            }
                        },
                        "name": "Pretrained 500 Hz",
                        "type": "histogram",
                        "xsrc": "Ashwin_Raikar:25:1a0a91",
                        "xbins": {
                            "end": 0.7,
                            "size": 0.01,
                            "start": -0.7
                        },
                        "nbinsx": 200,
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Histogram plot of parameter values from the last hidden layer"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.7,
                            0.7
                        ],
                        "title": {
                            "text": "Parameter values"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            390.5263157894737
                        ],
                        "title": {
                            "text": "Number of occurences"
                        },
                        "autorange": true
                    },
                    "bargap": 0.19999999999999996,
                    "barmode": "overlay",
                    "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"
                    },
                    "bargroupgap": 0
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Ashwin_Raikar",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-16 07:27:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Ashwin_Raikar",
                "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-26T11:38:56.250401Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sumitsingh8433272258/3.embed",
            "fid": "sumitsingh8433272258:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/3/9_6NSWJL6V3FNKKI2MZNYIEXOCQOAP8Z.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/3/2_5Y6GTE0NG7F2L27NHEAC2W0NBHXXEG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/3/8_IIJQBWBP86G8DBTWNM7174EX4NN3TH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sumitsingh8433272258/3/9_6NSWJL6V3FNKKI2MZNYIEXOCQOAP8Z.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sumitsingh8433272258:3",
                "plots": "https://api.plotly.com/v2/plots/sumitsingh8433272258:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=sumitsingh8433272258"
            },
            "owner": "sumitsingh8433272258",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~sumitsingh8433272258/3/",
            "world_readable": true,
            "date_modified": "2024-04-26T11:43:10.855Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sumitsingh8433272258/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "ChromaDB[100]",
                        "type": "scatter",
                        "xsrc": "sumitsingh8433272258:2:6ca143",
                        "ysrc": "sumitsingh8433272258:2:c7163c",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "FAISS[100]",
                        "type": "scatter",
                        "xsrc": "sumitsingh8433272258:2:6bbaae",
                        "ysrc": "sumitsingh8433272258:2:5cf5bd",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "E",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "name": "ElasticSearch[100]",
                        "type": "scatter",
                        "xsrc": "sumitsingh8433272258:2:0ee6d0",
                        "ysrc": "sumitsingh8433272258:2:2ae6b2",
                        "visible": true,
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "100  Queries"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            7
                        ],
                        "title": {
                            "text": "no. of execution"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1.9326017316017312,
                            5.387323593073594
                        ],
                        "title": {
                            "text": "Time in Sec"
                        },
                        "autorange": 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"
                    },
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sumitsingh8433272258",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.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-20 13:12:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sumitsingh8433272258",
                "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-26T11:38:06.692520Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sandra_seifert/1.embed",
            "fid": "sandra_seifert:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/sandra_seifert/1/9_HVZWX41DPSIFZZM8QO3J9UHBNY0NIE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sandra_seifert/1/2_DGRAUXQR1MQE1SCJ2QPALYQ8HKLQGA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sandra_seifert/1/8_MLHWWZQGF5TYLG2C9DROIIABLSOUJ4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sandra_seifert/1/9_HVZWX41DPSIFZZM8QO3J9UHBNY0NIE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sandra_seifert:1",
                "plots": "https://api.plotly.com/v2/plots/sandra_seifert:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=sandra_seifert"
            },
            "owner": "sandra_seifert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~sandra_seifert/1/",
            "world_readable": true,
            "date_modified": "2024-04-26T11:38:12.137Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sandra_seifert/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "z": "B",
                                "locations": "A"
                            }
                        },
                        "mode": "markers",
                        "type": "choroplethmapbox",
                        "zsrc": "sandra_seifert:0:cb3106",
                        "geojson": {
                            "type": "FeatureCollection",
                            "features": [
                                {
                                    "id": 34,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.8629891,
                                                    53.3942376
                                                ],
                                                [
                                                    7.9712674,
                                                    53.4398067
                                                ],
                                                [
                                                    7.9669014,
                                                    53.4455354
                                                ],
                                                [
                                                    7.979563,
                                                    53.4567324
                                                ],
                                                [
                                                    7.9607889,
                                                    53.4692314
                                                ],
                                                [
                                                    7.9459443,
                                                    53.468971
                                                ],
                                                [
                                                    7.9503103,
                                                    53.478866
                                                ],
                                                [
                                                    7.9328461,
                                                    53.4775641
                                                ],
                                                [
                                                    7.942888,
                                                    53.5062075
                                                ],
                                                [
                                                    7.9638451,
                                                    53.5046452
                                                ],
                                                [
                                                    7.9568594,
                                                    53.5119362
                                                ],
                                                [
                                                    7.9856754,
                                                    53.5215709
                                                ],
                                                [
                                                    8.0048861,
                                                    53.5121966
                                                ],
                                                [
                                                    8.0507297,
                                                    53.5145402
                                                ],
                                                [
                                                    8.0350119,
                                                    53.5343302
                                                ],
                                                [
                                                    8.0454905,
                                                    53.5483916
                                                ],
                                                [
                                                    8.0341387,
                                                    53.5468292
                                                ],
                                                [
                                                    8.0236602,
                                                    53.5569846
                                                ],
                                                [
                                                    8.0472369,
                                                    53.5676608
                                                ],
                                                [
                                                    8.0310825,
                                                    53.5687024
                                                ],
                                                [
                                                    8.0184209,
                                                    53.5791182
                                                ],
                                                [
                                                    8.027153,
                                                    53.5830241
                                                ],
                                                [
                                                    8.0144914,
                                                    53.5843261
                                                ],
                                                [
                                                    8.0162379,
                                                    53.5942211
                                                ],
                                                [
                                                    7.9974638,
                                                    53.599429
                                                ],
                                                [
                                                    8.0411244,
                                                    53.624427
                                                ],
                                                [
                                                    8.0546592,
                                                    53.6207815
                                                ],
                                                [
                                                    8.0939537,
                                                    53.6335408
                                                ],
                                                [
                                                    8.1236429,
                                                    53.5965647
                                                ],
                                                [
                                                    8.1533322,
                                                    53.5981271
                                                ],
                                                [
                                                    8.1594446,
                                                    53.5817222
                                                ],
                                                [
                                                    8.1432902,
                                                    53.5757331
                                                ],
                                                [
                                                    8.173416,
                                                    53.5395381
                                                ],
                                                [
                                                    8.1747259,
                                                    53.5327679
                                                ],
                                                [
                                                    8.156825,
                                                    53.5093323
                                                ],
                                                [
                                                    8.09701,
                                                    53.4983957
                                                ],
                                                [
                                                    8.0708136,
                                                    53.50126
                                                ],
                                                [
                                                    8.0673208,
                                                    53.478866
                                                ],
                                                [
                                                    8.1022492,
                                                    53.4421503
                                                ],
                                                [
                                                    8.1515857,
                                                    53.4457958
                                                ],
                                                [
                                                    8.2114008,
                                                    53.3986643
                                                ],
                                                [
                                                    8.2685961,
                                                    53.3997059
                                                ],
                                                [
                                                    8.2965389,
                                                    53.4205375
                                                ],
                                                [
                                                    8.3004684,
                                                    53.437984
                                                ],
                                                [
                                                    8.3192424,
                                                    53.4551701
                                                ],
                                                [
                                                    8.3205523,
                                                    53.5106343
                                                ],
                                                [
                                                    8.31313,
                                                    53.5187065
                                                ],
                                                [
                                                    8.2349775,
                                                    53.5166233
                                                ],
                                                [
                                                    8.2463292,
                                                    53.5775558
                                                ],
                                                [
                                                    8.2821309,
                                                    53.6077617
                                                ],
                                                [
                                                    8.3380165,
                                                    53.6103656
                                                ],
                                                [
                                                    8.3877896,
                                                    53.5700044
                                                ],
                                                [
                                                    8.4689983,
                                                    53.5483916
                                                ],
                                                [
                                                    8.5074197,
                                                    53.5468292
                                                ],
                                                [
                                                    8.5218276,
                                                    53.5543807
                                                ],
                                                [
                                                    8.5253205,
                                                    53.5426629
                                                ],
                                                [
                                                    8.5571927,
                                                    53.5312055
                                                ],
                                                [
                                                    8.5593758,
                                                    53.5210501
                                                ],
                                                [
                                                    8.550207,
                                                    53.5174045
                                                ],
                                                [
                                                    8.5663615,
                                                    53.5062075
                                                ],
                                                [
                                                    8.5807695,
                                                    53.5345906
                                                ],
                                                [
                                                    8.5122223,
                                                    53.5991686
                                                ],
                                                [
                                                    8.5248839,
                                                    53.6009914
                                                ],
                                                [
                                                    8.488209,
                                                    53.6522893
                                                ],
                                                [
                                                    8.4868992,
                                                    53.6837971
                                                ],
                                                [
                                                    8.5488972,
                                                    53.7845701
                                                ],
                                                [
                                                    8.5414749,
                                                    53.7876948
                                                ],
                                                [
                                                    8.5462776,
                                                    53.8030582
                                                ],
                                                [
                                                    8.5702909,
                                                    53.8418571
                                                ],
                                                [
                                                    8.5798963,
                                                    53.8397739
                                                ],
                                                [
                                                    8.6187542,
                                                    53.8777916
                                                ],
                                                [
                                                    8.6894844,
                                                    53.887947
                                                ],
                                                [
                                                    8.6907942,
                                                    53.8757084
                                                ],
                                                [
                                                    8.708695,
                                                    53.8728441
                                                ],
                                                [
                                                    8.7108781,
                                                    53.868157
                                                ],
                                                [
                                                    8.7126245,
                                                    53.869459
                                                ],
                                                [
                                                    8.7226664,
                                                    53.8629491
                                                ],
                                                [
                                                    8.7161173,
                                                    53.8593035
                                                ],
                                                [
                                                    8.7506092,
                                                    53.8436798
                                                ],
                                                [
                                                    8.7899038,
                                                    53.8301393
                                                ],
                                                [
                                                    8.8344376,
                                                    53.8280561
                                                ],
                                                [
                                                    8.8366206,
                                                    53.812172
                                                ],
                                                [
                                                    8.8593241,
                                                    53.8064433
                                                ],
                                                [
                                                    8.8466625,
                                                    53.7853513
                                                ],
                                                [
                                                    8.9099704,
                                                    53.7882156
                                                ],
                                                [
                                                    8.9383498,
                                                    53.7817057
                                                ],
                                                [
                                                    8.9313641,
                                                    53.7486355
                                                ],
                                                [
                                                    8.965856,
                                                    53.7376989
                                                ],
                                                [
                                                    8.963673,
                                                    53.7046287
                                                ],
                                                [
                                                    8.9737149,
                                                    53.6991604
                                                ],
                                                [
                                                    8.9357302,
                                                    53.6603615
                                                ],
                                                [
                                                    8.9440257,
                                                    53.6528101
                                                ],
                                                [
                                                    8.9300543,
                                                    53.6463002
                                                ],
                                                [
                                                    8.9387864,
                                                    53.6324992
                                                ],
                                                [
                                                    8.9523212,
                                                    53.634322
                                                ],
                                                [
                                                    8.9776444,
                                                    53.6181775
                                                ],
                                                [
                                                    8.9597435,
                                                    53.6072409
                                                ],
                                                [
                                                    8.9855033,
                                                    53.5642757
                                                ],
                                                [
                                                    8.999038,
                                                    53.5653173
                                                ],
                                                [
                                                    8.9955452,
                                                    53.5538599
                                                ],
                                                [
                                                    9.0322201,
                                                    53.5515163
                                                ],
                                                [
                                                    9.064529,
                                                    53.5692232
                                                ],
                                                [
                                                    9.1195413,
                                                    53.5512559
                                                ],
                                                [
                                                    9.1426814,
                                                    53.5897944
                                                ],
                                                [
                                                    9.1605823,
                                                    53.5812014
                                                ],
                                                [
                                                    9.1632019,
                                                    53.5517767
                                                ],
                                                [
                                                    9.1893983,
                                                    53.5275599
                                                ],
                                                [
                                                    9.2771561,
                                                    53.5429233
                                                ],
                                                [
                                                    9.2640579,
                                                    53.5304243
                                                ],
                                                [
                                                    9.2880712,
                                                    53.5202689
                                                ],
                                                [
                                                    9.2300026,
                                                    53.4934482
                                                ],
                                                [
                                                    9.2413544,
                                                    53.4653255
                                                ],
                                                [
                                                    9.2575088,
                                                    53.456472
                                                ],
                                                [
                                                    9.2356785,
                                                    53.4434523
                                                ],
                                                [
                                                    9.2544526,
                                                    53.4382444
                                                ],
                                                [
                                                    9.2461571,
                                                    53.4270474
                                                ],
                                                [
                                                    9.2086089,
                                                    53.422881
                                                ],
                                                [
                                                    9.1981304,
                                                    53.4033514
                                                ],
                                                [
                                                    9.1920179,
                                                    53.4119444
                                                ],
                                                [
                                                    9.171934,
                                                    53.4098613
                                                ],
                                                [
                                                    9.1741171,
                                                    53.4171523
                                                ],
                                                [
                                                    9.1278368,
                                                    53.4163712
                                                ],
                                                [
                                                    9.1055699,
                                                    53.4247038
                                                ],
                                                [
                                                    9.1020771,
                                                    53.400487
                                                ],
                                                [
                                                    9.0675852,
                                                    53.404393
                                                ],
                                                [
                                                    9.0750075,
                                                    53.4012682
                                                ],
                                                [
                                                    9.0715146,
                                                    53.3926752
                                                ],
                                                [
                                                    9.0942182,
                                                    53.3851237
                                                ],
                                                [
                                                    9.0985842,
                                                    53.3903316
                                                ],
                                                [
                                                    9.1247806,
                                                    53.3648129
                                                ],
                                                [
                                                    9.1239074,
                                                    53.3546575
                                                ],
                                                [
                                                    9.0929083,
                                                    53.3296595
                                                ],
                                                [
                                                    9.0798102,
                                                    53.3322635
                                                ],
                                                [
                                                    9.0863593,
                                                    53.32341
                                                ],
                                                [
                                                    9.0798102,
                                                    53.32341
                                                ],
                                                [
                                                    9.0885423,
                                                    53.3124734
                                                ],
                                                [
                                                    9.1081896,
                                                    53.3103903
                                                ],
                                                [
                                                    9.1064431,
                                                    53.2926834
                                                ],
                                                [
                                                    9.1195413,
                                                    53.291121
                                                ],
                                                [
                                                    9.1134288,
                                                    53.2877359
                                                ],
                                                [
                                                    9.138752,
                                                    53.2741953
                                                ],
                                                [
                                                    9.171934,
                                                    53.271331
                                                ],
                                                [
                                                    9.2020599,
                                                    53.2585716
                                                ],
                                                [
                                                    9.2155946,
                                                    53.2382608
                                                ],
                                                [
                                                    9.258382,
                                                    53.2380004
                                                ],
                                                [
                                                    9.2300026,
                                                    53.2215955
                                                ],
                                                [
                                                    9.2234535,
                                                    53.1906085
                                                ],
                                                [
                                                    9.2557624,
                                                    53.1791511
                                                ],
                                                [
                                                    9.2854516,
                                                    53.1814946
                                                ],
                                                [
                                                    9.2858882,
                                                    53.170558
                                                ],
                                                [
                                                    9.2754097,
                                                    53.1627462
                                                ],
                                                [
                                                    9.34483,
                                                    53.1624858
                                                ],
                                                [
                                                    9.3435202,
                                                    53.1523303
                                                ],
                                                [
                                                    9.3500693,
                                                    53.150768
                                                ],
                                                [
                                                    9.3409006,
                                                    53.140873
                                                ],
                                                [
                                                    9.3439568,
                                                    53.1216037
                                                ],
                                                [
                                                    9.3033525,
                                                    53.1189997
                                                ],
                                                [
                                                    9.2885078,
                                                    53.0820236
                                                ],
                                                [
                                                    9.3312952,
                                                    53.0851484
                                                ],
                                                [
                                                    9.3312952,
                                                    53.0684831
                                                ],
                                                [
                                                    9.3670969,
                                                    53.0489534
                                                ],
                                                [
                                                    9.3496327,
                                                    53.0416623
                                                ],
                                                [
                                                    9.3409006,
                                                    53.0205703
                                                ],
                                                [
                                                    9.3251828,
                                                    53.0124981
                                                ],
                                                [
                                                    9.3352247,
                                                    53.0031238
                                                ],
                                                [
                                                    9.3339149,
                                                    53.0088525
                                                ],
                                                [
                                                    9.3443934,
                                                    53.0109357
                                                ],
                                                [
                                                    9.3535621,
                                                    53.0005199
                                                ],
                                                [
                                                    9.3382809,
                                                    52.9851566
                                                ],
                                                [
                                                    9.3775755,
                                                    52.9789071
                                                ],
                                                [
                                                    9.3998424,
                                                    52.9914061
                                                ],
                                                [
                                                    9.44132,
                                                    52.9992179
                                                ],
                                                [
                                                    9.4614038,
                                                    52.9856774
                                                ],
                                                [
                                                    9.457911,
                                                    52.9705744
                                                ],
                                                [
                                                    9.4675163,
                                                    52.9656269
                                                ],
                                                [
                                                    9.4609672,
                                                    52.9614606
                                                ],
                                                [
                                                    9.4679529,
                                                    52.9541695
                                                ],
                                                [
                                                    9.4483057,
                                                    52.9427121
                                                ],
                                                [
                                                    9.4605306,
                                                    52.926828
                                                ],
                                                [
                                                    9.4596574,
                                                    52.9158914
                                                ],
                                                [
                                                    9.4173066,
                                                    52.8950598
                                                ],
                                                [
                                                    9.4177432,
                                                    52.8755302
                                                ],
                                                [
                                                    9.3788853,
                                                    52.8466263
                                                ],
                                                [
                                                    9.3972228,
                                                    52.8328253
                                                ],
                                                [
                                                    9.3928567,
                                                    52.8268362
                                                ],
                                                [
                                                    9.4011522,
                                                    52.8270966
                                                ],
                                                [
                                                    9.4138138,
                                                    52.806265
                                                ],
                                                [
                                                    9.455728,
                                                    52.797672
                                                ],
                                                [
                                                    9.5286412,
                                                    52.8028799
                                                ],
                                                [
                                                    9.5932589,
                                                    52.7922037
                                                ],
                                                [
                                                    9.5902026,
                                                    52.7869958
                                                ],
                                                [
                                                    9.6137793,
                                                    52.7828294
                                                ],
                                                [
                                                    9.6325534,
                                                    52.7604354
                                                ],
                                                [
                                                    9.6255677,
                                                    52.751582
                                                ],
                                                [
                                                    9.6661721,
                                                    52.7531444
                                                ],
                                                [
                                                    9.6522007,
                                                    52.7419474
                                                ],
                                                [
                                                    9.6805801,
                                                    52.7221573
                                                ],
                                                [
                                                    9.6556935,
                                                    52.6979406
                                                ],
                                                [
                                                    9.5984981,
                                                    52.709398
                                                ],
                                                [
                                                    9.5797241,
                                                    52.7325731
                                                ],
                                                [
                                                    9.5862732,
                                                    52.7463741
                                                ],
                                                [
                                                    9.5670625,
                                                    52.7565295
                                                ],
                                                [
                                                    9.5557107,
                                                    52.7437701
                                                ],
                                                [
                                                    9.5373733,
                                                    52.7427286
                                                ],
                                                [
                                                    9.4972055,
                                                    52.7229385
                                                ],
                                                [
                                                    9.4251655,
                                                    52.7127831
                                                ],
                                                [
                                                    9.4068281,
                                                    52.6776297
                                                ],
                                                [
                                                    9.4404467,
                                                    52.6666931
                                                ],
                                                [
                                                    9.4321512,
                                                    52.6594021
                                                ],
                                                [
                                                    9.4487423,
                                                    52.6614852
                                                ],
                                                [
                                                    9.4483057,
                                                    52.6484655
                                                ],
                                                [
                                                    9.4718824,
                                                    52.6375289
                                                ],
                                                [
                                                    9.445686,
                                                    52.6294566
                                                ],
                                                [
                                                    9.4395735,
                                                    52.6182596
                                                ],
                                                [
                                                    9.3946031,
                                                    52.6146141
                                                ],
                                                [
                                                    9.3946031,
                                                    52.6078438
                                                ],
                                                [
                                                    9.3583648,
                                                    52.6049795
                                                ],
                                                [
                                                    9.3535621,
                                                    52.59873
                                                ],
                                                [
                                                    9.3321685,
                                                    52.6000319
                                                ],
                                                [
                                                    9.3173238,
                                                    52.6122705
                                                ],
                                                [
                                                    9.2736632,
                                                    52.5995112
                                                ],
                                                [
                                                    9.2570722,
                                                    52.6055003
                                                ],
                                                [
                                                    9.2256366,
                                                    52.6000319
                                                ],
                                                [
                                                    9.2086089,
                                                    52.5883142
                                                ],
                                                [
                                                    9.1758635,
                                                    52.6070626
                                                ],
                                                [
                                                    9.1627653,
                                                    52.6065418
                                                ],
                                                [
                                                    9.1592725,
                                                    52.5992508
                                                ],
                                                [
                                                    9.1308931,
                                                    52.6028963
                                                ],
                                                [
                                                    9.1173583,
                                                    52.5930013
                                                ],
                                                [
                                                    9.1195413,
                                                    52.5797211
                                                ],
                                                [
                                                    9.0942182,
                                                    52.5729508
                                                ],
                                                [
                                                    9.1094994,
                                                    52.5599311
                                                ],
                                                [
                                                    9.0985842,
                                                    52.5607123
                                                ],
                                                [
                                                    9.0885423,
                                                    52.5508172
                                                ],
                                                [
                                                    9.083303,
                                                    52.5575875
                                                ],
                                                [
                                                    9.0601629,
                                                    52.5565459
                                                ],
                                                [
                                                    9.0418254,
                                                    52.5458697
                                                ],
                                                [
                                                    9.0470647,
                                                    52.5325896
                                                ],
                                                [
                                                    9.0304737,
                                                    52.5276421
                                                ],
                                                [
                                                    9.0073336,
                                                    52.5377975
                                                ],
                                                [
                                                    8.9798274,
                                                    52.5351935
                                                ],
                                                [
                                                    8.963673,
                                                    52.5242569
                                                ],
                                                [
                                                    8.955814,
                                                    52.5325896
                                                ],
                                                [
                                                    8.9553774,
                                                    52.55264
                                                ],
                                                [
                                                    8.9387864,
                                                    52.5693053
                                                ],
                                                [
                                                    8.9021115,
                                                    52.584929
                                                ],
                                                [
                                                    8.9025481,
                                                    52.5557648
                                                ],
                                                [
                                                    8.8597607,
                                                    52.5453489
                                                ],
                                                [
                                                    8.8632536,
                                                    52.5341519
                                                ],
                                                [
                                                    8.8553947,
                                                    52.5294648
                                                ],
                                                [
                                                    8.8431697,
                                                    52.5422242
                                                ],
                                                [
                                                    8.8305081,
                                                    52.5390995
                                                ],
                                                [
                                                    8.8335644,
                                                    52.5323292
                                                ],
                                                [
                                                    8.8187198,
                                                    52.5336312
                                                ],
                                                [
                                                    8.8174099,
                                                    52.5271213
                                                ],
                                                [
                                                    8.7737493,
                                                    52.5320688
                                                ],
                                                [
                                                    8.7479896,
                                                    52.5297252
                                                ],
                                                [
                                                    8.7405673,
                                                    52.5398806
                                                ],
                                                [
                                                    8.7514824,
                                                    52.544047
                                                ],
                                                [
                                                    8.7484262,
                                                    52.5484737
                                                ],
                                                [
                                                    8.7104415,
                                                    52.5534212
                                                ],
                                                [
                                                    8.6955969,
                                                    52.5693053
                                                ],
                                                [
                                                    8.706512,
                                                    52.577638
                                                ],
                                                [
                                                    8.6811889,
                                                    52.5773776
                                                ],
                                                [
                                                    8.6659076,
                                                    52.5906577
                                                ],
                                                [
                                                    8.6187542,
                                                    52.5844082
                                                ],
                                                [
                                                    8.6139515,
                                                    52.588835
                                                ],
                                                [
                                                    8.6261765,
                                                    52.6018547
                                                ],
                                                [
                                                    8.6405845,
                                                    52.6036775
                                                ],
                                                [
                                                    8.6340354,
                                                    52.6187804
                                                ],
                                                [
                                                    8.6497532,
                                                    52.6304982
                                                ],
                                                [
                                                    8.6205006,
                                                    52.6338833
                                                ],
                                                [
                                                    8.6043462,
                                                    52.6273735
                                                ],
                                                [
                                                    8.6065292,
                                                    52.6208636
                                                ],
                                                [
                                                    8.5868819,
                                                    52.6299774
                                                ],
                                                [
                                                    8.5554463,
                                                    52.6294566
                                                ],
                                                [
                                                    8.5414749,
                                                    52.6463823
                                                ],
                                                [
                                                    8.5165884,
                                                    52.6445595
                                                ],
                                                [
                                                    8.4951947,
                                                    52.6656516
                                                ],
                                                [
                                                    8.4746742,
                                                    52.6669535
                                                ],
                                                [
                                                    8.4742376,
                                                    52.6776297
                                                ],
                                                [
                                                    8.442802,
                                                    52.685702
                                                ],
                                                [
                                                    8.4362529,
                                                    52.7028881
                                                ],
                                                [
                                                    8.4135494,
                                                    52.705492
                                                ],
                                                [
                                                    8.4144226,
                                                    52.7200742
                                                ],
                                                [
                                                    8.4502243,
                                                    52.7195534
                                                ],
                                                [
                                                    8.4742376,
                                                    52.7315316
                                                ],
                                                [
                                                    8.4733644,
                                                    52.7489781
                                                ],
                                                [
                                                    8.461576,
                                                    52.7596543
                                                ],
                                                [
                                                    8.4681251,
                                                    52.7698097
                                                ],
                                                [
                                                    8.4537171,
                                                    52.7833502
                                                ],
                                                [
                                                    8.4768572,
                                                    52.8080878
                                                ],
                                                [
                                                    8.4842795,
                                                    52.8403768
                                                ],
                                                [
                                                    8.4707447,
                                                    52.8786549
                                                ],
                                                [
                                                    8.4855893,
                                                    52.8849044
                                                ],
                                                [
                                                    8.4777304,
                                                    52.894539
                                                ],
                                                [
                                                    8.4807867,
                                                    52.9026113
                                                ],
                                                [
                                                    8.4611394,
                                                    52.9041736
                                                ],
                                                [
                                                    8.4772938,
                                                    52.9346399
                                                ],
                                                [
                                                    8.5209544,
                                                    52.9635438
                                                ],
                                                [
                                                    8.5113491,
                                                    52.9708348
                                                ],
                                                [
                                                    8.4995607,
                                                    52.9664081
                                                ],
                                                [
                                                    8.4899554,
                                                    52.982813
                                                ],
                                                [
                                                    8.4999973,
                                                    53.0026031
                                                ],
                                                [
                                                    8.492575,
                                                    53.0101545
                                                ],
                                                [
                                                    8.4510975,
                                                    53.005207
                                                ],
                                                [
                                                    8.4388725,
                                                    53.0127585
                                                ],
                                                [
                                                    8.4314502,
                                                    53.0299446
                                                ],
                                                [
                                                    8.4388725,
                                                    53.0536405
                                                ],
                                                [
                                                    8.3445656,
                                                    53.062494
                                                ],
                                                [
                                                    8.2816943,
                                                    53.1007721
                                                ],
                                                [
                                                    8.2921729,
                                                    53.1260304
                                                ],
                                                [
                                                    8.3161862,
                                                    53.1489452
                                                ],
                                                [
                                                    8.2961023,
                                                    53.1765471
                                                ],
                                                [
                                                    8.3196791,
                                                    53.192952
                                                ],
                                                [
                                                    8.3000318,
                                                    53.2348756
                                                ],
                                                [
                                                    8.2821309,
                                                    53.2314905
                                                ],
                                                [
                                                    8.2956657,
                                                    53.2408647
                                                ],
                                                [
                                                    8.2768917,
                                                    53.258832
                                                ],
                                                [
                                                    8.2733988,
                                                    53.2760181
                                                ],
                                                [
                                                    8.2812577,
                                                    53.2809656
                                                ],
                                                [
                                                    8.2633569,
                                                    53.2885171
                                                ],
                                                [
                                                    8.2559346,
                                                    53.302318
                                                ],
                                                [
                                                    8.212274,
                                                    53.2991933
                                                ],
                                                [
                                                    8.1939365,
                                                    53.3169002
                                                ],
                                                [
                                                    8.1738526,
                                                    53.3171606
                                                ],
                                                [
                                                    8.1777821,
                                                    53.3262744
                                                ],
                                                [
                                                    8.1686134,
                                                    53.335909
                                                ],
                                                [
                                                    8.1830214,
                                                    53.3442417
                                                ],
                                                [
                                                    8.1777821,
                                                    53.3504912
                                                ],
                                                [
                                                    8.1306286,
                                                    53.3262744
                                                ],
                                                [
                                                    8.0943903,
                                                    53.3278368
                                                ],
                                                [
                                                    8.0804189,
                                                    53.3395546
                                                ],
                                                [
                                                    8.0673208,
                                                    53.3382526
                                                ],
                                                [
                                                    8.0363217,
                                                    53.3169002
                                                ],
                                                [
                                                    8.0345753,
                                                    53.3064844
                                                ],
                                                [
                                                    7.9747603,
                                                    53.3004953
                                                ],
                                                [
                                                    7.9638451,
                                                    53.3124734
                                                ],
                                                [
                                                    7.965155,
                                                    53.3262744
                                                ],
                                                [
                                                    7.9503103,
                                                    53.3218477
                                                ],
                                                [
                                                    7.8896221,
                                                    53.3476268
                                                ],
                                                [
                                                    7.8629891,
                                                    53.3942376
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Bremen",
                                        "kuerzel": "BRE",
                                        "kurznummer": "34"
                                    }
                                },
                                {
                                    "id": 27,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "MultiPolygon",
                                        "coordinates": [
                                            [
                                                [
                                                    [
                                                        6.7147153,
                                                        52.6245091
                                                    ],
                                                    [
                                                        6.7465875,
                                                        52.6419556
                                                    ],
                                                    [
                                                        6.7941776,
                                                        52.6495071
                                                    ],
                                                    [
                                                        6.884555,
                                                        52.6471635
                                                    ],
                                                    [
                                                        6.9434968,
                                                        52.6344041
                                                    ],
                                                    [
                                                        6.9806083,
                                                        52.6427368
                                                    ],
                                                    [
                                                        7.0439162,
                                                        52.6291962
                                                    ],
                                                    [
                                                        7.0600706,
                                                        52.6398724
                                                    ],
                                                    [
                                                        7.0762251,
                                                        52.8070462
                                                    ],
                                                    [
                                                        7.0971822,
                                                        52.8346481
                                                    ],
                                                    [
                                                        7.0915063,
                                                        52.8463659
                                                    ],
                                                    [
                                                        7.1858132,
                                                        52.938025
                                                    ],
                                                    [
                                                        7.2220515,
                                                        53.0033842
                                                    ],
                                                    [
                                                        7.203714,
                                                        53.0775969
                                                    ],
                                                    [
                                                        7.2072069,
                                                        53.1096255
                                                    ],
                                                    [
                                                        7.1875596,
                                                        53.1179582
                                                    ],
                                                    [
                                                        7.1831935,
                                                        53.1346235
                                                    ],
                                                    [
                                                        7.2080801,
                                                        53.1729016
                                                    ],
                                                    [
                                                        7.2220515,
                                                        53.1939936
                                                    ],
                                                    [
                                                        7.2133194,
                                                        53.2393024
                                                    ],
                                                    [
                                                        7.2382059,
                                                        53.2653419
                                                    ],
                                                    [
                                                        7.2408255,
                                                        53.2843508
                                                    ],
                                                    [
                                                        7.2334032,
                                                        53.2906002
                                                    ],
                                                    [
                                                        7.2504309,
                                                        53.3150774
                                                    ],
                                                    [
                                                        7.3377521,
                                                        53.3142962
                                                    ],
                                                    [
                                                        7.3473574,
                                                        53.3195041
                                                    ],
                                                    [
                                                        7.1858132,
                                                        53.3304407
                                                    ],
                                                    [
                                                        7.0321279,
                                                        53.3325239
                                                    ],
                                                    [
                                                        7.0041851,
                                                        53.3510119
                                                    ],
                                                    [
                                                        7.0028753,
                                                        53.3671565
                                                    ],
                                                    [
                                                        7.0159734,
                                                        53.3809574
                                                    ],
                                                    [
                                                        7.0151002,
                                                        53.4202771
                                                    ],
                                                    [
                                                        7.0290716,
                                                        53.4796472
                                                    ],
                                                    [
                                                        7.0539582,
                                                        53.5046452
                                                    ],
                                                    [
                                                        7.0378037,
                                                        53.5257372
                                                    ],
                                                    [
                                                        7.0417332,
                                                        53.5345906
                                                    ],
                                                    [
                                                        7.0709858,
                                                        53.5233936
                                                    ],
                                                    [
                                                        7.0810277,
                                                        53.5286015
                                                    ],
                                                    [
                                                        7.098492,
                                                        53.5179253
                                                    ],
                                                    [
                                                        7.1338571,
                                                        53.5272996
                                                    ],
                                                    [
                                                        7.1369133,
                                                        53.536153
                                                    ],
                                                    [
                                                        7.1251249,
                                                        53.537455
                                                    ],
                                                    [
                                                        7.0915063,
                                                        53.56714
                                                    ],
                                                    [
                                                        7.0954357,
                                                        53.5765143
                                                    ],
                                                    [
                                                        7.1487017,
                                                        53.6056785
                                                    ],
                                                    [
                                                        7.1622365,
                                                        53.6259894
                                                    ],
                                                    [
                                                        7.174898,
                                                        53.6246874
                                                    ],
                                                    [
                                                        7.2360229,
                                                        53.6601011
                                                    ],
                                                    [
                                                        7.2984575,
                                                        53.6759853
                                                    ],
                                                    [
                                                        7.4704803,
                                                        53.6822347
                                                    ],
                                                    [
                                                        7.5302953,
                                                        53.6663506
                                                    ],
                                                    [
                                                        7.5730827,
                                                        53.676506
                                                    ],
                                                    [
                                                        7.7088672,
                                                        53.700202
                                                    ],
                                                    [
                                                        7.9730139,
                                                        53.7119198
                                                    ],
                                                    [
                                                        8.0350119,
                                                        53.7020248
                                                    ],
                                                    [
                                                        8.0245334,
                                                        53.6796308
                                                    ],
                                                    [
                                                        8.041561,
                                                        53.6460398
                                                    ],
                                                    [
                                                        8.0498565,
                                                        53.636926
                                                    ],
                                                    [
                                                        8.0760529,
                                                        53.6426547
                                                    ],
                                                    [
                                                        8.0943903,
                                                        53.6338012
                                                    ],
                                                    [
                                                        8.0550958,
                                                        53.6210419
                                                    ],
                                                    [
                                                        8.041561,
                                                        53.624427
                                                    ],
                                                    [
                                                        7.9979004,
                                                        53.599429
                                                    ],
                                                    [
                                                        8.0166745,
                                                        53.5942211
                                                    ],
                                                    [
                                                        8.014928,
                                                        53.5843261
                                                    ],
                                                    [
                                                        8.0275896,
                                                        53.5830241
                                                    ],
                                                    [
                                                        8.0188575,
                                                        53.5793786
                                                    ],
                                                    [
                                                        8.0319557,
                                                        53.5687024
                                                    ],
                                                    [
                                                        8.0476735,
                                                        53.5679212
                                                    ],
                                                    [
                                                        8.0240968,
                                                        53.5569846
                                                    ],
                                                    [
                                                        8.0345753,
                                                        53.5470896
                                                    ],
                                                    [
                                                        8.0459271,
                                                        53.548652
                                                    ],
                                                    [
                                                        8.0354485,
                                                        53.5345906
                                                    ],
                                                    [
                                                        8.0511663,
                                                        53.5145402
                                                    ],
                                                    [
                                                        8.0053227,
                                                        53.512457
                                                    ],
                                                    [
                                                        7.986112,
                                                        53.5215709
                                                    ],
                                                    [
                                                        7.957296,
                                                        53.5121966
                                                    ],
                                                    [
                                                        7.9642817,
                                                        53.5049056
                                                    ],
                                                    [
                                                        7.9433247,
                                                        53.5062075
                                                    ],
                                                    [
                                                        7.9332827,
                                                        53.4775641
                                                    ],
                                                    [
                                                        7.950747,
                                                        53.478866
                                                    ],
                                                    [
                                                        7.9463809,
                                                        53.468971
                                                    ],
                                                    [
                                                        7.9612255,
                                                        53.4692314
                                                    ],
                                                    [
                                                        7.9799996,
                                                        53.4569928
                                                    ],
                                                    [
                                                        7.967338,
                                                        53.4455354
                                                    ],
                                                    [
                                                        7.971704,
                                                        53.4398067
                                                    ],
                                                    [
                                                        7.8634257,
                                                        53.3942376
                                                    ],
                                                    [
                                                        7.8900587,
                                                        53.3476268
                                                    ],
                                                    [
                                                        7.950747,
                                                        53.3218477
                                                    ],
                                                    [
                                                        7.9655916,
                                                        53.3265348
                                                    ],
                                                    [
                                                        7.9647183,
                                                        53.3124734
                                                    ],
                                                    [
                                                        7.9751969,
                                                        53.3004953
                                                    ],
                                                    [
                                                        8.0345753,
                                                        53.3064844
                                                    ],
                                                    [
                                                        8.0367583,
                                                        53.3169002
                                                    ],
                                                    [
                                                        8.0673208,
                                                        53.3382526
                                                    ],
                                                    [
                                                        8.0808556,
                                                        53.3395546
                                                    ],
                                                    [
                                                        8.0948269,
                                                        53.3280972
                                                    ],
                                                    [
                                                        8.1310652,
                                                        53.3262744
                                                    ],
                                                    [
                                                        8.1782187,
                                                        53.3504912
                                                    ],
                                                    [
                                                        8.183458,
                                                        53.3442417
                                                    ],
                                                    [
                                                        8.16905,
                                                        53.335909
                                                    ],
                                                    [
                                                        8.1782187,
                                                        53.3262744
                                                    ],
                                                    [
                                                        8.1742892,
                                                        53.317421
                                                    ],
                                                    [
                                                        8.1943731,
                                                        53.3169002
                                                    ],
                                                    [
                                                        8.2127106,
                                                        53.2991933
                                                    ],
                                                    [
                                                        8.2563712,
                                                        53.302318
                                                    ],
                                                    [
                                                        8.2637935,
                                                        53.2887775
                                                    ],
                                                    [
                                                        8.2816943,
                                                        53.281226
                                                    ],
                                                    [
                                                        8.2738354,
                                                        53.2760181
                                                    ],
                                                    [
                                                        8.2773283,
                                                        53.258832
                                                    ],
                                                    [
                                                        8.2961023,
                                                        53.2411251
                                                    ],
                                                    [
                                                        8.2825675,
                                                        53.2317509
                                                    ],
                                                    [
                                                        8.3004684,
                                                        53.235136
                                                    ],
                                                    [
                                                        8.3201157,
                                                        53.192952
                                                    ],
                                                    [
                                                        8.2965389,
                                                        53.1765471
                                                    ],
                                                    [
                                                        8.3166228,
                                                        53.1489452
                                                    ],
                                                    [
                                                        8.2926095,
                                                        53.1262908
                                                    ],
                                                    [
                                                        8.2821309,
                                                        53.1007721
                                                    ],
                                                    [
                                                        8.3450022,
                                                        53.0627544
                                                    ],
                                                    [
                                                        8.4393091,
                                                        53.0539009
                                                    ],
                                                    [
                                                        8.4318868,
                                                        53.0299446
                                                    ],
                                                    [
                                                        8.4393091,
                                                        53.0127585
                                                    ],
                                                    [
                                                        8.4515341,
                                                        53.0054674
                                                    ],
                                                    [
                                                        8.4930117,
                                                        53.0101545
                                                    ],
                                                    [
                                                        8.500434,
                                                        53.0026031
                                                    ],
                                                    [
                                                        8.490392,
                                                        52.982813
                                                    ],
                                                    [
                                                        8.500434,
                                                        52.9666685
                                                    ],
                                                    [
                                                        8.5117857,
                                                        52.9710952
                                                    ],
                                                    [
                                                        8.521391,
                                                        52.9635438
                                                    ],
                                                    [
                                                        8.4777304,
                                                        52.9346399
                                                    ],
                                                    [
                                                        8.461576,
                                                        52.9041736
                                                    ],
                                                    [
                                                        8.4812233,
                                                        52.9026113
                                                    ],
                                                    [
                                                        8.4777304,
                                                        52.894539
                                                    ],
                                                    [
                                                        8.4855893,
                                                        52.8851648
                                                    ],
                                                    [
                                                        8.4711813,
                                                        52.8786549
                                                    ],
                                                    [
                                                        8.4847161,
                                                        52.8403768
                                                    ],
                                                    [
                                                        8.4772938,
                                                        52.8080878
                                                    ],
                                                    [
                                                        8.4541537,
                                                        52.7833502
                                                    ],
                                                    [
                                                        8.4685617,
                                                        52.7698097
                                                    ],
                                                    [
                                                        8.4620126,
                                                        52.7596543
                                                    ],
                                                    [
                                                        8.473801,
                                                        52.7489781
                                                    ],
                                                    [
                                                        8.4746742,
                                                        52.7315316
                                                    ],
                                                    [
                                                        8.4506609,
                                                        52.7198138
                                                    ],
                                                    [
                                                        8.4148592,
                                                        52.7200742
                                                    ],
                                                    [
                                                        8.413986,
                                                        52.7057524
                                                    ],
                                                    [
                                                        8.4366895,
                                                        52.7028881
                                                    ],
                                                    [
                                                        8.4432386,
                                                        52.6859624
                                                    ],
                                                    [
                                                        8.4746742,
                                                        52.6778901
                                                    ],
                                                    [
                                                        8.4746742,
                                                        52.6669535
                                                    ],
                                                    [
                                                        8.4951947,
                                                        52.665912
                                                    ],
                                                    [
                                                        8.517025,
                                                        52.6445595
                                                    ],
                                                    [
                                                        8.5419115,
                                                        52.6463823
                                                    ],
                                                    [
                                                        8.5558829,
                                                        52.6294566
                                                    ],
                                                    [
                                                        8.5873186,
                                                        52.6299774
                                                    ],
                                                    [
                                                        8.6069658,
                                                        52.6208636
                                                    ],
                                                    [
                                                        8.6052194,
                                                        52.6273735
                                                    ],
                                                    [
                                                        8.6209372,
                                                        52.6338833
                                                    ],
                                                    [
                                                        8.6501898,
                                                        52.6304982
                                                    ],
                                                    [
                                                        8.634472,
                                                        52.6187804
                                                    ],
                                                    [
                                                        8.6410211,
                                                        52.6039379
                                                    ],
                                                    [
                                                        8.6266131,
                                                        52.6018547
                                                    ],
                                                    [
                                                        8.6143881,
                                                        52.5890953
                                                    ],
                                                    [
                                                        8.6191908,
                                                        52.5844082
                                                    ],
                                                    [
                                                        8.6663442,
                                                        52.5906577
                                                    ],
                                                    [
                                                        8.6816255,
                                                        52.5773776
                                                    ],
                                                    [
                                                        8.7069486,
                                                        52.577638
                                                    ],
                                                    [
                                                        8.6960335,
                                                        52.5693053
                                                    ],
                                                    [
                                                        8.7108781,
                                                        52.5536816
                                                    ],
                                                    [
                                                        8.7488628,
                                                        52.5484737
                                                    ],
                                                    [
                                                        8.751919,
                                                        52.544047
                                                    ],
                                                    [
                                                        8.7410039,
                                                        52.5398806
                                                    ],
                                                    [
                                                        8.7484262,
                                                        52.5297252
                                                    ],
                                                    [
                                                        8.7746225,
                                                        52.5320688
                                                    ],
                                                    [
                                                        8.7728761,
                                                        52.5208718
                                                    ],
                                                    [
                                                        8.7567217,
                                                        52.5180074
                                                    ],
                                                    [
                                                        8.7532288,
                                                        52.5255589
                                                    ],
                                                    [
                                                        8.737511,
                                                        52.5062896
                                                    ],
                                                    [
                                                        8.7073852,
                                                        52.4969154
                                                    ],
                                                    [
                                                        8.689921,
                                                        52.5088936
                                                    ],
                                                    [
                                                        8.6947236,
                                                        52.5154035
                                                    ],
                                                    [
                                                        8.6759496,
                                                        52.5138411
                                                    ],
                                                    [
                                                        8.6567389,
                                                        52.5281629
                                                    ],
                                                    [
                                                        8.5615588,
                                                        52.4956134
                                                    ],
                                                    [
                                                        8.5130955,
                                                        52.5114976
                                                    ],
                                                    [
                                                        8.4633224,
                                                        52.4883224
                                                    ],
                                                    [
                                                        8.4589564,
                                                        52.4575957
                                                    ],
                                                    [
                                                        8.4222815,
                                                        52.4411908
                                                    ],
                                                    [
                                                        8.4043806,
                                                        52.4477007
                                                    ],
                                                    [
                                                        8.3677057,
                                                        52.4396285
                                                    ],
                                                    [
                                                        8.3524245,
                                                        52.4490027
                                                    ],
                                                    [
                                                        8.3017782,
                                                        52.453169
                                                    ],
                                                    [
                                                        8.3157496,
                                                        52.4911867
                                                    ],
                                                    [
                                                        8.3087639,
                                                        52.4969154
                                                    ],
                                                    [
                                                        8.2502587,
                                                        52.4763442
                                                    ],
                                                    [
                                                        8.2079079,
                                                        52.4773858
                                                    ],
                                                    [
                                                        8.1633741,
                                                        52.4297334
                                                    ],
                                                    [
                                                        8.1358679,
                                                        52.4411908
                                                    ],
                                                    [
                                                        8.0651377,
                                                        52.4404096
                                                    ],
                                                    [
                                                        8.058152,
                                                        52.4555126
                                                    ],
                                                    [
                                                        7.9965906,
                                                        52.4565541
                                                    ],
                                                    [
                                                        7.9747603,
                                                        52.46697
                                                    ],
                                                    [
                                                        7.9459443,
                                                        52.4500443
                                                    ],
                                                    [
                                                        7.9110158,
                                                        52.4726987
                                                    ],
                                                    [
                                                        7.8529472,
                                                        52.4773858
                                                    ],
                                                    [
                                                        7.8468347,
                                                        52.4659284
                                                    ],
                                                    [
                                                        7.8525106,
                                                        52.4477007
                                                    ],
                                                    [
                                                        7.8184553,
                                                        52.4250463
                                                    ],
                                                    [
                                                        7.8158357,
                                                        52.4336394
                                                    ],
                                                    [
                                                        7.8036107,
                                                        52.4323374
                                                    ],
                                                    [
                                                        7.8057938,
                                                        52.443274
                                                    ],
                                                    [
                                                        7.7848367,
                                                        52.4461383
                                                    ],
                                                    [
                                                        7.7892027,
                                                        52.4607205
                                                    ],
                                                    [
                                                        7.7477251,
                                                        52.4687927
                                                    ],
                                                    [
                                                        7.73681,
                                                        52.4641056
                                                    ],
                                                    [
                                                        7.7337538,
                                                        52.474261
                                                    ],
                                                    [
                                                        7.7237118,
                                                        52.4737402
                                                    ],
                                                    [
                                                        7.8014277,
                                                        52.5273817
                                                    ],
                                                    [
                                                        7.7630064,
                                                        52.5279025
                                                    ],
                                                    [
                                                        7.7494716,
                                                        52.5409222
                                                    ],
                                                    [
                                                        7.7263315,
                                                        52.5325896
                                                    ],
                                                    [
                                                        7.7184725,
                                                        52.5437866
                                                    ],
                                                    [
                                                        7.6979521,
                                                        52.5370163
                                                    ],
                                                    [
                                                        7.638137,
                                                        52.5393598
                                                    ],
                                                    [
                                                        7.4517063,
                                                        52.4984778
                                                    ],
                                                    [
                                                        7.4582553,
                                                        52.510456
                                                    ],
                                                    [
                                                        7.4211438,
                                                        52.5357143
                                                    ],
                                                    [
                                                        7.3844689,
                                                        52.59873
                                                    ],
                                                    [
                                                        7.3224709,
                                                        52.5838874
                                                    ],
                                                    [
                                                        7.3128655,
                                                        52.5893557
                                                    ],
                                                    [
                                                        7.2521773,
                                                        52.5810231
                                                    ],
                                                    [
                                                        7.25698,
                                                        52.5640974
                                                    ],
                                                    [
                                                        7.1984748,
                                                        52.5461301
                                                    ],
                                                    [
                                                        7.1666025,
                                                        52.5536816
                                                    ],
                                                    [
                                                        7.1639829,
                                                        52.5700865
                                                    ],
                                                    [
                                                        7.1513213,
                                                        52.5690449
                                                    ],
                                                    [
                                                        7.1469552,
                                                        52.5844082
                                                    ],
                                                    [
                                                        7.1146464,
                                                        52.5984696
                                                    ],
                                                    [
                                                        7.1137732,
                                                        52.5857102
                                                    ],
                                                    [
                                                        7.0749152,
                                                        52.6013339
                                                    ],
                                                    [
                                                        7.0535216,
                                                        52.6034171
                                                    ],
                                                    [
                                                        7.0500287,
                                                        52.5937825
                                                    ],
                                                    [
                                                        7.0378037,
                                                        52.6151349
                                                    ],
                                                    [
                                                        6.9504825,
                                                        52.5864914
                                                    ],
                                                    [
                                                        6.9199201,
                                                        52.5838874
                                                    ],
                                                    [
                                                        6.8932871,
                                                        52.5956052
                                                    ],
                                                    [
                                                        6.8727667,
                                                        52.5703469
                                                    ],
                                                    [
                                                        6.7784597,
                                                        52.5583687
                                                    ],
                                                    [
                                                        6.7234474,
                                                        52.5851894
                                                    ],
                                                    [
                                                        6.7317429,
                                                        52.6114893
                                                    ],
                                                    [
                                                        6.7147153,
                                                        52.6245091
                                                    ]
                                                ],
                                                [
                                                    [
                                                        7.8673552,
                                                        53.7892572
                                                    ],
                                                    [
                                                        7.8983542,
                                                        53.7908196
                                                    ],
                                                    [
                                                        7.9175649,
                                                        53.7892572
                                                    ],
                                                    [
                                                        7.9826192,
                                                        53.7770186
                                                    ],
                                                    [
                                                        7.9813094,
                                                        53.7710295
                                                    ],
                                                    [
                                                        7.9520568,
                                                        53.7775394
                                                    ],
                                                    [
                                                        7.9372122,
                                                        53.7736335
                                                    ],
                                                    [
                                                        7.8791436,
                                                        53.7801434
                                                    ],
                                                    [
                                                        7.8699748,
                                                        53.7694672
                                                    ],
                                                    [
                                                        7.8525106,
                                                        53.7837889
                                                    ],
                                                    [
                                                        7.8673552,
                                                        53.7892572
                                                    ]
                                                ],
                                                [
                                                    [
                                                        6.8046561,
                                                        53.6035954
                                                    ],
                                                    [
                                                        6.8243034,
                                                        53.5973459
                                                    ],
                                                    [
                                                        6.7566294,
                                                        53.5910964
                                                    ],
                                                    [
                                                        6.7225742,
                                                        53.579639
                                                    ],
                                                    [
                                                        6.7627419,
                                                        53.5627133
                                                    ],
                                                    [
                                                        6.7531366,
                                                        53.5528183
                                                    ],
                                                    [
                                                        6.7308697,
                                                        53.5601094
                                                    ],
                                                    [
                                                        6.7321795,
                                                        53.5504747
                                                    ],
                                                    [
                                                        6.6693082,
                                                        53.5736499
                                                    ],
                                                    [
                                                        6.6531538,
                                                        53.5918776
                                                    ],
                                                    [
                                                        6.651844,
                                                        53.5840657
                                                    ],
                                                    [
                                                        6.6418021,
                                                        53.589534
                                                    ],
                                                    [
                                                        6.6566467,
                                                        53.6038558
                                                    ],
                                                    [
                                                        6.7575027,
                                                        53.6134904
                                                    ],
                                                    [
                                                        6.8046561,
                                                        53.6035954
                                                    ]
                                                ],
                                                [
                                                    [
                                                        7.8018643,
                                                        53.777279
                                                    ],
                                                    [
                                                        7.8267508,
                                                        53.775977
                                                    ],
                                                    [
                                                        7.7612599,
                                                        53.7559266
                                                    ],
                                                    [
                                                        7.7001351,
                                                        53.7611345
                                                    ],
                                                    [
                                                        7.6870369,
                                                        53.7465524
                                                    ],
                                                    [
                                                        7.6700093,
                                                        53.7551454
                                                    ],
                                                    [
                                                        7.7036279,
                                                        53.7764978
                                                    ],
                                                    [
                                                        7.8018643,
                                                        53.777279
                                                    ]
                                                ],
                                                [
                                                    [
                                                        7.6342076,
                                                        53.7533227
                                                    ],
                                                    [
                                                        7.6477424,
                                                        53.7496771
                                                    ],
                                                    [
                                                        7.6158701,
                                                        53.7418653
                                                    ],
                                                    [
                                                        7.5176338,
                                                        53.7390009
                                                    ],
                                                    [
                                                        7.506282,
                                                        53.7309287
                                                    ],
                                                    [
                                                        7.5067186,
                                                        53.7262415
                                                    ],
                                                    [
                                                        7.4984231,
                                                        53.7218148
                                                    ],
                                                    [
                                                        7.5049722,
                                                        53.7184297
                                                    ],
                                                    [
                                                        7.4639312,
                                                        53.7210336
                                                    ],
                                                    [
                                                        7.4853249,
                                                        53.7507187
                                                    ],
                                                    [
                                                        7.6342076,
                                                        53.7533227
                                                    ]
                                                ],
                                                [
                                                    [
                                                        7.1085339,
                                                        53.6770268
                                                    ],
                                                    [
                                                        6.8631613,
                                                        53.6546328
                                                    ],
                                                    [
                                                        6.8561756,
                                                        53.6595804
                                                    ],
                                                    [
                                                        7.0657465,
                                                        53.6843179
                                                    ],
                                                    [
                                                        7.1124634,
                                                        53.6824951
                                                    ],
                                                    [
                                                        7.1085339,
                                                        53.6770268
                                                    ]
                                                ],
                                                [
                                                    [
                                                        7.4006234,
                                                        53.7319702
                                                    ],
                                                    [
                                                        7.4407911,
                                                        53.7275435
                                                    ],
                                                    [
                                                        7.4434107,
                                                        53.7223356
                                                    ],
                                                    [
                                                        7.4202706,
                                                        53.7145238
                                                    ],
                                                    [
                                                        7.3670047,
                                                        53.7158257
                                                    ],
                                                    [
                                                        7.3635118,
                                                        53.7220752
                                                    ],
                                                    [
                                                        7.4006234,
                                                        53.7319702
                                                    ]
                                                ],
                                                [
                                                    [
                                                        7.3517235,
                                                        53.7194713
                                                    ],
                                                    [
                                                        7.3539065,
                                                        53.714003
                                                    ],
                                                    [
                                                        7.3521601,
                                                        53.7119198
                                                    ],
                                                    [
                                                        7.2748808,
                                                        53.6991604
                                                    ],
                                                    [
                                                        7.2098265,
                                                        53.7022852
                                                    ],
                                                    [
                                                        7.2002212,
                                                        53.6944733
                                                    ],
                                                    [
                                                        7.1753346,
                                                        53.7033268
                                                    ],
                                                    [
                                                        7.1696588,
                                                        53.7020248
                                                    ],
                                                    [
                                                        7.1744614,
                                                        53.6962961
                                                    ],
                                                    [
                                                        7.1569972,
                                                        53.6921298
                                                    ],
                                                    [
                                                        7.141716,
                                                        53.7022852
                                                    ],
                                                    [
                                                        7.1914891,
                                                        53.7184297
                                                    ],
                                                    [
                                                        7.3517235,
                                                        53.7194713
                                                    ]
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Cloppenburg",
                                        "kuerzel": "CLO",
                                        "kurznummer": "27"
                                    }
                                },
                                {
                                    "id": 15,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    8.834001,
                                                    53.8280561
                                                ],
                                                [
                                                    8.910407,
                                                    53.824671
                                                ],
                                                [
                                                    8.9907425,
                                                    53.8363888
                                                ],
                                                [
                                                    9.0252344,
                                                    53.8298789
                                                ],
                                                [
                                                    9.0274174,
                                                    53.8384719
                                                ],
                                                [
                                                    9.0915985,
                                                    53.8577412
                                                ],
                                                [
                                                    9.1946376,
                                                    53.8619075
                                                ],
                                                [
                                                    9.2793391,
                                                    53.8527937
                                                ],
                                                [
                                                    9.3299854,
                                                    53.8215462
                                                ],
                                                [
                                                    9.4194897,
                                                    53.722596
                                                ],
                                                [
                                                    9.4954591,
                                                    53.6741625
                                                ],
                                                [
                                                    9.5220921,
                                                    53.6311973
                                                ],
                                                [
                                                    9.5474152,
                                                    53.6064597
                                                ],
                                                [
                                                    9.5941321,
                                                    53.580941
                                                ],
                                                [
                                                    9.6897488,
                                                    53.5434441
                                                ],
                                                [
                                                    9.7687745,
                                                    53.5426629
                                                ],
                                                [
                                                    9.820294,
                                                    53.5254768
                                                ],
                                                [
                                                    9.8281529,
                                                    53.5296431
                                                ],
                                                [
                                                    9.8141815,
                                                    53.5371946
                                                ],
                                                [
                                                    9.8351386,
                                                    53.5478708
                                                ],
                                                [
                                                    9.6770872,
                                                    53.5674004
                                                ],
                                                [
                                                    9.6504543,
                                                    53.5843261
                                                ],
                                                [
                                                    9.5592036,
                                                    53.6166151
                                                ],
                                                [
                                                    9.5740482,
                                                    53.6293745
                                                ],
                                                [
                                                    9.5561473,
                                                    53.6444774
                                                ],
                                                [
                                                    9.5552741,
                                                    53.6663506
                                                ],
                                                [
                                                    9.5251483,
                                                    53.7087951
                                                ],
                                                [
                                                    9.460094,
                                                    53.7280643
                                                ],
                                                [
                                                    9.4373905,
                                                    53.7465524
                                                ],
                                                [
                                                    9.4382637,
                                                    53.7556662
                                                ],
                                                [
                                                    9.4544181,
                                                    53.7634781
                                                ],
                                                [
                                                    9.556584,
                                                    53.756187
                                                ],
                                                [
                                                    9.5478518,
                                                    53.7634781
                                                ],
                                                [
                                                    9.5552741,
                                                    53.768686
                                                ],
                                                [
                                                    9.5399929,
                                                    53.7707691
                                                ],
                                                [
                                                    9.5303876,
                                                    53.777279
                                                ],
                                                [
                                                    9.5395563,
                                                    53.7861325
                                                ],
                                                [
                                                    9.5164162,
                                                    53.7837889
                                                ],
                                                [
                                                    9.5050644,
                                                    53.7913404
                                                ],
                                                [
                                                    9.5779777,
                                                    53.820765
                                                ],
                                                [
                                                    9.5902026,
                                                    53.8306601
                                                ],
                                                [
                                                    9.5762312,
                                                    53.8434194
                                                ],
                                                [
                                                    9.5810339,
                                                    53.8491481
                                                ],
                                                [
                                                    9.6260043,
                                                    53.8551372
                                                ],
                                                [
                                                    9.6356096,
                                                    53.8665946
                                                ],
                                                [
                                                    9.6513275,
                                                    53.8702401
                                                ],
                                                [
                                                    9.661806,
                                                    53.8507105
                                                ],
                                                [
                                                    9.6797069,
                                                    53.8468046
                                                ],
                                                [
                                                    9.6757774,
                                                    53.8301393
                                                ],
                                                [
                                                    9.6997907,
                                                    53.8277957
                                                ],
                                                [
                                                    9.7011006,
                                                    53.8197235
                                                ],
                                                [
                                                    9.7382121,
                                                    53.8306601
                                                ],
                                                [
                                                    9.7508736,
                                                    53.822067
                                                ],
                                                [
                                                    9.7513102,
                                                    53.8410759
                                                ],
                                                [
                                                    9.7975905,
                                                    53.8561788
                                                ],
                                                [
                                                    9.8272797,
                                                    53.8415967
                                                ],
                                                [
                                                    9.8242235,
                                                    53.8369095
                                                ],
                                                [
                                                    9.8329556,
                                                    53.8337848
                                                ],
                                                [
                                                    9.8246601,
                                                    53.8218066
                                                ],
                                                [
                                                    9.8482368,
                                                    53.8129532
                                                ],
                                                [
                                                    9.8456172,
                                                    53.8218066
                                                ],
                                                [
                                                    9.8543493,
                                                    53.8262333
                                                ],
                                                [
                                                    9.8705037,
                                                    53.8163383
                                                ],
                                                [
                                                    9.8836019,
                                                    53.8082661
                                                ],
                                                [
                                                    9.8870947,
                                                    53.7981106
                                                ],
                                                [
                                                    9.8700671,
                                                    53.777279
                                                ],
                                                [
                                                    9.9054322,
                                                    53.7663424
                                                ],
                                                [
                                                    9.8905876,
                                                    53.7439484
                                                ],
                                                [
                                                    9.8709403,
                                                    53.7590514
                                                ],
                                                [
                                                    9.8713769,
                                                    53.7481148
                                                ],
                                                [
                                                    9.834702,
                                                    53.736397
                                                ],
                                                [
                                                    9.834702,
                                                    53.7179089
                                                ],
                                                [
                                                    9.8486734,
                                                    53.7054099
                                                ],
                                                [
                                                    9.861335,
                                                    53.7061911
                                                ],
                                                [
                                                    9.8233502,
                                                    53.6697358
                                                ],
                                                [
                                                    9.8753064,
                                                    53.6496853
                                                ],
                                                [
                                                    9.8993197,
                                                    53.6304161
                                                ],
                                                [
                                                    9.9180938,
                                                    53.6507269
                                                ],
                                                [
                                                    9.9814016,
                                                    53.6449982
                                                ],
                                                [
                                                    9.9905704,
                                                    53.63302
                                                ],
                                                [
                                                    9.962191,
                                                    53.6085429
                                                ],
                                                [
                                                    9.9800918,
                                                    53.6173963
                                                ],
                                                [
                                                    10.0041051,
                                                    53.6114072
                                                ],
                                                [
                                                    9.9739793,
                                                    53.589534
                                                ],
                                                [
                                                    9.9800918,
                                                    53.5736499
                                                ],
                                                [
                                                    9.9674302,
                                                    53.5681816
                                                ],
                                                [
                                                    9.9949364,
                                                    53.5569846
                                                ],
                                                [
                                                    10.0110908,
                                                    53.5629737
                                                ],
                                                [
                                                    10.0019221,
                                                    53.5538599
                                                ],
                                                [
                                                    10.0058516,
                                                    53.5494332
                                                ],
                                                [
                                                    10.0289917,
                                                    53.5496935
                                                ],
                                                [
                                                    10.0372872,
                                                    53.5384965
                                                ],
                                                [
                                                    10.0237524,
                                                    53.5366738
                                                ],
                                                [
                                                    10.0281185,
                                                    53.5319867
                                                ],
                                                [
                                                    10.0106542,
                                                    53.5192273
                                                ],
                                                [
                                                    10.0154569,
                                                    53.5174045
                                                ],
                                                [
                                                    9.9975561,
                                                    53.515061
                                                ],
                                                [
                                                    10.0634836,
                                                    53.5056867
                                                ],
                                                [
                                                    10.055188,
                                                    53.4840739
                                                ],
                                                [
                                                    10.0691594,
                                                    53.457774
                                                ],
                                                [
                                                    10.110637,
                                                    53.4234018
                                                ],
                                                [
                                                    10.1407628,
                                                    53.4179335
                                                ],
                                                [
                                                    10.1717619,
                                                    53.3950187
                                                ],
                                                [
                                                    10.2350697,
                                                    53.391894
                                                ],
                                                [
                                                    10.2407456,
                                                    53.3934564
                                                ],
                                                [
                                                    10.2621393,
                                                    53.4137672
                                                ],
                                                [
                                                    10.3127856,
                                                    53.4291305
                                                ],
                                                [
                                                    10.3333061,
                                                    53.4210583
                                                ],
                                                [
                                                    10.3813328,
                                                    53.4200167
                                                ],
                                                [
                                                    10.5035824,
                                                    53.3700208
                                                ],
                                                [
                                                    10.5970161,
                                                    53.3590842
                                                ],
                                                [
                                                    10.6236491,
                                                    53.3661149
                                                ],
                                                [
                                                    10.7074775,
                                                    53.3650733
                                                ],
                                                [
                                                    10.7389131,
                                                    53.3429397
                                                ],
                                                [
                                                    10.7450256,
                                                    53.3241912
                                                ],
                                                [
                                                    10.7336738,
                                                    53.3075259
                                                ],
                                                [
                                                    10.7424059,
                                                    53.2945062
                                                ],
                                                [
                                                    10.8039674,
                                                    53.281226
                                                ],
                                                [
                                                    10.8227415,
                                                    53.2546657
                                                ],
                                                [
                                                    10.8672753,
                                                    53.2465934
                                                ],
                                                [
                                                    10.919668,
                                                    53.2257618
                                                ],
                                                [
                                                    11.0829587,
                                                    53.1380086
                                                ],
                                                [
                                                    11.104789,
                                                    53.138269
                                                ],
                                                [
                                                    11.1331683,
                                                    53.1632669
                                                ],
                                                [
                                                    11.1528156,
                                                    53.1653501
                                                ],
                                                [
                                                    11.176829,
                                                    53.1533719
                                                ],
                                                [
                                                    11.1908003,
                                                    53.1312383
                                                ],
                                                [
                                                    11.220053,
                                                    53.140873
                                                ],
                                                [
                                                    11.2501788,
                                                    53.1317591
                                                ],
                                                [
                                                    11.2685162,
                                                    53.1192601
                                                ],
                                                [
                                                    11.2768117,
                                                    53.0932206
                                                ],
                                                [
                                                    11.341866,
                                                    53.0515574
                                                ],
                                                [
                                                    11.4536372,
                                                    53.0744722
                                                ],
                                                [
                                                    11.5108326,
                                                    53.0455683
                                                ],
                                                [
                                                    11.5510003,
                                                    53.048693
                                                ],
                                                [
                                                    11.60121,
                                                    53.0309861
                                                ],
                                                [
                                                    11.5623521,
                                                    53.0093733
                                                ],
                                                [
                                                    11.5553664,
                                                    53.0010407
                                                ],
                                                [
                                                    11.5636619,
                                                    53.0002595
                                                ],
                                                [
                                                    11.5597324,
                                                    52.9950516
                                                ],
                                                [
                                                    11.5156352,
                                                    53.0028635
                                                ],
                                                [
                                                    11.4955514,
                                                    52.9559923
                                                ],
                                                [
                                                    11.5082129,
                                                    52.9372438
                                                ],
                                                [
                                                    11.4732845,
                                                    52.9351607
                                                ],
                                                [
                                                    11.4291872,
                                                    52.9164122
                                                ],
                                                [
                                                    11.4108498,
                                                    52.9005281
                                                ],
                                                [
                                                    11.3881463,
                                                    52.9000073
                                                ],
                                                [
                                                    11.3174161,
                                                    52.874749
                                                ],
                                                [
                                                    11.298642,
                                                    52.8711034
                                                ],
                                                [
                                                    11.2938394,
                                                    52.8854252
                                                ],
                                                [
                                                    11.2431931,
                                                    52.8755302
                                                ],
                                                [
                                                    11.2235458,
                                                    52.8940182
                                                ],
                                                [
                                                    11.1584915,
                                                    52.9026113
                                                ],
                                                [
                                                    11.1117747,
                                                    52.8921955
                                                ],
                                                [
                                                    11.0964934,
                                                    52.895841
                                                ],
                                                [
                                                    11.1017327,
                                                    52.9088608
                                                ],
                                                [
                                                    11.0043696,
                                                    52.9078192
                                                ],
                                                [
                                                    10.9956374,
                                                    52.9028717
                                                ],
                                                [
                                                    10.9886518,
                                                    52.8781341
                                                ],
                                                [
                                                    10.9711875,
                                                    52.8757906
                                                ],
                                                [
                                                    10.9432447,
                                                    52.8492302
                                                ],
                                                [
                                                    10.9008939,
                                                    52.8526154
                                                ],
                                                [
                                                    10.8882324,
                                                    52.8421996
                                                ],
                                                [
                                                    10.8694583,
                                                    52.8520946
                                                ],
                                                [
                                                    10.7681657,
                                                    52.8382936
                                                ],
                                                [
                                                    10.7751514,
                                                    52.8302214
                                                ],
                                                [
                                                    10.7603068,
                                                    52.81616
                                                ],
                                                [
                                                    10.7651095,
                                                    52.7987136
                                                ],
                                                [
                                                    10.7585604,
                                                    52.7812671
                                                ],
                                                [
                                                    10.7795175,
                                                    52.7508008
                                                ],
                                                [
                                                    10.7947987,
                                                    52.7448117
                                                ],
                                                [
                                                    10.7913058,
                                                    52.7297088
                                                ],
                                                [
                                                    10.7996013,
                                                    52.7109603
                                                ],
                                                [
                                                    10.8319102,
                                                    52.7135643
                                                ],
                                                [
                                                    10.8402057,
                                                    52.6932535
                                                ],
                                                [
                                                    10.9056966,
                                                    52.6318002
                                                ],
                                                [
                                                    10.8362762,
                                                    52.6112289
                                                ],
                                                [
                                                    10.7100971,
                                                    52.597428
                                                ],
                                                [
                                                    10.6852106,
                                                    52.6036775
                                                ],
                                                [
                                                    10.6904498,
                                                    52.6133121
                                                ],
                                                [
                                                    10.6188464,
                                                    52.6664327
                                                ],
                                                [
                                                    10.5991992,
                                                    52.6450803
                                                ],
                                                [
                                                    10.5677635,
                                                    52.6502882
                                                ],
                                                [
                                                    10.5249761,
                                                    52.6388308
                                                ],
                                                [
                                                    10.5214833,
                                                    52.6510694
                                                ],
                                                [
                                                    10.4922307,
                                                    52.677109
                                                ],
                                                [
                                                    10.4957235,
                                                    52.6815357
                                                ],
                                                [
                                                    10.4786959,
                                                    52.6919515
                                                ],
                                                [
                                                    10.454246,
                                                    52.6844
                                                ],
                                                [
                                                    10.4590486,
                                                    52.673203
                                                ],
                                                [
                                                    10.4293594,
                                                    52.6742446
                                                ],
                                                [
                                                    10.4302326,
                                                    52.6643496
                                                ],
                                                [
                                                    10.4092755,
                                                    52.6541942
                                                ],
                                                [
                                                    10.3883185,
                                                    52.6859624
                                                ],
                                                [
                                                    10.3717274,
                                                    52.6867436
                                                ],
                                                [
                                                    10.3817694,
                                                    52.6911703
                                                ],
                                                [
                                                    10.369981,
                                                    52.7221573
                                                ],
                                                [
                                                    10.3621221,
                                                    52.7237197
                                                ],
                                                [
                                                    10.343348,
                                                    52.7143455
                                                ],
                                                [
                                                    10.3424748,
                                                    52.705492
                                                ],
                                                [
                                                    10.3036169,
                                                    52.7049712
                                                ],
                                                [
                                                    10.2940115,
                                                    52.6924723
                                                ],
                                                [
                                                    10.2983776,
                                                    52.6833584
                                                ],
                                                [
                                                    10.2721812,
                                                    52.6909099
                                                ],
                                                [
                                                    10.2721812,
                                                    52.6997633
                                                ],
                                                [
                                                    10.2569,
                                                    52.695597
                                                ],
                                                [
                                                    10.2481679,
                                                    52.7138247
                                                ],
                                                [
                                                    10.2315769,
                                                    52.7185118
                                                ],
                                                [
                                                    10.1988314,
                                                    52.7187722
                                                ],
                                                [
                                                    10.1783109,
                                                    52.7065336
                                                ],
                                                [
                                                    10.1643396,
                                                    52.7127831
                                                ],
                                                [
                                                    10.1604101,
                                                    52.7031485
                                                ],
                                                [
                                                    10.1023415,
                                                    52.7130435
                                                ],
                                                [
                                                    10.1023415,
                                                    52.720595
                                                ],
                                                [
                                                    10.0896799,
                                                    52.7247613
                                                ],
                                                [
                                                    10.0826942,
                                                    52.7161682
                                                ],
                                                [
                                                    10.0613005,
                                                    52.7226781
                                                ],
                                                [
                                                    10.0599907,
                                                    52.7218969
                                                ],
                                                [
                                                    10.0678496,
                                                    52.7190326
                                                ],
                                                [
                                                    10.0560613,
                                                    52.7101792
                                                ],
                                                [
                                                    10.036414,
                                                    52.7185118
                                                ],
                                                [
                                                    10.0106542,
                                                    52.7109603
                                                ],
                                                [
                                                    10.0189497,
                                                    52.729188
                                                ],
                                                [
                                                    10.0141471,
                                                    52.7328335
                                                ],
                                                [
                                                    10.0080346,
                                                    52.7276256
                                                ],
                                                [
                                                    10.0128373,
                                                    52.7213762
                                                ],
                                                [
                                                    9.9814016,
                                                    52.7062732
                                                ],
                                                [
                                                    9.9748525,
                                                    52.7169494
                                                ],
                                                [
                                                    9.9691767,
                                                    52.7125227
                                                ],
                                                [
                                                    9.9434169,
                                                    52.7268445
                                                ],
                                                [
                                                    9.9512758,
                                                    52.7323128
                                                ],
                                                [
                                                    9.9399241,
                                                    52.7453325
                                                ],
                                                [
                                                    9.9001929,
                                                    52.7500196
                                                ],
                                                [
                                                    9.8691939,
                                                    52.7356979
                                                ],
                                                [
                                                    9.8045762,
                                                    52.7419474
                                                ],
                                                [
                                                    9.7255505,
                                                    52.7234593
                                                ],
                                                [
                                                    9.7168184,
                                                    52.7346563
                                                ],
                                                [
                                                    9.6801435,
                                                    52.7221573
                                                ],
                                                [
                                                    9.6517641,
                                                    52.7419474
                                                ],
                                                [
                                                    9.6652989,
                                                    52.7531444
                                                ],
                                                [
                                                    9.6246945,
                                                    52.751582
                                                ],
                                                [
                                                    9.6321168,
                                                    52.7604354
                                                ],
                                                [
                                                    9.6133427,
                                                    52.7828294
                                                ],
                                                [
                                                    9.589766,
                                                    52.7869958
                                                ],
                                                [
                                                    9.5923856,
                                                    52.7922037
                                                ],
                                                [
                                                    9.5282046,
                                                    52.8028799
                                                ],
                                                [
                                                    9.4552914,
                                                    52.797672
                                                ],
                                                [
                                                    9.4129406,
                                                    52.806265
                                                ],
                                                [
                                                    9.4007156,
                                                    52.8268362
                                                ],
                                                [
                                                    9.3924201,
                                                    52.8268362
                                                ],
                                                [
                                                    9.3967861,
                                                    52.8328253
                                                ],
                                                [
                                                    9.3784487,
                                                    52.8466263
                                                ],
                                                [
                                                    9.41687,
                                                    52.8755302
                                                ],
                                                [
                                                    9.41687,
                                                    52.8950598
                                                ],
                                                [
                                                    9.4592208,
                                                    52.915631
                                                ],
                                                [
                                                    9.460094,
                                                    52.926828
                                                ],
                                                [
                                                    9.4474324,
                                                    52.9427121
                                                ],
                                                [
                                                    9.4675163,
                                                    52.9541695
                                                ],
                                                [
                                                    9.4605306,
                                                    52.9614606
                                                ],
                                                [
                                                    9.4666431,
                                                    52.9656269
                                                ],
                                                [
                                                    9.4574744,
                                                    52.9705744
                                                ],
                                                [
                                                    9.4605306,
                                                    52.985417
                                                ],
                                                [
                                                    9.4404467,
                                                    52.9992179
                                                ],
                                                [
                                                    9.3994058,
                                                    52.9914061
                                                ],
                                                [
                                                    9.3771389,
                                                    52.9789071
                                                ],
                                                [
                                                    9.3378443,
                                                    52.9851566
                                                ],
                                                [
                                                    9.3531255,
                                                    53.0005199
                                                ],
                                                [
                                                    9.3439568,
                                                    53.0109357
                                                ],
                                                [
                                                    9.3334783,
                                                    53.0088525
                                                ],
                                                [
                                                    9.3347881,
                                                    53.0031238
                                                ],
                                                [
                                                    9.3247461,
                                                    53.0122377
                                                ],
                                                [
                                                    9.340464,
                                                    53.0205703
                                                ],
                                                [
                                                    9.3487595,
                                                    53.0416623
                                                ],
                                                [
                                                    9.3666603,
                                                    53.0489534
                                                ],
                                                [
                                                    9.3308586,
                                                    53.0684831
                                                ],
                                                [
                                                    9.3308586,
                                                    53.0851484
                                                ],
                                                [
                                                    9.2880712,
                                                    53.0820236
                                                ],
                                                [
                                                    9.3029158,
                                                    53.1189997
                                                ],
                                                [
                                                    9.3435202,
                                                    53.1216037
                                                ],
                                                [
                                                    9.340464,
                                                    53.140873
                                                ],
                                                [
                                                    9.3496327,
                                                    53.150768
                                                ],
                                                [
                                                    9.3430836,
                                                    53.1523303
                                                ],
                                                [
                                                    9.3443934,
                                                    53.1624858
                                                ],
                                                [
                                                    9.2749731,
                                                    53.1627462
                                                ],
                                                [
                                                    9.285015,
                                                    53.170558
                                                ],
                                                [
                                                    9.2845784,
                                                    53.1814946
                                                ],
                                                [
                                                    9.2553258,
                                                    53.1788907
                                                ],
                                                [
                                                    9.2230169,
                                                    53.1906085
                                                ],
                                                [
                                                    9.229566,
                                                    53.2215955
                                                ],
                                                [
                                                    9.2579454,
                                                    53.2380004
                                                ],
                                                [
                                                    9.215158,
                                                    53.2382608
                                                ],
                                                [
                                                    9.2016232,
                                                    53.2585716
                                                ],
                                                [
                                                    9.1714974,
                                                    53.271331
                                                ],
                                                [
                                                    9.1383154,
                                                    53.2741953
                                                ],
                                                [
                                                    9.1129922,
                                                    53.2877359
                                                ],
                                                [
                                                    9.1186681,
                                                    53.291121
                                                ],
                                                [
                                                    9.1060065,
                                                    53.2926834
                                                ],
                                                [
                                                    9.1077529,
                                                    53.3103903
                                                ],
                                                [
                                                    9.0876691,
                                                    53.3124734
                                                ],
                                                [
                                                    9.0793736,
                                                    53.32341
                                                ],
                                                [
                                                    9.0859226,
                                                    53.32341
                                                ],
                                                [
                                                    9.0793736,
                                                    53.3322635
                                                ],
                                                [
                                                    9.0920351,
                                                    53.3296595
                                                ],
                                                [
                                                    9.1234708,
                                                    53.3546575
                                                ],
                                                [
                                                    9.124344,
                                                    53.3648129
                                                ],
                                                [
                                                    9.0981476,
                                                    53.3903316
                                                ],
                                                [
                                                    9.093345,
                                                    53.3851237
                                                ],
                                                [
                                                    9.071078,
                                                    53.3926752
                                                ],
                                                [
                                                    9.0745709,
                                                    53.4012682
                                                ],
                                                [
                                                    9.0671486,
                                                    53.404393
                                                ],
                                                [
                                                    9.1012039,
                                                    53.400487
                                                ],
                                                [
                                                    9.1051333,
                                                    53.4247038
                                                ],
                                                [
                                                    9.1274002,
                                                    53.4163712
                                                ],
                                                [
                                                    9.1732439,
                                                    53.4171523
                                                ],
                                                [
                                                    9.1714974,
                                                    53.4098613
                                                ],
                                                [
                                                    9.1915813,
                                                    53.4119444
                                                ],
                                                [
                                                    9.1976938,
                                                    53.4033514
                                                ],
                                                [
                                                    9.2081723,
                                                    53.422881
                                                ],
                                                [
                                                    9.2457205,
                                                    53.4270474
                                                ],
                                                [
                                                    9.254016,
                                                    53.4382444
                                                ],
                                                [
                                                    9.2348053,
                                                    53.4434523
                                                ],
                                                [
                                                    9.2570722,
                                                    53.456472
                                                ],
                                                [
                                                    9.2409178,
                                                    53.4653255
                                                ],
                                                [
                                                    9.2291294,
                                                    53.4934482
                                                ],
                                                [
                                                    9.2876346,
                                                    53.5202689
                                                ],
                                                [
                                                    9.2636213,
                                                    53.5304243
                                                ],
                                                [
                                                    9.2767195,
                                                    53.5429233
                                                ],
                                                [
                                                    9.1889617,
                                                    53.5275599
                                                ],
                                                [
                                                    9.1623287,
                                                    53.5517767
                                                ],
                                                [
                                                    9.1601457,
                                                    53.5812014
                                                ],
                                                [
                                                    9.1422448,
                                                    53.5897944
                                                ],
                                                [
                                                    9.1191047,
                                                    53.5512559
                                                ],
                                                [
                                                    9.0640923,
                                                    53.5692232
                                                ],
                                                [
                                                    9.0317835,
                                                    53.5515163
                                                ],
                                                [
                                                    8.9951086,
                                                    53.5538599
                                                ],
                                                [
                                                    8.9986014,
                                                    53.5653173
                                                ],
                                                [
                                                    8.9850667,
                                                    53.5642757
                                                ],
                                                [
                                                    8.9593069,
                                                    53.6072409
                                                ],
                                                [
                                                    8.9772077,
                                                    53.6181775
                                                ],
                                                [
                                                    8.951448,
                                                    53.634322
                                                ],
                                                [
                                                    8.9383498,
                                                    53.6324992
                                                ],
                                                [
                                                    8.9296177,
                                                    53.6463002
                                                ],
                                                [
                                                    8.9435891,
                                                    53.6528101
                                                ],
                                                [
                                                    8.934857,
                                                    53.6603615
                                                ],
                                                [
                                                    8.9732783,
                                                    53.6991604
                                                ],
                                                [
                                                    8.9632364,
                                                    53.7046287
                                                ],
                                                [
                                                    8.9654194,
                                                    53.7376989
                                                ],
                                                [
                                                    8.9309275,
                                                    53.7486355
                                                ],
                                                [
                                                    8.9379132,
                                                    53.7817057
                                                ],
                                                [
                                                    8.9095338,
                                                    53.7882156
                                                ],
                                                [
                                                    8.8462259,
                                                    53.7853513
                                                ],
                                                [
                                                    8.8588875,
                                                    53.8064433
                                                ],
                                                [
                                                    8.836184,
                                                    53.812172
                                                ],
                                                [
                                                    8.834001,
                                                    53.8280561
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Hamburg",
                                        "kuerzel": "HAM",
                                        "kurznummer": "15"
                                    }
                                },
                                {
                                    "id": 445,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    13.2729745,
                                                    51.9308161
                                                ],
                                                [
                                                    13.2751576,
                                                    51.9425339
                                                ],
                                                [
                                                    13.2952414,
                                                    51.9422735
                                                ],
                                                [
                                                    13.3061566,
                                                    51.9722189
                                                ],
                                                [
                                                    13.3000441,
                                                    51.9753437
                                                ],
                                                [
                                                    13.3131423,
                                                    51.9826347
                                                ],
                                                [
                                                    13.3537466,
                                                    51.9823743
                                                ],
                                                [
                                                    13.4388848,
                                                    52.001904
                                                ],
                                                [
                                                    13.5008829,
                                                    52.0396613
                                                ],
                                                [
                                                    13.5087418,
                                                    52.069086
                                                ],
                                                [
                                                    13.5454167,
                                                    52.0930423
                                                ],
                                                [
                                                    13.5532756,
                                                    52.1474649
                                                ],
                                                [
                                                    13.5475997,
                                                    52.1904302
                                                ],
                                                [
                                                    13.583838,
                                                    52.1940757
                                                ],
                                                [
                                                    13.5436703,
                                                    52.2388637
                                                ],
                                                [
                                                    13.4781794,
                                                    52.2297499
                                                ],
                                                [
                                                    13.4615883,
                                                    52.2370409
                                                ],
                                                [
                                                    13.4598419,
                                                    52.2503211
                                                ],
                                                [
                                                    13.4511098,
                                                    52.2537062
                                                ],
                                                [
                                                    13.5131078,
                                                    52.2643824
                                                ],
                                                [
                                                    13.5091784,
                                                    52.279225
                                                ],
                                                [
                                                    13.4847285,
                                                    52.2833913
                                                ],
                                                [
                                                    13.4991365,
                                                    52.3034417
                                                ],
                                                [
                                                    13.4847285,
                                                    52.3193258
                                                ],
                                                [
                                                    13.5004463,
                                                    52.3333872
                                                ],
                                                [
                                                    13.4480536,
                                                    52.3440634
                                                ],
                                                [
                                                    13.4432509,
                                                    52.3604683
                                                ],
                                                [
                                                    13.4196742,
                                                    52.3628118
                                                ],
                                                [
                                                    13.4288429,
                                                    52.3831227
                                                ],
                                                [
                                                    13.4201108,
                                                    52.407079
                                                ],
                                                [
                                                    13.4650812,
                                                    52.418276
                                                ],
                                                [
                                                    13.4821088,
                                                    52.4143701
                                                ],
                                                [
                                                    13.4869115,
                                                    52.4206196
                                                ],
                                                [
                                                    13.4720669,
                                                    52.4232236
                                                ],
                                                [
                                                    13.4794892,
                                                    52.4273899
                                                ],
                                                [
                                                    13.4694472,
                                                    52.4383265
                                                ],
                                                [
                                                    13.437575,
                                                    52.4458779
                                                ],
                                                [
                                                    13.4528562,
                                                    52.4508255
                                                ],
                                                [
                                                    13.4454339,
                                                    52.4601997
                                                ],
                                                [
                                                    13.4183643,
                                                    52.4625432
                                                ],
                                                [
                                                    13.4340822,
                                                    52.4693135
                                                ],
                                                [
                                                    13.4262232,
                                                    52.4888432
                                                ],
                                                [
                                                    13.4126885,
                                                    52.4935303
                                                ],
                                                [
                                                    13.4183643,
                                                    52.5010817
                                                ],
                                                [
                                                    13.4310259,
                                                    52.5055085
                                                ],
                                                [
                                                    13.4214206,
                                                    52.5224342
                                                ],
                                                [
                                                    13.4340822,
                                                    52.5252985
                                                ],
                                                [
                                                    13.4436875,
                                                    52.5258193
                                                ],
                                                [
                                                    13.4725035,
                                                    52.5135807
                                                ],
                                                [
                                                    13.4703205,
                                                    52.520351
                                                ],
                                                [
                                                    13.4799258,
                                                    52.5200906
                                                ],
                                                [
                                                    13.468574,
                                                    52.5450885
                                                ],
                                                [
                                                    13.4960802,
                                                    52.5482133
                                                ],
                                                [
                                                    13.480799,
                                                    52.5695657
                                                ],
                                                [
                                                    13.4860383,
                                                    52.5844082
                                                ],
                                                [
                                                    13.5065588,
                                                    52.5935221
                                                ],
                                                [
                                                    13.4986999,
                                                    52.6026359
                                                ],
                                                [
                                                    13.5026293,
                                                    52.6104478
                                                ],
                                                [
                                                    13.5379944,
                                                    52.6138329
                                                ],
                                                [
                                                    13.608288,
                                                    52.59873
                                                ],
                                                [
                                                    13.6689762,
                                                    52.6187804
                                                ],
                                                [
                                                    13.7375234,
                                                    52.6260715
                                                ],
                                                [
                                                    13.7899161,
                                                    52.6541942
                                                ],
                                                [
                                                    13.7562974,
                                                    52.7104395
                                                ],
                                                [
                                                    13.7069609,
                                                    52.6927327
                                                ],
                                                [
                                                    13.6663566,
                                                    52.6935139
                                                ],
                                                [
                                                    13.6899333,
                                                    52.7091376
                                                ],
                                                [
                                                    13.6886235,
                                                    52.754186
                                                ],
                                                [
                                                    13.6829476,
                                                    52.7763196
                                                ],
                                                [
                                                    13.66592,
                                                    52.7836106
                                                ],
                                                [
                                                    13.6838208,
                                                    52.7948076
                                                ],
                                                [
                                                    13.6602441,
                                                    52.8083482
                                                ],
                                                [
                                                    13.7056511,
                                                    52.8091294
                                                ],
                                                [
                                                    13.7196225,
                                                    52.8231907
                                                ],
                                                [
                                                    13.7025949,
                                                    52.8242323
                                                ],
                                                [
                                                    13.71351,
                                                    52.829961
                                                ],
                                                [
                                                    13.7069609,
                                                    52.8604272
                                                ],
                                                [
                                                    13.7287912,
                                                    52.8643332
                                                ],
                                                [
                                                    13.7292278,
                                                    52.8549589
                                                ],
                                                [
                                                    13.7637197,
                                                    52.849751
                                                ],
                                                [
                                                    13.7715786,
                                                    52.8627708
                                                ],
                                                [
                                                    13.7934089,
                                                    52.8614688
                                                ],
                                                [
                                                    13.787733,
                                                    52.883342
                                                ],
                                                [
                                                    13.7440724,
                                                    52.9026113
                                                ],
                                                [
                                                    13.7820572,
                                                    52.929432
                                                ],
                                                [
                                                    13.8274642,
                                                    52.9403686
                                                ],
                                                [
                                                    13.843182,
                                                    52.9247449
                                                ],
                                                [
                                                    13.8536606,
                                                    52.9335983
                                                ],
                                                [
                                                    13.8798569,
                                                    52.9309944
                                                ],
                                                [
                                                    13.9169684,
                                                    52.9463577
                                                ],
                                                [
                                                    13.9444746,
                                                    52.9466181
                                                ],
                                                [
                                                    13.9536433,
                                                    52.9536487
                                                ],
                                                [
                                                    13.9287568,
                                                    52.9757823
                                                ],
                                                [
                                                    13.9326862,
                                                    52.9799487
                                                ],
                                                [
                                                    13.9047435,
                                                    52.9794279
                                                ],
                                                [
                                                    13.9143488,
                                                    52.9736992
                                                ],
                                                [
                                                    13.9016872,
                                                    52.9700536
                                                ],
                                                [
                                                    13.8637025,
                                                    52.970314
                                                ],
                                                [
                                                    13.853224,
                                                    52.9822922
                                                ],
                                                [
                                                    13.8222249,
                                                    52.9843754
                                                ],
                                                [
                                                    13.8300838,
                                                    53.0171852
                                                ],
                                                [
                                                    13.8562802,
                                                    53.0138001
                                                ],
                                                [
                                                    13.859773,
                                                    53.0348921
                                                ],
                                                [
                                                    13.8868426,
                                                    53.0497346
                                                ],
                                                [
                                                    13.8174223,
                                                    53.0539009
                                                ],
                                                [
                                                    13.8222249,
                                                    53.0666603
                                                ],
                                                [
                                                    13.8038875,
                                                    53.0648375
                                                ],
                                                [
                                                    13.7890429,
                                                    53.0856692
                                                ],
                                                [
                                                    13.8536606,
                                                    53.0981681
                                                ],
                                                [
                                                    13.8837864,
                                                    53.117177
                                                ],
                                                [
                                                    13.8990676,
                                                    53.1322799
                                                ],
                                                [
                                                    13.9147854,
                                                    53.136967
                                                ],
                                                [
                                                    13.9505871,
                                                    53.1466016
                                                ],
                                                [
                                                    13.9802763,
                                                    53.139571
                                                ],
                                                [
                                                    14.003853,
                                                    53.1541531
                                                ],
                                                [
                                                    14.0523163,
                                                    53.117177
                                                ],
                                                [
                                                    14.090301,
                                                    53.1333215
                                                ],
                                                [
                                                    14.1234831,
                                                    53.1044176
                                                ],
                                                [
                                                    14.1374545,
                                                    53.103376
                                                ],
                                                [
                                                    14.1322152,
                                                    53.1205621
                                                ],
                                                [
                                                    14.1431304,
                                                    53.128374
                                                ],
                                                [
                                                    14.1448768,
                                                    53.1541531
                                                ],
                                                [
                                                    14.1902838,
                                                    53.1450393
                                                ],
                                                [
                                                    14.186791,
                                                    53.1499868
                                                ],
                                                [
                                                    14.2051284,
                                                    53.1689956
                                                ],
                                                [
                                                    14.2810979,
                                                    53.1551947
                                                ],
                                                [
                                                    14.2806613,
                                                    53.1437373
                                                ],
                                                [
                                                    14.2959425,
                                                    53.1429561
                                                ],
                                                [
                                                    14.3003085,
                                                    53.1538927
                                                ],
                                                [
                                                    14.2928862,
                                                    53.17186
                                                ],
                                                [
                                                    14.302055,
                                                    53.1723808
                                                ],
                                                [
                                                    14.3177728,
                                                    53.1562363
                                                ],
                                                [
                                                    14.3243219,
                                                    53.1630066
                                                ],
                                                [
                                                    14.3605602,
                                                    53.1489452
                                                ],
                                                [
                                                    14.3719119,
                                                    53.1335819
                                                ],
                                                [
                                                    14.3688557,
                                                    53.1229057
                                                ],
                                                [
                                                    14.3837003,
                                                    53.1262908
                                                ],
                                                [
                                                    14.3675459,
                                                    53.0778573
                                                ],
                                                [
                                                    14.347462,
                                                    53.0497346
                                                ],
                                                [
                                                    14.2566479,
                                                    52.9984367
                                                ],
                                                [
                                                    14.14575,
                                                    52.9580755
                                                ],
                                                [
                                                    14.1444402,
                                                    52.9299528
                                                ],
                                                [
                                                    14.1619044,
                                                    52.8812589
                                                ],
                                                [
                                                    14.1247929,
                                                    52.8351689
                                                ],
                                                [
                                                    14.1431304,
                                                    52.8213679
                                                ],
                                                [
                                                    14.2195364,
                                                    52.8130353
                                                ],
                                                [
                                                    14.2802247,
                                                    52.7721532
                                                ],
                                                [
                                                    14.3527013,
                                                    52.7479365
                                                ],
                                                [
                                                    14.4666554,
                                                    52.6586209
                                                ],
                                                [
                                                    14.5980738,
                                                    52.6070626
                                                ],
                                                [
                                                    14.6164113,
                                                    52.5823251
                                                ],
                                                [
                                                    14.6408612,
                                                    52.5703469
                                                ],
                                                [
                                                    14.6172845,
                                                    52.5510776
                                                ],
                                                [
                                                    14.6054962,
                                                    52.5279025
                                                ],
                                                [
                                                    14.6137917,
                                                    52.507852
                                                ],
                                                [
                                                    14.6338755,
                                                    52.4982174
                                                ],
                                                [
                                                    14.635622,
                                                    52.4885828
                                                ],
                                                [
                                                    14.5806096,
                                                    52.4385869
                                                ],
                                                [
                                                    14.5496106,
                                                    52.429473
                                                ],
                                                [
                                                    14.5483008,
                                                    52.409683
                                                ],
                                                [
                                                    14.5360758,
                                                    52.3922365
                                                ],
                                                [
                                                    14.5539766,
                                                    52.3703633
                                                ],
                                                [
                                                    14.5631454,
                                                    52.3255753
                                                ],
                                                [
                                                    14.5867221,
                                                    52.3031813
                                                ],
                                                [
                                                    14.57799,
                                                    52.2852141
                                                ],
                                                [
                                                    14.6002569,
                                                    52.2695903
                                                ],
                                                [
                                                    14.6928174,
                                                    52.2534458
                                                ],
                                                [
                                                    14.7177039,
                                                    52.2326142
                                                ],
                                                [
                                                    14.7094084,
                                                    52.2083974
                                                ],
                                                [
                                                    14.6875781,
                                                    52.1919925
                                                ],
                                                [
                                                    14.7067888,
                                                    52.1662134
                                                ],
                                                [
                                                    14.681029,
                                                    52.142257
                                                ],
                                                [
                                                    14.6836486,
                                                    52.1128324
                                                ],
                                                [
                                                    14.7019861,
                                                    52.0953859
                                                ],
                                                [
                                                    14.7430271,
                                                    52.0823661
                                                ],
                                                [
                                                    14.7609279,
                                                    52.0625761
                                                ],
                                                [
                                                    14.7469565,
                                                    52.0516395
                                                ],
                                                [
                                                    14.7500127,
                                                    52.0289851
                                                ],
                                                [
                                                    14.7159575,
                                                    52.0013832
                                                ],
                                                [
                                                    14.7229432,
                                                    51.9912278
                                                ],
                                                [
                                                    14.7063521,
                                                    51.9735209
                                                ],
                                                [
                                                    14.7229432,
                                                    51.9498249
                                                ],
                                                [
                                                    14.7211968,
                                                    51.9399299
                                                ],
                                                [
                                                    14.7054789,
                                                    51.9289933
                                                ],
                                                [
                                                    14.6958736,
                                                    51.8987875
                                                ],
                                                [
                                                    14.6648746,
                                                    51.8878509
                                                ],
                                                [
                                                    14.6456639,
                                                    51.8644153
                                                ],
                                                [
                                                    14.6129185,
                                                    51.8547807
                                                ],
                                                [
                                                    14.6142283,
                                                    51.8428025
                                                ],
                                                [
                                                    14.5919614,
                                                    51.8357718
                                                ],
                                                [
                                                    14.5919614,
                                                    51.8183253
                                                ],
                                                [
                                                    14.608989,
                                                    51.8013996
                                                ],
                                                [
                                                    14.6478469,
                                                    51.7928066
                                                ],
                                                [
                                                    14.6557058,
                                                    51.7813492
                                                ],
                                                [
                                                    14.652213,
                                                    51.7592156
                                                ],
                                                [
                                                    14.6657478,
                                                    51.7545285
                                                ],
                                                [
                                                    14.6578889,
                                                    51.738384
                                                ],
                                                [
                                                    14.6701138,
                                                    51.7235414
                                                ],
                                                [
                                                    14.7382244,
                                                    51.6860445
                                                ],
                                                [
                                                    14.7548154,
                                                    51.6620881
                                                ],
                                                [
                                                    14.7102816,
                                                    51.668598
                                                ],
                                                [
                                                    14.62558,
                                                    51.7073969
                                                ],
                                                [
                                                    14.5373856,
                                                    51.7068761
                                                ],
                                                [
                                                    14.5138089,
                                                    51.7191147
                                                ],
                                                [
                                                    14.5124991,
                                                    51.7373424
                                                ],
                                                [
                                                    14.4876125,
                                                    51.7633819
                                                ],
                                                [
                                                    14.4945982,
                                                    51.7701522
                                                ],
                                                [
                                                    14.4880491,
                                                    51.7771829
                                                ],
                                                [
                                                    14.4745143,
                                                    51.7740581
                                                ],
                                                [
                                                    14.4653456,
                                                    51.7461958
                                                ],
                                                [
                                                    14.3933056,
                                                    51.7511433
                                                ],
                                                [
                                                    14.3967985,
                                                    51.7399463
                                                ],
                                                [
                                                    14.4522474,
                                                    51.7191147
                                                ],
                                                [
                                                    14.4443885,
                                                    51.7042722
                                                ],
                                                [
                                                    14.302055,
                                                    51.7230206
                                                ],
                                                [
                                                    14.2029454,
                                                    51.7240622
                                                ],
                                                [
                                                    14.1557919,
                                                    51.7409879
                                                ],
                                                [
                                                    13.9968673,
                                                    51.7402067
                                                ],
                                                [
                                                    13.8366329,
                                                    51.6792742
                                                ],
                                                [
                                                    13.8279008,
                                                    51.6928148
                                                ],
                                                [
                                                    13.81,
                                                    51.6928148
                                                ],
                                                [
                                                    13.8156758,
                                                    51.7105217
                                                ],
                                                [
                                                    13.8060705,
                                                    51.7152088
                                                ],
                                                [
                                                    13.799958,
                                                    51.734478
                                                ],
                                                [
                                                    13.7838036,
                                                    51.7323949
                                                ],
                                                [
                                                    13.7842402,
                                                    51.7519245
                                                ],
                                                [
                                                    13.7772545,
                                                    51.7571324
                                                ],
                                                [
                                                    13.7532412,
                                                    51.7519245
                                                ],
                                                [
                                                    13.7314109,
                                                    51.7571324
                                                ],
                                                [
                                                    13.6973556,
                                                    51.7391651
                                                ],
                                                [
                                                    13.6973556,
                                                    51.7243226
                                                ],
                                                [
                                                    13.66592,
                                                    51.7305721
                                                ],
                                                [
                                                    13.6633003,
                                                    51.7448938
                                                ],
                                                [
                                                    13.610471,
                                                    51.738384
                                                ],
                                                [
                                                    13.5803452,
                                                    51.7537473
                                                ],
                                                [
                                                    13.550656,
                                                    51.7435919
                                                ],
                                                [
                                                    13.5292623,
                                                    51.7597364
                                                ],
                                                [
                                                    13.52184,
                                                    51.7797868
                                                ],
                                                [
                                                    13.5091784,
                                                    51.7894214
                                                ],
                                                [
                                                    13.4882213,
                                                    51.7883799
                                                ],
                                                [
                                                    13.4759963,
                                                    51.7967125
                                                ],
                                                [
                                                    13.4650812,
                                                    51.7907234
                                                ],
                                                [
                                                    13.4441241,
                                                    51.7995769
                                                ],
                                                [
                                                    13.4463071,
                                                    51.8066075
                                                ],
                                                [
                                                    13.4227304,
                                                    51.8089511
                                                ],
                                                [
                                                    13.4201108,
                                                    51.8172837
                                                ],
                                                [
                                                    13.3978439,
                                                    51.8131174
                                                ],
                                                [
                                                    13.3563663,
                                                    51.8300431
                                                ],
                                                [
                                                    13.3118325,
                                                    51.8279599
                                                ],
                                                [
                                                    13.2982977,
                                                    51.8362926
                                                ],
                                                [
                                                    13.3188182,
                                                    51.8412401
                                                ],
                                                [
                                                    13.3157619,
                                                    51.8526975
                                                ],
                                                [
                                                    13.3349726,
                                                    51.8758727
                                                ],
                                                [
                                                    13.3384654,
                                                    51.901131
                                                ],
                                                [
                                                    13.3131423,
                                                    51.9052973
                                                ],
                                                [
                                                    13.2930584,
                                                    51.9295141
                                                ],
                                                [
                                                    13.2729745,
                                                    51.9308161
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Freienbrink",
                                        "kuerzel": "FRB",
                                        "kurznummer": "45"
                                    }
                                },
                                {
                                    "id": 24,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    12.1194614,
                                                    52.685702
                                                ],
                                                [
                                                    12.122081,
                                                    52.7031485
                                                ],
                                                [
                                                    12.1583193,
                                                    52.6995029
                                                ],
                                                [
                                                    12.2211906,
                                                    52.7341355
                                                ],
                                                [
                                                    12.2076558,
                                                    52.7573107
                                                ],
                                                [
                                                    12.2176977,
                                                    52.760175
                                                ],
                                                [
                                                    12.2150781,
                                                    52.7703305
                                                ],
                                                [
                                                    12.2255567,
                                                    52.771372
                                                ],
                                                [
                                                    12.2220638,
                                                    52.7862146
                                                ],
                                                [
                                                    12.2460771,
                                                    52.7830898
                                                ],
                                                [
                                                    12.2596119,
                                                    52.8013175
                                                ],
                                                [
                                                    12.2460771,
                                                    52.8164204
                                                ],
                                                [
                                                    12.2342888,
                                                    52.8567817
                                                ],
                                                [
                                                    12.2194442,
                                                    52.8625104
                                                ],
                                                [
                                                    12.2120219,
                                                    52.8588649
                                                ],
                                                [
                                                    12.1980505,
                                                    52.8742282
                                                ],
                                                [
                                                    12.1295033,
                                                    52.8515738
                                                ],
                                                [
                                                    12.1351792,
                                                    52.86225
                                                ],
                                                [
                                                    12.1225176,
                                                    52.872145
                                                ],
                                                [
                                                    12.1251373,
                                                    52.8856856
                                                ],
                                                [
                                                    12.1915014,
                                                    52.8984449
                                                ],
                                                [
                                                    12.2050362,
                                                    52.9101627
                                                ],
                                                [
                                                    12.2831886,
                                                    52.9148498
                                                ],
                                                [
                                                    12.2705271,
                                                    52.9463577
                                                ],
                                                [
                                                    12.3089484,
                                                    52.9513052
                                                ],
                                                [
                                                    12.3294689,
                                                    52.9843754
                                                ],
                                                [
                                                    12.4150437,
                                                    53.0015615
                                                ],
                                                [
                                                    12.4111142,
                                                    53.0268198
                                                ],
                                                [
                                                    12.4364374,
                                                    53.0434851
                                                ],
                                                [
                                                    12.4608873,
                                                    53.037496
                                                ],
                                                [
                                                    12.5032381,
                                                    53.0536405
                                                ],
                                                [
                                                    12.5180827,
                                                    53.0385376
                                                ],
                                                [
                                                    12.5237586,
                                                    53.0429643
                                                ],
                                                [
                                                    12.5617433,
                                                    53.0286426
                                                ],
                                                [
                                                    12.6006012,
                                                    53.0309861
                                                ],
                                                [
                                                    12.5971084,
                                                    53.0247367
                                                ],
                                                [
                                                    12.6106432,
                                                    53.0226535
                                                ],
                                                [
                                                    12.6171923,
                                                    53.0434851
                                                ],
                                                [
                                                    12.6612895,
                                                    53.036194
                                                ],
                                                [
                                                    12.7206679,
                                                    53.1189997
                                                ],
                                                [
                                                    12.6534306,
                                                    53.1127503
                                                ],
                                                [
                                                    12.6433886,
                                                    53.1346235
                                                ],
                                                [
                                                    12.6516841,
                                                    53.1377482
                                                ],
                                                [
                                                    12.6543038,
                                                    53.1559759
                                                ],
                                                [
                                                    12.6809367,
                                                    53.1562363
                                                ],
                                                [
                                                    12.686176,
                                                    53.1624858
                                                ],
                                                [
                                                    12.6761341,
                                                    53.1645689
                                                ],
                                                [
                                                    12.6796269,
                                                    53.1773283
                                                ],
                                                [
                                                    12.671768,
                                                    53.1788907
                                                ],
                                                [
                                                    12.6831198,
                                                    53.1898273
                                                ],
                                                [
                                                    12.6656555,
                                                    53.19165
                                                ],
                                                [
                                                    12.686176,
                                                    53.2062322
                                                ],
                                                [
                                                    12.7206679,
                                                    53.2012847
                                                ],
                                                [
                                                    12.7184849,
                                                    53.1924312
                                                ],
                                                [
                                                    12.7420616,
                                                    53.1960768
                                                ],
                                                [
                                                    12.7717508,
                                                    53.184359
                                                ],
                                                [
                                                    12.8481569,
                                                    53.1976391
                                                ],
                                                [
                                                    12.8822121,
                                                    53.1755055
                                                ],
                                                [
                                                    12.9070987,
                                                    53.1903481
                                                ],
                                                [
                                                    12.9280558,
                                                    53.1919104
                                                ],
                                                [
                                                    12.9324218,
                                                    53.1885253
                                                ],
                                                [
                                                    12.9219433,
                                                    53.1825362
                                                ],
                                                [
                                                    12.9446468,
                                                    53.181755
                                                ],
                                                [
                                                    12.9411539,
                                                    53.1911292
                                                ],
                                                [
                                                    12.9682235,
                                                    53.1963371
                                                ],
                                                [
                                                    12.9817583,
                                                    53.1872233
                                                ],
                                                [
                                                    12.9429004,
                                                    53.1710788
                                                ],
                                                [
                                                    12.9638575,
                                                    53.1742035
                                                ],
                                                [
                                                    12.9826315,
                                                    53.1591006
                                                ],
                                                [
                                                    13.0092645,
                                                    53.1643085
                                                ],
                                                [
                                                    13.0223627,
                                                    53.17186
                                                ],
                                                [
                                                    13.0210528,
                                                    53.1812342
                                                ],
                                                [
                                                    13.0450662,
                                                    53.192952
                                                ],
                                                [
                                                    13.0817411,
                                                    53.195556
                                                ],
                                                [
                                                    13.0896,
                                                    53.2117005
                                                ],
                                                [
                                                    13.1088107,
                                                    53.2114401
                                                ],
                                                [
                                                    13.1101205,
                                                    53.235136
                                                ],
                                                [
                                                    13.1315142,
                                                    53.2333133
                                                ],
                                                [
                                                    13.1542177,
                                                    53.247635
                                                ],
                                                [
                                                    13.1546543,
                                                    53.2421667
                                                ],
                                                [
                                                    13.1830337,
                                                    53.2473746
                                                ],
                                                [
                                                    13.2079202,
                                                    53.216648
                                                ],
                                                [
                                                    13.231497,
                                                    53.2130024
                                                ],
                                                [
                                                    13.2463416,
                                                    53.2330529
                                                ],
                                                [
                                                    13.2537639,
                                                    53.2163876
                                                ],
                                                [
                                                    13.2437219,
                                                    53.2093569
                                                ],
                                                [
                                                    13.2493978,
                                                    53.2015451
                                                ],
                                                [
                                                    13.2760308,
                                                    53.1992015
                                                ],
                                                [
                                                    13.2742843,
                                                    53.1867025
                                                ],
                                                [
                                                    13.291312,
                                                    53.1934728
                                                ],
                                                [
                                                    13.2952414,
                                                    53.1887857
                                                ],
                                                [
                                                    13.2851995,
                                                    53.1833174
                                                ],
                                                [
                                                    13.3153253,
                                                    53.1752451
                                                ],
                                                [
                                                    13.2895656,
                                                    53.1330611
                                                ],
                                                [
                                                    13.324494,
                                                    53.1065008
                                                ],
                                                [
                                                    13.3371556,
                                                    53.1182186
                                                ],
                                                [
                                                    13.324494,
                                                    53.1439977
                                                ],
                                                [
                                                    13.3594225,
                                                    53.1747243
                                                ],
                                                [
                                                    13.3904216,
                                                    53.1656105
                                                ],
                                                [
                                                    13.3987171,
                                                    53.1820154
                                                ],
                                                [
                                                    13.3869287,
                                                    53.1947748
                                                ],
                                                [
                                                    13.4318991,
                                                    53.2101381
                                                ],
                                                [
                                                    13.4201108,
                                                    53.2215955
                                                ],
                                                [
                                                    13.3747037,
                                                    53.2218559
                                                ],
                                                [
                                                    13.3926046,
                                                    53.2281054
                                                ],
                                                [
                                                    13.3912948,
                                                    53.2353964
                                                ],
                                                [
                                                    13.4078858,
                                                    53.2429479
                                                ],
                                                [
                                                    13.4105054,
                                                    53.2593528
                                                ],
                                                [
                                                    13.4445607,
                                                    53.2830488
                                                ],
                                                [
                                                    13.4362652,
                                                    53.2864339
                                                ],
                                                [
                                                    13.439758,
                                                    53.295027
                                                ],
                                                [
                                                    13.4585321,
                                                    53.293725
                                                ],
                                                [
                                                    13.4624615,
                                                    53.2848715
                                                ],
                                                [
                                                    13.4856017,
                                                    53.2874755
                                                ],
                                                [
                                                    13.5091784,
                                                    53.3129942
                                                ],
                                                [
                                                    13.5257694,
                                                    53.3163794
                                                ],
                                                [
                                                    13.5214034,
                                                    53.3343466
                                                ],
                                                [
                                                    13.5275158,
                                                    53.3473664
                                                ],
                                                [
                                                    13.5554586,
                                                    53.3369506
                                                ],
                                                [
                                                    13.5537122,
                                                    53.3129942
                                                ],
                                                [
                                                    13.5829648,
                                                    53.3124734
                                                ],
                                                [
                                                    13.5834014,
                                                    53.306224
                                                ],
                                                [
                                                    13.6139638,
                                                    53.3129942
                                                ],
                                                [
                                                    13.6130906,
                                                    53.2960685
                                                ],
                                                [
                                                    13.6279352,
                                                    53.2989329
                                                ],
                                                [
                                                    13.6397236,
                                                    53.2775805
                                                ],
                                                [
                                                    13.6737789,
                                                    53.2955477
                                                ],
                                                [
                                                    13.6921163,
                                                    53.2794032
                                                ],
                                                [
                                                    13.6763985,
                                                    53.2676855
                                                ],
                                                [
                                                    13.6812012,
                                                    53.2531033
                                                ],
                                                [
                                                    13.66592,
                                                    53.2395628
                                                ],
                                                [
                                                    13.6986654,
                                                    53.2400836
                                                ],
                                                [
                                                    13.7012851,
                                                    53.2312301
                                                ],
                                                [
                                                    13.7558608,
                                                    53.2171688
                                                ],
                                                [
                                                    13.7947187,
                                                    53.2236787
                                                ],
                                                [
                                                    13.8008312,
                                                    53.214044
                                                ],
                                                [
                                                    13.7912259,
                                                    53.2007639
                                                ],
                                                [
                                                    13.8108732,
                                                    53.1906085
                                                ],
                                                [
                                                    13.8558436,
                                                    53.1937332
                                                ],
                                                [
                                                    13.8488579,
                                                    53.1765471
                                                ],
                                                [
                                                    13.8733078,
                                                    53.1752451
                                                ],
                                                [
                                                    13.8615195,
                                                    53.160663
                                                ],
                                                [
                                                    13.8619561,
                                                    53.1450393
                                                ],
                                                [
                                                    13.8807301,
                                                    53.1424353
                                                ],
                                                [
                                                    13.9095461,
                                                    53.1421749
                                                ],
                                                [
                                                    13.915222,
                                                    53.1367066
                                                ],
                                                [
                                                    13.8995042,
                                                    53.1322799
                                                ],
                                                [
                                                    13.884223,
                                                    53.117177
                                                ],
                                                [
                                                    13.8540972,
                                                    53.0981681
                                                ],
                                                [
                                                    13.7894795,
                                                    53.0856692
                                                ],
                                                [
                                                    13.8043241,
                                                    53.0648375
                                                ],
                                                [
                                                    13.8226615,
                                                    53.0663999
                                                ],
                                                [
                                                    13.8178589,
                                                    53.0536405
                                                ],
                                                [
                                                    13.8872792,
                                                    53.0494742
                                                ],
                                                [
                                                    13.8602096,
                                                    53.0346317
                                                ],
                                                [
                                                    13.8567168,
                                                    53.0138001
                                                ],
                                                [
                                                    13.8305204,
                                                    53.0169248
                                                ],
                                                [
                                                    13.8230981,
                                                    52.984115
                                                ],
                                                [
                                                    13.8536606,
                                                    52.9820318
                                                ],
                                                [
                                                    13.8641391,
                                                    52.9700536
                                                ],
                                                [
                                                    13.9021238,
                                                    52.9697933
                                                ],
                                                [
                                                    13.9147854,
                                                    52.9736992
                                                ],
                                                [
                                                    13.9051801,
                                                    52.9794279
                                                ],
                                                [
                                                    13.9331229,
                                                    52.9799487
                                                ],
                                                [
                                                    13.9291934,
                                                    52.9755219
                                                ],
                                                [
                                                    13.9540799,
                                                    52.9533883
                                                ],
                                                [
                                                    13.9449112,
                                                    52.9463577
                                                ],
                                                [
                                                    13.917405,
                                                    52.9460973
                                                ],
                                                [
                                                    13.8802935,
                                                    52.930734
                                                ],
                                                [
                                                    13.8540972,
                                                    52.9333379
                                                ],
                                                [
                                                    13.8436186,
                                                    52.9244845
                                                ],
                                                [
                                                    13.8283374,
                                                    52.9403686
                                                ],
                                                [
                                                    13.7824938,
                                                    52.9291716
                                                ],
                                                [
                                                    13.744509,
                                                    52.9023509
                                                ],
                                                [
                                                    13.7881697,
                                                    52.8830816
                                                ],
                                                [
                                                    13.7938455,
                                                    52.8612084
                                                ],
                                                [
                                                    13.7720152,
                                                    52.8627708
                                                ],
                                                [
                                                    13.7641563,
                                                    52.8494906
                                                ],
                                                [
                                                    13.7296644,
                                                    52.8546985
                                                ],
                                                [
                                                    13.7292278,
                                                    52.8640728
                                                ],
                                                [
                                                    13.7073975,
                                                    52.8601668
                                                ],
                                                [
                                                    13.7139466,
                                                    52.8297006
                                                ],
                                                [
                                                    13.7030315,
                                                    52.8239719
                                                ],
                                                [
                                                    13.7200591,
                                                    52.8229303
                                                ],
                                                [
                                                    13.7060877,
                                                    52.808869
                                                ],
                                                [
                                                    13.6606807,
                                                    52.8080878
                                                ],
                                                [
                                                    13.6842574,
                                                    52.7945472
                                                ],
                                                [
                                                    13.6663566,
                                                    52.7833502
                                                ],
                                                [
                                                    13.6833842,
                                                    52.7760592
                                                ],
                                                [
                                                    13.6890601,
                                                    52.7539256
                                                ],
                                                [
                                                    13.6903699,
                                                    52.7088772
                                                ],
                                                [
                                                    13.6667932,
                                                    52.6932535
                                                ],
                                                [
                                                    13.7073975,
                                                    52.6924723
                                                ],
                                                [
                                                    13.756734,
                                                    52.7101792
                                                ],
                                                [
                                                    13.7903527,
                                                    52.6539338
                                                ],
                                                [
                                                    13.73796,
                                                    52.6258111
                                                ],
                                                [
                                                    13.6694128,
                                                    52.61852
                                                ],
                                                [
                                                    13.6087246,
                                                    52.5984696
                                                ],
                                                [
                                                    13.538431,
                                                    52.6135725
                                                ],
                                                [
                                                    13.5030659,
                                                    52.6101874
                                                ],
                                                [
                                                    13.4991365,
                                                    52.6023755
                                                ],
                                                [
                                                    13.5069954,
                                                    52.5930013
                                                ],
                                                [
                                                    13.4869115,
                                                    52.5841478
                                                ],
                                                [
                                                    13.4816722,
                                                    52.5693053
                                                ],
                                                [
                                                    13.4965168,
                                                    52.5476925
                                                ],
                                                [
                                                    13.4690106,
                                                    52.5448281
                                                ],
                                                [
                                                    13.4803624,
                                                    52.5195698
                                                ],
                                                [
                                                    13.4707571,
                                                    52.5200906
                                                ],
                                                [
                                                    13.4729401,
                                                    52.5133203
                                                ],
                                                [
                                                    13.4445607,
                                                    52.5252985
                                                ],
                                                [
                                                    13.4345188,
                                                    52.5250381
                                                ],
                                                [
                                                    13.4218572,
                                                    52.5221738
                                                ],
                                                [
                                                    13.4314625,
                                                    52.5052481
                                                ],
                                                [
                                                    13.4188009,
                                                    52.5008213
                                                ],
                                                [
                                                    13.3786332,
                                                    52.5049877
                                                ],
                                                [
                                                    13.3707743,
                                                    52.4906659
                                                ],
                                                [
                                                    13.3528734,
                                                    52.4984778
                                                ],
                                                [
                                                    13.3524368,
                                                    52.510456
                                                ],
                                                [
                                                    13.3384654,
                                                    52.5101956
                                                ],
                                                [
                                                    13.3266771,
                                                    52.5213926
                                                ],
                                                [
                                                    13.3188182,
                                                    52.517747
                                                ],
                                                [
                                                    13.3135789,
                                                    52.5323292
                                                ],
                                                [
                                                    13.3301699,
                                                    52.5354539
                                                ],
                                                [
                                                    13.320128,
                                                    52.5448281
                                                ],
                                                [
                                                    13.2817067,
                                                    52.5419638
                                                ],
                                                [
                                                    13.2773406,
                                                    52.5260797
                                                ],
                                                [
                                                    13.2384827,
                                                    52.5226946
                                                ],
                                                [
                                                    13.2118497,
                                                    52.4995194
                                                ],
                                                [
                                                    13.1917658,
                                                    52.4943115
                                                ],
                                                [
                                                    13.1878364,
                                                    52.4620224
                                                ],
                                                [
                                                    13.1249651,
                                                    52.4362433
                                                ],
                                                [
                                                    13.1114303,
                                                    52.4474403
                                                ],
                                                [
                                                    13.1127401,
                                                    52.4622828
                                                ],
                                                [
                                                    13.159457,
                                                    52.4982174
                                                ],
                                                [
                                                    13.1411195,
                                                    52.499259
                                                ],
                                                [
                                                    13.1219088,
                                                    52.4875412
                                                ],
                                                [
                                                    13.1000785,
                                                    52.4909263
                                                ],
                                                [
                                                    13.0978955,
                                                    52.4651472
                                                ],
                                                [
                                                    13.0721358,
                                                    52.4565541
                                                ],
                                                [
                                                    13.0590376,
                                                    52.4562938
                                                ],
                                                [
                                                    13.0428831,
                                                    52.4773858
                                                ],
                                                [
                                                    13.0310948,
                                                    52.4784274
                                                ],
                                                [
                                                    13.0062082,
                                                    52.5114976
                                                ],
                                                [
                                                    12.9385343,
                                                    52.4982174
                                                ],
                                                [
                                                    12.9350415,
                                                    52.4836353
                                                ],
                                                [
                                                    12.9197602,
                                                    52.4789481
                                                ],
                                                [
                                                    12.9193236,
                                                    52.4711363
                                                ],
                                                [
                                                    12.8887612,
                                                    52.4599393
                                                ],
                                                [
                                                    12.8970567,
                                                    52.4568145
                                                ],
                                                [
                                                    12.8940005,
                                                    52.4469195
                                                ],
                                                [
                                                    12.8197775,
                                                    52.4700947
                                                ],
                                                [
                                                    12.8110453,
                                                    52.4695739
                                                ],
                                                [
                                                    12.8145382,
                                                    52.4628036
                                                ],
                                                [
                                                    12.7673847,
                                                    52.463064
                                                ],
                                                [
                                                    12.7468643,
                                                    52.4552522
                                                ],
                                                [
                                                    12.7446812,
                                                    52.474261
                                                ],
                                                [
                                                    12.7617089,
                                                    52.4779066
                                                ],
                                                [
                                                    12.7363857,
                                                    52.4948323
                                                ],
                                                [
                                                    12.7516669,
                                                    52.5060293
                                                ],
                                                [
                                                    12.7180483,
                                                    52.5219134
                                                ],
                                                [
                                                    12.7245973,
                                                    52.5286836
                                                ],
                                                [
                                                    12.7202313,
                                                    52.5357143
                                                ],
                                                [
                                                    12.7276536,
                                                    52.5364955
                                                ],
                                                [
                                                    12.7193581,
                                                    52.5424846
                                                ],
                                                [
                                                    12.6922885,
                                                    52.5466509
                                                ],
                                                [
                                                    12.6743877,
                                                    52.5336312
                                                ],
                                                [
                                                    12.652994,
                                                    52.5388391
                                                ],
                                                [
                                                    12.5787709,
                                                    52.5237361
                                                ],
                                                [
                                                    12.5386032,
                                                    52.5349331
                                                ],
                                                [
                                                    12.5067309,
                                                    52.5325896
                                                ],
                                                [
                                                    12.4831542,
                                                    52.5489945
                                                ],
                                                [
                                                    12.4901399,
                                                    52.5531608
                                                ],
                                                [
                                                    12.4303249,
                                                    52.5508172
                                                ],
                                                [
                                                    12.4320713,
                                                    52.5359747
                                                ],
                                                [
                                                    12.4106776,
                                                    52.5344123
                                                ],
                                                [
                                                    12.4285785,
                                                    52.5247777
                                                ],
                                                [
                                                    12.4311981,
                                                    52.5117579
                                                ],
                                                [
                                                    12.4159169,
                                                    52.5068104
                                                ],
                                                [
                                                    12.4259588,
                                                    52.4982174
                                                ],
                                                [
                                                    12.4141705,
                                                    52.4914471
                                                ],
                                                [
                                                    12.4259588,
                                                    52.4891036
                                                ],
                                                [
                                                    12.4141705,
                                                    52.4747818
                                                ],
                                                [
                                                    12.4521552,
                                                    52.4758234
                                                ],
                                                [
                                                    12.4351275,
                                                    52.4549918
                                                ],
                                                [
                                                    12.3299055,
                                                    52.4362433
                                                ],
                                                [
                                                    12.3207368,
                                                    52.4508255
                                                ],
                                                [
                                                    12.3172439,
                                                    52.4565541
                                                ],
                                                [
                                                    12.3325251,
                                                    52.4750422
                                                ],
                                                [
                                                    12.3154975,
                                                    52.4763442
                                                ],
                                                [
                                                    12.3124413,
                                                    52.4812917
                                                ],
                                                [
                                                    12.3141877,
                                                    52.484156
                                                ],
                                                [
                                                    12.3316519,
                                                    52.4937907
                                                ],
                                                [
                                                    12.2740199,
                                                    52.484156
                                                ],
                                                [
                                                    12.263978,
                                                    52.4919679
                                                ],
                                                [
                                                    12.2722735,
                                                    52.4976966
                                                ],
                                                [
                                                    12.2613583,
                                                    52.5010817
                                                ],
                                                [
                                                    12.2600485,
                                                    52.5148827
                                                ],
                                                [
                                                    12.2377816,
                                                    52.5206114
                                                ],
                                                [
                                                    12.2238102,
                                                    52.4969154
                                                ],
                                                [
                                                    12.1866987,
                                                    52.4924887
                                                ],
                                                [
                                                    12.1692345,
                                                    52.5112372
                                                ],
                                                [
                                                    12.1906282,
                                                    52.528944
                                                ],
                                                [
                                                    12.1757836,
                                                    52.5354539
                                                ],
                                                [
                                                    12.1443479,
                                                    52.5250381
                                                ],
                                                [
                                                    12.160939,
                                                    52.5570667
                                                ],
                                                [
                                                    12.1836425,
                                                    52.5719093
                                                ],
                                                [
                                                    12.1757836,
                                                    52.5781587
                                                ],
                                                [
                                                    12.17753,
                                                    52.6143537
                                                ],
                                                [
                                                    12.1696711,
                                                    52.6127913
                                                ],
                                                [
                                                    12.1687979,
                                                    52.6239883
                                                ],
                                                [
                                                    12.1356158,
                                                    52.6414348
                                                ],
                                                [
                                                    12.1194614,
                                                    52.685702
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Kremmen",
                                        "kuerzel": "KRE",
                                        "kurznummer": "24"
                                    }
                                },
                                {
                                    "id": 35,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "MultiPolygon",
                                        "coordinates": [
                                            [
                                                [
                                                    [
                                                        10.5965795,
                                                        53.3590842
                                                    ],
                                                    [
                                                        10.6018188,
                                                        53.3734059
                                                    ],
                                                    [
                                                        10.6197197,
                                                        53.3801762
                                                    ],
                                                    [
                                                        10.6205929,
                                                        53.4207979
                                                    ],
                                                    [
                                                        10.6350009,
                                                        53.4507433
                                                    ],
                                                    [
                                                        10.6563946,
                                                        53.4572532
                                                    ],
                                                    [
                                                        10.6956891,
                                                        53.4510037
                                                    ],
                                                    [
                                                        10.7044212,
                                                        53.4739185
                                                    ],
                                                    [
                                                        10.758997,
                                                        53.4791264
                                                    ],
                                                    [
                                                        10.7803907,
                                                        53.4908442
                                                    ],
                                                    [
                                                        10.7886862,
                                                        53.5062075
                                                    ],
                                                    [
                                                        10.8266709,
                                                        53.5093323
                                                    ],
                                                    [
                                                        10.8157558,
                                                        53.5171441
                                                    ],
                                                    [
                                                        10.8349664,
                                                        53.5384965
                                                    ],
                                                    [
                                                        10.8253611,
                                                        53.5700044
                                                    ],
                                                    [
                                                        10.8419521,
                                                        53.5713064
                                                    ],
                                                    [
                                                        10.8650922,
                                                        53.5603698
                                                    ],
                                                    [
                                                        10.9139921,
                                                        53.5676608
                                                    ],
                                                    [
                                                        10.9262171,
                                                        53.5798994
                                                    ],
                                                    [
                                                        10.9201046,
                                                        53.5952627
                                                    ],
                                                    [
                                                        10.931893,
                                                        53.6249478
                                                    ],
                                                    [
                                                        10.9567795,
                                                        53.6543724
                                                    ],
                                                    [
                                                        10.9410617,
                                                        53.6614031
                                                    ],
                                                    [
                                                        10.9445545,
                                                        53.6801516
                                                    ],
                                                    [
                                                        10.9209778,
                                                        53.6850991
                                                    ],
                                                    [
                                                        10.9288367,
                                                        53.687703
                                                    ],
                                                    [
                                                        10.9249073,
                                                        53.6949941
                                                    ],
                                                    [
                                                        10.8899788,
                                                        53.7012436
                                                    ],
                                                    [
                                                        10.8533039,
                                                        53.6957753
                                                    ],
                                                    [
                                                        10.8550503,
                                                        53.7012436
                                                    ],
                                                    [
                                                        10.8131361,
                                                        53.7160861
                                                    ],
                                                    [
                                                        10.8092067,
                                                        53.7345742
                                                    ],
                                                    [
                                                        10.76118,
                                                        53.7431672
                                                    ],
                                                    [
                                                        10.7751514,
                                                        53.7923819
                                                    ],
                                                    [
                                                        10.7642362,
                                                        53.8189423
                                                    ],
                                                    [
                                                        10.7507015,
                                                        53.8293581
                                                    ],
                                                    [
                                                        10.7568139,
                                                        53.844461
                                                    ],
                                                    [
                                                        10.7507015,
                                                        53.847065
                                                    ],
                                                    [
                                                        10.7742782,
                                                        53.8686778
                                                    ],
                                                    [
                                                        10.802221,
                                                        53.8715421
                                                    ],
                                                    [
                                                        10.8109531,
                                                        53.8796144
                                                    ],
                                                    [
                                                        10.8218682,
                                                        53.8889886
                                                    ],
                                                    [
                                                        10.8502476,
                                                        53.8923737
                                                    ],
                                                    [
                                                        10.8515575,
                                                        53.9007064
                                                    ],
                                                    [
                                                        10.8860493,
                                                        53.9199756
                                                    ],
                                                    [
                                                        10.9144287,
                                                        53.9100806
                                                    ],
                                                    [
                                                        10.9043868,
                                                        53.901748
                                                    ],
                                                    [
                                                        10.9157385,
                                                        53.8931549
                                                    ],
                                                    [
                                                        10.9711875,
                                                        53.9033103
                                                    ],
                                                    [
                                                        10.8982743,
                                                        53.9194548
                                                    ],
                                                    [
                                                        10.8987109,
                                                        53.931433
                                                    ],
                                                    [
                                                        10.9122457,
                                                        53.9415884
                                                    ],
                                                    [
                                                        10.9061332,
                                                        53.9522647
                                                    ],
                                                    [
                                                        11.0510864,
                                                        54.0033021
                                                    ],
                                                    [
                                                        11.183378,
                                                        54.0100724
                                                    ],
                                                    [
                                                        11.2165601,
                                                        53.9811685
                                                    ],
                                                    [
                                                        11.2615305,
                                                        53.9801269
                                                    ],
                                                    [
                                                        11.2440663,
                                                        53.9509627
                                                    ],
                                                    [
                                                        11.2589109,
                                                        53.9306518
                                                    ],
                                                    [
                                                        11.2925296,
                                                        53.9270063
                                                    ],
                                                    [
                                                        11.339683,
                                                        53.953827
                                                    ],
                                                    [
                                                        11.3658794,
                                                        53.9309122
                                                    ],
                                                    [
                                                        11.4091034,
                                                        53.9309122
                                                    ],
                                                    [
                                                        11.4064837,
                                                        53.9165905
                                                    ],
                                                    [
                                                        11.4396658,
                                                        53.9061747
                                                    ],
                                                    [
                                                        11.438356,
                                                        53.8960193
                                                    ],
                                                    [
                                                        11.4628059,
                                                        53.8908114
                                                    ],
                                                    [
                                                        11.4658621,
                                                        53.897842
                                                    ],
                                                    [
                                                        11.4470881,
                                                        53.9064351
                                                    ],
                                                    [
                                                        11.4841996,
                                                        53.92284
                                                    ],
                                                    [
                                                        11.485946,
                                                        53.9626805
                                                    ],
                                                    [
                                                        11.4724112,
                                                        53.9605973
                                                    ],
                                                    [
                                                        11.4750309,
                                                        53.966326
                                                    ],
                                                    [
                                                        11.4872558,
                                                        53.9699715
                                                    ],
                                                    [
                                                        11.4964246,
                                                        53.966326
                                                    ],
                                                    [
                                                        11.5021004,
                                                        53.9816893
                                                    ],
                                                    [
                                                        11.4929317,
                                                        53.9892408
                                                    ],
                                                    [
                                                        11.5134522,
                                                        54.0079892
                                                    ],
                                                    [
                                                        11.5365923,
                                                        54.0152803
                                                    ],
                                                    [
                                                        11.5213111,
                                                        54.0259565
                                                    ],
                                                    [
                                                        11.5322263,
                                                        54.0293417
                                                    ],
                                                    [
                                                        11.5483807,
                                                        54.0202278
                                                    ],
                                                    [
                                                        11.5750137,
                                                        54.0283001
                                                    ],
                                                    [
                                                        11.5894217,
                                                        54.0426218
                                                    ],
                                                    [
                                                        11.584619,
                                                        54.0587663
                                                    ],
                                                    [
                                                        11.6164912,
                                                        54.0652762
                                                    ],
                                                    [
                                                        11.6291528,
                                                        54.0845455
                                                    ],
                                                    [
                                                        11.6151814,
                                                        54.0986068
                                                    ],
                                                    [
                                                        11.6055761,
                                                        54.0978256
                                                    ],
                                                    [
                                                        11.5352825,
                                                        54.0444446
                                                    ],
                                                    [
                                                        11.5379021,
                                                        54.0684009
                                                    ],
                                                    [
                                                        11.5278602,
                                                        54.0668386
                                                    ],
                                                    [
                                                        11.5584226,
                                                        54.0900138
                                                    ],
                                                    [
                                                        11.6129984,
                                                        54.1025127
                                                    ],
                                                    [
                                                        11.685475,
                                                        54.1483423
                                                    ],
                                                    [
                                                        11.7653739,
                                                        54.151467
                                                    ],
                                                    [
                                                        11.8540049,
                                                        54.14027
                                                    ],
                                                    [
                                                        12.0897722,
                                                        54.1821937
                                                    ],
                                                    [
                                                        12.0989409,
                                                        54.165268
                                                    ],
                                                    [
                                                        12.0840963,
                                                        54.1389681
                                                    ],
                                                    [
                                                        12.0937016,
                                                        54.1285523
                                                    ],
                                                    [
                                                        12.0880257,
                                                        54.1061583
                                                    ],
                                                    [
                                                        12.1146587,
                                                        54.089493
                                                    ],
                                                    [
                                                        12.1570095,
                                                        54.0874098
                                                    ],
                                                    [
                                                        12.150897,
                                                        54.0933989
                                                    ],
                                                    [
                                                        12.1212078,
                                                        54.0920969
                                                    ],
                                                    [
                                                        12.1067998,
                                                        54.1025127
                                                    ],
                                                    [
                                                        12.0985043,
                                                        54.1314166
                                                    ],
                                                    [
                                                        12.1015605,
                                                        54.1488631
                                                    ],
                                                    [
                                                        12.1242641,
                                                        54.1532898
                                                    ],
                                                    [
                                                        12.1456577,
                                                        54.1551126
                                                    ],
                                                    [
                                                        12.1404185,
                                                        54.1634452
                                                    ],
                                                    [
                                                        12.148714,
                                                        54.1715175
                                                    ],
                                                    [
                                                        12.103307,
                                                        54.1644868
                                                    ],
                                                    [
                                                        12.0937016,
                                                        54.1824541
                                                    ],
                                                    [
                                                        12.1067998,
                                                        54.173861
                                                    ],
                                                    [
                                                        12.1238274,
                                                        54.1775066
                                                    ],
                                                    [
                                                        12.1928112,
                                                        54.2345331
                                                    ],
                                                    [
                                                        12.340384,
                                                        54.2931221
                                                    ],
                                                    [
                                                        12.4084946,
                                                        54.3720218
                                                    ],
                                                    [
                                                        12.46569,
                                                        54.4110811
                                                    ],
                                                    [
                                                        12.4984354,
                                                        54.4634206
                                                    ],
                                                    [
                                                        12.5176461,
                                                        54.4803463
                                                    ],
                                                    [
                                                        12.5320541,
                                                        54.4772215
                                                    ],
                                                    [
                                                        12.527688,
                                                        54.4670661
                                                    ],
                                                    [
                                                        12.5647995,
                                                        54.4493592
                                                    ],
                                                    [
                                                        12.6765707,
                                                        54.4368603
                                                    ],
                                                    [
                                                        12.9223799,
                                                        54.439985
                                                    ],
                                                    [
                                                        12.9171406,
                                                        54.4342563
                                                    ],
                                                    [
                                                        12.928929,
                                                        54.4233197
                                                    ],
                                                    [
                                                        12.8778461,
                                                        54.4087376
                                                    ],
                                                    [
                                                        12.8346221,
                                                        54.4181118
                                                    ],
                                                    [
                                                        12.8044963,
                                                        54.4037901
                                                    ],
                                                    [
                                                        12.7879052,
                                                        54.4126435
                                                    ],
                                                    [
                                                        12.7429348,
                                                        54.4100396
                                                    ],
                                                    [
                                                        12.7263438,
                                                        54.4267049
                                                    ],
                                                    [
                                                        12.6957814,
                                                        54.4272256
                                                    ],
                                                    [
                                                        12.6722046,
                                                        54.4173306
                                                    ],
                                                    [
                                                        12.669585,
                                                        54.4131643
                                                    ],
                                                    [
                                                        12.6700216,
                                                        54.4056128
                                                    ],
                                                    [
                                                        12.667402,
                                                        54.4032693
                                                    ],
                                                    [
                                                        12.6543038,
                                                        54.406394
                                                    ],
                                                    [
                                                        12.6495011,
                                                        54.4139455
                                                    ],
                                                    [
                                                        12.6416422,
                                                        54.4181118
                                                    ],
                                                    [
                                                        12.6189387,
                                                        54.4129039
                                                    ],
                                                    [
                                                        12.6128262,
                                                        54.4061336
                                                    ],
                                                    [
                                                        12.6193753,
                                                        54.4024881
                                                    ],
                                                    [
                                                        12.5796441,
                                                        54.399103
                                                    ],
                                                    [
                                                        12.5796441,
                                                        54.3915515
                                                    ],
                                                    [
                                                        12.599728,
                                                        54.3868644
                                                    ],
                                                    [
                                                        12.5949254,
                                                        54.3790525
                                                    ],
                                                    [
                                                        12.5551942,
                                                        54.385302
                                                    ],
                                                    [
                                                        12.5198291,
                                                        54.3678555
                                                    ],
                                                    [
                                                        12.4984354,
                                                        54.3774901
                                                    ],
                                                    [
                                                        12.4211562,
                                                        54.3673347
                                                    ],
                                                    [
                                                        12.4229026,
                                                        54.3350457
                                                    ],
                                                    [
                                                        12.3862277,
                                                        54.3358269
                                                    ],
                                                    [
                                                        12.3993259,
                                                        54.3277546
                                                    ],
                                                    [
                                                        12.3984526,
                                                        54.3186408
                                                    ],
                                                    [
                                                        12.3844812,
                                                        54.3051003
                                                    ],
                                                    [
                                                        12.3622143,
                                                        54.3014547
                                                    ],
                                                    [
                                                        12.3595947,
                                                        54.2949448
                                                    ],
                                                    [
                                                        12.3849179,
                                                        54.2735924
                                                    ],
                                                    [
                                                        12.3665804,
                                                        54.2608331
                                                    ],
                                                    [
                                                        12.4198463,
                                                        54.2415638
                                                    ],
                                                    [
                                                        12.4617605,
                                                        54.2431262
                                                    ],
                                                    [
                                                        12.4198463,
                                                        54.2538024
                                                    ],
                                                    [
                                                        12.4119874,
                                                        54.2754152
                                                    ],
                                                    [
                                                        12.436874,
                                                        54.2918201
                                                    ],
                                                    [
                                                        12.4809712,
                                                        54.2991112
                                                    ],
                                                    [
                                                        12.4757319,
                                                        54.3248903
                                                    ],
                                                    [
                                                        12.5241952,
                                                        54.3282754
                                                    ],
                                                    [
                                                        12.53773,
                                                        54.3337437
                                                    ],
                                                    [
                                                        12.5412228,
                                                        54.3475447
                                                    ],
                                                    [
                                                        12.5556308,
                                                        54.351711
                                                    ],
                                                    [
                                                        12.5364201,
                                                        54.3600437
                                                    ],
                                                    [
                                                        12.5573772,
                                                        54.3675951
                                                    ],
                                                    [
                                                        12.5560674,
                                                        54.3746258
                                                    ],
                                                    [
                                                        12.5696022,
                                                        54.3665535
                                                    ],
                                                    [
                                                        12.5844468,
                                                        54.3686367
                                                    ],
                                                    [
                                                        12.5765879,
                                                        54.3535338
                                                    ],
                                                    [
                                                        12.5914325,
                                                        54.3519714
                                                    ],
                                                    [
                                                        12.6032209,
                                                        54.3603041
                                                    ],
                                                    [
                                                        12.5992914,
                                                        54.3668139
                                                    ],
                                                    [
                                                        12.624178,
                                                        54.3670743
                                                    ],
                                                    [
                                                        12.673951,
                                                        54.3855624
                                                    ],
                                                    [
                                                        12.6621627,
                                                        54.3936347
                                                    ],
                                                    [
                                                        12.6652189,
                                                        54.3983218
                                                    ],
                                                    [
                                                        12.7088795,
                                                        54.4069148
                                                    ],
                                                    [
                                                        12.717175,
                                                        54.3988426
                                                    ],
                                                    [
                                                        12.6905421,
                                                        54.395197
                                                    ],
                                                    [
                                                        12.696218,
                                                        54.3813961
                                                    ],
                                                    [
                                                        12.6787537,
                                                        54.3657724
                                                    ],
                                                    [
                                                        12.6896689,
                                                        54.361606
                                                    ],
                                                    [
                                                        12.6848662,
                                                        54.3699387
                                                    ],
                                                    [
                                                        12.6988376,
                                                        54.3803545
                                                    ],
                                                    [
                                                        12.702767,
                                                        54.3938951
                                                    ],
                                                    [
                                                        12.7176117,
                                                        54.3938951
                                                    ],
                                                    [
                                                        12.7219777,
                                                        54.3665535
                                                    ],
                                                    [
                                                        12.739442,
                                                        54.3647308
                                                    ],
                                                    [
                                                        12.7376955,
                                                        54.3678555
                                                    ],
                                                    [
                                                        12.7429348,
                                                        54.3681159
                                                    ],
                                                    [
                                                        12.7464277,
                                                        54.3793129
                                                    ],
                                                    [
                                                        12.7564696,
                                                        54.3662932
                                                    ],
                                                    [
                                                        12.770441,
                                                        54.3665535
                                                    ],
                                                    [
                                                        12.7879052,
                                                        54.3918119
                                                    ],
                                                    [
                                                        12.7874686,
                                                        54.3746258
                                                    ],
                                                    [
                                                        12.8066793,
                                                        54.365512
                                                    ],
                                                    [
                                                        12.8119186,
                                                        54.3384309
                                                    ],
                                                    [
                                                        12.8809023,
                                                        54.3605645
                                                    ],
                                                    [
                                                        12.8996764,
                                                        54.3967594
                                                    ],
                                                    [
                                                        12.9215067,
                                                        54.4071752
                                                    ],
                                                    [
                                                        12.9896172,
                                                        54.420195
                                                    ],
                                                    [
                                                        13.0201796,
                                                        54.4345167
                                                    ],
                                                    [
                                                        13.0372073,
                                                        54.4254029
                                                    ],
                                                    [
                                                        13.0223627,
                                                        54.4074356
                                                    ],
                                                    [
                                                        13.0258555,
                                                        54.3925931
                                                    ],
                                                    [
                                                        13.0503055,
                                                        54.3748862
                                                    ],
                                                    [
                                                        13.0747554,
                                                        54.3782713
                                                    ],
                                                    [
                                                        13.0944027,
                                                        54.36421
                                                    ],
                                                    [
                                                        13.0778116,
                                                        54.3407744
                                                    ],
                                                    [
                                                        13.0896,
                                                        54.3155161
                                                    ],
                                                    [
                                                        13.0970223,
                                                        54.3126517
                                                    ],
                                                    [
                                                        13.1136133,
                                                        54.3027567
                                                    ],
                                                    [
                                                        13.1066276,
                                                        54.2780192
                                                    ],
                                                    [
                                                        13.1341338,
                                                        54.2644786
                                                    ],
                                                    [
                                                        13.1529079,
                                                        54.2631766
                                                    ],
                                                    [
                                                        13.1681891,
                                                        54.2735924
                                                    ],
                                                    [
                                                        13.1799774,
                                                        54.2652598
                                                    ],
                                                    [
                                                        13.1878364,
                                                        54.2616142
                                                    ],
                                                    [
                                                        13.2188354,
                                                        54.2446886
                                                    ],
                                                    [
                                                        13.2127229,
                                                        54.239741
                                                    ],
                                                    [
                                                        13.2175256,
                                                        54.2363559
                                                    ],
                                                    [
                                                        13.2620594,
                                                        54.2366163
                                                    ],
                                                    [
                                                        13.2921852,
                                                        54.2301064
                                                    ],
                                                    [
                                                        13.3284235,
                                                        54.1788085
                                                    ],
                                                    [
                                                        13.3681546,
                                                        54.1806313
                                                    ],
                                                    [
                                                        13.3738305,
                                                        54.1769858
                                                    ],
                                                    [
                                                        13.3428315,
                                                        54.173861
                                                    ],
                                                    [
                                                        13.3183816,
                                                        54.155373
                                                    ],
                                                    [
                                                        13.379943,
                                                        54.1722987
                                                    ],
                                                    [
                                                        13.4083224,
                                                        54.1644868
                                                    ],
                                                    [
                                                        13.4096322,
                                                        54.1577165
                                                    ],
                                                    [
                                                        13.3825626,
                                                        54.1470403
                                                    ],
                                                    [
                                                        13.3851823,
                                                        54.1381869
                                                    ],
                                                    [
                                                        13.4131251,
                                                        54.151467
                                                    ],
                                                    [
                                                        13.4083224,
                                                        54.1423532
                                                    ],
                                                    [
                                                        13.4297161,
                                                        54.132979
                                                    ],
                                                    [
                                                        13.4406312,
                                                        54.1077206
                                                    ],
                                                    [
                                                        13.4598419,
                                                        54.0933989
                                                    ],
                                                    [
                                                        13.466391,
                                                        54.0832435
                                                    ],
                                                    [
                                                        13.5013195,
                                                        54.0795979
                                                    ],
                                                    [
                                                        13.4790526,
                                                        54.1139701
                                                    ],
                                                    [
                                                        13.6257522,
                                                        54.1350621
                                                    ],
                                                    [
                                                        13.6467093,
                                                        54.1512066
                                                    ],
                                                    [
                                                        13.699102,
                                                        54.1673512
                                                    ],
                                                    [
                                                        13.7196225,
                                                        54.1587581
                                                    ],
                                                    [
                                                        13.6964824,
                                                        54.1530294
                                                    ],
                                                    [
                                                        13.6986654,
                                                        54.144176
                                                    ],
                                                    [
                                                        13.7349037,
                                                        54.130375
                                                    ],
                                                    [
                                                        13.7514947,
                                                        54.1348017
                                                    ],
                                                    [
                                                        13.7488751,
                                                        54.1321978
                                                    ],
                                                    [
                                                        13.7493117,
                                                        54.1298542
                                                    ],
                                                    [
                                                        13.7645929,
                                                        54.123084
                                                    ],
                                                    [
                                                        13.7707054,
                                                        54.121782
                                                    ],
                                                    [
                                                        13.7741983,
                                                        54.1142305
                                                    ],
                                                    [
                                                        13.7920991,
                                                        54.1040751
                                                    ],
                                                    [
                                                        13.8065071,
                                                        54.0996484
                                                    ],
                                                    [
                                                        13.8108732,
                                                        54.0944405
                                                    ],
                                                    [
                                                        13.7969018,
                                                        54.0845455
                                                    ],
                                                    [
                                                        13.7925357,
                                                        54.0600683
                                                    ],
                                                    [
                                                        13.7755081,
                                                        54.0548604
                                                    ],
                                                    [
                                                        13.7872964,
                                                        54.046007
                                                    ],
                                                    [
                                                        13.7458189,
                                                        54.0241338
                                                    ],
                                                    [
                                                        13.7602269,
                                                        54.023613
                                                    ],
                                                    [
                                                        13.7619733,
                                                        54.0108536
                                                    ],
                                                    [
                                                        13.7982116,
                                                        53.9908032
                                                    ],
                                                    [
                                                        13.8366329,
                                                        53.9798666
                                                    ],
                                                    [
                                                        13.8562802,
                                                        53.9600765
                                                    ],
                                                    [
                                                        13.859773,
                                                        53.9436716
                                                    ],
                                                    [
                                                        13.8833498,
                                                        53.9457548
                                                    ],
                                                    [
                                                        13.9160952,
                                                        53.9171113
                                                    ],
                                                    [
                                                        13.9038703,
                                                        53.9061747
                                                    ],
                                                    [
                                                        13.8658855,
                                                        53.8954985
                                                    ],
                                                    [
                                                        13.8492945,
                                                        53.8736253
                                                    ],
                                                    [
                                                        13.8261544,
                                                        53.8725837
                                                    ],
                                                    [
                                                        13.826591,
                                                        53.8603451
                                                    ],
                                                    [
                                                        13.8073803,
                                                        53.8512313
                                                    ],
                                                    [
                                                        13.8230981,
                                                        53.8426382
                                                    ],
                                                    [
                                                        13.8174223,
                                                        53.8389927
                                                    ],
                                                    [
                                                        13.855407,
                                                        53.8376907
                                                    ],
                                                    [
                                                        13.9003774,
                                                        53.7991522
                                                    ],
                                                    [
                                                        13.9182783,
                                                        53.8017562
                                                    ],
                                                    [
                                                        13.9724174,
                                                        53.7676444
                                                    ],
                                                    [
                                                        14.0623582,
                                                        53.7509791
                                                    ],
                                                    [
                                                        14.1033992,
                                                        53.7358762
                                                    ],
                                                    [
                                                        14.1680169,
                                                        53.7376989
                                                    ],
                                                    [
                                                        14.1832981,
                                                        53.7309287
                                                    ],
                                                    [
                                                        14.2330712,
                                                        53.757489
                                                    ],
                                                    [
                                                        14.2684363,
                                                        53.7452504
                                                    ],
                                                    [
                                                        14.2741122,
                                                        53.7340534
                                                    ],
                                                    [
                                                        14.2679997,
                                                        53.7259812
                                                    ],
                                                    [
                                                        14.2169168,
                                                        53.6986396
                                                    ],
                                                    [
                                                        14.2474792,
                                                        53.6895258
                                                    ],
                                                    [
                                                        14.2688729,
                                                        53.6939525
                                                    ],
                                                    [
                                                        14.2854639,
                                                        53.6780684
                                                    ],
                                                    [
                                                        14.2723657,
                                                        53.6621843
                                                    ],
                                                    [
                                                        14.2859005,
                                                        53.6546328
                                                    ],
                                                    [
                                                        14.2859005,
                                                        53.6301557
                                                    ],
                                                    [
                                                        14.318646,
                                                        53.6137508
                                                    ],
                                                    [
                                                        14.3077308,
                                                        53.5395381
                                                    ],
                                                    [
                                                        14.3177728,
                                                        53.5327679
                                                    ],
                                                    [
                                                        14.3286879,
                                                        53.4996977
                                                    ],
                                                    [
                                                        14.3527013,
                                                        53.4918858
                                                    ],
                                                    [
                                                        14.3601236,
                                                        53.4530869
                                                    ],
                                                    [
                                                        14.3732217,
                                                        53.4523057
                                                    ],
                                                    [
                                                        14.3749682,
                                                        53.4046534
                                                    ],
                                                    [
                                                        14.3967985,
                                                        53.3715832
                                                    ],
                                                    [
                                                        14.3919958,
                                                        53.34971
                                                    ],
                                                    [
                                                        14.407277,
                                                        53.3429397
                                                    ],
                                                    [
                                                        14.4168823,
                                                        53.3210665
                                                    ],
                                                    [
                                                        14.4085868,
                                                        53.3044012
                                                    ],
                                                    [
                                                        14.4229948,
                                                        53.2721122
                                                    ],
                                                    [
                                                        14.4470082,
                                                        53.270029
                                                    ],
                                                    [
                                                        14.4518108,
                                                        53.2562281
                                                    ],
                                                    [
                                                        14.4120797,
                                                        53.2205539
                                                    ],
                                                    [
                                                        14.407277,
                                                        53.2062322
                                                    ],
                                                    [
                                                        14.3788976,
                                                        53.1958164
                                                    ],
                                                    [
                                                        14.3688557,
                                                        53.1669125
                                                    ],
                                                    [
                                                        14.3893762,
                                                        53.138269
                                                    ],
                                                    [
                                                        14.3841369,
                                                        53.12577
                                                    ],
                                                    [
                                                        14.3692923,
                                                        53.1223849
                                                    ],
                                                    [
                                                        14.3723485,
                                                        53.1330611
                                                    ],
                                                    [
                                                        14.3605602,
                                                        53.1484244
                                                    ],
                                                    [
                                                        14.3243219,
                                                        53.1624858
                                                    ],
                                                    [
                                                        14.3177728,
                                                        53.1557155
                                                    ],
                                                    [
                                                        14.302055,
                                                        53.17186
                                                    ],
                                                    [
                                                        14.2928862,
                                                        53.1710788
                                                    ],
                                                    [
                                                        14.3003085,
                                                        53.1533719
                                                    ],
                                                    [
                                                        14.2959425,
                                                        53.1424353
                                                    ],
                                                    [
                                                        14.2806613,
                                                        53.1432165
                                                    ],
                                                    [
                                                        14.2815345,
                                                        53.1546739
                                                    ],
                                                    [
                                                        14.2051284,
                                                        53.1684749
                                                    ],
                                                    [
                                                        14.1872276,
                                                        53.149466
                                                    ],
                                                    [
                                                        14.1907204,
                                                        53.1445185
                                                    ],
                                                    [
                                                        14.1448768,
                                                        53.1536323
                                                    ],
                                                    [
                                                        14.143567,
                                                        53.1278532
                                                    ],
                                                    [
                                                        14.1326518,
                                                        53.1200413
                                                    ],
                                                    [
                                                        14.1374545,
                                                        53.1028552
                                                    ],
                                                    [
                                                        14.1239197,
                                                        53.1038968
                                                    ],
                                                    [
                                                        14.0907376,
                                                        53.1328007
                                                    ],
                                                    [
                                                        14.0527529,
                                                        53.1166562
                                                    ],
                                                    [
                                                        14.0042896,
                                                        53.1538927
                                                    ],
                                                    [
                                                        13.9807129,
                                                        53.1390502
                                                    ],
                                                    [
                                                        13.9505871,
                                                        53.1460809
                                                    ],
                                                    [
                                                        13.915222,
                                                        53.1364462
                                                    ],
                                                    [
                                                        13.9095461,
                                                        53.1419145
                                                    ],
                                                    [
                                                        13.8807301,
                                                        53.1421749
                                                    ],
                                                    [
                                                        13.8619561,
                                                        53.1447789
                                                    ],
                                                    [
                                                        13.8615195,
                                                        53.1604026
                                                    ],
                                                    [
                                                        13.8733078,
                                                        53.1747243
                                                    ],
                                                    [
                                                        13.8488579,
                                                        53.1762867
                                                    ],
                                                    [
                                                        13.855407,
                                                        53.1932124
                                                    ],
                                                    [
                                                        13.8108732,
                                                        53.1903481
                                                    ],
                                                    [
                                                        13.7912259,
                                                        53.2005035
                                                    ],
                                                    [
                                                        13.8008312,
                                                        53.2137836
                                                    ],
                                                    [
                                                        13.7947187,
                                                        53.2231579
                                                    ],
                                                    [
                                                        13.7558608,
                                                        53.216648
                                                    ],
                                                    [
                                                        13.7012851,
                                                        53.2307093
                                                    ],
                                                    [
                                                        13.6986654,
                                                        53.2398232
                                                    ],
                                                    [
                                                        13.6654834,
                                                        53.239042
                                                    ],
                                                    [
                                                        13.6812012,
                                                        53.2528429
                                                    ],
                                                    [
                                                        13.6763985,
                                                        53.2671647
                                                    ],
                                                    [
                                                        13.6921163,
                                                        53.2788825
                                                    ],
                                                    [
                                                        13.6737789,
                                                        53.2952874
                                                    ],
                                                    [
                                                        13.6397236,
                                                        53.2770597
                                                    ],
                                                    [
                                                        13.6279352,
                                                        53.2986725
                                                    ],
                                                    [
                                                        13.6130906,
                                                        53.2955477
                                                    ],
                                                    [
                                                        13.6139638,
                                                        53.3127338
                                                    ],
                                                    [
                                                        13.5834014,
                                                        53.3059636
                                                    ],
                                                    [
                                                        13.5829648,
                                                        53.312213
                                                    ],
                                                    [
                                                        13.5537122,
                                                        53.3124734
                                                    ],
                                                    [
                                                        13.5554586,
                                                        53.3366902
                                                    ],
                                                    [
                                                        13.5275158,
                                                        53.3468456
                                                    ],
                                                    [
                                                        13.5214034,
                                                        53.3338259
                                                    ],
                                                    [
                                                        13.5257694,
                                                        53.3158586
                                                    ],
                                                    [
                                                        13.5091784,
                                                        53.3124734
                                                    ],
                                                    [
                                                        13.4856017,
                                                        53.2869547
                                                    ],
                                                    [
                                                        13.4624615,
                                                        53.2846111
                                                    ],
                                                    [
                                                        13.4585321,
                                                        53.2932042
                                                    ],
                                                    [
                                                        13.439758,
                                                        53.2945062
                                                    ],
                                                    [
                                                        13.4362652,
                                                        53.2859131
                                                    ],
                                                    [
                                                        13.4445607,
                                                        53.282528
                                                    ],
                                                    [
                                                        13.4105054,
                                                        53.258832
                                                    ],
                                                    [
                                                        13.4078858,
                                                        53.2424271
                                                    ],
                                                    [
                                                        13.3912948,
                                                        53.235136
                                                    ],
                                                    [
                                                        13.3926046,
                                                        53.227845
                                                    ],
                                                    [
                                                        13.3747037,
                                                        53.2215955
                                                    ],
                                                    [
                                                        13.4201108,
                                                        53.2210747
                                                    ],
                                                    [
                                                        13.4318991,
                                                        53.2098777
                                                    ],
                                                    [
                                                        13.3869287,
                                                        53.194254
                                                    ],
                                                    [
                                                        13.3987171,
                                                        53.1814946
                                                    ],
                                                    [
                                                        13.3904216,
                                                        53.1650897
                                                    ],
                                                    [
                                                        13.3594225,
                                                        53.1742035
                                                    ],
                                                    [
                                                        13.324494,
                                                        53.1437373
                                                    ],
                                                    [
                                                        13.3371556,
                                                        53.1176978
                                                    ],
                                                    [
                                                        13.324494,
                                                        53.1062404
                                                    ],
                                                    [
                                                        13.2895656,
                                                        53.1328007
                                                    ],
                                                    [
                                                        13.3153253,
                                                        53.1747243
                                                    ],
                                                    [
                                                        13.2851995,
                                                        53.1827966
                                                    ],
                                                    [
                                                        13.2952414,
                                                        53.1885253
                                                    ],
                                                    [
                                                        13.291312,
                                                        53.1932124
                                                    ],
                                                    [
                                                        13.2742843,
                                                        53.1861817
                                                    ],
                                                    [
                                                        13.2760308,
                                                        53.1986807
                                                    ],
                                                    [
                                                        13.2493978,
                                                        53.2012847
                                                    ],
                                                    [
                                                        13.2437219,
                                                        53.2088361
                                                    ],
                                                    [
                                                        13.2542005,
                                                        53.2158668
                                                    ],
                                                    [
                                                        13.2467782,
                                                        53.2325321
                                                    ],
                                                    [
                                                        13.231497,
                                                        53.2124817
                                                    ],
                                                    [
                                                        13.2079202,
                                                        53.2161272
                                                    ],
                                                    [
                                                        13.1830337,
                                                        53.2468538
                                                    ],
                                                    [
                                                        13.1546543,
                                                        53.2419063
                                                    ],
                                                    [
                                                        13.1542177,
                                                        53.2471142
                                                    ],
                                                    [
                                                        13.1319508,
                                                        53.2327925
                                                    ],
                                                    [
                                                        13.1105571,
                                                        53.2346153
                                                    ],
                                                    [
                                                        13.1088107,
                                                        53.2109193
                                                    ],
                                                    [
                                                        13.0896,
                                                        53.2111797
                                                    ],
                                                    [
                                                        13.0817411,
                                                        53.1952956
                                                    ],
                                                    [
                                                        13.0450662,
                                                        53.1926916
                                                    ],
                                                    [
                                                        13.0210528,
                                                        53.1809738
                                                    ],
                                                    [
                                                        13.0223627,
                                                        53.1715996
                                                    ],
                                                    [
                                                        13.0092645,
                                                        53.1637877
                                                    ],
                                                    [
                                                        12.9826315,
                                                        53.1585798
                                                    ],
                                                    [
                                                        12.9638575,
                                                        53.1736828
                                                    ],
                                                    [
                                                        12.943337,
                                                        53.170558
                                                    ],
                                                    [
                                                        12.9817583,
                                                        53.1869629
                                                    ],
                                                    [
                                                        12.9682235,
                                                        53.1958164
                                                    ],
                                                    [
                                                        12.9411539,
                                                        53.1906085
                                                    ],
                                                    [
                                                        12.9446468,
                                                        53.1814946
                                                    ],
                                                    [
                                                        12.9223799,
                                                        53.1822758
                                                    ],
                                                    [
                                                        12.9324218,
                                                        53.1882649
                                                    ],
                                                    [
                                                        12.9280558,
                                                        53.19165
                                                    ],
                                                    [
                                                        12.9070987,
                                                        53.1900877
                                                    ],
                                                    [
                                                        12.8826487,
                                                        53.1749847
                                                    ],
                                                    [
                                                        12.8485935,
                                                        53.1971183
                                                    ],
                                                    [
                                                        12.7717508,
                                                        53.1840986
                                                    ],
                                                    [
                                                        12.7420616,
                                                        53.195556
                                                    ],
                                                    [
                                                        12.7184849,
                                                        53.1919104
                                                    ],
                                                    [
                                                        12.7211045,
                                                        53.2007639
                                                    ],
                                                    [
                                                        12.686176,
                                                        53.2059718
                                                    ],
                                                    [
                                                        12.6656555,
                                                        53.1913896
                                                    ],
                                                    [
                                                        12.6835564,
                                                        53.1895669
                                                    ],
                                                    [
                                                        12.6722046,
                                                        53.1783699
                                                    ],
                                                    [
                                                        12.6796269,
                                                        53.1768075
                                                    ],
                                                    [
                                                        12.6761341,
                                                        53.1643085
                                                    ],
                                                    [
                                                        12.6866126,
                                                        53.1622254
                                                    ],
                                                    [
                                                        12.6813734,
                                                        53.1559759
                                                    ],
                                                    [
                                                        12.6547404,
                                                        53.1557155
                                                    ],
                                                    [
                                                        12.6521207,
                                                        53.1374878
                                                    ],
                                                    [
                                                        12.6433886,
                                                        53.1341027
                                                    ],
                                                    [
                                                        12.6538672,
                                                        53.1124899
                                                    ],
                                                    [
                                                        12.7206679,
                                                        53.118479
                                                    ],
                                                    [
                                                        12.6617261,
                                                        53.0356733
                                                    ],
                                                    [
                                                        12.6176289,
                                                        53.0432247
                                                    ],
                                                    [
                                                        12.6106432,
                                                        53.0223931
                                                    ],
                                                    [
                                                        12.5971084,
                                                        53.0244763
                                                    ],
                                                    [
                                                        12.6006012,
                                                        53.0307257
                                                    ],
                                                    [
                                                        12.5617433,
                                                        53.0283822
                                                    ],
                                                    [
                                                        12.5237586,
                                                        53.0427039
                                                    ],
                                                    [
                                                        12.5185193,
                                                        53.0380168
                                                    ],
                                                    [
                                                        12.5032381,
                                                        53.0531197
                                                    ],
                                                    [
                                                        12.4613239,
                                                        53.0372356
                                                    ],
                                                    [
                                                        12.4364374,
                                                        53.0432247
                                                    ],
                                                    [
                                                        12.4115508,
                                                        53.0265594
                                                    ],
                                                    [
                                                        12.4150437,
                                                        53.0010407
                                                    ],
                                                    [
                                                        12.3299055,
                                                        52.984115
                                                    ],
                                                    [
                                                        12.309385,
                                                        52.9510448
                                                    ],
                                                    [
                                                        12.2709637,
                                                        52.9458369
                                                    ],
                                                    [
                                                        12.2831886,
                                                        52.9145895
                                                    ],
                                                    [
                                                        12.2054728,
                                                        52.9096419
                                                    ],
                                                    [
                                                        12.1915014,
                                                        52.8981845
                                                    ],
                                                    [
                                                        12.1251373,
                                                        52.8854252
                                                    ],
                                                    [
                                                        12.1225176,
                                                        52.8718846
                                                    ],
                                                    [
                                                        12.0251545,
                                                        52.8867272
                                                    ],
                                                    [
                                                        11.9823671,
                                                        52.872145
                                                    ],
                                                    [
                                                        11.9456922,
                                                        52.8851648
                                                    ],
                                                    [
                                                        11.8981021,
                                                        52.8901123
                                                    ],
                                                    [
                                                        11.874962,
                                                        52.9049548
                                                    ],
                                                    [
                                                        11.8352309,
                                                        52.9075588
                                                    ],
                                                    [
                                                        11.8260621,
                                                        52.918235
                                                    ],
                                                    [
                                                        11.8496389,
                                                        52.9369834
                                                    ],
                                                    [
                                                        11.846146,
                                                        52.94792
                                                    ],
                                                    [
                                                        11.788514,
                                                        52.9572943
                                                    ],
                                                    [
                                                        11.7675569,
                                                        52.9776051
                                                    ],
                                                    [
                                                        11.74529,
                                                        52.9851566
                                                    ],
                                                    [
                                                        11.6942071,
                                                        52.9760427
                                                    ],
                                                    [
                                                        11.6793625,
                                                        53.003905
                                                    ],
                                                    [
                                                        11.6308992,
                                                        53.007811
                                                    ],
                                                    [
                                                        11.6287162,
                                                        53.016404
                                                    ],
                                                    [
                                                        11.644434,
                                                        53.0296842
                                                    ],
                                                    [
                                                        11.6357019,
                                                        53.0341109
                                                    ],
                                                    [
                                                        11.6265332,
                                                        53.0393188
                                                    ],
                                                    [
                                                        11.6007734,
                                                        53.0307257
                                                    ],
                                                    [
                                                        11.5501271,
                                                        53.048693
                                                    ],
                                                    [
                                                        11.510396,
                                                        53.0453079
                                                    ],
                                                    [
                                                        11.452764,
                                                        53.0742118
                                                    ],
                                                    [
                                                        11.3409928,
                                                        53.051297
                                                    ],
                                                    [
                                                        11.2759385,
                                                        53.0929602
                                                    ],
                                                    [
                                                        11.267643,
                                                        53.1192601
                                                    ],
                                                    [
                                                        11.2497422,
                                                        53.1317591
                                                    ],
                                                    [
                                                        11.2191797,
                                                        53.1406126
                                                    ],
                                                    [
                                                        11.1899271,
                                                        53.1312383
                                                    ],
                                                    [
                                                        11.1763923,
                                                        53.1531115
                                                    ],
                                                    [
                                                        11.152379,
                                                        53.1653501
                                                    ],
                                                    [
                                                        11.1327317,
                                                        53.1630066
                                                    ],
                                                    [
                                                        11.1043524,
                                                        53.1380086
                                                    ],
                                                    [
                                                        11.082522,
                                                        53.1380086
                                                    ],
                                                    [
                                                        10.9192314,
                                                        53.2255014
                                                    ],
                                                    [
                                                        10.8664021,
                                                        53.2465934
                                                    ],
                                                    [
                                                        10.8223049,
                                                        53.2544053
                                                    ],
                                                    [
                                                        10.8030942,
                                                        53.2809656
                                                    ],
                                                    [
                                                        10.7419693,
                                                        53.2942458
                                                    ],
                                                    [
                                                        10.7332372,
                                                        53.3072655
                                                    ],
                                                    [
                                                        10.744589,
                                                        53.3241912
                                                    ],
                                                    [
                                                        10.7384765,
                                                        53.3429397
                                                    ],
                                                    [
                                                        10.7070409,
                                                        53.3648129
                                                    ],
                                                    [
                                                        10.6227759,
                                                        53.3658545
                                                    ],
                                                    [
                                                        10.5965795,
                                                        53.3590842
                                                    ]
                                                ],
                                                [
                                                    [
                                                        14.1549187,
                                                        53.9632013
                                                    ],
                                                    [
                                                        14.2282685,
                                                        53.9238816
                                                    ],
                                                    [
                                                        14.2094945,
                                                        53.9111222
                                                    ],
                                                    [
                                                        14.1872276,
                                                        53.9092994
                                                    ],
                                                    [
                                                        14.2077481,
                                                        53.9056539
                                                    ],
                                                    [
                                                        14.2138605,
                                                        53.8957589
                                                    ],
                                                    [
                                                        14.2142971,
                                                        53.8619075
                                                    ],
                                                    [
                                                        14.0409645,
                                                        53.869459
                                                    ],
                                                    [
                                                        13.9920647,
                                                        53.843159
                                                    ],
                                                    [
                                                        13.9392353,
                                                        53.8382115
                                                    ],
                                                    [
                                                        13.9226443,
                                                        53.8434194
                                                    ],
                                                    [
                                                        13.9510237,
                                                        53.8447214
                                                    ],
                                                    [
                                                        13.9566996,
                                                        53.8564392
                                                    ],
                                                    [
                                                        13.931813,
                                                        53.8702401
                                                    ],
                                                    [
                                                        13.9156586,
                                                        53.8384719
                                                    ],
                                                    [
                                                        13.8824766,
                                                        53.8348264
                                                    ],
                                                    [
                                                        13.8274642,
                                                        53.8449818
                                                    ],
                                                    [
                                                        13.8230981,
                                                        53.8522729
                                                    ],
                                                    [
                                                        13.8313936,
                                                        53.8525333
                                                    ],
                                                    [
                                                        13.8357597,
                                                        53.8663342
                                                    ],
                                                    [
                                                        13.8942649,
                                                        53.8720629
                                                    ],
                                                    [
                                                        13.9226443,
                                                        53.8829995
                                                    ],
                                                    [
                                                        13.9387987,
                                                        53.9030499
                                                    ],
                                                    [
                                                        13.9348693,
                                                        53.9301311
                                                    ],
                                                    [
                                                        13.9235175,
                                                        53.9462756
                                                    ],
                                                    [
                                                        13.8960113,
                                                        53.9621597
                                                    ],
                                                    [
                                                        13.9073631,
                                                        53.9845537
                                                    ],
                                                    [
                                                        13.9667415,
                                                        53.9855952
                                                    ],
                                                    [
                                                        13.9649951,
                                                        53.9686696
                                                    ],
                                                    [
                                                        13.9746004,
                                                        53.9658052
                                                    ],
                                                    [
                                                        13.9514603,
                                                        53.9543478
                                                    ],
                                                    [
                                                        13.9597558,
                                                        53.9483587
                                                    ],
                                                    [
                                                        13.9532067,
                                                        53.9285687
                                                    ],
                                                    [
                                                        13.972854,
                                                        53.9441924
                                                    ],
                                                    [
                                                        13.9649951,
                                                        53.9522647
                                                    ],
                                                    [
                                                        13.9846424,
                                                        53.9574726
                                                    ],
                                                    [
                                                        14.0256833,
                                                        53.9569518
                                                    ],
                                                    [
                                                        14.0125852,
                                                        53.9447132
                                                    ],
                                                    [
                                                        14.0414012,
                                                        53.9358597
                                                    ],
                                                    [
                                                        14.0453306,
                                                        53.9413281
                                                    ],
                                                    [
                                                        14.0370351,
                                                        53.9449736
                                                    ],
                                                    [
                                                        14.0514431,
                                                        53.9757002
                                                    ],
                                                    [
                                                        14.0492601,
                                                        53.9931467
                                                    ],
                                                    [
                                                        14.0418378,
                                                        53.9941883
                                                    ],
                                                    [
                                                        14.0365985,
                                                        54.0108536
                                                    ],
                                                    [
                                                        14.018261,
                                                        54.0168427
                                                    ],
                                                    [
                                                        14.0186976,
                                                        54.0100724
                                                    ],
                                                    [
                                                        14.0060361,
                                                        54.0059061
                                                    ],
                                                    [
                                                        13.9977405,
                                                        54.0387159
                                                    ],
                                                    [
                                                        13.9702344,
                                                        54.0548604
                                                    ],
                                                    [
                                                        13.9798397,
                                                        54.0574643
                                                    ],
                                                    [
                                                        13.9754736,
                                                        54.0600683
                                                    ],
                                                    [
                                                        13.9532067,
                                                        54.0540792
                                                    ],
                                                    [
                                                        13.9121658,
                                                        54.0595475
                                                    ],
                                                    [
                                                        13.9187149,
                                                        54.0561624
                                                    ],
                                                    [
                                                        13.9086729,
                                                        54.0381951
                                                    ],
                                                    [
                                                        13.9165318,
                                                        54.0423614
                                                    ],
                                                    [
                                                        13.9361791,
                                                        54.0228318
                                                    ],
                                                    [
                                                        13.9257006,
                                                        54.0184051
                                                    ],
                                                    [
                                                        13.9278836,
                                                        54.0113744
                                                    ],
                                                    [
                                                        13.9178416,
                                                        54.0165823
                                                    ],
                                                    [
                                                        13.9305032,
                                                        54.0262169
                                                    ],
                                                    [
                                                        13.9239541,
                                                        54.0306436
                                                    ],
                                                    [
                                                        13.8995042,
                                                        54.0072081
                                                    ],
                                                    [
                                                        13.8693784,
                                                        54.0030417
                                                    ],
                                                    [
                                                        13.8637025,
                                                        53.9949695
                                                    ],
                                                    [
                                                        13.8540972,
                                                        54.0079892
                                                    ],
                                                    [
                                                        13.8811667,
                                                        54.0358515
                                                    ],
                                                    [
                                                        13.8580266,
                                                        54.0439238
                                                    ],
                                                    [
                                                        13.8222249,
                                                        54.0327268
                                                    ],
                                                    [
                                                        13.8030143,
                                                        54.0139783
                                                    ],
                                                    [
                                                        13.771142,
                                                        54.0142387
                                                    ],
                                                    [
                                                        13.7659027,
                                                        54.0259565
                                                    ],
                                                    [
                                                        13.7920991,
                                                        54.0439238
                                                    ],
                                                    [
                                                        13.7890429,
                                                        54.0509545
                                                    ],
                                                    [
                                                        13.81,
                                                        54.076994
                                                    ],
                                                    [
                                                        13.814366,
                                                        54.0939197
                                                    ],
                                                    [
                                                        13.8095633,
                                                        54.1017315
                                                    ],
                                                    [
                                                        13.8148026,
                                                        54.1032939
                                                    ],
                                                    [
                                                        13.7759447,
                                                        54.1155325
                                                    ],
                                                    [
                                                        13.7737617,
                                                        54.1293334
                                                    ],
                                                    [
                                                        13.7571706,
                                                        54.1327186
                                                    ],
                                                    [
                                                        13.752368,
                                                        54.1449572
                                                    ],
                                                    [
                                                        13.7514947,
                                                        54.1543314
                                                    ],
                                                    [
                                                        13.7759447,
                                                        54.1676116
                                                    ],
                                                    [
                                                        13.8091267,
                                                        54.1663096
                                                    ],
                                                    [
                                                        13.812183,
                                                        54.1709967
                                                    ],
                                                    [
                                                        13.8043241,
                                                        54.1733402
                                                    ],
                                                    [
                                                        13.8130562,
                                                        54.175163
                                                    ],
                                                    [
                                                        13.8261544,
                                                        54.1379265
                                                    ],
                                                    [
                                                        13.8724346,
                                                        54.0975652
                                                    ],
                                                    [
                                                        13.9300666,
                                                        54.0725673
                                                    ],
                                                    [
                                                        14.0173878,
                                                        54.0488713
                                                    ],
                                                    [
                                                        14.1549187,
                                                        53.9632013
                                                    ]
                                                ],
                                                [
                                                    [
                                                        13.1847801,
                                                        54.4891997
                                                    ],
                                                    [
                                                        13.2031176,
                                                        54.4800859
                                                    ],
                                                    [
                                                        13.2275675,
                                                        54.4816483
                                                    ],
                                                    [
                                                        13.2201452,
                                                        54.4782631
                                                    ],
                                                    [
                                                        13.2280041,
                                                        54.4655038
                                                    ],
                                                    [
                                                        13.190456,
                                                        54.4608166
                                                    ],
                                                    [
                                                        13.1825971,
                                                        54.44988
                                                    ],
                                                    [
                                                        13.1721185,
                                                        54.4517028
                                                    ],
                                                    [
                                                        13.1629498,
                                                        54.4436306
                                                    ],
                                                    [
                                                        13.1232187,
                                                        54.4371207
                                                    ],
                                                    [
                                                        13.1467954,
                                                        54.4730552
                                                    ],
                                                    [
                                                        13.1847801,
                                                        54.4891997
                                                    ]
                                                ],
                                                [
                                                    [
                                                        11.4763407,
                                                        54.0199674
                                                    ],
                                                    [
                                                        11.4968612,
                                                        54.0176239
                                                    ],
                                                    [
                                                        11.4990442,
                                                        54.0064269
                                                    ],
                                                    [
                                                        11.4929317,
                                                        53.9947091
                                                    ],
                                                    [
                                                        11.4850728,
                                                        53.9991358
                                                    ],
                                                    [
                                                        11.4833264,
                                                        53.9770022
                                                    ],
                                                    [
                                                        11.4593131,
                                                        53.9527854
                                                    ],
                                                    [
                                                        11.4444685,
                                                        53.9600765
                                                    ],
                                                    [
                                                        11.4488345,
                                                        53.9926259
                                                    ],
                                                    [
                                                        11.4300605,
                                                        53.9811685
                                                    ],
                                                    [
                                                        11.4344265,
                                                        53.9566914
                                                    ],
                                                    [
                                                        11.3964418,
                                                        53.9697111
                                                    ],
                                                    [
                                                        11.3872731,
                                                        53.963722
                                                    ],
                                                    [
                                                        11.3802874,
                                                        53.9710131
                                                    ],
                                                    [
                                                        11.3754847,
                                                        53.987418
                                                    ],
                                                    [
                                                        11.3811606,
                                                        53.9931467
                                                    ],
                                                    [
                                                        11.4763407,
                                                        54.0199674
                                                    ]
                                                ],
                                                [
                                                    [
                                                        13.5934434,
                                                        54.3457219
                                                    ],
                                                    [
                                                        13.5751059,
                                                        54.3470239
                                                    ],
                                                    [
                                                        13.5532756,
                                                        54.3342645
                                                    ],
                                                    [
                                                        13.5087418,
                                                        54.3386913
                                                    ],
                                                    [
                                                        13.466391,
                                                        54.3238487
                                                    ],
                                                    [
                                                        13.4646446,
                                                        54.3238487
                                                    ],
                                                    [
                                                        13.4677008,
                                                        54.3160369
                                                    ],
                                                    [
                                                        13.4218572,
                                                        54.2975488
                                                    ],
                                                    [
                                                        13.3934778,
                                                        54.2642182
                                                    ],
                                                    [
                                                        13.3864921,
                                                        54.2610935
                                                    ],
                                                    [
                                                        13.3934778,
                                                        54.2730716
                                                    ],
                                                    [
                                                        13.3886751,
                                                        54.2743736
                                                    ],
                                                    [
                                                        13.3524368,
                                                        54.2644786
                                                    ],
                                                    [
                                                        13.3602957,
                                                        54.241043
                                                    ],
                                                    [
                                                        13.3712109,
                                                        54.2485945
                                                    ],
                                                    [
                                                        13.3607323,
                                                        54.25224
                                                    ],
                                                    [
                                                        13.3659716,
                                                        54.2590103
                                                    ],
                                                    [
                                                        13.3808162,
                                                        54.2480737
                                                    ],
                                                    [
                                                        13.4026465,
                                                        54.2603123
                                                    ],
                                                    [
                                                        13.4192376,
                                                        54.2498965
                                                    ],
                                                    [
                                                        13.42535,
                                                        54.23245
                                                    ],
                                                    [
                                                        13.3952242,
                                                        54.2155243
                                                    ],
                                                    [
                                                        13.3847457,
                                                        54.2241173
                                                    ],
                                                    [
                                                        13.3249306,
                                                        54.2321896
                                                    ],
                                                    [
                                                        13.2930584,
                                                        54.2457301
                                                    ],
                                                    [
                                                        13.293495,
                                                        54.2480737
                                                    ],
                                                    [
                                                        13.2969879,
                                                        54.2501569
                                                    ],
                                                    [
                                                        13.2987343,
                                                        54.2506776
                                                    ],
                                                    [
                                                        13.3227476,
                                                        54.2400014
                                                    ],
                                                    [
                                                        13.3292967,
                                                        54.2498965
                                                    ],
                                                    [
                                                        13.3253673,
                                                        54.2613539
                                                    ],
                                                    [
                                                        13.336719,
                                                        54.2649994
                                                    ],
                                                    [
                                                        13.3358458,
                                                        54.2738528
                                                    ],
                                                    [
                                                        13.3109593,
                                                        54.2608331
                                                    ],
                                                    [
                                                        13.322311,
                                                        54.25224
                                                    ],
                                                    [
                                                        13.289129,
                                                        54.2538024
                                                    ],
                                                    [
                                                        13.2725379,
                                                        54.2485945
                                                    ],
                                                    [
                                                        13.2188354,
                                                        54.2676033
                                                    ],
                                                    [
                                                        13.2175256,
                                                        54.266041
                                                    ],
                                                    [
                                                        13.2013711,
                                                        54.264739
                                                    ],
                                                    [
                                                        13.1974417,
                                                        54.2769776
                                                    ],
                                                    [
                                                        13.2053006,
                                                        54.2853102
                                                    ],
                                                    [
                                                        13.1943854,
                                                        54.2918201
                                                    ],
                                                    [
                                                        13.1830337,
                                                        54.2824459
                                                    ],
                                                    [
                                                        13.1433025,
                                                        54.2756756
                                                    ],
                                                    [
                                                        13.1415561,
                                                        54.2910389
                                                    ],
                                                    [
                                                        13.16164,
                                                        54.2965072
                                                    ],
                                                    [
                                                        13.1812873,
                                                        54.2907785
                                                    ],
                                                    [
                                                        13.1873997,
                                                        54.2949448
                                                    ],
                                                    [
                                                        13.116233,
                                                        54.3267131
                                                    ],
                                                    [
                                                        13.1284579,
                                                        54.3657724
                                                    ],
                                                    [
                                                        13.1983149,
                                                        54.3707199
                                                    ],
                                                    [
                                                        13.2223282,
                                                        54.3623872
                                                    ],
                                                    [
                                                        13.2659888,
                                                        54.3764486
                                                    ],
                                                    [
                                                        13.2393559,
                                                        54.3819169
                                                    ],
                                                    [
                                                        13.2341166,
                                                        54.3985822
                                                    ],
                                                    [
                                                        13.2397925,
                                                        54.4043109
                                                    ],
                                                    [
                                                        13.2223282,
                                                        54.4087376
                                                    ],
                                                    [
                                                        13.2131595,
                                                        54.4251425
                                                    ],
                                                    [
                                                        13.1590204,
                                                        54.4152475
                                                    ],
                                                    [
                                                        13.1515981,
                                                        54.4238405
                                                    ],
                                                    [
                                                        13.1725551,
                                                        54.4485781
                                                    ],
                                                    [
                                                        13.1943854,
                                                        54.4504008
                                                    ],
                                                    [
                                                        13.2009345,
                                                        54.4418078
                                                    ],
                                                    [
                                                        13.2079202,
                                                        54.4553483
                                                    ],
                                                    [
                                                        13.2542005,
                                                        54.4587335
                                                    ],
                                                    [
                                                        13.2328068,
                                                        54.4626394
                                                    ],
                                                    [
                                                        13.2712281,
                                                        54.474878
                                                    ],
                                                    [
                                                        13.2306237,
                                                        54.4798255
                                                    ],
                                                    [
                                                        13.23368,
                                                        54.5056046
                                                    ],
                                                    [
                                                        13.2022444,
                                                        54.4983136
                                                    ],
                                                    [
                                                        13.1725551,
                                                        54.5024799
                                                    ],
                                                    [
                                                        13.163823,
                                                        54.5089898
                                                    ],
                                                    [
                                                        13.159457,
                                                        54.5334669
                                                    ],
                                                    [
                                                        13.1415561,
                                                        54.5360709
                                                    ],
                                                    [
                                                        13.2463416,
                                                        54.5501322
                                                    ],
                                                    [
                                                        13.2908754,
                                                        54.5363313
                                                    ],
                                                    [
                                                        13.2969879,
                                                        54.530863
                                                    ],
                                                    [
                                                        13.289129,
                                                        54.517062
                                                    ],
                                                    [
                                                        13.3070298,
                                                        54.508469
                                                    ],
                                                    [
                                                        13.3140155,
                                                        54.5194056
                                                    ],
                                                    [
                                                        13.3044102,
                                                        54.5233115
                                                    ],
                                                    [
                                                        13.3092128,
                                                        54.5339877
                                                    ],
                                                    [
                                                        13.3017905,
                                                        54.549351
                                                    ],
                                                    [
                                                        13.3541833,
                                                        54.5748698
                                                    ],
                                                    [
                                                        13.3712109,
                                                        54.5735678
                                                    ],
                                                    [
                                                        13.3559297,
                                                        54.5462263
                                                    ],
                                                    [
                                                        13.3371556,
                                                        54.5436223
                                                    ],
                                                    [
                                                        13.3629154,
                                                        54.5397164
                                                    ],
                                                    [
                                                        13.3463243,
                                                        54.5160204
                                                    ],
                                                    [
                                                        13.3760136,
                                                        54.5149789
                                                    ],
                                                    [
                                                        13.3895483,
                                                        54.5264363
                                                    ],
                                                    [
                                                        13.3912948,
                                                        54.5332065
                                                    ],
                                                    [
                                                        13.3803796,
                                                        54.5391956
                                                    ],
                                                    [
                                                        13.3563663,
                                                        54.5415392
                                                    ],
                                                    [
                                                        13.3786332,
                                                        54.5545589
                                                    ],
                                                    [
                                                        13.382126,
                                                        54.540758
                                                    ],
                                                    [
                                                        13.4166179,
                                                        54.5136769
                                                    ],
                                                    [
                                                        13.4083224,
                                                        54.5022195
                                                    ],
                                                    [
                                                        13.4153081,
                                                        54.4886789
                                                    ],
                                                    [
                                                        13.4432509,
                                                        54.4821691
                                                    ],
                                                    [
                                                        13.4537294,
                                                        54.4665453
                                                    ],
                                                    [
                                                        13.4834186,
                                                        54.4785235
                                                    ],
                                                    [
                                                        13.5043757,
                                                        54.4740968
                                                    ],
                                                    [
                                                        13.4860383,
                                                        54.4694097
                                                    ],
                                                    [
                                                        13.4720669,
                                                        54.4490989
                                                    ],
                                                    [
                                                        13.507432,
                                                        54.4464949
                                                    ],
                                                    [
                                                        13.5021927,
                                                        54.4389434
                                                    ],
                                                    [
                                                        13.5161641,
                                                        54.4379019
                                                    ],
                                                    [
                                                        13.4908409,
                                                        54.4290484
                                                    ],
                                                    [
                                                        13.4847285,
                                                        54.431392
                                                    ],
                                                    [
                                                        13.5004463,
                                                        54.4410266
                                                    ],
                                                    [
                                                        13.4842919,
                                                        54.4368603
                                                    ],
                                                    [
                                                        13.4781794,
                                                        54.418893
                                                    ],
                                                    [
                                                        13.5410506,
                                                        54.4131643
                                                    ],
                                                    [
                                                        13.5441069,
                                                        54.4222781
                                                    ],
                                                    [
                                                        13.5214034,
                                                        54.427486
                                                    ],
                                                    [
                                                        13.5593881,
                                                        54.4334751
                                                    ],
                                                    [
                                                        13.5537122,
                                                        54.4418078
                                                    ],
                                                    [
                                                        13.526206,
                                                        54.4436306
                                                    ],
                                                    [
                                                        13.5480363,
                                                        54.4506612
                                                    ],
                                                    [
                                                        13.550656,
                                                        54.4688889
                                                    ],
                                                    [
                                                        13.5043757,
                                                        54.4746176
                                                    ],
                                                    [
                                                        13.5026293,
                                                        54.487377
                                                    ],
                                                    [
                                                        13.5166007,
                                                        54.5087294
                                                    ],
                                                    [
                                                        13.5069954,
                                                        54.5191452
                                                    ],
                                                    [
                                                        13.5152909,
                                                        54.5227907
                                                    ],
                                                    [
                                                        13.5043757,
                                                        54.5433619
                                                    ],
                                                    [
                                                        13.4498,
                                                        54.5459659
                                                    ],
                                                    [
                                                        13.4266599,
                                                        54.5639332
                                                    ],
                                                    [
                                                        13.3978439,
                                                        54.5678391
                                                    ],
                                                    [
                                                        13.3860555,
                                                        54.5764321
                                                    ],
                                                    [
                                                        13.3729573,
                                                        54.609242
                                                    ],
                                                    [
                                                        13.3576761,
                                                        54.6076796
                                                    ],
                                                    [
                                                        13.3498172,
                                                        54.5951806
                                                    ],
                                                    [
                                                        13.3292967,
                                                        54.5884103
                                                    ],
                                                    [
                                                        13.334536,
                                                        54.5766925
                                                    ],
                                                    [
                                                        13.2472148,
                                                        54.5524758
                                                    ],
                                                    [
                                                        13.2585665,
                                                        54.5845044
                                                    ],
                                                    [
                                                        13.2900022,
                                                        54.6235637
                                                    ],
                                                    [
                                                        13.2856361,
                                                        54.6407498
                                                    ],
                                                    [
                                                        13.2664254,
                                                        54.638927
                                                    ],
                                                    [
                                                        13.2275675,
                                                        54.6193974
                                                    ],
                                                    [
                                                        13.2297505,
                                                        54.6087212
                                                    ],
                                                    [
                                                        13.238046,
                                                        54.5951806
                                                    ],
                                                    [
                                                        13.2393559,
                                                        54.5891915
                                                    ],
                                                    [
                                                        13.2323702,
                                                        54.5912747
                                                    ],
                                                    [
                                                        13.2297505,
                                                        54.5821608
                                                    ],
                                                    [
                                                        13.1769212,
                                                        54.5553401
                                                    ],
                                                    [
                                                        13.1646962,
                                                        54.5527362
                                                    ],
                                                    [
                                                        13.1620766,
                                                        54.5542985
                                                    ],
                                                    [
                                                        13.1690623,
                                                        54.5688807
                                                    ],
                                                    [
                                                        13.2000613,
                                                        54.5782549
                                                    ],
                                                    [
                                                        13.2218916,
                                                        54.595441
                                                    ],
                                                    [
                                                        13.2288773,
                                                        54.60794
                                                    ],
                                                    [
                                                        13.2218916,
                                                        54.6352815
                                                    ],
                                                    [
                                                        13.252454,
                                                        54.6545507
                                                    ],
                                                    [
                                                        13.2904388,
                                                        54.6683517
                                                    ],
                                                    [
                                                        13.4310259,
                                                        54.6795487
                                                    ],
                                                    [
                                                        13.439758,
                                                        54.6714764
                                                    ],
                                                    [
                                                        13.4323357,
                                                        54.6574151
                                                    ],
                                                    [
                                                        13.3908582,
                                                        54.6454369
                                                    ],
                                                    [
                                                        13.3781966,
                                                        54.6295528
                                                    ],
                                                    [
                                                        13.3934778,
                                                        54.5943994
                                                    ],
                                                    [
                                                        13.4218572,
                                                        54.574349
                                                    ],
                                                    [
                                                        13.4615883,
                                                        54.5649748
                                                    ],
                                                    [
                                                        13.4681374,
                                                        54.5704431
                                                    ],
                                                    [
                                                        13.6375406,
                                                        54.5800777
                                                    ],
                                                    [
                                                        13.6816378,
                                                        54.5574233
                                                    ],
                                                    [
                                                        13.6833842,
                                                        54.5368521
                                                    ],
                                                    [
                                                        13.6707226,
                                                        54.51576
                                                    ],
                                                    [
                                                        13.6095978,
                                                        54.4931057
                                                    ],
                                                    [
                                                        13.5999925,
                                                        54.4709721
                                                    ],
                                                    [
                                                        13.5912603,
                                                        54.4806067
                                                    ],
                                                    [
                                                        13.5790354,
                                                        54.4738364
                                                    ],
                                                    [
                                                        13.5720497,
                                                        54.4631602
                                                    ],
                                                    [
                                                        13.5751059,
                                                        54.4441513
                                                    ],
                                                    [
                                                        13.6157103,
                                                        54.3980614
                                                    ],
                                                    [
                                                        13.6746521,
                                                        54.3957178
                                                    ],
                                                    [
                                                        13.7296644,
                                                        54.3496279
                                                    ],
                                                    [
                                                        13.7685224,
                                                        54.3358269
                                                    ],
                                                    [
                                                        13.7410162,
                                                        54.3295774
                                                    ],
                                                    [
                                                        13.7226787,
                                                        54.3090062
                                                    ],
                                                    [
                                                        13.7170029,
                                                        54.2907785
                                                    ],
                                                    [
                                                        13.7261716,
                                                        54.2686449
                                                    ],
                                                    [
                                                        13.7122002,
                                                        54.263437
                                                    ],
                                                    [
                                                        13.6868771,
                                                        54.2782795
                                                    ],
                                                    [
                                                        13.711327,
                                                        54.274634
                                                    ],
                                                    [
                                                        13.7052145,
                                                        54.2899973
                                                    ],
                                                    [
                                                        13.6637369,
                                                        54.2827063
                                                    ],
                                                    [
                                                        13.6484557,
                                                        54.2926013
                                                    ],
                                                    [
                                                        13.7021583,
                                                        54.3113497
                                                    ],
                                                    [
                                                        13.7056511,
                                                        54.3212448
                                                    ],
                                                    [
                                                        13.6733423,
                                                        54.3251507
                                                    ],
                                                    [
                                                        13.6777083,
                                                        54.3321814
                                                    ],
                                                    [
                                                        13.6842574,
                                                        54.3368685
                                                    ],
                                                    [
                                                        13.684694,
                                                        54.3438992
                                                    ],
                                                    [
                                                        13.6886235,
                                                        54.3462427
                                                    ],
                                                    [
                                                        13.6881869,
                                                        54.3483259
                                                    ],
                                                    [
                                                        13.6541316,
                                                        54.3423368
                                                    ],
                                                    [
                                                        13.6598075,
                                                        54.3577001
                                                    ],
                                                    [
                                                        13.6493289,
                                                        54.3579605
                                                    ],
                                                    [
                                                        13.6445263,
                                                        54.3532734
                                                    ],
                                                    [
                                                        13.6532584,
                                                        54.3438992
                                                    ],
                                                    [
                                                        13.6253156,
                                                        54.329317
                                                    ],
                                                    [
                                                        13.6305549,
                                                        54.3264527
                                                    ],
                                                    [
                                                        13.6170201,
                                                        54.3254111
                                                    ],
                                                    [
                                                        13.5934434,
                                                        54.3457219
                                                    ]
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Rostock",
                                        "kuerzel": "ROS",
                                        "kurznummer": "35"
                                    }
                                },
                                {
                                    "id": 4,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    10.4311058,
                                                    50.3931819
                                                ],
                                                [
                                                    10.4529361,
                                                    50.4028166
                                                ],
                                                [
                                                    10.4664709,
                                                    50.3757354
                                                ],
                                                [
                                                    10.4944137,
                                                    50.3746939
                                                ],
                                                [
                                                    10.4992164,
                                                    50.3650592
                                                ],
                                                [
                                                    10.4891744,
                                                    50.3627157
                                                ],
                                                [
                                                    10.4948503,
                                                    50.3538622
                                                ],
                                                [
                                                    10.5158074,
                                                    50.3595909
                                                ],
                                                [
                                                    10.5175538,
                                                    50.3494355
                                                ],
                                                [
                                                    10.5345815,
                                                    50.3647988
                                                ],
                                                [
                                                    10.5476797,
                                                    50.3640177
                                                ],
                                                [
                                                    10.557285,
                                                    50.3562058
                                                ],
                                                [
                                                    10.5577216,
                                                    50.3408425
                                                ],
                                                [
                                                    10.586101,
                                                    50.331989
                                                ],
                                                [
                                                    10.6432964,
                                                    50.3450088
                                                ],
                                                [
                                                    10.6764784,
                                                    50.333291
                                                ],
                                                [
                                                    10.6943793,
                                                    50.3127198
                                                ],
                                                [
                                                    10.7314908,
                                                    50.3377177
                                                ],
                                                [
                                                    10.7314908,
                                                    50.3483939
                                                ],
                                                [
                                                    10.7170828,
                                                    50.34579
                                                ],
                                                [
                                                    10.7183926,
                                                    50.3632365
                                                ],
                                                [
                                                    10.7576872,
                                                    50.3577682
                                                ],
                                                [
                                                    10.7882496,
                                                    50.3848493
                                                ],
                                                [
                                                    10.8074602,
                                                    50.3788602
                                                ],
                                                [
                                                    10.83322,
                                                    50.3924007
                                                ],
                                                [
                                                    10.8633458,
                                                    50.3871928
                                                ],
                                                [
                                                    10.8790636,
                                                    50.3963067
                                                ],
                                                [
                                                    10.8960913,
                                                    50.3799018
                                                ],
                                                [
                                                    10.9358224,
                                                    50.3921403
                                                ],
                                                [
                                                    10.9380055,
                                                    50.3910988
                                                ],
                                                [
                                                    10.9655116,
                                                    50.376777
                                                ],
                                                [
                                                    10.9593991,
                                                    50.368184
                                                ],
                                                [
                                                    10.9886518,
                                                    50.347092
                                                ],
                                                [
                                                    11.0017499,
                                                    50.3499563
                                                ],
                                                [
                                                    10.9960741,
                                                    50.3650592
                                                ],
                                                [
                                                    11.0362418,
                                                    50.3608929
                                                ],
                                                [
                                                    11.0344954,
                                                    50.3536018
                                                ],
                                                [
                                                    11.0462837,
                                                    50.3520395
                                                ],
                                                [
                                                    11.0331856,
                                                    50.3509979
                                                ],
                                                [
                                                    11.0458471,
                                                    50.344488
                                                ],
                                                [
                                                    11.0890711,
                                                    50.3520395
                                                ],
                                                [
                                                    11.092564,
                                                    50.36558
                                                ],
                                                [
                                                    11.1165773,
                                                    50.3666216
                                                ],
                                                [
                                                    11.1183237,
                                                    50.3666216
                                                ],
                                                [
                                                    11.119197,
                                                    50.3494355
                                                ],
                                                [
                                                    11.1419005,
                                                    50.3533415
                                                ],
                                                [
                                                    11.162421,
                                                    50.3299059
                                                ],
                                                [
                                                    11.1340416,
                                                    50.3088139
                                                ],
                                                [
                                                    11.1484496,
                                                    50.2848575
                                                ],
                                                [
                                                    11.1611111,
                                                    50.2887634
                                                ],
                                                [
                                                    11.1868709,
                                                    50.2806912
                                                ],
                                                [
                                                    11.1763923,
                                                    50.2705358
                                                ],
                                                [
                                                    11.1908003,
                                                    50.2689734
                                                ],
                                                [
                                                    11.2008423,
                                                    50.2913674
                                                ],
                                                [
                                                    11.255418,
                                                    50.267411
                                                ],
                                                [
                                                    11.255418,
                                                    50.267411
                                                ],
                                                [
                                                    11.2650234,
                                                    50.2741813
                                                ],
                                                [
                                                    11.2541082,
                                                    50.2986584
                                                ],
                                                [
                                                    11.2733189,
                                                    50.3067307
                                                ],
                                                [
                                                    11.2593475,
                                                    50.322094
                                                ],
                                                [
                                                    11.2641502,
                                                    50.3374573
                                                ],
                                                [
                                                    11.279868,
                                                    50.3356346
                                                ],
                                                [
                                                    11.2650234,
                                                    50.3520395
                                                ],
                                                [
                                                    11.2868537,
                                                    50.3603721
                                                ],
                                                [
                                                    11.2794314,
                                                    50.3801622
                                                ],
                                                [
                                                    11.2672064,
                                                    50.386672
                                                ],
                                                [
                                                    11.2733189,
                                                    50.3939631
                                                ],
                                                [
                                                    11.2615305,
                                                    50.3994314
                                                ],
                                                [
                                                    11.2720091,
                                                    50.4189611
                                                ],
                                                [
                                                    11.2706993,
                                                    50.4343244
                                                ],
                                                [
                                                    11.2488689,
                                                    50.4486461
                                                ],
                                                [
                                                    11.2580377,
                                                    50.4561976
                                                ],
                                                [
                                                    11.2501788,
                                                    50.47755
                                                ],
                                                [
                                                    11.2920929,
                                                    50.4851015
                                                ],
                                                [
                                                    11.2947126,
                                                    50.4746857
                                                ],
                                                [
                                                    11.3034447,
                                                    50.4879658
                                                ],
                                                [
                                                    11.3235286,
                                                    50.4884866
                                                ],
                                                [
                                                    11.3235286,
                                                    50.4903094
                                                ],
                                                [
                                                    11.3244018,
                                                    50.5080162
                                                ],
                                                [
                                                    11.3497249,
                                                    50.511141
                                                ],
                                                [
                                                    11.3497249,
                                                    50.521036
                                                ],
                                                [
                                                    11.4121596,
                                                    50.5153073
                                                ],
                                                [
                                                    11.4304971,
                                                    50.5134846
                                                ],
                                                [
                                                    11.4326801,
                                                    50.511141
                                                ],
                                                [
                                                    11.4440318,
                                                    50.4996836
                                                ],
                                                [
                                                    11.438356,
                                                    50.4916113
                                                ],
                                                [
                                                    11.4217649,
                                                    50.4929133
                                                ],
                                                [
                                                    11.4287506,
                                                    50.4840599
                                                ],
                                                [
                                                    11.4204551,
                                                    50.4811955
                                                ],
                                                [
                                                    11.4182721,
                                                    50.467655
                                                ],
                                                [
                                                    11.4265676,
                                                    50.4619263
                                                ],
                                                [
                                                    11.4226382,
                                                    50.4442194
                                                ],
                                                [
                                                    11.4540738,
                                                    50.4309392
                                                ],
                                                [
                                                    11.4462149,
                                                    50.420263
                                                ],
                                                [
                                                    11.4667354,
                                                    50.4319808
                                                ],
                                                [
                                                    11.4846362,
                                                    50.4311996
                                                ],
                                                [
                                                    11.4911853,
                                                    50.4158363
                                                ],
                                                [
                                                    11.4811434,
                                                    50.4007334
                                                ],
                                                [
                                                    11.5213111,
                                                    50.3955255
                                                ],
                                                [
                                                    11.5221843,
                                                    50.3736523
                                                ],
                                                [
                                                    11.5623521,
                                                    50.3835473
                                                ],
                                                [
                                                    11.5758869,
                                                    50.3996918
                                                ],
                                                [
                                                    11.5972806,
                                                    50.4022958
                                                ],
                                                [
                                                    11.6274064,
                                                    50.3864117
                                                ],
                                                [
                                                    11.6867848,
                                                    50.3924007
                                                ],
                                                [
                                                    11.7103615,
                                                    50.4033373
                                                ],
                                                [
                                                    11.716474,
                                                    50.3963067
                                                ],
                                                [
                                                    11.747473,
                                                    50.4101076
                                                ],
                                                [
                                                    11.7636275,
                                                    50.4046393
                                                ],
                                                [
                                                    11.7540221,
                                                    50.4142739
                                                ],
                                                [
                                                    11.7749792,
                                                    50.4108888
                                                ],
                                                [
                                                    11.7832747,
                                                    50.4184403
                                                ],
                                                [
                                                    11.800739,
                                                    50.4166175
                                                ],
                                                [
                                                    11.8199496,
                                                    50.4002126
                                                ],
                                                [
                                                    11.8282452,
                                                    50.4038581
                                                ],
                                                [
                                                    11.8212595,
                                                    50.3934423
                                                ],
                                                [
                                                    11.8273719,
                                                    50.389276
                                                ],
                                                [
                                                    11.8688495,
                                                    50.400473
                                                ],
                                                [
                                                    11.8880602,
                                                    50.4155759
                                                ],
                                                [
                                                    11.9373967,
                                                    50.4233878
                                                ],
                                                [
                                                    11.9378333,
                                                    50.4233878
                                                ],
                                                [
                                                    11.9570439,
                                                    50.4072433
                                                ],
                                                [
                                                    11.9518047,
                                                    50.3947443
                                                ],
                                                [
                                                    11.9675225,
                                                    50.3994314
                                                ],
                                                [
                                                    11.9862965,
                                                    50.3895364
                                                ],
                                                [
                                                    11.9814939,
                                                    50.3687048
                                                ],
                                                [
                                                    11.9876064,
                                                    50.3645384
                                                ],
                                                [
                                                    11.9753814,
                                                    50.3517791
                                                ],
                                                [
                                                    12.0172956,
                                                    50.3473524
                                                ],
                                                [
                                                    12.0517874,
                                                    50.323396
                                                ],
                                                [
                                                    12.0487312,
                                                    50.3309475
                                                ],
                                                [
                                                    12.0535339,
                                                    50.3301663
                                                ],
                                                [
                                                    12.0827865,
                                                    50.3265207
                                                ],
                                                [
                                                    12.0941382,
                                                    50.3322494
                                                ],
                                                [
                                                    12.0928284,
                                                    50.3239168
                                                ],
                                                [
                                                    12.1207712,
                                                    50.3153237
                                                ],
                                                [
                                                    12.1286301,
                                                    50.3069911
                                                ],
                                                [
                                                    12.122081,
                                                    50.298398
                                                ],
                                                [
                                                    12.1417283,
                                                    50.2757437
                                                ],
                                                [
                                                    12.1002507,
                                                    50.2619427
                                                ],
                                                [
                                                    12.1050534,
                                                    50.2551724
                                                ],
                                                [
                                                    12.093265,
                                                    50.2520477
                                                ],
                                                [
                                                    12.1295033,
                                                    50.2322576
                                                ],
                                                [
                                                    12.1539533,
                                                    50.2353824
                                                ],
                                                [
                                                    12.1482774,
                                                    50.2301745
                                                ],
                                                [
                                                    12.1648684,
                                                    50.2231438
                                                ],
                                                [
                                                    12.1622488,
                                                    50.2109052
                                                ],
                                                [
                                                    12.1779666,
                                                    50.212728
                                                ],
                                                [
                                                    12.1853889,
                                                    50.198927
                                                ],
                                                [
                                                    12.1997969,
                                                    50.1986667
                                                ],
                                                [
                                                    12.1915014,
                                                    50.1952815
                                                ],
                                                [
                                                    12.2037263,
                                                    50.1885112
                                                ],
                                                [
                                                    12.2098388,
                                                    50.169242
                                                ],
                                                [
                                                    12.218571,
                                                    50.16794
                                                ],
                                                [
                                                    12.1980505,
                                                    50.1429421
                                                ],
                                                [
                                                    12.2024165,
                                                    50.110653
                                                ],
                                                [
                                                    12.2133317,
                                                    50.1015392
                                                ],
                                                [
                                                    12.2312325,
                                                    50.1023204
                                                ],
                                                [
                                                    12.2342888,
                                                    50.0942481
                                                ],
                                                [
                                                    12.24957,
                                                    50.0973729
                                                ],
                                                [
                                                    12.2779494,
                                                    50.0762809
                                                ],
                                                [
                                                    12.2635414,
                                                    50.0583136
                                                ],
                                                [
                                                    12.3198636,
                                                    50.0531057
                                                ],
                                                [
                                                    12.3285957,
                                                    50.0327949
                                                ],
                                                [
                                                    12.3425671,
                                                    50.0393047
                                                ],
                                                [
                                                    12.3700732,
                                                    50.0174315
                                                ],
                                                [
                                                    12.4032553,
                                                    50.0148276
                                                ],
                                                [
                                                    12.4050017,
                                                    50.0049326
                                                ],
                                                [
                                                    12.4342543,
                                                    50.0023286
                                                ],
                                                [
                                                    12.4381838,
                                                    49.9934752
                                                ],
                                                [
                                                    12.4285785,
                                                    49.9908712
                                                ],
                                                [
                                                    12.4342543,
                                                    49.9843613
                                                ],
                                                [
                                                    12.4635069,
                                                    49.9947771
                                                ],
                                                [
                                                    12.4792248,
                                                    49.9807158
                                                ],
                                                [
                                                    12.4927595,
                                                    49.981497
                                                ],
                                                [
                                                    12.5023649,
                                                    49.9718624
                                                ],
                                                [
                                                    12.4726757,
                                                    49.9481664
                                                ],
                                                [
                                                    12.4774783,
                                                    49.9385318
                                                ],
                                                [
                                                    12.5434058,
                                                    49.92421
                                                ],
                                                [
                                                    12.5538844,
                                                    49.9093675
                                                ],
                                                [
                                                    12.5477719,
                                                    49.8955665
                                                ],
                                                [
                                                    12.5241952,
                                                    49.8817656
                                                ],
                                                [
                                                    12.5145898,
                                                    49.8593716
                                                ],
                                                [
                                                    12.5006185,
                                                    49.857028
                                                ],
                                                [
                                                    12.5006185,
                                                    49.8374984
                                                ],
                                                [
                                                    12.4857738,
                                                    49.8419251
                                                ],
                                                [
                                                    12.4757319,
                                                    49.8335925
                                                ],
                                                [
                                                    12.4761685,
                                                    49.8151044
                                                ],
                                                [
                                                    12.4665632,
                                                    49.8101569
                                                ],
                                                [
                                                    12.4752953,
                                                    49.7862005
                                                ],
                                                [
                                                    12.4045651,
                                                    49.7578174
                                                ],
                                                [
                                                    12.3805518,
                                                    49.7567759
                                                ],
                                                [
                                                    12.3875375,
                                                    49.7606818
                                                ],
                                                [
                                                    12.3753125,
                                                    49.7710976
                                                ],
                                                [
                                                    12.338201,
                                                    49.7585986
                                                ],
                                                [
                                                    12.2858083,
                                                    49.7710976
                                                ],
                                                [
                                                    12.266161,
                                                    49.762765
                                                ],
                                                [
                                                    12.2687806,
                                                    49.7513076
                                                ],
                                                [
                                                    12.2491334,
                                                    49.7479224
                                                ],
                                                [
                                                    12.235162,
                                                    49.7328195
                                                ],
                                                [
                                                    12.2133317,
                                                    49.7257888
                                                ],
                                                [
                                                    12.2347254,
                                                    49.7052176
                                                ],
                                                [
                                                    12.2259933,
                                                    49.7059988
                                                ],
                                                [
                                                    12.2286129,
                                                    49.6984473
                                                ],
                                                [
                                                    12.2216272,
                                                    49.6966245
                                                ],
                                                [
                                                    12.2500066,
                                                    49.6945414
                                                ],
                                                [
                                                    12.2945404,
                                                    49.6750117
                                                ],
                                                [
                                                    12.2836253,
                                                    49.6669395
                                                ],
                                                [
                                                    12.2731467,
                                                    49.6682415
                                                ],
                                                [
                                                    12.2709637,
                                                    49.6770949
                                                ],
                                                [
                                                    12.2578655,
                                                    49.6747513
                                                ],
                                                [
                                                    12.2692173,
                                                    49.6596484
                                                ],
                                                [
                                                    12.2569923,
                                                    49.6487118
                                                ],
                                                [
                                                    12.2591753,
                                                    49.6341297
                                                ],
                                                [
                                                    12.2364718,
                                                    49.6325673
                                                ],
                                                [
                                                    12.2404013,
                                                    49.6401188
                                                ],
                                                [
                                                    12.2316691,
                                                    49.648191
                                                ],
                                                [
                                                    12.2369084,
                                                    49.6492326
                                                ],
                                                [
                                                    12.2120219,
                                                    49.6625128
                                                ],
                                                [
                                                    12.1936844,
                                                    49.6406396
                                                ],
                                                [
                                                    12.1526434,
                                                    49.6401188
                                                ],
                                                [
                                                    12.1426015,
                                                    49.6164228
                                                ],
                                                [
                                                    12.1216444,
                                                    49.6174644
                                                ],
                                                [
                                                    12.0967579,
                                                    49.5968932
                                                ],
                                                [
                                                    12.0670687,
                                                    49.6114753
                                                ],
                                                [
                                                    12.0448018,
                                                    49.6096525
                                                ],
                                                [
                                                    12.045675,
                                                    49.6187664
                                                ],
                                                [
                                                    12.0299571,
                                                    49.6205891
                                                ],
                                                [
                                                    12.0299571,
                                                    49.6307445
                                                ],
                                                [
                                                    11.9928456,
                                                    49.6291822
                                                ],
                                                [
                                                    11.9819305,
                                                    49.6317861
                                                ],
                                                [
                                                    11.9814939,
                                                    49.6398584
                                                ],
                                                [
                                                    11.9478752,
                                                    49.6442851
                                                ],
                                                [
                                                    11.9208056,
                                                    49.638296
                                                ],
                                                [
                                                    11.9020316,
                                                    49.6437643
                                                ],
                                                [
                                                    11.8780182,
                                                    49.6346505
                                                ],
                                                [
                                                    11.833921,
                                                    49.6406396
                                                ],
                                                [
                                                    11.8120907,
                                                    49.6539197
                                                ],
                                                [
                                                    11.7824015,
                                                    49.649493
                                                ],
                                                [
                                                    11.761881,
                                                    49.6330881
                                                ],
                                                [
                                                    11.743107,
                                                    49.6338693
                                                ],
                                                [
                                                    11.7426704,
                                                    49.6161624
                                                ],
                                                [
                                                    11.7278258,
                                                    49.6018407
                                                ],
                                                [
                                                    11.7754158,
                                                    49.5646041
                                                ],
                                                [
                                                    11.7300088,
                                                    49.5578339
                                                ],
                                                [
                                                    11.7374311,
                                                    49.5466369
                                                ],
                                                [
                                                    11.728699,
                                                    49.540127
                                                ],
                                                [
                                                    11.7479096,
                                                    49.5390854
                                                ],
                                                [
                                                    11.761881,
                                                    49.5198162
                                                ],
                                                [
                                                    11.8526951,
                                                    49.4893499
                                                ],
                                                [
                                                    11.8518219,
                                                    49.484142
                                                ],
                                                [
                                                    11.877145,
                                                    49.4971618
                                                ],
                                                [
                                                    11.8898066,
                                                    49.48284
                                                ],
                                                [
                                                    11.8902432,
                                                    49.4669559
                                                ],
                                                [
                                                    11.9277913,
                                                    49.464352
                                                ],
                                                [
                                                    11.9286645,
                                                    49.4570609
                                                ],
                                                [
                                                    11.9391431,
                                                    49.4547173
                                                ],
                                                [
                                                    11.9400163,
                                                    49.4403956
                                                ],
                                                [
                                                    11.9194958,
                                                    49.4255531
                                                ],
                                                [
                                                    11.9439458,
                                                    49.4216471
                                                ],
                                                [
                                                    11.9522413,
                                                    49.4120125
                                                ],
                                                [
                                                    11.9212422,
                                                    49.3982116
                                                ],
                                                [
                                                    11.930411,
                                                    49.3935244
                                                ],
                                                [
                                                    11.9273547,
                                                    49.3771195
                                                ],
                                                [
                                                    11.9024682,
                                                    49.3711304
                                                ],
                                                [
                                                    11.8570612,
                                                    49.3786819
                                                ],
                                                [
                                                    11.8400335,
                                                    49.3711304
                                                ],
                                                [
                                                    11.8374139,
                                                    49.33129
                                                ],
                                                [
                                                    11.7867676,
                                                    49.3258217
                                                ],
                                                [
                                                    11.7754158,
                                                    49.3383206
                                                ],
                                                [
                                                    11.7483463,
                                                    49.3372791
                                                ],
                                                [
                                                    11.7391775,
                                                    49.3526424
                                                ],
                                                [
                                                    11.7535855,
                                                    49.3588919
                                                ],
                                                [
                                                    11.743107,
                                                    49.364881
                                                ],
                                                [
                                                    11.7518391,
                                                    49.3700889
                                                ],
                                                [
                                                    11.7400507,
                                                    49.3802443
                                                ],
                                                [
                                                    11.7435436,
                                                    49.3953472
                                                ],
                                                [
                                                    11.7103615,
                                                    49.3966492
                                                ],
                                                [
                                                    11.7059955,
                                                    49.4047214
                                                ],
                                                [
                                                    11.7177838,
                                                    49.415658
                                                ],
                                                [
                                                    11.7125446,
                                                    49.4180016
                                                ],
                                                [
                                                    11.6824187,
                                                    49.4138353
                                                ],
                                                [
                                                    11.683292,
                                                    49.407065
                                                ],
                                                [
                                                    11.6592786,
                                                    49.3976908
                                                ],
                                                [
                                                    11.6618983,
                                                    49.3922225
                                                ],
                                                [
                                                    11.642251,
                                                    49.3950868
                                                ],
                                                [
                                                    11.6308992,
                                                    49.385973
                                                ],
                                                [
                                                    11.615618,
                                                    49.3974304
                                                ],
                                                [
                                                    11.5911681,
                                                    49.3901393
                                                ],
                                                [
                                                    11.5763235,
                                                    49.4023779
                                                ],
                                                [
                                                    11.5758869,
                                                    49.4153976
                                                ],
                                                [
                                                    11.5654083,
                                                    49.4190432
                                                ],
                                                [
                                                    11.5400852,
                                                    49.4094086
                                                ],
                                                [
                                                    11.4855094,
                                                    49.4273758
                                                ],
                                                [
                                                    11.467172,
                                                    49.4221679
                                                ],
                                                [
                                                    11.4614961,
                                                    49.4328441
                                                ],
                                                [
                                                    11.4518908,
                                                    49.4286778
                                                ],
                                                [
                                                    11.4483979,
                                                    49.4143561
                                                ],
                                                [
                                                    11.4614961,
                                                    49.4161788
                                                ],
                                                [
                                                    11.4667354,
                                                    49.4055026
                                                ],
                                                [
                                                    11.4828898,
                                                    49.404461
                                                ],
                                                [
                                                    11.4881291,
                                                    49.3995135
                                                ],
                                                [
                                                    11.4833264,
                                                    49.3828482
                                                ],
                                                [
                                                    11.5038469,
                                                    49.3792027
                                                ],
                                                [
                                                    11.4955514,
                                                    49.3729532
                                                ],
                                                [
                                                    11.5021004,
                                                    49.3596731
                                                ],
                                                [
                                                    11.4850728,
                                                    49.3484761
                                                ],
                                                [
                                                    11.4916219,
                                                    49.3292068
                                                ],
                                                [
                                                    11.4846362,
                                                    49.3172286
                                                ],
                                                [
                                                    11.4977344,
                                                    49.3078544
                                                ],
                                                [
                                                    11.5383388,
                                                    49.3133227
                                                ],
                                                [
                                                    11.5894217,
                                                    49.2745238
                                                ],
                                                [
                                                    11.5431414,
                                                    49.26541
                                                ],
                                                [
                                                    11.5352825,
                                                    49.2693159
                                                ],
                                                [
                                                    11.5173817,
                                                    49.250307
                                                ],
                                                [
                                                    11.4986076,
                                                    49.2536922
                                                ],
                                                [
                                                    11.4929317,
                                                    49.2122893
                                                ],
                                                [
                                                    11.4824532,
                                                    49.208123
                                                ],
                                                [
                                                    11.4737211,
                                                    49.1974468
                                                ],
                                                [
                                                    11.4881291,
                                                    49.1800003
                                                ],
                                                [
                                                    11.4929317,
                                                    49.1823439
                                                ],
                                                [
                                                    11.4903121,
                                                    49.1706261
                                                ],
                                                [
                                                    11.452764,
                                                    49.1635954
                                                ],
                                                [
                                                    11.4492711,
                                                    49.1451073
                                                ],
                                                [
                                                    11.3846534,
                                                    49.1643766
                                                ],
                                                [
                                                    11.3833436,
                                                    49.1479717
                                                ],
                                                [
                                                    11.3912025,
                                                    49.1469301
                                                ],
                                                [
                                                    11.3842168,
                                                    49.1406806
                                                ],
                                                [
                                                    11.3999346,
                                                    49.1307856
                                                ],
                                                [
                                                    11.3842168,
                                                    49.1177658
                                                ],
                                                [
                                                    11.3278946,
                                                    49.1177658
                                                ],
                                                [
                                                    11.3226554,
                                                    49.1352123
                                                ],
                                                [
                                                    11.3082474,
                                                    49.1271401
                                                ],
                                                [
                                                    11.2872903,
                                                    49.1315668
                                                ],
                                                [
                                                    11.2934028,
                                                    49.1029233
                                                ],
                                                [
                                                    11.2715725,
                                                    49.096153
                                                ],
                                                [
                                                    11.284234,
                                                    49.0839144
                                                ],
                                                [
                                                    11.2968956,
                                                    49.0833937
                                                ],
                                                [
                                                    11.2968956,
                                                    49.076363
                                                ],
                                                [
                                                    11.2807412,
                                                    49.0628224
                                                ],
                                                [
                                                    11.2641502,
                                                    49.0630828
                                                ],
                                                [
                                                    11.2689528,
                                                    49.0583957
                                                ],
                                                [
                                                    11.2506154,
                                                    49.0477195
                                                ],
                                                [
                                                    11.2047717,
                                                    49.0479799
                                                ],
                                                [
                                                    11.1825048,
                                                    49.0266275
                                                ],
                                                [
                                                    11.1925468,
                                                    49.0235027
                                                ],
                                                [
                                                    11.1886173,
                                                    49.0146493
                                                ],
                                                [
                                                    11.1663504,
                                                    49.0154305
                                                ],
                                                [
                                                    11.1676602,
                                                    49.0050147
                                                ],
                                                [
                                                    11.1584915,
                                                    49.0031919
                                                ],
                                                [
                                                    11.1654772,
                                                    48.996682
                                                ],
                                                [
                                                    11.1462665,
                                                    48.9919949
                                                ],
                                                [
                                                    11.1510692,
                                                    48.985485
                                                ],
                                                [
                                                    11.1440835,
                                                    48.965695
                                                ],
                                                [
                                                    11.0921274,
                                                    48.9623099
                                                ],
                                                [
                                                    11.0602551,
                                                    48.9690801
                                                ],
                                                [
                                                    11.0537061,
                                                    48.9787148
                                                ],
                                                [
                                                    11.065931,
                                                    48.9834019
                                                ],
                                                [
                                                    11.0785926,
                                                    49.0063167
                                                ],
                                                [
                                                    11.0729167,
                                                    49.0099622
                                                ],
                                                [
                                                    11.0777194,
                                                    49.0193364
                                                ],
                                                [
                                                    11.0685507,
                                                    49.0240235
                                                ],
                                                [
                                                    11.0772828,
                                                    49.0367829
                                                ],
                                                [
                                                    11.0318757,
                                                    49.053969
                                                ],
                                                [
                                                    11.0043696,
                                                    49.04147
                                                ],
                                                [
                                                    10.9799196,
                                                    49.0461571
                                                ],
                                                [
                                                    10.9960741,
                                                    49.0623016
                                                ],
                                                [
                                                    10.991708,
                                                    49.0771442
                                                ],
                                                [
                                                    10.9781732,
                                                    49.0794877
                                                ],
                                                [
                                                    10.9812294,
                                                    49.0899035
                                                ],
                                                [
                                                    10.9432447,
                                                    49.084956
                                                ],
                                                [
                                                    10.9257805,
                                                    49.0943303
                                                ],
                                                [
                                                    10.9091895,
                                                    49.0839144
                                                ],
                                                [
                                                    10.888669,
                                                    49.1013609
                                                ],
                                                [
                                                    10.8799368,
                                                    49.0984966
                                                ],
                                                [
                                                    10.8725145,
                                                    49.1109956
                                                ],
                                                [
                                                    10.8550503,
                                                    49.0914659
                                                ],
                                                [
                                                    10.8144459,
                                                    49.0995382
                                                ],
                                                [
                                                    10.8266709,
                                                    49.1253173
                                                ],
                                                [
                                                    10.8506842,
                                                    49.1287024
                                                ],
                                                [
                                                    10.8349664,
                                                    49.1383371
                                                ],
                                                [
                                                    10.8650922,
                                                    49.1393786
                                                ],
                                                [
                                                    10.8541771,
                                                    49.1427638
                                                ],
                                                [
                                                    10.8650922,
                                                    49.1482321
                                                ],
                                                [
                                                    10.8502476,
                                                    49.1487529
                                                ],
                                                [
                                                    10.8559235,
                                                    49.1513568
                                                ],
                                                [
                                                    10.8371495,
                                                    49.154742
                                                ],
                                                [
                                                    10.845445,
                                                    49.1594291
                                                ],
                                                [
                                                    10.8161924,
                                                    49.1685429
                                                ],
                                                [
                                                    10.847628,
                                                    49.1938013
                                                ],
                                                [
                                                    10.7952353,
                                                    49.2021339
                                                ],
                                                [
                                                    10.7817005,
                                                    49.1974468
                                                ],
                                                [
                                                    10.787813,
                                                    49.209425
                                                ],
                                                [
                                                    10.7672925,
                                                    49.2146329
                                                ],
                                                [
                                                    10.7768978,
                                                    49.2219239
                                                ],
                                                [
                                                    10.7646729,
                                                    49.2281734
                                                ],
                                                [
                                                    10.7655461,
                                                    49.2365061
                                                ],
                                                [
                                                    10.744589,
                                                    49.2443179
                                                ],
                                                [
                                                    10.7537577,
                                                    49.2547338
                                                ],
                                                [
                                                    10.7764612,
                                                    49.2596813
                                                ],
                                                [
                                                    10.7681657,
                                                    49.2667119
                                                ],
                                                [
                                                    10.7747148,
                                                    49.2771277
                                                ],
                                                [
                                                    10.7428426,
                                                    49.2859812
                                                ],
                                                [
                                                    10.7376033,
                                                    49.2909287
                                                ],
                                                [
                                                    10.7437158,
                                                    49.2958762
                                                ],
                                                [
                                                    10.7310542,
                                                    49.3023861
                                                ],
                                                [
                                                    10.7026748,
                                                    49.2958762
                                                ],
                                                [
                                                    10.6948159,
                                                    49.3005633
                                                ],
                                                [
                                                    10.701365,
                                                    49.3044693
                                                ],
                                                [
                                                    10.672549,
                                                    49.3083752
                                                ],
                                                [
                                                    10.6529017,
                                                    49.3226969
                                                ],
                                                [
                                                    10.5948331,
                                                    49.3331127
                                                ],
                                                [
                                                    10.590467,
                                                    49.3430078
                                                ],
                                                [
                                                    10.5677635,
                                                    49.35108
                                                ],
                                                [
                                                    10.5830447,
                                                    49.364881
                                                ],
                                                [
                                                    10.571693,
                                                    49.3713908
                                                ],
                                                [
                                                    10.5791153,
                                                    49.3789423
                                                ],
                                                [
                                                    10.5743126,
                                                    49.3877957
                                                ],
                                                [
                                                    10.5524823,
                                                    49.3851918
                                                ],
                                                [
                                                    10.5520457,
                                                    49.3661829
                                                ],
                                                [
                                                    10.5040191,
                                                    49.3703493
                                                ],
                                                [
                                                    10.470837,
                                                    49.3901393
                                                ],
                                                [
                                                    10.4577388,
                                                    49.3854522
                                                ],
                                                [
                                                    10.4145148,
                                                    49.3943056
                                                ],
                                                [
                                                    10.4049095,
                                                    49.4026383
                                                ],
                                                [
                                                    10.3870086,
                                                    49.4013363
                                                ],
                                                [
                                                    10.3887551,
                                                    49.4133145
                                                ],
                                                [
                                                    10.3525168,
                                                    49.4107105
                                                ],
                                                [
                                                    10.3459677,
                                                    49.4338857
                                                ],
                                                [
                                                    10.2927017,
                                                    49.4140957
                                                ],
                                                [
                                                    10.2791669,
                                                    49.4333649
                                                ],
                                                [
                                                    10.2682518,
                                                    49.4341461
                                                ],
                                                [
                                                    10.2490411,
                                                    49.4526342
                                                ],
                                                [
                                                    10.2717446,
                                                    49.4682579
                                                ],
                                                [
                                                    10.2468581,
                                                    49.4750282
                                                ],
                                                [
                                                    10.2372528,
                                                    49.4885687
                                                ],
                                                [
                                                    10.1874797,
                                                    49.4916935
                                                ],
                                                [
                                                    10.1761279,
                                                    49.4758093
                                                ],
                                                [
                                                    10.1499316,
                                                    49.4802361
                                                ],
                                                [
                                                    10.1189325,
                                                    49.4732054
                                                ],
                                                [
                                                    10.1032147,
                                                    49.4919539
                                                ],
                                                [
                                                    10.1241718,
                                                    49.5112231
                                                ],
                                                [
                                                    10.0826942,
                                                    49.5133063
                                                ],
                                                [
                                                    10.081821,
                                                    49.527628
                                                ],
                                                [
                                                    10.0949192,
                                                    49.5346587
                                                ],
                                                [
                                                    10.0866237,
                                                    49.5437725
                                                ],
                                                [
                                                    10.0726523,
                                                    49.5927268
                                                ],
                                                [
                                                    10.1027781,
                                                    49.6195475
                                                ],
                                                [
                                                    10.1512414,
                                                    49.6122565
                                                ],
                                                [
                                                    10.1604101,
                                                    49.5945496
                                                ],
                                                [
                                                    10.1752547,
                                                    49.5877793
                                                ],
                                                [
                                                    10.1778743,
                                                    49.5994971
                                                ],
                                                [
                                                    10.2027609,
                                                    49.6031426
                                                ],
                                                [
                                                    10.2031975,
                                                    49.6265782
                                                ],
                                                [
                                                    10.2210983,
                                                    49.6330881
                                                ],
                                                [
                                                    10.2848428,
                                                    49.6192871
                                                ],
                                                [
                                                    10.3044901,
                                                    49.6273594
                                                ],
                                                [
                                                    10.3092928,
                                                    49.6213703
                                                ],
                                                [
                                                    10.3512069,
                                                    49.6224119
                                                ],
                                                [
                                                    10.3909381,
                                                    49.6343901
                                                ],
                                                [
                                                    10.3608123,
                                                    49.6776157
                                                ],
                                                [
                                                    10.3905015,
                                                    49.6908959
                                                ],
                                                [
                                                    10.3359257,
                                                    49.6984473
                                                ],
                                                [
                                                    10.3450945,
                                                    49.7046968
                                                ],
                                                [
                                                    10.3560096,
                                                    49.7000097
                                                ],
                                                [
                                                    10.3743471,
                                                    49.7138106
                                                ],
                                                [
                                                    10.355573,
                                                    49.7218829
                                                ],
                                                [
                                                    10.3560096,
                                                    49.7283928
                                                ],
                                                [
                                                    10.3455311,
                                                    49.725268
                                                ],
                                                [
                                                    10.3394186,
                                                    49.7351631
                                                ],
                                                [
                                                    10.3154052,
                                                    49.72657
                                                ],
                                                [
                                                    10.2791669,
                                                    49.7309967
                                                ],
                                                [
                                                    10.2839696,
                                                    49.740371
                                                ],
                                                [
                                                    10.2752375,
                                                    49.7520887
                                                ],
                                                [
                                                    10.254717,
                                                    49.7750035
                                                ],
                                                [
                                                    10.2376894,
                                                    49.7770867
                                                ],
                                                [
                                                    10.2376894,
                                                    49.793752
                                                ],
                                                [
                                                    10.2782937,
                                                    49.7908876
                                                ],
                                                [
                                                    10.2878991,
                                                    49.7973975
                                                ],
                                                [
                                                    10.2748009,
                                                    49.8026054
                                                ],
                                                [
                                                    10.28135,
                                                    49.8101569
                                                ],
                                                [
                                                    10.254717,
                                                    49.8143232
                                                ],
                                                [
                                                    10.2603929,
                                                    49.8190103
                                                ],
                                                [
                                                    10.2512242,
                                                    49.8190103
                                                ],
                                                [
                                                    10.242492,
                                                    49.8330717
                                                ],
                                                [
                                                    10.2184787,
                                                    49.8283846
                                                ],
                                                [
                                                    10.2154225,
                                                    49.8197915
                                                ],
                                                [
                                                    10.1735083,
                                                    49.8395816
                                                ],
                                                [
                                                    10.168269,
                                                    49.8578092
                                                ],
                                                [
                                                    10.1477485,
                                                    49.8624963
                                                ],
                                                [
                                                    10.1429459,
                                                    49.8723914
                                                ],
                                                [
                                                    10.1442557,
                                                    49.890619
                                                ],
                                                [
                                                    10.1573539,
                                                    49.8986913
                                                ],
                                                [
                                                    10.1551708,
                                                    49.9052012
                                                ],
                                                [
                                                    10.1058343,
                                                    49.9096279
                                                ],
                                                [
                                                    10.1093272,
                                                    49.9286367
                                                ],
                                                [
                                                    10.0726523,
                                                    49.9320219
                                                ],
                                                [
                                                    10.0599907,
                                                    49.9216061
                                                ],
                                                [
                                                    10.0538782,
                                                    49.9249912
                                                ],
                                                [
                                                    10.0560613,
                                                    49.9117111
                                                ],
                                                [
                                                    10.0276819,
                                                    49.8971289
                                                ],
                                                [
                                                    10.0036685,
                                                    49.9002537
                                                ],
                                                [
                                                    9.9918802,
                                                    49.9127526
                                                ],
                                                [
                                                    9.9962462,
                                                    49.9218665
                                                ],
                                                [
                                                    9.9888239,
                                                    49.9197833
                                                ],
                                                [
                                                    9.9993025,
                                                    49.9351466
                                                ],
                                                [
                                                    9.9914436,
                                                    49.9416565
                                                ],
                                                [
                                                    9.9565151,
                                                    49.9385318
                                                ],
                                                [
                                                    9.9425437,
                                                    49.9486872
                                                ],
                                                [
                                                    9.9023759,
                                                    49.9315011
                                                ],
                                                [
                                                    9.8696305,
                                                    49.9637901
                                                ],
                                                [
                                                    9.8744331,
                                                    49.9692584
                                                ],
                                                [
                                                    9.8678841,
                                                    49.9903504
                                                ],
                                                [
                                                    9.9071786,
                                                    49.9994643
                                                ],
                                                [
                                                    9.9194036,
                                                    50.0062345
                                                ],
                                                [
                                                    9.9285723,
                                                    50.0296701
                                                ],
                                                [
                                                    9.9626276,
                                                    50.0385236
                                                ],
                                                [
                                                    9.9687401,
                                                    50.0580532
                                                ],
                                                [
                                                    9.9613177,
                                                    50.0700314
                                                ],
                                                [
                                                    9.9713597,
                                                    50.0741977
                                                ],
                                                [
                                                    9.9726695,
                                                    50.0843531
                                                ],
                                                [
                                                    9.9840213,
                                                    50.0843531
                                                ],
                                                [
                                                    10.0158935,
                                                    50.1083095
                                                ],
                                                [
                                                    10.063047,
                                                    50.0986749
                                                ],
                                                [
                                                    10.0770183,
                                                    50.1062263
                                                ],
                                                [
                                                    10.1232986,
                                                    50.1088303
                                                ],
                                                [
                                                    10.1289745,
                                                    50.1080491
                                                ],
                                                [
                                                    10.1333405,
                                                    50.1135174
                                                ],
                                                [
                                                    10.1473119,
                                                    50.1197669
                                                ],
                                                [
                                                    10.1534244,
                                                    50.144244
                                                ],
                                                [
                                                    10.1831136,
                                                    50.1536183
                                                ],
                                                [
                                                    10.1743815,
                                                    50.1726271
                                                ],
                                                [
                                                    10.1835502,
                                                    50.1775746
                                                ],
                                                [
                                                    10.1765645,
                                                    50.1840845
                                                ],
                                                [
                                                    10.18486,
                                                    50.189032
                                                ],
                                                [
                                                    10.1861699,
                                                    50.2059577
                                                ],
                                                [
                                                    10.2053805,
                                                    50.2054369
                                                ],
                                                [
                                                    10.2010145,
                                                    50.2215814
                                                ],
                                                [
                                                    10.2411822,
                                                    50.236424
                                                ],
                                                [
                                                    10.2748009,
                                                    50.2275705
                                                ],
                                                [
                                                    10.2966312,
                                                    50.2327784
                                                ],
                                                [
                                                    10.3254472,
                                                    50.2122072
                                                ],
                                                [
                                                    10.3402918,
                                                    50.2262686
                                                ],
                                                [
                                                    10.3612489,
                                                    50.2301745
                                                ],
                                                [
                                                    10.3643051,
                                                    50.236424
                                                ],
                                                [
                                                    10.3485873,
                                                    50.245017
                                                ],
                                                [
                                                    10.3494605,
                                                    50.2655882
                                                ],
                                                [
                                                    10.3341793,
                                                    50.2723585
                                                ],
                                                [
                                                    10.3464043,
                                                    50.2858991
                                                ],
                                                [
                                                    10.3302498,
                                                    50.2916278
                                                ],
                                                [
                                                    10.3285034,
                                                    50.3025644
                                                ],
                                                [
                                                    10.3149686,
                                                    50.3007416
                                                ],
                                                [
                                                    10.372164,
                                                    50.3309475
                                                ],
                                                [
                                                    10.3704176,
                                                    50.3494355
                                                ],
                                                [
                                                    10.4031631,
                                                    50.3496959
                                                ],
                                                [
                                                    10.3953041,
                                                    50.3663612
                                                ],
                                                [
                                                    10.42543,
                                                    50.3684444
                                                ],
                                                [
                                                    10.4201907,
                                                    50.3827661
                                                ],
                                                [
                                                    10.4415844,
                                                    50.3934423
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Eggolsheim",
                                        "kuerzel": "EGG",
                                        "kurznummer": "4"
                                    }
                                },
                                {
                                    "id": 19,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    9.8814188,
                                                    50.6340476
                                                ],
                                                [
                                                    9.8888411,
                                                    50.6517544
                                                ],
                                                [
                                                    9.8849117,
                                                    50.6705029
                                                ],
                                                [
                                                    9.9259527,
                                                    50.6931573
                                                ],
                                                [
                                                    9.9106714,
                                                    50.7022711
                                                ],
                                                [
                                                    9.9381776,
                                                    50.7231028
                                                ],
                                                [
                                                    9.9442901,
                                                    50.7400284
                                                ],
                                                [
                                                    9.9425437,
                                                    50.7546106
                                                ],
                                                [
                                                    9.9228964,
                                                    50.7582561
                                                ],
                                                [
                                                    9.9325018,
                                                    50.7762234
                                                ],
                                                [
                                                    9.9517124,
                                                    50.7780462
                                                ],
                                                [
                                                    9.9464731,
                                                    50.7702343
                                                ],
                                                [
                                                    9.9547687,
                                                    50.7725779
                                                ],
                                                [
                                                    9.9573883,
                                                    50.7848164
                                                ],
                                                [
                                                    9.9464731,
                                                    50.7962738
                                                ],
                                                [
                                                    9.9595713,
                                                    50.8085124
                                                ],
                                                [
                                                    9.9552053,
                                                    50.8204906
                                                ],
                                                [
                                                    9.9796552,
                                                    50.8324688
                                                ],
                                                [
                                                    9.9993025,
                                                    50.8249173
                                                ],
                                                [
                                                    10.0080346,
                                                    50.8363747
                                                ],
                                                [
                                                    10.0276819,
                                                    50.8303856
                                                ],
                                                [
                                                    10.0416533,
                                                    50.8519984
                                                ],
                                                [
                                                    10.0250622,
                                                    50.8467905
                                                ],
                                                [
                                                    10.0246256,
                                                    50.8637162
                                                ],
                                                [
                                                    10.063047,
                                                    50.8845478
                                                ],
                                                [
                                                    10.0442729,
                                                    50.8915785
                                                ],
                                                [
                                                    10.0538782,
                                                    50.8988696
                                                ],
                                                [
                                                    10.0167667,
                                                    50.9194408
                                                ],
                                                [
                                                    9.9744159,
                                                    50.9061606
                                                ],
                                                [
                                                    9.9717963,
                                                    50.9116289
                                                ],
                                                [
                                                    9.9944998,
                                                    50.9337625
                                                ],
                                                [
                                                    9.9696133,
                                                    50.932721
                                                ],
                                                [
                                                    9.9573883,
                                                    50.9207428
                                                ],
                                                [
                                                    9.9530222,
                                                    50.9433972
                                                ],
                                                [
                                                    9.9940632,
                                                    50.9423556
                                                ],
                                                [
                                                    10.0167667,
                                                    50.9335021
                                                ],
                                                [
                                                    10.0276819,
                                                    50.942616
                                                ],
                                                [
                                                    10.0324845,
                                                    50.9361061
                                                ],
                                                [
                                                    10.0656666,
                                                    50.9423556
                                                ],
                                                [
                                                    10.0455827,
                                                    50.9473031
                                                ],
                                                [
                                                    10.0460193,
                                                    50.9551149
                                                ],
                                                [
                                                    10.0346676,
                                                    50.9579793
                                                ],
                                                [
                                                    10.0442729,
                                                    50.9663119
                                                ],
                                                [
                                                    10.0224426,
                                                    50.9793317
                                                ],
                                                [
                                                    10.0307381,
                                                    51.0056316
                                                ],
                                                [
                                                    10.0399068,
                                                    51.0113603
                                                ],
                                                [
                                                    10.106271,
                                                    51.0019861
                                                ],
                                                [
                                                    10.1237352,
                                                    51.0110999
                                                ],
                                                [
                                                    10.1363968,
                                                    51.0032881
                                                ],
                                                [
                                                    10.1302843,
                                                    51.0001633
                                                ],
                                                [
                                                    10.1346503,
                                                    50.9957366
                                                ],
                                                [
                                                    10.1486217,
                                                    50.9920911
                                                ],
                                                [
                                                    10.2084368,
                                                    51.005892
                                                ],
                                                [
                                                    10.1957752,
                                                    51.0173494
                                                ],
                                                [
                                                    10.2176055,
                                                    51.0241197
                                                ],
                                                [
                                                    10.2018877,
                                                    51.0389622
                                                ],
                                                [
                                                    10.1433825,
                                                    51.0574503
                                                ],
                                                [
                                                    10.1582271,
                                                    51.0691681
                                                ],
                                                [
                                                    10.1468753,
                                                    51.0837502
                                                ],
                                                [
                                                    10.1687056,
                                                    51.0983324
                                                ],
                                                [
                                                    10.1634663,
                                                    51.1069254
                                                ],
                                                [
                                                    10.1783109,
                                                    51.105363
                                                ],
                                                [
                                                    10.1774377,
                                                    51.1155184
                                                ],
                                                [
                                                    10.1551708,
                                                    51.1168204
                                                ],
                                                [
                                                    10.1211156,
                                                    51.1386936
                                                ],
                                                [
                                                    10.1695788,
                                                    51.1524946
                                                ],
                                                [
                                                    10.1879163,
                                                    51.1399956
                                                ],
                                                [
                                                    10.1822404,
                                                    51.1267154
                                                ],
                                                [
                                                    10.1983948,
                                                    51.1144769
                                                ],
                                                [
                                                    10.2123662,
                                                    51.1168204
                                                ],
                                                [
                                                    10.2066903,
                                                    51.1342669
                                                ],
                                                [
                                                    10.213676,
                                                    51.1410372
                                                ],
                                                [
                                                    10.2036341,
                                                    51.1491094
                                                ],
                                                [
                                                    10.2101832,
                                                    51.1634312
                                                ],
                                                [
                                                    10.2324501,
                                                    51.1733262
                                                ],
                                                [
                                                    10.2394358,
                                                    51.1853044
                                                ],
                                                [
                                                    10.2097466,
                                                    51.1894707
                                                ],
                                                [
                                                    10.2049439,
                                                    51.1978034
                                                ],
                                                [
                                                    10.2101832,
                                                    51.1985845
                                                ],
                                                [
                                                    10.1887895,
                                                    51.2178538
                                                ],
                                                [
                                                    10.2219716,
                                                    51.2303528
                                                ],
                                                [
                                                    10.2852794,
                                                    51.2295716
                                                ],
                                                [
                                                    10.3210811,
                                                    51.2498824
                                                ],
                                                [
                                                    10.3228275,
                                                    51.2582151
                                                ],
                                                [
                                                    10.3066731,
                                                    51.2647249
                                                ],
                                                [
                                                    10.3154052,
                                                    51.2808694
                                                ],
                                                [
                                                    10.3629953,
                                                    51.2803487
                                                ],
                                                [
                                                    10.3813328,
                                                    51.3095129
                                                ],
                                                [
                                                    10.3769667,
                                                    51.3287822
                                                ],
                                                [
                                                    10.3944309,
                                                    51.3418019
                                                ],
                                                [
                                                    10.4865548,
                                                    51.3397188
                                                ],
                                                [
                                                    10.5258494,
                                                    51.3681019
                                                ],
                                                [
                                                    10.5376377,
                                                    51.3639355
                                                ],
                                                [
                                                    10.5420038,
                                                    51.3746117
                                                ],
                                                [
                                                    10.5542287,
                                                    51.3766949
                                                ],
                                                [
                                                    10.5585948,
                                                    51.3967453
                                                ],
                                                [
                                                    10.6171,
                                                    51.3777365
                                                ],
                                                [
                                                    10.6297616,
                                                    51.3808612
                                                ],
                                                [
                                                    10.6288884,
                                                    51.3704454
                                                ],
                                                [
                                                    10.648099,
                                                    51.3675811
                                                ],
                                                [
                                                    10.6398035,
                                                    51.3597692
                                                ],
                                                [
                                                    10.6668731,
                                                    51.3545613
                                                ],
                                                [
                                                    10.7227587,
                                                    51.3246159
                                                ],
                                                [
                                                    10.7223221,
                                                    51.3178456
                                                ],
                                                [
                                                    10.7476452,
                                                    51.3178456
                                                ],
                                                [
                                                    10.7546309,
                                                    51.3071694
                                                ],
                                                [
                                                    10.7808273,
                                                    51.3076902
                                                ],
                                                [
                                                    10.7834469,
                                                    51.2824318
                                                ],
                                                [
                                                    10.8419521,
                                                    51.2774843
                                                ],
                                                [
                                                    10.8471914,
                                                    51.2642041
                                                ],
                                                [
                                                    10.8039674,
                                                    51.2649853
                                                ],
                                                [
                                                    10.7917424,
                                                    51.2493616
                                                ],
                                                [
                                                    10.820995,
                                                    51.2368626
                                                ],
                                                [
                                                    10.8183754,
                                                    51.2209785
                                                ],
                                                [
                                                    10.8978377,
                                                    51.2162914
                                                ],
                                                [
                                                    10.8982743,
                                                    51.2045736
                                                ],
                                                [
                                                    10.965075,
                                                    51.2043132
                                                ],
                                                [
                                                    11.0235802,
                                                    51.1800965
                                                ],
                                                [
                                                    11.0187776,
                                                    51.1545777
                                                ],
                                                [
                                                    11.0379882,
                                                    51.1436411
                                                ],
                                                [
                                                    11.0685507,
                                                    51.140256
                                                ],
                                                [
                                                    11.0668042,
                                                    51.1251531
                                                ],
                                                [
                                                    11.1200702,
                                                    51.1207263
                                                ],
                                                [
                                                    11.1515058,
                                                    51.1321837
                                                ],
                                                [
                                                    11.176829,
                                                    51.126455
                                                ],
                                                [
                                                    11.1772656,
                                                    51.1043214
                                                ],
                                                [
                                                    11.1947298,
                                                    51.0998947
                                                ],
                                                [
                                                    11.2567279,
                                                    51.1061442
                                                ],
                                                [
                                                    11.2506154,
                                                    51.1189036
                                                ],
                                                [
                                                    11.2593475,
                                                    51.1298402
                                                ],
                                                [
                                                    11.296459,
                                                    51.1274966
                                                ],
                                                [
                                                    11.3034447,
                                                    51.1537965
                                                ],
                                                [
                                                    11.3265848,
                                                    51.1660351
                                                ],
                                                [
                                                    11.3278946,
                                                    51.1793153
                                                ],
                                                [
                                                    11.3960052,
                                                    51.1540569
                                                ],
                                                [
                                                    11.4374828,
                                                    51.1649935
                                                ],
                                                [
                                                    11.4352997,
                                                    51.1722846
                                                ],
                                                [
                                                    11.4580032,
                                                    51.1938974
                                                ],
                                                [
                                                    11.4719746,
                                                    51.1905123
                                                ],
                                                [
                                                    11.4737211,
                                                    51.1686391
                                                ],
                                                [
                                                    11.4885657,
                                                    51.1668163
                                                ],
                                                [
                                                    11.4776505,
                                                    51.1644728
                                                ],
                                                [
                                                    11.4820166,
                                                    51.1566609
                                                ],
                                                [
                                                    11.4745943,
                                                    51.1467659
                                                ],
                                                [
                                                    11.4536372,
                                                    51.1452035
                                                ],
                                                [
                                                    11.4680452,
                                                    51.1259343
                                                ],
                                                [
                                                    11.4658621,
                                                    51.1113521
                                                ],
                                                [
                                                    11.4876925,
                                                    51.1011967
                                                ],
                                                [
                                                    11.514762,
                                                    51.106665
                                                ],
                                                [
                                                    11.5483807,
                                                    51.1009363
                                                ],
                                                [
                                                    11.5505637,
                                                    51.1103105
                                                ],
                                                [
                                                    11.5610423,
                                                    51.1074462
                                                ],
                                                [
                                                    11.5745771,
                                                    51.119164
                                                ],
                                                [
                                                    11.603393,
                                                    51.1134353
                                                ],
                                                [
                                                    11.6129984,
                                                    51.1228095
                                                ],
                                                [
                                                    11.6081957,
                                                    51.138954
                                                ],
                                                [
                                                    11.613435,
                                                    51.1444223
                                                ],
                                                [
                                                    11.6684473,
                                                    51.1550985
                                                ],
                                                [
                                                    11.6640813,
                                                    51.1670767
                                                ],
                                                [
                                                    11.6784893,
                                                    51.1767113
                                                ],
                                                [
                                                    11.7134178,
                                                    51.1694203
                                                ],
                                                [
                                                    11.7470364,
                                                    51.1881687
                                                ],
                                                [
                                                    11.7500927,
                                                    51.1829608
                                                ],
                                                [
                                                    11.7767256,
                                                    51.1871271
                                                ],
                                                [
                                                    11.7793453,
                                                    51.197543
                                                ],
                                                [
                                                    11.8160202,
                                                    51.2006677
                                                ],
                                                [
                                                    11.8356675,
                                                    51.1793153
                                                ],
                                                [
                                                    11.858371,
                                                    51.2053548
                                                ],
                                                [
                                                    11.8561879,
                                                    51.214729
                                                ],
                                                [
                                                    11.8426532,
                                                    51.2168122
                                                ],
                                                [
                                                    11.8509487,
                                                    51.2347795
                                                ],
                                                [
                                                    11.8884968,
                                                    51.2431121
                                                ],
                                                [
                                                    11.8959191,
                                                    51.2332171
                                                ],
                                                [
                                                    11.9269181,
                                                    51.2342587
                                                ],
                                                [
                                                    11.9282279,
                                                    51.2688913
                                                ],
                                                [
                                                    11.9714519,
                                                    51.2683705
                                                ],
                                                [
                                                    11.9972117,
                                                    51.2800883
                                                ],
                                                [
                                                    12.0587731,
                                                    51.2860774
                                                ],
                                                [
                                                    12.0509142,
                                                    51.2764427
                                                ],
                                                [
                                                    12.062266,
                                                    51.2675893
                                                ],
                                                [
                                                    12.0496044,
                                                    51.2610794
                                                ],
                                                [
                                                    12.0565901,
                                                    51.2576943
                                                ],
                                                [
                                                    12.0544071,
                                                    51.2519656
                                                ],
                                                [
                                                    12.0762374,
                                                    51.2477992
                                                ],
                                                [
                                                    12.0797302,
                                                    51.2561319
                                                ],
                                                [
                                                    12.1150953,
                                                    51.259517
                                                ],
                                                [
                                                    12.1164051,
                                                    51.2670685
                                                ],
                                                [
                                                    12.1474042,
                                                    51.2688913
                                                ],
                                                [
                                                    12.1430381,
                                                    51.2740992
                                                ],
                                                [
                                                    12.1504604,
                                                    51.2774843
                                                ],
                                                [
                                                    12.1736005,
                                                    51.2748804
                                                ],
                                                [
                                                    12.1687979,
                                                    51.2644645
                                                ],
                                                [
                                                    12.191938,
                                                    51.2561319
                                                ],
                                                [
                                                    12.1980505,
                                                    51.2368626
                                                ],
                                                [
                                                    12.2233736,
                                                    51.2389458
                                                ],
                                                [
                                                    12.2238102,
                                                    51.2472785
                                                ],
                                                [
                                                    12.2543726,
                                                    51.2582151
                                                ],
                                                [
                                                    12.2596119,
                                                    51.2498824
                                                ],
                                                [
                                                    12.2591753,
                                                    51.238425
                                                ],
                                                [
                                                    12.3154975,
                                                    51.2415498
                                                ],
                                                [
                                                    12.3150609,
                                                    51.2543091
                                                ],
                                                [
                                                    12.3290323,
                                                    51.2587358
                                                ],
                                                [
                                                    12.3333983,
                                                    51.2504032
                                                ],
                                                [
                                                    12.3696366,
                                                    51.2402478
                                                ],
                                                [
                                                    12.3940866,
                                                    51.2475389
                                                ],
                                                [
                                                    12.4154803,
                                                    51.2295716
                                                ],
                                                [
                                                    12.3945232,
                                                    51.2196766
                                                ],
                                                [
                                                    12.4015089,
                                                    51.1938974
                                                ],
                                                [
                                                    12.4180999,
                                                    51.1774925
                                                ],
                                                [
                                                    12.4386204,
                                                    51.1733262
                                                ],
                                                [
                                                    12.4674364,
                                                    51.183742
                                                ],
                                                [
                                                    12.4918863,
                                                    51.1730658
                                                ],
                                                [
                                                    12.5351103,
                                                    51.1819192
                                                ],
                                                [
                                                    12.5154631,
                                                    51.1876479
                                                ],
                                                [
                                                    12.527688,
                                                    51.2043132
                                                ],
                                                [
                                                    12.5827004,
                                                    51.2095211
                                                ],
                                                [
                                                    12.5883763,
                                                    51.2222805
                                                ],
                                                [
                                                    12.5691656,
                                                    51.2303528
                                                ],
                                                [
                                                    12.5870664,
                                                    51.2379042
                                                ],
                                                [
                                                    12.5857566,
                                                    51.249622
                                                ],
                                                [
                                                    12.6001646,
                                                    51.2488408
                                                ],
                                                [
                                                    12.60977,
                                                    51.2587358
                                                ],
                                                [
                                                    12.6062771,
                                                    51.2665477
                                                ],
                                                [
                                                    12.6364029,
                                                    51.2868585
                                                ],
                                                [
                                                    12.6787537,
                                                    51.2834734
                                                ],
                                                [
                                                    12.6713314,
                                                    51.2673289
                                                ],
                                                [
                                                    12.6879224,
                                                    51.2725368
                                                ],
                                                [
                                                    12.7110626,
                                                    51.2616002
                                                ],
                                                [
                                                    12.7359491,
                                                    51.2683705
                                                ],
                                                [
                                                    12.7839758,
                                                    51.2574339
                                                ],
                                                [
                                                    12.770441,
                                                    51.2717556
                                                ],
                                                [
                                                    12.7983838,
                                                    51.2837338
                                                ],
                                                [
                                                    12.7887784,
                                                    51.2928476
                                                ],
                                                [
                                                    12.8044963,
                                                    51.2975347
                                                ],
                                                [
                                                    12.8018766,
                                                    51.3066486
                                                ],
                                                [
                                                    12.8743532,
                                                    51.3037842
                                                ],
                                                [
                                                    12.9018594,
                                                    51.2868585
                                                ],
                                                [
                                                    12.9018594,
                                                    51.2769635
                                                ],
                                                [
                                                    12.9149576,
                                                    51.2759219
                                                ],
                                                [
                                                    12.9162674,
                                                    51.2655061
                                                ],
                                                [
                                                    12.9293656,
                                                    51.2683705
                                                ],
                                                [
                                                    12.9328584,
                                                    51.2457161
                                                ],
                                                [
                                                    12.9127746,
                                                    51.2355607
                                                ],
                                                [
                                                    12.9254361,
                                                    51.229832
                                                ],
                                                [
                                                    12.9079719,
                                                    51.2277488
                                                ],
                                                [
                                                    12.9306754,
                                                    51.2142083
                                                ],
                                                [
                                                    12.8948737,
                                                    51.207438
                                                ],
                                                [
                                                    12.8830853,
                                                    51.1782737
                                                ],
                                                [
                                                    12.8520863,
                                                    51.1532758
                                                ],
                                                [
                                                    12.8940005,
                                                    51.1366105
                                                ],
                                                [
                                                    12.8970567,
                                                    51.1295798
                                                ],
                                                [
                                                    12.8883246,
                                                    51.1202056
                                                ],
                                                [
                                                    12.902296,
                                                    51.107967
                                                ],
                                                [
                                                    12.8909442,
                                                    51.1009363
                                                ],
                                                [
                                                    12.8948737,
                                                    51.0933848
                                                ],
                                                [
                                                    12.8106087,
                                                    51.0899997
                                                ],
                                                [
                                                    12.8049329,
                                                    51.1045818
                                                ],
                                                [
                                                    12.7909615,
                                                    51.0993739
                                                ],
                                                [
                                                    12.7473009,
                                                    51.106665
                                                ],
                                                [
                                                    12.7407518,
                                                    51.0944264
                                                ],
                                                [
                                                    12.7490473,
                                                    51.0931244
                                                ],
                                                [
                                                    12.7289634,
                                                    51.0827086
                                                ],
                                                [
                                                    12.7202313,
                                                    51.0689077
                                                ],
                                                [
                                                    12.7193581,
                                                    51.0592731
                                                ],
                                                [
                                                    12.7355125,
                                                    51.0501592
                                                ],
                                                [
                                                    12.7289634,
                                                    51.0452117
                                                ],
                                                [
                                                    12.7333295,
                                                    51.0366187
                                                ],
                                                [
                                                    12.717175,
                                                    51.0212554
                                                ],
                                                [
                                                    12.7294,
                                                    51.0189118
                                                ],
                                                [
                                                    12.7464277,
                                                    51.0014653
                                                ],
                                                [
                                                    12.7342027,
                                                    50.9965178
                                                ],
                                                [
                                                    12.727217,
                                                    50.9821961
                                                ],
                                                [
                                                    12.7071331,
                                                    50.9798525
                                                ],
                                                [
                                                    12.6927251,
                                                    50.9585001
                                                ],
                                                [
                                                    12.7189215,
                                                    50.9480843
                                                ],
                                                [
                                                    12.7429348,
                                                    50.9577189
                                                ],
                                                [
                                                    12.7468643,
                                                    50.940012
                                                ],
                                                [
                                                    12.7590892,
                                                    50.93871
                                                ],
                                                [
                                                    12.7595258,
                                                    50.9277734
                                                ],
                                                [
                                                    12.7831026,
                                                    50.9142329
                                                ],
                                                [
                                                    12.7883418,
                                                    50.89913
                                                ],
                                                [
                                                    12.7844124,
                                                    50.8842874
                                                ],
                                                [
                                                    12.7691312,
                                                    50.8892349
                                                ],
                                                [
                                                    12.7660749,
                                                    50.8788191
                                                ],
                                                [
                                                    12.7765535,
                                                    50.8796003
                                                ],
                                                [
                                                    12.7717508,
                                                    50.8756944
                                                ],
                                                [
                                                    12.7800463,
                                                    50.865539
                                                ],
                                                [
                                                    12.7953275,
                                                    50.8707469
                                                ],
                                                [
                                                    12.8079891,
                                                    50.8644974
                                                ],
                                                [
                                                    12.8088623,
                                                    50.8574667
                                                ],
                                                [
                                                    12.8084257,
                                                    50.8462697
                                                ],
                                                [
                                                    12.7857222,
                                                    50.8358539
                                                ],
                                                [
                                                    12.7874686,
                                                    50.8296044
                                                ],
                                                [
                                                    12.774807,
                                                    50.8236153
                                                ],
                                                [
                                                    12.7652017,
                                                    50.8283024
                                                ],
                                                [
                                                    12.7647651,
                                                    50.8204906
                                                ],
                                                [
                                                    12.7424982,
                                                    50.8288232
                                                ],
                                                [
                                                    12.7298366,
                                                    50.8147619
                                                ],
                                                [
                                                    12.7464277,
                                                    50.8215322
                                                ],
                                                [
                                                    12.7713142,
                                                    50.8100748
                                                ],
                                                [
                                                    12.7691312,
                                                    50.8030441
                                                ],
                                                [
                                                    12.7778633,
                                                    50.8007005
                                                ],
                                                [
                                                    12.7844124,
                                                    50.784556
                                                ],
                                                [
                                                    12.8193409,
                                                    50.7874204
                                                ],
                                                [
                                                    12.8429176,
                                                    50.8009609
                                                ],
                                                [
                                                    12.8787193,
                                                    50.7876808
                                                ],
                                                [
                                                    12.8717336,
                                                    50.7793481
                                                ],
                                                [
                                                    12.8905076,
                                                    50.7840352
                                                ],
                                                [
                                                    12.8996764,
                                                    50.7720571
                                                ],
                                                [
                                                    12.8835219,
                                                    50.7605997
                                                ],
                                                [
                                                    12.8940005,
                                                    50.762162
                                                ],
                                                [
                                                    12.8988032,
                                                    50.7514858
                                                ],
                                                [
                                                    12.9153942,
                                                    50.744976
                                                ],
                                                [
                                                    12.9346049,
                                                    50.7434136
                                                ],
                                                [
                                                    12.9546887,
                                                    50.7577353
                                                ],
                                                [
                                                    12.9664771,
                                                    50.7491423
                                                ],
                                                [
                                                    12.9708432,
                                                    50.7530482
                                                ],
                                                [
                                                    12.9712798,
                                                    50.7371641
                                                ],
                                                [
                                                    13.0097011,
                                                    50.7150305
                                                ],
                                                [
                                                    12.9970395,
                                                    50.7082602
                                                ],
                                                [
                                                    12.9869976,
                                                    50.6902929
                                                ],
                                                [
                                                    12.9948565,
                                                    50.6793563
                                                ],
                                                [
                                                    12.9704065,
                                                    50.6637326
                                                ],
                                                [
                                                    12.972153,
                                                    50.6569624
                                                ],
                                                [
                                                    12.9878708,
                                                    50.6593059
                                                ],
                                                [
                                                    12.9808851,
                                                    50.6525356
                                                ],
                                                [
                                                    12.988744,
                                                    50.6457654
                                                ],
                                                [
                                                    13.0201796,
                                                    50.6436822
                                                ],
                                                [
                                                    13.0420099,
                                                    50.6236318
                                                ],
                                                [
                                                    13.0620938,
                                                    50.6272773
                                                ],
                                                [
                                                    13.0769384,
                                                    50.6035813
                                                ],
                                                [
                                                    13.1371901,
                                                    50.5887388
                                                ],
                                                [
                                                    13.1485418,
                                                    50.5798853
                                                ],
                                                [
                                                    13.1489784,
                                                    50.5692091
                                                ],
                                                [
                                                    13.1891462,
                                                    50.5705111
                                                ],
                                                [
                                                    13.202681,
                                                    50.5384825
                                                ],
                                                [
                                                    13.1773578,
                                                    50.5252023
                                                ],
                                                [
                                                    13.1795408,
                                                    50.5082766
                                                ],
                                                [
                                                    13.1389365,
                                                    50.5054123
                                                ],
                                                [
                                                    13.135007,
                                                    50.5176509
                                                ],
                                                [
                                                    13.1057544,
                                                    50.5025479
                                                ],
                                                [
                                                    13.0795581,
                                                    50.4991628
                                                ],
                                                [
                                                    13.034151,
                                                    50.5087974
                                                ],
                                                [
                                                    13.0210528,
                                                    50.4660926
                                                ],
                                                [
                                                    13.0223627,
                                                    50.4457818
                                                ],
                                                [
                                                    12.9856878,
                                                    50.4187007
                                                ],
                                                [
                                                    12.9446468,
                                                    50.4108888
                                                ],
                                                [
                                                    12.9498861,
                                                    50.4033373
                                                ],
                                                [
                                                    12.8215239,
                                                    50.4593223
                                                ],
                                                [
                                                    12.8092989,
                                                    50.4423966
                                                ],
                                                [
                                                    12.8127918,
                                                    50.4301581
                                                ],
                                                [
                                                    12.7975106,
                                                    50.4486461
                                                ],
                                                [
                                                    12.7368223,
                                                    50.43146
                                                ],
                                                [
                                                    12.7101894,
                                                    50.4075037
                                                ],
                                                [
                                                    12.7097527,
                                                    50.3963067
                                                ],
                                                [
                                                    12.6756975,
                                                    50.4158363
                                                ],
                                                [
                                                    12.6495011,
                                                    50.4095868
                                                ],
                                                [
                                                    12.6193753,
                                                    50.4147947
                                                ],
                                                [
                                                    12.6023477,
                                                    50.4048997
                                                ],
                                                [
                                                    12.5145898,
                                                    50.3963067
                                                ],
                                                [
                                                    12.4888301,
                                                    50.3700067
                                                ],
                                                [
                                                    12.4918863,
                                                    50.3489147
                                                ],
                                                [
                                                    12.4709292,
                                                    50.3538622
                                                ],
                                                [
                                                    12.4447329,
                                                    50.3411029
                                                ],
                                                [
                                                    12.4333811,
                                                    50.3218336
                                                ],
                                                [
                                                    12.4015089,
                                                    50.3205316
                                                ],
                                                [
                                                    12.4006357,
                                                    50.3205316
                                                ],
                                                [
                                                    12.4019455,
                                                    50.2929297
                                                ],
                                                [
                                                    12.3731295,
                                                    50.2843367
                                                ],
                                                [
                                                    12.3552286,
                                                    50.2619427
                                                ],
                                                [
                                                    12.3552286,
                                                    50.2614219
                                                ],
                                                [
                                                    12.3530456,
                                                    50.2525685
                                                ],
                                                [
                                                    12.3617777,
                                                    50.2413715
                                                ],
                                                [
                                                    12.3517358,
                                                    50.2353824
                                                ],
                                                [
                                                    12.3338349,
                                                    50.2416319
                                                ],
                                                [
                                                    12.3373278,
                                                    50.2166339
                                                ],
                                                [
                                                    12.3294689,
                                                    50.2176755
                                                ],
                                                [
                                                    12.325976,
                                                    50.2064785
                                                ],
                                                [
                                                    12.3408206,
                                                    50.191636
                                                ],
                                                [
                                                    12.325976,
                                                    50.1806994
                                                ],
                                                [
                                                    12.3399474,
                                                    50.1721063
                                                ],
                                                [
                                                    12.3220466,
                                                    50.1710648
                                                ],
                                                [
                                                    12.2919208,
                                                    50.1762727
                                                ],
                                                [
                                                    12.292794,
                                                    50.1843449
                                                ],
                                                [
                                                    12.2770762,
                                                    50.1958023
                                                ],
                                                [
                                                    12.2906109,
                                                    50.2023122
                                                ],
                                                [
                                                    12.2849351,
                                                    50.2124676
                                                ],
                                                [
                                                    12.2962868,
                                                    50.2202795
                                                ],
                                                [
                                                    12.2421477,
                                                    50.2452774
                                                ],
                                                [
                                                    12.24957,
                                                    50.2564744
                                                ],
                                                [
                                                    12.268344,
                                                    50.2494437
                                                ],
                                                [
                                                    12.2565557,
                                                    50.2702754
                                                ],
                                                [
                                                    12.2037263,
                                                    50.2720981
                                                ],
                                                [
                                                    12.2045996,
                                                    50.287201
                                                ],
                                                [
                                                    12.1976139,
                                                    50.292409
                                                ],
                                                [
                                                    12.2037263,
                                                    50.3080327
                                                ],
                                                [
                                                    12.1893183,
                                                    50.310897
                                                ],
                                                [
                                                    12.1871353,
                                                    50.3213128
                                                ],
                                                [
                                                    12.1203346,
                                                    50.3148029
                                                ],
                                                [
                                                    12.0928284,
                                                    50.323396
                                                ],
                                                [
                                                    12.0941382,
                                                    50.3317286
                                                ],
                                                [
                                                    12.0827865,
                                                    50.3259999
                                                ],
                                                [
                                                    12.0535339,
                                                    50.3296455
                                                ],
                                                [
                                                    12.0487312,
                                                    50.3304267
                                                ],
                                                [
                                                    12.0517874,
                                                    50.3228752
                                                ],
                                                [
                                                    12.0172956,
                                                    50.3468316
                                                ],
                                                [
                                                    11.9753814,
                                                    50.3512583
                                                ],
                                                [
                                                    11.9876064,
                                                    50.3640177
                                                ],
                                                [
                                                    11.9814939,
                                                    50.368184
                                                ],
                                                [
                                                    11.9862965,
                                                    50.3890156
                                                ],
                                                [
                                                    11.9670859,
                                                    50.3989106
                                                ],
                                                [
                                                    11.9518047,
                                                    50.3942235
                                                ],
                                                [
                                                    11.9566073,
                                                    50.4067225
                                                ],
                                                [
                                                    11.9373967,
                                                    50.422867
                                                ],
                                                [
                                                    11.9373967,
                                                    50.422867
                                                ],
                                                [
                                                    11.8880602,
                                                    50.4150551
                                                ],
                                                [
                                                    11.8688495,
                                                    50.3999522
                                                ],
                                                [
                                                    11.8273719,
                                                    50.3887552
                                                ],
                                                [
                                                    11.8208229,
                                                    50.3929215
                                                ],
                                                [
                                                    11.8278086,
                                                    50.4033373
                                                ],
                                                [
                                                    11.8199496,
                                                    50.3996918
                                                ],
                                                [
                                                    11.800739,
                                                    50.4160967
                                                ],
                                                [
                                                    11.7832747,
                                                    50.4179195
                                                ],
                                                [
                                                    11.7749792,
                                                    50.410368
                                                ],
                                                [
                                                    11.7540221,
                                                    50.4137532
                                                ],
                                                [
                                                    11.7636275,
                                                    50.4041185
                                                ],
                                                [
                                                    11.7470364,
                                                    50.4095868
                                                ],
                                                [
                                                    11.716474,
                                                    50.3957859
                                                ],
                                                [
                                                    11.7103615,
                                                    50.403077
                                                ],
                                                [
                                                    11.6867848,
                                                    50.39188
                                                ],
                                                [
                                                    11.6274064,
                                                    50.3858909
                                                ],
                                                [
                                                    11.5972806,
                                                    50.401775
                                                ],
                                                [
                                                    11.5758869,
                                                    50.399171
                                                ],
                                                [
                                                    11.5623521,
                                                    50.3830265
                                                ],
                                                [
                                                    11.5221843,
                                                    50.3731315
                                                ],
                                                [
                                                    11.5213111,
                                                    50.3950047
                                                ],
                                                [
                                                    11.4807068,
                                                    50.4002126
                                                ],
                                                [
                                                    11.4911853,
                                                    50.4153155
                                                ],
                                                [
                                                    11.4846362,
                                                    50.4306789
                                                ],
                                                [
                                                    11.4662988,
                                                    50.43146
                                                ],
                                                [
                                                    11.4462149,
                                                    50.4197422
                                                ],
                                                [
                                                    11.4540738,
                                                    50.4304185
                                                ],
                                                [
                                                    11.4226382,
                                                    50.4436986
                                                ],
                                                [
                                                    11.4265676,
                                                    50.4614055
                                                ],
                                                [
                                                    11.4182721,
                                                    50.4671342
                                                ],
                                                [
                                                    11.4204551,
                                                    50.4809351
                                                ],
                                                [
                                                    11.4287506,
                                                    50.4835391
                                                ],
                                                [
                                                    11.4213283,
                                                    50.4923925
                                                ],
                                                [
                                                    11.438356,
                                                    50.491351
                                                ],
                                                [
                                                    11.4435952,
                                                    50.4994232
                                                ],
                                                [
                                                    11.4326801,
                                                    50.5106202
                                                ],
                                                [
                                                    11.4304971,
                                                    50.5129638
                                                ],
                                                [
                                                    11.411723,
                                                    50.5147865
                                                ],
                                                [
                                                    11.3492883,
                                                    50.5205152
                                                ],
                                                [
                                                    11.3497249,
                                                    50.5106202
                                                ],
                                                [
                                                    11.3239652,
                                                    50.5077559
                                                ],
                                                [
                                                    11.3235286,
                                                    50.4897886
                                                ],
                                                [
                                                    11.3235286,
                                                    50.4879658
                                                ],
                                                [
                                                    11.3034447,
                                                    50.487445
                                                ],
                                                [
                                                    11.2947126,
                                                    50.4741649
                                                ],
                                                [
                                                    11.2920929,
                                                    50.4845807
                                                ],
                                                [
                                                    11.2501788,
                                                    50.4770292
                                                ],
                                                [
                                                    11.2580377,
                                                    50.4556768
                                                ],
                                                [
                                                    11.2488689,
                                                    50.4483857
                                                ],
                                                [
                                                    11.2706993,
                                                    50.4338036
                                                ],
                                                [
                                                    11.2720091,
                                                    50.4184403
                                                ],
                                                [
                                                    11.2610939,
                                                    50.399171
                                                ],
                                                [
                                                    11.2733189,
                                                    50.3934423
                                                ],
                                                [
                                                    11.2667698,
                                                    50.3861513
                                                ],
                                                [
                                                    11.2794314,
                                                    50.3796414
                                                ],
                                                [
                                                    11.2868537,
                                                    50.3598513
                                                ],
                                                [
                                                    11.2650234,
                                                    50.3515187
                                                ],
                                                [
                                                    11.279868,
                                                    50.3351138
                                                ],
                                                [
                                                    11.2641502,
                                                    50.3369365
                                                ],
                                                [
                                                    11.2593475,
                                                    50.3215732
                                                ],
                                                [
                                                    11.2733189,
                                                    50.3062099
                                                ],
                                                [
                                                    11.2541082,
                                                    50.2981377
                                                ],
                                                [
                                                    11.2650234,
                                                    50.2736605
                                                ],
                                                [
                                                    11.255418,
                                                    50.2671506
                                                ],
                                                [
                                                    11.2549814,
                                                    50.2668902
                                                ],
                                                [
                                                    11.2008423,
                                                    50.291107
                                                ],
                                                [
                                                    11.1908003,
                                                    50.2684526
                                                ],
                                                [
                                                    11.1763923,
                                                    50.2702754
                                                ],
                                                [
                                                    11.1864343,
                                                    50.2801704
                                                ],
                                                [
                                                    11.1611111,
                                                    50.2882426
                                                ],
                                                [
                                                    11.148013,
                                                    50.2845971
                                                ],
                                                [
                                                    11.1340416,
                                                    50.3082931
                                                ],
                                                [
                                                    11.162421,
                                                    50.3293851
                                                ],
                                                [
                                                    11.1419005,
                                                    50.3528207
                                                ],
                                                [
                                                    11.1187604,
                                                    50.3489147
                                                ],
                                                [
                                                    11.1178871,
                                                    50.3661008
                                                ],
                                                [
                                                    11.1165773,
                                                    50.3661008
                                                ],
                                                [
                                                    11.092564,
                                                    50.3650592
                                                ],
                                                [
                                                    11.0886345,
                                                    50.3515187
                                                ],
                                                [
                                                    11.0458471,
                                                    50.3439672
                                                ],
                                                [
                                                    11.032749,
                                                    50.3504771
                                                ],
                                                [
                                                    11.0462837,
                                                    50.3515187
                                                ],
                                                [
                                                    11.0344954,
                                                    50.3530811
                                                ],
                                                [
                                                    11.0362418,
                                                    50.3603721
                                                ],
                                                [
                                                    10.9960741,
                                                    50.3645384
                                                ],
                                                [
                                                    11.0017499,
                                                    50.3494355
                                                ],
                                                [
                                                    10.9886518,
                                                    50.3465712
                                                ],
                                                [
                                                    10.9593991,
                                                    50.3676632
                                                ],
                                                [
                                                    10.9655116,
                                                    50.3762562
                                                ],
                                                [
                                                    10.9380055,
                                                    50.3908384
                                                ],
                                                [
                                                    10.9358224,
                                                    50.3916196
                                                ],
                                                [
                                                    10.8960913,
                                                    50.379381
                                                ],
                                                [
                                                    10.8790636,
                                                    50.3957859
                                                ],
                                                [
                                                    10.8633458,
                                                    50.386672
                                                ],
                                                [
                                                    10.83322,
                                                    50.39188
                                                ],
                                                [
                                                    10.8074602,
                                                    50.3783394
                                                ],
                                                [
                                                    10.7882496,
                                                    50.3843285
                                                ],
                                                [
                                                    10.7576872,
                                                    50.3572474
                                                ],
                                                [
                                                    10.7183926,
                                                    50.3627157
                                                ],
                                                [
                                                    10.7170828,
                                                    50.3452692
                                                ],
                                                [
                                                    10.7314908,
                                                    50.3478732
                                                ],
                                                [
                                                    10.7310542,
                                                    50.3371969
                                                ],
                                                [
                                                    10.6943793,
                                                    50.312199
                                                ],
                                                [
                                                    10.6764784,
                                                    50.3327702
                                                ],
                                                [
                                                    10.6432964,
                                                    50.344488
                                                ],
                                                [
                                                    10.586101,
                                                    50.3314682
                                                ],
                                                [
                                                    10.5577216,
                                                    50.3403217
                                                ],
                                                [
                                                    10.557285,
                                                    50.3559454
                                                ],
                                                [
                                                    10.5476797,
                                                    50.3634969
                                                ],
                                                [
                                                    10.5345815,
                                                    50.3642781
                                                ],
                                                [
                                                    10.5175538,
                                                    50.3491751
                                                ],
                                                [
                                                    10.5158074,
                                                    50.3590701
                                                ],
                                                [
                                                    10.4948503,
                                                    50.3533415
                                                ],
                                                [
                                                    10.4891744,
                                                    50.3621949
                                                ],
                                                [
                                                    10.4992164,
                                                    50.3645384
                                                ],
                                                [
                                                    10.4939771,
                                                    50.3741731
                                                ],
                                                [
                                                    10.4664709,
                                                    50.3754751
                                                ],
                                                [
                                                    10.4524995,
                                                    50.4022958
                                                ],
                                                [
                                                    10.4306692,
                                                    50.3926611
                                                ],
                                                [
                                                    10.3953041,
                                                    50.39188
                                                ],
                                                [
                                                    10.3870086,
                                                    50.4077641
                                                ],
                                                [
                                                    10.4070925,
                                                    50.4239086
                                                ],
                                                [
                                                    10.4066559,
                                                    50.4239086
                                                ],
                                                [
                                                    10.4070925,
                                                    50.424169
                                                ],
                                                [
                                                    10.3734738,
                                                    50.4309392
                                                ],
                                                [
                                                    10.384389,
                                                    50.4384907
                                                ],
                                                [
                                                    10.3695444,
                                                    50.4377095
                                                ],
                                                [
                                                    10.3603757,
                                                    50.4535936
                                                ],
                                                [
                                                    10.338982,
                                                    50.465051
                                                ],
                                                [
                                                    10.3442212,
                                                    50.4822371
                                                ],
                                                [
                                                    10.3337427,
                                                    50.4934341
                                                ],
                                                [
                                                    10.3092928,
                                                    50.491351
                                                ],
                                                [
                                                    10.2595197,
                                                    50.5119222
                                                ],
                                                [
                                                    10.2328867,
                                                    50.5103598
                                                ],
                                                [
                                                    10.2350697,
                                                    50.5301498
                                                ],
                                                [
                                                    10.211493,
                                                    50.5395241
                                                ],
                                                [
                                                    10.2071269,
                                                    50.5535854
                                                ],
                                                [
                                                    10.1809306,
                                                    50.5509815
                                                ],
                                                [
                                                    10.1800574,
                                                    50.5413468
                                                ],
                                                [
                                                    10.153861,
                                                    50.5512419
                                                ],
                                                [
                                                    10.1499316,
                                                    50.5423884
                                                ],
                                                [
                                                    10.1403262,
                                                    50.5418676
                                                ],
                                                [
                                                    10.1237352,
                                                    50.5548874
                                                ],
                                                [
                                                    10.1281013,
                                                    50.5590537
                                                ],
                                                [
                                                    10.1102004,
                                                    50.5621785
                                                ],
                                                [
                                                    10.0761451,
                                                    50.5369201
                                                ],
                                                [
                                                    10.0735255,
                                                    50.5327538
                                                ],
                                                [
                                                    10.0765817,
                                                    50.5259835
                                                ],
                                                [
                                                    10.0429631,
                                                    50.5147865
                                                ],
                                                [
                                                    10.0429631,
                                                    50.5301498
                                                ],
                                                [
                                                    10.0647934,
                                                    50.5556686
                                                ],
                                                [
                                                    10.0495122,
                                                    50.5705111
                                                ],
                                                [
                                                    10.0521318,
                                                    50.5975922
                                                ],
                                                [
                                                    10.0399068,
                                                    50.6116536
                                                ],
                                                [
                                                    10.0613005,
                                                    50.6254545
                                                ],
                                                [
                                                    10.0844407,
                                                    50.6189446
                                                ],
                                                [
                                                    10.0857505,
                                                    50.6327456
                                                ],
                                                [
                                                    10.0538782,
                                                    50.6725861
                                                ],
                                                [
                                                    10.005415,
                                                    50.6754504
                                                ],
                                                [
                                                    9.9543321,
                                                    50.6637326
                                                ],
                                                [
                                                    9.9538954,
                                                    50.6611287
                                                ],
                                                [
                                                    9.9717963,
                                                    50.6402971
                                                ],
                                                [
                                                    9.9635008,
                                                    50.6280585
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Gera",
                                        "kuerzel": "GER",
                                        "kurznummer": "19"
                                    }
                                },
                                {
                                    "id": 31,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    11.4479613,
                                                    49.4146165
                                                ],
                                                [
                                                    11.4514541,
                                                    49.4289382
                                                ],
                                                [
                                                    11.4610595,
                                                    49.4333649
                                                ],
                                                [
                                                    11.4667354,
                                                    49.4224283
                                                ],
                                                [
                                                    11.4850728,
                                                    49.4276362
                                                ],
                                                [
                                                    11.5396486,
                                                    49.4096689
                                                ],
                                                [
                                                    11.5649717,
                                                    49.4193036
                                                ],
                                                [
                                                    11.5754503,
                                                    49.415658
                                                ],
                                                [
                                                    11.5758869,
                                                    49.4028987
                                                ],
                                                [
                                                    11.5907315,
                                                    49.3903997
                                                ],
                                                [
                                                    11.6151814,
                                                    49.3976908
                                                ],
                                                [
                                                    11.6304626,
                                                    49.3864938
                                                ],
                                                [
                                                    11.6418144,
                                                    49.3956076
                                                ],
                                                [
                                                    11.6614617,
                                                    49.3927433
                                                ],
                                                [
                                                    11.658842,
                                                    49.3982116
                                                ],
                                                [
                                                    11.6828553,
                                                    49.4073254
                                                ],
                                                [
                                                    11.6819821,
                                                    49.4143561
                                                ],
                                                [
                                                    11.7116713,
                                                    49.418262
                                                ],
                                                [
                                                    11.7173472,
                                                    49.4159184
                                                ],
                                                [
                                                    11.7055589,
                                                    49.4049818
                                                ],
                                                [
                                                    11.7099249,
                                                    49.3969096
                                                ],
                                                [
                                                    11.743107,
                                                    49.3956076
                                                ],
                                                [
                                                    11.7396141,
                                                    49.3807651
                                                ],
                                                [
                                                    11.7514025,
                                                    49.3703493
                                                ],
                                                [
                                                    11.7426704,
                                                    49.3651414
                                                ],
                                                [
                                                    11.7531489,
                                                    49.3591523
                                                ],
                                                [
                                                    11.7387409,
                                                    49.3529028
                                                ],
                                                [
                                                    11.7479096,
                                                    49.3377998
                                                ],
                                                [
                                                    11.7749792,
                                                    49.3388414
                                                ],
                                                [
                                                    11.786331,
                                                    49.3260821
                                                ],
                                                [
                                                    11.8369773,
                                                    49.3315504
                                                ],
                                                [
                                                    11.8395969,
                                                    49.3713908
                                                ],
                                                [
                                                    11.8566246,
                                                    49.3789423
                                                ],
                                                [
                                                    11.9020316,
                                                    49.3716512
                                                ],
                                                [
                                                    11.9269181,
                                                    49.3773799
                                                ],
                                                [
                                                    11.9299744,
                                                    49.3937848
                                                ],
                                                [
                                                    11.9212422,
                                                    49.3984719
                                                ],
                                                [
                                                    11.9518047,
                                                    49.4125333
                                                ],
                                                [
                                                    11.9435092,
                                                    49.4219075
                                                ],
                                                [
                                                    11.9190592,
                                                    49.4258135
                                                ],
                                                [
                                                    11.9395797,
                                                    49.440656
                                                ],
                                                [
                                                    11.9387065,
                                                    49.4549777
                                                ],
                                                [
                                                    11.9282279,
                                                    49.4573213
                                                ],
                                                [
                                                    11.9273547,
                                                    49.4646124
                                                ],
                                                [
                                                    11.8898066,
                                                    49.4672163
                                                ],
                                                [
                                                    11.88937,
                                                    49.4833608
                                                ],
                                                [
                                                    11.8767084,
                                                    49.4974222
                                                ],
                                                [
                                                    11.8513853,
                                                    49.4846628
                                                ],
                                                [
                                                    11.8522585,
                                                    49.4896103
                                                ],
                                                [
                                                    11.7614444,
                                                    49.5200765
                                                ],
                                                [
                                                    11.747473,
                                                    49.5396062
                                                ],
                                                [
                                                    11.7282624,
                                                    49.5403874
                                                ],
                                                [
                                                    11.7369945,
                                                    49.5471577
                                                ],
                                                [
                                                    11.7295722,
                                                    49.5580943
                                                ],
                                                [
                                                    11.7749792,
                                                    49.5648645
                                                ],
                                                [
                                                    11.7273892,
                                                    49.6021011
                                                ],
                                                [
                                                    11.7422338,
                                                    49.6164228
                                                ],
                                                [
                                                    11.7426704,
                                                    49.6341297
                                                ],
                                                [
                                                    11.7614444,
                                                    49.6333485
                                                ],
                                                [
                                                    11.7819649,
                                                    49.6500138
                                                ],
                                                [
                                                    11.8112175,
                                                    49.6541801
                                                ],
                                                [
                                                    11.8334844,
                                                    49.6411604
                                                ],
                                                [
                                                    11.8775816,
                                                    49.6351713
                                                ],
                                                [
                                                    11.901595,
                                                    49.6440247
                                                ],
                                                [
                                                    11.920369,
                                                    49.6385564
                                                ],
                                                [
                                                    11.9474386,
                                                    49.6448059
                                                ],
                                                [
                                                    11.9806207,
                                                    49.6401188
                                                ],
                                                [
                                                    11.9814939,
                                                    49.6320465
                                                ],
                                                [
                                                    11.992409,
                                                    49.629703
                                                ],
                                                [
                                                    12.0295205,
                                                    49.6310049
                                                ],
                                                [
                                                    12.0295205,
                                                    49.6208495
                                                ],
                                                [
                                                    12.0452384,
                                                    49.6192871
                                                ],
                                                [
                                                    12.0443651,
                                                    49.6099129
                                                ],
                                                [
                                                    12.0666321,
                                                    49.6119961
                                                ],
                                                [
                                                    12.0963213,
                                                    49.5971536
                                                ],
                                                [
                                                    12.1212078,
                                                    49.6177248
                                                ],
                                                [
                                                    12.1421649,
                                                    49.6166832
                                                ],
                                                [
                                                    12.1522068,
                                                    49.6403792
                                                ],
                                                [
                                                    12.1928112,
                                                    49.6409
                                                ],
                                                [
                                                    12.2115853,
                                                    49.6630336
                                                ],
                                                [
                                                    12.2364718,
                                                    49.649493
                                                ],
                                                [
                                                    12.2312325,
                                                    49.6484514
                                                ],
                                                [
                                                    12.2399646,
                                                    49.6403792
                                                ],
                                                [
                                                    12.2360352,
                                                    49.6328277
                                                ],
                                                [
                                                    12.2583021,
                                                    49.6343901
                                                ],
                                                [
                                                    12.2565557,
                                                    49.6489722
                                                ],
                                                [
                                                    12.2687806,
                                                    49.6599088
                                                ],
                                                [
                                                    12.2574289,
                                                    49.6750117
                                                ],
                                                [
                                                    12.2705271,
                                                    49.6773553
                                                ],
                                                [
                                                    12.2727101,
                                                    49.6685019
                                                ],
                                                [
                                                    12.2831886,
                                                    49.6674603
                                                ],
                                                [
                                                    12.2941038,
                                                    49.6755325
                                                ],
                                                [
                                                    12.24957,
                                                    49.6948018
                                                ],
                                                [
                                                    12.2211906,
                                                    49.6968849
                                                ],
                                                [
                                                    12.2281763,
                                                    49.6987077
                                                ],
                                                [
                                                    12.2255567,
                                                    49.7062592
                                                ],
                                                [
                                                    12.2342888,
                                                    49.705478
                                                ],
                                                [
                                                    12.2128951,
                                                    49.7260492
                                                ],
                                                [
                                                    12.2347254,
                                                    49.7333403
                                                ],
                                                [
                                                    12.2486968,
                                                    49.7481828
                                                ],
                                                [
                                                    12.268344,
                                                    49.7518283
                                                ],
                                                [
                                                    12.2657244,
                                                    49.7630253
                                                ],
                                                [
                                                    12.2853717,
                                                    49.771358
                                                ],
                                                [
                                                    12.3377644,
                                                    49.758859
                                                ],
                                                [
                                                    12.3748759,
                                                    49.771358
                                                ],
                                                [
                                                    12.3871009,
                                                    49.7609422
                                                ],
                                                [
                                                    12.3801152,
                                                    49.7572966
                                                ],
                                                [
                                                    12.4041285,
                                                    49.7580778
                                                ],
                                                [
                                                    12.408058,
                                                    49.7406314
                                                ],
                                                [
                                                    12.4281419,
                                                    49.7309967
                                                ],
                                                [
                                                    12.4364374,
                                                    49.7177166
                                                ],
                                                [
                                                    12.4447329,
                                                    49.704176
                                                ],
                                                [
                                                    12.4936328,
                                                    49.6864691
                                                ],
                                                [
                                                    12.5241952,
                                                    49.6872503
                                                ],
                                                [
                                                    12.5320541,
                                                    49.6669395
                                                ],
                                                [
                                                    12.5193925,
                                                    49.6458475
                                                ],
                                                [
                                                    12.5307443,
                                                    49.6403792
                                                ],
                                                [
                                                    12.525505,
                                                    49.6289218
                                                ],
                                                [
                                                    12.5364201,
                                                    49.6265782
                                                ],
                                                [
                                                    12.5303077,
                                                    49.618506
                                                ],
                                                [
                                                    12.5630531,
                                                    49.6200683
                                                ],
                                                [
                                                    12.5661094,
                                                    49.5974139
                                                ],
                                                [
                                                    12.5787709,
                                                    49.5869981
                                                ],
                                                [
                                                    12.5765879,
                                                    49.5596566
                                                ],
                                                [
                                                    12.5971084,
                                                    49.5422101
                                                ],
                                                [
                                                    12.5909959,
                                                    49.5390854
                                                ],
                                                [
                                                    12.6228681,
                                                    49.5271072
                                                ],
                                                [
                                                    12.6381494,
                                                    49.5325755
                                                ],
                                                [
                                                    12.6464449,
                                                    49.5234617
                                                ],
                                                [
                                                    12.6464449,
                                                    49.485444
                                                ],
                                                [
                                                    12.6359663,
                                                    49.4768509
                                                ],
                                                [
                                                    12.655177,
                                                    49.4609668
                                                ],
                                                [
                                                    12.6577966,
                                                    49.4354481
                                                ],
                                                [
                                                    12.7110626,
                                                    49.4255531
                                                ],
                                                [
                                                    12.717175,
                                                    49.4148769
                                                ],
                                                [
                                                    12.7599624,
                                                    49.3956076
                                                ],
                                                [
                                                    12.760399,
                                                    49.376078
                                                ],
                                                [
                                                    12.7844124,
                                                    49.3599334
                                                ],
                                                [
                                                    12.7809195,
                                                    49.3489968
                                                ],
                                                [
                                                    12.8149748,
                                                    49.3419662
                                                ],
                                                [
                                                    12.8455372,
                                                    49.3458721
                                                ],
                                                [
                                                    12.8891978,
                                                    49.3331127
                                                ],
                                                [
                                                    12.8822121,
                                                    49.349778
                                                ],
                                                [
                                                    12.8909442,
                                                    49.3516008
                                                ],
                                                [
                                                    12.9747726,
                                                    49.3346751
                                                ],
                                                [
                                                    13.0097011,
                                                    49.3068128
                                                ],
                                                [
                                                    13.0310948,
                                                    49.30499
                                                ],
                                                [
                                                    13.0276019,
                                                    49.2794713
                                                ],
                                                [
                                                    13.0363341,
                                                    49.2646288
                                                ],
                                                [
                                                    13.0572911,
                                                    49.2646288
                                                ],
                                                [
                                                    13.0625304,
                                                    49.2510882
                                                ],
                                                [
                                                    13.0830509,
                                                    49.2482239
                                                ],
                                                [
                                                    13.0882902,
                                                    49.2299962
                                                ],
                                                [
                                                    13.116233,
                                                    49.2190596
                                                ],
                                                [
                                                    13.1118669,
                                                    49.2039567
                                                ],
                                                [
                                                    13.1729917,
                                                    49.174532
                                                ],
                                                [
                                                    13.1791042,
                                                    49.1651578
                                                ],
                                                [
                                                    13.1725551,
                                                    49.1448469
                                                ],
                                                [
                                                    13.1847801,
                                                    49.1354727
                                                ],
                                                [
                                                    13.238046,
                                                    49.1146411
                                                ],
                                                [
                                                    13.291312,
                                                    49.1195886
                                                ],
                                                [
                                                    13.3982805,
                                                    49.0524066
                                                ],
                                                [
                                                    13.3939144,
                                                    49.0430324
                                                ],
                                                [
                                                    13.4078858,
                                                    49.0248047
                                                ],
                                                [
                                                    13.4022099,
                                                    49.0167325
                                                ],
                                                [
                                                    13.4113786,
                                                    49.0042335
                                                ],
                                                [
                                                    13.4048296,
                                                    48.9883494
                                                ],
                                                [
                                                    13.4284063,
                                                    48.9735068
                                                ],
                                                [
                                                    13.5000097,
                                                    48.9422594
                                                ],
                                                [
                                                    13.5104882,
                                                    48.943301
                                                ],
                                                [
                                                    13.5091784,
                                                    48.9701217
                                                ],
                                                [
                                                    13.5820916,
                                                    48.9716841
                                                ],
                                                [
                                                    13.6117808,
                                                    48.9456446
                                                ],
                                                [
                                                    13.6327379,
                                                    48.9490297
                                                ],
                                                [
                                                    13.6244424,
                                                    48.9399159
                                                ],
                                                [
                                                    13.6576244,
                                                    48.8946071
                                                ],
                                                [
                                                    13.6715958,
                                                    48.8917427
                                                ],
                                                [
                                                    13.6737789,
                                                    48.8813269
                                                ],
                                                [
                                                    13.7187493,
                                                    48.8792438
                                                ],
                                                [
                                                    13.740143,
                                                    48.8870556
                                                ],
                                                [
                                                    13.7663394,
                                                    48.8354973
                                                ],
                                                [
                                                    13.7951553,
                                                    48.831331
                                                ],
                                                [
                                                    13.7903527,
                                                    48.8261231
                                                ],
                                                [
                                                    13.8174223,
                                                    48.7982608
                                                ],
                                                [
                                                    13.8056339,
                                                    48.7821163
                                                ],
                                                [
                                                    13.8418722,
                                                    48.7683154
                                                ],
                                                [
                                                    13.8230981,
                                                    48.755556
                                                ],
                                                [
                                                    13.8213517,
                                                    48.7329016
                                                ],
                                                [
                                                    13.7969018,
                                                    48.7162363
                                                ],
                                                [
                                                    13.8161124,
                                                    48.702175
                                                ],
                                                [
                                                    13.8396892,
                                                    48.7016542
                                                ],
                                                [
                                                    13.8357597,
                                                    48.6930611
                                                ],
                                                [
                                                    13.8156758,
                                                    48.6930611
                                                ],
                                                [
                                                    13.8217883,
                                                    48.6717087
                                                ],
                                                [
                                                    13.8161124,
                                                    48.6508771
                                                ],
                                                [
                                                    13.8261544,
                                                    48.6433256
                                                ],
                                                [
                                                    13.8279008,
                                                    48.6198901
                                                ],
                                                [
                                                    13.8034509,
                                                    48.598798
                                                ],
                                                [
                                                    13.8095633,
                                                    48.5857783
                                                ],
                                                [
                                                    13.8030143,
                                                    48.5748417
                                                ],
                                                [
                                                    13.7720152,
                                                    48.5550516
                                                ],
                                                [
                                                    13.7562974,
                                                    48.5649467
                                                ],
                                                [
                                                    13.7488751,
                                                    48.5537497
                                                ],
                                                [
                                                    13.7571706,
                                                    48.5524477
                                                ],
                                                [
                                                    13.7458189,
                                                    48.545417
                                                ],
                                                [
                                                    13.7497483,
                                                    48.5308349
                                                ],
                                                [
                                                    13.7353403,
                                                    48.5266685
                                                ],
                                                [
                                                    13.7327207,
                                                    48.5162527
                                                ],
                                                [
                                                    13.6663566,
                                                    48.535522
                                                ],
                                                [
                                                    13.6554414,
                                                    48.5506249
                                                ],
                                                [
                                                    13.6266254,
                                                    48.5558328
                                                ],
                                                [
                                                    13.6026121,
                                                    48.570415
                                                ],
                                                [
                                                    13.5716131,
                                                    48.5626031
                                                ],
                                                [
                                                    13.5296989,
                                                    48.5883822
                                                ],
                                                [
                                                    13.5109248,
                                                    48.5920278
                                                ],
                                                [
                                                    13.5061222,
                                                    48.5738001
                                                ],
                                                [
                                                    13.4764329,
                                                    48.5636447
                                                ],
                                                [
                                                    13.4777428,
                                                    48.5573952
                                                ],
                                                [
                                                    13.4655178,
                                                    48.555312
                                                ],
                                                [
                                                    13.451983,
                                                    48.565207
                                                ],
                                                [
                                                    13.4393214,
                                                    48.5581764
                                                ],
                                                [
                                                    13.451983,
                                                    48.5394279
                                                ],
                                                [
                                                    13.4484902,
                                                    48.5251062
                                                ],
                                                [
                                                    13.4602785,
                                                    48.5133884
                                                ],
                                                [
                                                    13.4292795,
                                                    48.458445
                                                ],
                                                [
                                                    13.4415045,
                                                    48.4324055
                                                ],
                                                [
                                                    13.4144349,
                                                    48.3772017
                                                ],
                                                [
                                                    13.3319163,
                                                    48.3251226
                                                ],
                                                [
                                                    13.2598763,
                                                    48.2954375
                                                ],
                                                [
                                                    13.1799774,
                                                    48.2959583
                                                ],
                                                [
                                                    13.130641,
                                                    48.2800742
                                                ],
                                                [
                                                    13.0826143,
                                                    48.2787722
                                                ],
                                                [
                                                    13.0241091,
                                                    48.259503
                                                ],
                                                [
                                                    12.9581816,
                                                    48.2108091
                                                ],
                                                [
                                                    12.8721702,
                                                    48.2029972
                                                ],
                                                [
                                                    12.8499033,
                                                    48.1691458
                                                ],
                                                [
                                                    12.8381149,
                                                    48.1670627
                                                ],
                                                [
                                                    12.8298194,
                                                    48.1545637
                                                ],
                                                [
                                                    12.80144,
                                                    48.1485746
                                                ],
                                                [
                                                    12.789215,
                                                    48.1253994
                                                ],
                                                [
                                                    12.760399,
                                                    48.1280034
                                                ],
                                                [
                                                    12.7617089,
                                                    48.0769659
                                                ],
                                                [
                                                    12.8525229,
                                                    48.0181166
                                                ],
                                                [
                                                    12.8760996,
                                                    47.9657771
                                                ],
                                                [
                                                    12.9193236,
                                                    47.9569237
                                                ],
                                                [
                                                    12.9249995,
                                                    47.9412999
                                                ],
                                                [
                                                    12.9402807,
                                                    47.9452059
                                                ],
                                                [
                                                    12.9481396,
                                                    47.9246347
                                                ],
                                                [
                                                    12.9957297,
                                                    47.8647437
                                                ],
                                                [
                                                    13.0062082,
                                                    47.8459953
                                                ],
                                                [
                                                    12.9813217,
                                                    47.8209973
                                                ],
                                                [
                                                    12.957745,
                                                    47.8285488
                                                ],
                                                [
                                                    12.9634209,
                                                    47.836621
                                                ],
                                                [
                                                    12.9590548,
                                                    47.8423497
                                                ],
                                                [
                                                    12.9201969,
                                                    47.8480784
                                                ],
                                                [
                                                    12.9114647,
                                                    47.8548487
                                                ],
                                                [
                                                    12.9158308,
                                                    47.8605774
                                                ],
                                                [
                                                    12.8992398,
                                                    47.862921
                                                ],
                                                [
                                                    12.8638747,
                                                    47.8850546
                                                ],
                                                [
                                                    12.8298194,
                                                    47.8907833
                                                ],
                                                [
                                                    12.8267632,
                                                    47.8842734
                                                ],
                                                [
                                                    12.8084257,
                                                    47.884013
                                                ],
                                                [
                                                    12.8040596,
                                                    47.8918248
                                                ],
                                                [
                                                    12.7739338,
                                                    47.8881793
                                                ],
                                                [
                                                    12.7734972,
                                                    47.8933872
                                                ],
                                                [
                                                    12.7529767,
                                                    47.8871377
                                                ],
                                                [
                                                    12.758216,
                                                    47.8946892
                                                ],
                                                [
                                                    12.7503571,
                                                    47.8915644
                                                ],
                                                [
                                                    12.7455544,
                                                    47.8983347
                                                ],
                                                [
                                                    12.7499205,
                                                    47.9215099
                                                ],
                                                [
                                                    12.7206679,
                                                    47.9246347
                                                ],
                                                [
                                                    12.7101894,
                                                    47.9142188
                                                ],
                                                [
                                                    12.7088795,
                                                    47.9233327
                                                ],
                                                [
                                                    12.6914153,
                                                    47.9090109
                                                ],
                                                [
                                                    12.6730778,
                                                    47.9090109
                                                ],
                                                [
                                                    12.6652189,
                                                    47.9183852
                                                ],
                                                [
                                                    12.6743877,
                                                    47.9217703
                                                ],
                                                [
                                                    12.6687118,
                                                    47.938696
                                                ],
                                                [
                                                    12.638586,
                                                    47.937394
                                                ],
                                                [
                                                    12.6281074,
                                                    47.9207287
                                                ],
                                                [
                                                    12.6154458,
                                                    47.9319257
                                                ],
                                                [
                                                    12.5992914,
                                                    47.9243743
                                                ],
                                                [
                                                    12.5962352,
                                                    47.9327069
                                                ],
                                                [
                                                    12.5827004,
                                                    47.9337485
                                                ],
                                                [
                                                    12.5883763,
                                                    47.9397376
                                                ],
                                                [
                                                    12.5739683,
                                                    47.9366128
                                                ],
                                                [
                                                    12.5525746,
                                                    47.9558821
                                                ],
                                                [
                                                    12.5311809,
                                                    47.9506742
                                                ],
                                                [
                                                    12.5303077,
                                                    47.9691622
                                                ],
                                                [
                                                    12.5503915,
                                                    47.9803592
                                                ],
                                                [
                                                    12.5434058,
                                                    47.9978057
                                                ],
                                                [
                                                    12.5482085,
                                                    48.0126483
                                                ],
                                                [
                                                    12.5320541,
                                                    48.0139502
                                                ],
                                                [
                                                    12.5207023,
                                                    48.0298343
                                                ],
                                                [
                                                    12.5001818,
                                                    48.0290532
                                                ],
                                                [
                                                    12.5207023,
                                                    48.04676
                                                ],
                                                [
                                                    12.5106604,
                                                    48.0491036
                                                ],
                                                [
                                                    12.5080408,
                                                    48.059259
                                                ],
                                                [
                                                    12.4905765,
                                                    48.0532699
                                                ],
                                                [
                                                    12.4508454,
                                                    48.0665501
                                                ],
                                                [
                                                    12.4508454,
                                                    48.1017034
                                                ],
                                                [
                                                    12.4381838,
                                                    48.1069113
                                                ],
                                                [
                                                    12.4979988,
                                                    48.1472726
                                                ],
                                                [
                                                    12.482281,
                                                    48.1480538
                                                ],
                                                [
                                                    12.4862105,
                                                    48.1553449
                                                ],
                                                [
                                                    12.4539016,
                                                    48.1569072
                                                ],
                                                [
                                                    12.4691828,
                                                    48.1649795
                                                ],
                                                [
                                                    12.44124,
                                                    48.1751349
                                                ],
                                                [
                                                    12.4311981,
                                                    48.1701874
                                                ],
                                                [
                                                    12.4346909,
                                                    48.1584696
                                                ],
                                                [
                                                    12.4277052,
                                                    48.1644587
                                                ],
                                                [
                                                    12.410241,
                                                    48.1543033
                                                ],
                                                [
                                                    12.4163535,
                                                    48.1506578
                                                ],
                                                [
                                                    12.4093678,
                                                    48.1459706
                                                ],
                                                [
                                                    12.3962696,
                                                    48.1470122
                                                ],
                                                [
                                                    12.4050017,
                                                    48.1618548
                                                ],
                                                [
                                                    12.3853545,
                                                    48.172531
                                                ],
                                                [
                                                    12.3897205,
                                                    48.1819052
                                                ],
                                                [
                                                    12.3801152,
                                                    48.1918002
                                                ],
                                                [
                                                    12.4023821,
                                                    48.2290367
                                                ],
                                                [
                                                    12.3919036,
                                                    48.2623673
                                                ],
                                                [
                                                    12.3635242,
                                                    48.2584614
                                                ],
                                                [
                                                    12.323793,
                                                    48.2717416
                                                ],
                                                [
                                                    12.3285957,
                                                    48.2897088
                                                ],
                                                [
                                                    12.3085118,
                                                    48.2915316
                                                ],
                                                [
                                                    12.3058922,
                                                    48.3009058
                                                ],
                                                [
                                                    12.2775128,
                                                    48.2855425
                                                ],
                                                [
                                                    12.2552459,
                                                    48.2977811
                                                ],
                                                [
                                                    12.2552459,
                                                    48.3144464
                                                ],
                                                [
                                                    12.2369084,
                                                    48.324081
                                                ],
                                                [
                                                    12.2211906,
                                                    48.3222582
                                                ],
                                                [
                                                    12.218571,
                                                    48.3290285
                                                ],
                                                [
                                                    12.208529,
                                                    48.3201751
                                                ],
                                                [
                                                    12.1469676,
                                                    48.3246018
                                                ],
                                                [
                                                    12.0945748,
                                                    48.2954375
                                                ],
                                                [
                                                    12.0692517,
                                                    48.3006454
                                                ],
                                                [
                                                    12.0522241,
                                                    48.2959583
                                                ],
                                                [
                                                    12.0491678,
                                                    48.3081969
                                                ],
                                                [
                                                    12.0609562,
                                                    48.3144464
                                                ],
                                                [
                                                    12.0434919,
                                                    48.33658
                                                ],
                                                [
                                                    12.0613928,
                                                    48.3425691
                                                ],
                                                [
                                                    12.0557169,
                                                    48.347777
                                                ],
                                                [
                                                    12.0657588,
                                                    48.3527245
                                                ],
                                                [
                                                    12.0653222,
                                                    48.366265
                                                ],
                                                [
                                                    12.0517874,
                                                    48.3670462
                                                ],
                                                [
                                                    12.0469848,
                                                    48.3792848
                                                ],
                                                [
                                                    12.0530973,
                                                    48.3824096
                                                ],
                                                [
                                                    12.0277741,
                                                    48.4014184
                                                ],
                                                [
                                                    12.0343232,
                                                    48.4089699
                                                ],
                                                [
                                                    12.0207884,
                                                    48.4162609
                                                ],
                                                [
                                                    12.0242813,
                                                    48.4287599
                                                ],
                                                [
                                                    11.9985215,
                                                    48.4326658
                                                ],
                                                [
                                                    11.9976483,
                                                    48.4417797
                                                ],
                                                [
                                                    11.978001,
                                                    48.4449044
                                                ],
                                                [
                                                    11.9823671,
                                                    48.4555806
                                                ],
                                                [
                                                    11.9679591,
                                                    48.4561014
                                                ],
                                                [
                                                    11.9142565,
                                                    48.4287599
                                                ],
                                                [
                                                    11.8880602,
                                                    48.4493311
                                                ],
                                                [
                                                    11.8924262,
                                                    48.4620905
                                                ],
                                                [
                                                    11.8688495,
                                                    48.4787558
                                                ],
                                                [
                                                    11.8544415,
                                                    48.4779746
                                                ],
                                                [
                                                    11.8579344,
                                                    48.4860469
                                                ],
                                                [
                                                    11.8382871,
                                                    48.4977647
                                                ],
                                                [
                                                    11.8391603,
                                                    48.5115656
                                                ],
                                                [
                                                    11.8609906,
                                                    48.5100032
                                                ],
                                                [
                                                    11.8657933,
                                                    48.5206795
                                                ],
                                                [
                                                    11.8989753,
                                                    48.4946399
                                                ],
                                                [
                                                    11.947002,
                                                    48.5126072
                                                ],
                                                [
                                                    11.9435092,
                                                    48.5258874
                                                ],
                                                [
                                                    11.973635,
                                                    48.5386467
                                                ],
                                                [
                                                    11.9657761,
                                                    48.5464586
                                                ],
                                                [
                                                    11.9749448,
                                                    48.5524477
                                                ],
                                                [
                                                    11.963593,
                                                    48.5599991
                                                ],
                                                [
                                                    11.9627198,
                                                    48.5769248
                                                ],
                                                [
                                                    11.944819,
                                                    48.5743209
                                                ],
                                                [
                                                    11.8884968,
                                                    48.5899446
                                                ],
                                                [
                                                    11.8684129,
                                                    48.5805704
                                                ],
                                                [
                                                    11.8531317,
                                                    48.5917674
                                                ],
                                                [
                                                    11.8138372,
                                                    48.598798
                                                ],
                                                [
                                                    11.8216961,
                                                    48.6042663
                                                ],
                                                [
                                                    11.819513,
                                                    48.6183277
                                                ],
                                                [
                                                    11.8291184,
                                                    48.6292643
                                                ],
                                                [
                                                    11.7989926,
                                                    48.6396801
                                                ],
                                                [
                                                    11.8033586,
                                                    48.6482731
                                                ],
                                                [
                                                    11.7972461,
                                                    48.6495751
                                                ],
                                                [
                                                    11.8203862,
                                                    48.6620741
                                                ],
                                                [
                                                    11.8120907,
                                                    48.6761354
                                                ],
                                                [
                                                    11.8251889,
                                                    48.6860305
                                                ],
                                                [
                                                    11.7933167,
                                                    48.6941027
                                                ],
                                                [
                                                    11.759698,
                                                    48.6839473
                                                ],
                                                [
                                                    11.7605712,
                                                    48.7196214
                                                ],
                                                [
                                                    11.6715036,
                                                    48.721965
                                                ],
                                                [
                                                    11.6383215,
                                                    48.7599827
                                                ],
                                                [
                                                    11.642251,
                                                    48.7711797
                                                ],
                                                [
                                                    11.6723768,
                                                    48.7797728
                                                ],
                                                [
                                                    11.6728134,
                                                    48.7875846
                                                ],
                                                [
                                                    11.656659,
                                                    48.7860222
                                                ],
                                                [
                                                    11.644434,
                                                    48.7959173
                                                ],
                                                [
                                                    11.6509831,
                                                    48.8037291
                                                ],
                                                [
                                                    11.646617,
                                                    48.8131034
                                                ],
                                                [
                                                    11.5885484,
                                                    48.8188321
                                                ],
                                                [
                                                    11.5649717,
                                                    48.833935
                                                ],
                                                [
                                                    11.5732672,
                                                    48.8407053
                                                ],
                                                [
                                                    11.5654083,
                                                    48.8490379
                                                ],
                                                [
                                                    11.5706476,
                                                    48.8727339
                                                ],
                                                [
                                                    11.5675914,
                                                    48.8852328
                                                ],
                                                [
                                                    11.5588592,
                                                    48.8870556
                                                ],
                                                [
                                                    11.5737038,
                                                    48.8953883
                                                ],
                                                [
                                                    11.5108326,
                                                    48.9063249
                                                ],
                                                [
                                                    11.5195647,
                                                    48.9193446
                                                ],
                                                [
                                                    11.5134522,
                                                    48.9386139
                                                ],
                                                [
                                                    11.5234941,
                                                    48.9573623
                                                ],
                                                [
                                                    11.5972806,
                                                    48.954498
                                                ],
                                                [
                                                    11.5785065,
                                                    48.9901721
                                                ],
                                                [
                                                    11.5553664,
                                                    48.9930365
                                                ],
                                                [
                                                    11.5549298,
                                                    49.0057959
                                                ],
                                                [
                                                    11.5370289,
                                                    49.0112642
                                                ],
                                                [
                                                    11.5466343,
                                                    49.0180344
                                                ],
                                                [
                                                    11.5361557,
                                                    49.0235027
                                                ],
                                                [
                                                    11.5186915,
                                                    49.032877
                                                ],
                                                [
                                                    11.5252406,
                                                    49.0388661
                                                ],
                                                [
                                                    11.5173817,
                                                    49.0443344
                                                ],
                                                [
                                                    11.5357191,
                                                    49.0419908
                                                ],
                                                [
                                                    11.5387754,
                                                    49.0623016
                                                ],
                                                [
                                                    11.5475075,
                                                    49.065166
                                                ],
                                                [
                                                    11.5322263,
                                                    49.0721967
                                                ],
                                                [
                                                    11.5461977,
                                                    49.0753214
                                                ],
                                                [
                                                    11.5527467,
                                                    49.08756
                                                ],
                                                [
                                                    11.5365923,
                                                    49.0971946
                                                ],
                                                [
                                                    11.5483807,
                                                    49.0995382
                                                ],
                                                [
                                                    11.5531834,
                                                    49.1135995
                                                ],
                                                [
                                                    11.5789431,
                                                    49.1221926
                                                ],
                                                [
                                                    11.5496905,
                                                    49.1263589
                                                ],
                                                [
                                                    11.5514369,
                                                    49.1380767
                                                ],
                                                [
                                                    11.5405218,
                                                    49.1471905
                                                ],
                                                [
                                                    11.5658449,
                                                    49.1625538
                                                ],
                                                [
                                                    11.5619155,
                                                    49.1711469
                                                ],
                                                [
                                                    11.5326629,
                                                    49.1661994
                                                ],
                                                [
                                                    11.5265504,
                                                    49.1727092
                                                ],
                                                [
                                                    11.5165084,
                                                    49.1596895
                                                ],
                                                [
                                                    11.5191281,
                                                    49.1760944
                                                ],
                                                [
                                                    11.5038469,
                                                    49.1885934
                                                ],
                                                [
                                                    11.4876925,
                                                    49.1802607
                                                ],
                                                [
                                                    11.4732845,
                                                    49.1979676
                                                ],
                                                [
                                                    11.48158,
                                                    49.2086438
                                                ],
                                                [
                                                    11.4924951,
                                                    49.2125497
                                                ],
                                                [
                                                    11.498171,
                                                    49.254213
                                                ],
                                                [
                                                    11.5169451,
                                                    49.2505674
                                                ],
                                                [
                                                    11.5348459,
                                                    49.2695763
                                                ],
                                                [
                                                    11.5427048,
                                                    49.2659308
                                                ],
                                                [
                                                    11.5889851,
                                                    49.2750446
                                                ],
                                                [
                                                    11.5379021,
                                                    49.3135831
                                                ],
                                                [
                                                    11.4972978,
                                                    49.3083752
                                                ],
                                                [
                                                    11.4841996,
                                                    49.317489
                                                ],
                                                [
                                                    11.4911853,
                                                    49.3297276
                                                ],
                                                [
                                                    11.4846362,
                                                    49.3487365
                                                ],
                                                [
                                                    11.5016638,
                                                    49.3599334
                                                ],
                                                [
                                                    11.4951148,
                                                    49.373474
                                                ],
                                                [
                                                    11.5034103,
                                                    49.3797235
                                                ],
                                                [
                                                    11.4828898,
                                                    49.3831086
                                                ],
                                                [
                                                    11.4876925,
                                                    49.3997739
                                                ],
                                                [
                                                    11.4824532,
                                                    49.4047214
                                                ],
                                                [
                                                    11.4662988,
                                                    49.4060234
                                                ],
                                                [
                                                    11.4610595,
                                                    49.4164392
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Straubing",
                                        "kuerzel": "STR",
                                        "kurznummer": "31"
                                    }
                                },
                                {
                                    "id": 447,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    10.5446234,
                                                    48.1644587
                                                ],
                                                [
                                                    10.5524823,
                                                    48.1813844
                                                ],
                                                [
                                                    10.600509,
                                                    48.1925814
                                                ],
                                                [
                                                    10.5791153,
                                                    48.1977893
                                                ],
                                                [
                                                    10.5943965,
                                                    48.2118506
                                                ],
                                                [
                                                    10.5655805,
                                                    48.2212249
                                                ],
                                                [
                                                    10.5607778,
                                                    48.2365882
                                                ],
                                                [
                                                    10.573876,
                                                    48.245702
                                                ],
                                                [
                                                    10.5786787,
                                                    48.2592426
                                                ],
                                                [
                                                    10.5725662,
                                                    48.2615861
                                                ],
                                                [
                                                    10.5965795,
                                                    48.2688772
                                                ],
                                                [
                                                    10.5852278,
                                                    48.2683564
                                                ],
                                                [
                                                    10.5852278,
                                                    48.2738247
                                                ],
                                                [
                                                    10.6061849,
                                                    48.2795534
                                                ],
                                                [
                                                    10.6258321,
                                                    48.2766891
                                                ],
                                                [
                                                    10.6214661,
                                                    48.2712208
                                                ],
                                                [
                                                    10.6389303,
                                                    48.2751267
                                                ],
                                                [
                                                    10.627142,
                                                    48.2519515
                                                ],
                                                [
                                                    10.6686195,
                                                    48.2511703
                                                ],
                                                [
                                                    10.6860838,
                                                    48.2766891
                                                ],
                                                [
                                                    10.6712392,
                                                    48.2803346
                                                ],
                                                [
                                                    10.6825909,
                                                    48.2902296
                                                ],
                                                [
                                                    10.6804079,
                                                    48.3011662
                                                ],
                                                [
                                                    10.6926329,
                                                    48.3147068
                                                ],
                                                [
                                                    10.6817177,
                                                    48.3248622
                                                ],
                                                [
                                                    10.6494089,
                                                    48.3139256
                                                ],
                                                [
                                                    10.6424232,
                                                    48.3032494
                                                ],
                                                [
                                                    10.6232125,
                                                    48.302989
                                                ],
                                                [
                                                    10.6275786,
                                                    48.3144464
                                                ],
                                                [
                                                    10.6179732,
                                                    48.333976
                                                ],
                                                [
                                                    10.6611972,
                                                    48.3446522
                                                ],
                                                [
                                                    10.658141,
                                                    48.3568908
                                                ],
                                                [
                                                    10.6708026,
                                                    48.3574116
                                                ],
                                                [
                                                    10.6712392,
                                                    48.3667858
                                                ],
                                                [
                                                    10.6577044,
                                                    48.3709522
                                                ],
                                                [
                                                    10.6529017,
                                                    48.3860551
                                                ],
                                                [
                                                    10.6328178,
                                                    48.3915234
                                                ],
                                                [
                                                    10.6398035,
                                                    48.4050639
                                                ],
                                                [
                                                    10.6297616,
                                                    48.4089699
                                                ],
                                                [
                                                    10.670366,
                                                    48.4175629
                                                ],
                                                [
                                                    10.684774,
                                                    48.4139174
                                                ],
                                                [
                                                    10.6856472,
                                                    48.4061055
                                                ],
                                                [
                                                    10.7004918,
                                                    48.4209481
                                                ],
                                                [
                                                    10.6917596,
                                                    48.4217292
                                                ],
                                                [
                                                    10.6852106,
                                                    48.4365718
                                                ],
                                                [
                                                    10.6699293,
                                                    48.4407381
                                                ],
                                                [
                                                    10.6432964,
                                                    48.4326658
                                                ],
                                                [
                                                    10.645916,
                                                    48.4433421
                                                ],
                                                [
                                                    10.6105509,
                                                    48.4475084
                                                ],
                                                [
                                                    10.6114241,
                                                    48.4537579
                                                ],
                                                [
                                                    10.6227759,
                                                    48.4529767
                                                ],
                                                [
                                                    10.6253955,
                                                    48.4626113
                                                ],
                                                [
                                                    10.6297616,
                                                    48.459747
                                                ],
                                                [
                                                    10.64155,
                                                    48.4699024
                                                ],
                                                [
                                                    10.6485356,
                                                    48.4824013
                                                ],
                                                [
                                                    10.64155,
                                                    48.4982855
                                                ],
                                                [
                                                    10.6157902,
                                                    48.4998478
                                                ],
                                                [
                                                    10.6157902,
                                                    48.4998478
                                                ],
                                                [
                                                    10.6157902,
                                                    48.4998478
                                                ],
                                                [
                                                    10.6153536,
                                                    48.4998478
                                                ],
                                                [
                                                    10.612734,
                                                    48.4912548
                                                ],
                                                [
                                                    10.583918,
                                                    48.4943795
                                                ],
                                                [
                                                    10.573876,
                                                    48.5047953
                                                ],
                                                [
                                                    10.5743126,
                                                    48.513128
                                                ],
                                                [
                                                    10.5725662,
                                                    48.5165131
                                                ],
                                                [
                                                    10.5935233,
                                                    48.5344804
                                                ],
                                                [
                                                    10.5664537,
                                                    48.5459378
                                                ],
                                                [
                                                    10.6184098,
                                                    48.5555724
                                                ],
                                                [
                                                    10.6301982,
                                                    48.5688526
                                                ],
                                                [
                                                    10.6171,
                                                    48.5753625
                                                ],
                                                [
                                                    10.6232125,
                                                    48.5849971
                                                ],
                                                [
                                                    10.6153536,
                                                    48.5928089
                                                ],
                                                [
                                                    10.6550847,
                                                    48.6115574
                                                ],
                                                [
                                                    10.6441696,
                                                    48.6230148
                                                ],
                                                [
                                                    10.6502821,
                                                    48.6305663
                                                ],
                                                [
                                                    10.6332544,
                                                    48.6344722
                                                ],
                                                [
                                                    10.6240857,
                                                    48.6540018
                                                ],
                                                [
                                                    10.6240857,
                                                    48.6740523
                                                ],
                                                [
                                                    10.633691,
                                                    48.6782186
                                                ],
                                                [
                                                    10.6205929,
                                                    48.6810829
                                                ],
                                                [
                                                    10.631508,
                                                    48.6917592
                                                ],
                                                [
                                                    10.6555213,
                                                    48.6961859
                                                ],
                                                [
                                                    10.6411133,
                                                    48.709466
                                                ],
                                                [
                                                    10.655958,
                                                    48.7099868
                                                ],
                                                [
                                                    10.6633803,
                                                    48.7412343
                                                ],
                                                [
                                                    10.6454794,
                                                    48.7493065
                                                ],
                                                [
                                                    10.6537749,
                                                    48.756858
                                                ],
                                                [
                                                    10.6476624,
                                                    48.7732629
                                                ],
                                                [
                                                    10.6253955,
                                                    48.7795124
                                                ],
                                                [
                                                    10.6205929,
                                                    48.8073747
                                                ],
                                                [
                                                    10.6345643,
                                                    48.8094578
                                                ],
                                                [
                                                    10.6354375,
                                                    48.8248211
                                                ],
                                                [
                                                    10.6498455,
                                                    48.8310706
                                                ],
                                                [
                                                    10.6821543,
                                                    48.8321122
                                                ],
                                                [
                                                    10.6856472,
                                                    48.8430488
                                                ],
                                                [
                                                    10.6756052,
                                                    48.8479963
                                                ],
                                                [
                                                    10.686957,
                                                    48.852423
                                                ],
                                                [
                                                    10.6856472,
                                                    48.8565894
                                                ],
                                                [
                                                    10.7214489,
                                                    48.8506003
                                                ],
                                                [
                                                    10.7790809,
                                                    48.8782022
                                                ],
                                                [
                                                    10.758997,
                                                    48.8782022
                                                ],
                                                [
                                                    10.758997,
                                                    48.8951279
                                                ],
                                                [
                                                    10.7485184,
                                                    48.8909615
                                                ],
                                                [
                                                    10.7170828,
                                                    48.8992942
                                                ],
                                                [
                                                    10.7096605,
                                                    48.9094496
                                                ],
                                                [
                                                    10.6786615,
                                                    48.912314
                                                ],
                                                [
                                                    10.6843373,
                                                    48.9149179
                                                ],
                                                [
                                                    10.6742954,
                                                    48.9242921
                                                ],
                                                [
                                                    10.7044212,
                                                    48.9448634
                                                ],
                                                [
                                                    10.6917596,
                                                    48.9453842
                                                ],
                                                [
                                                    10.6948159,
                                                    48.9607475
                                                ],
                                                [
                                                    10.672549,
                                                    48.985485
                                                ],
                                                [
                                                    10.6432964,
                                                    48.9828811
                                                ],
                                                [
                                                    10.6467892,
                                                    48.9865266
                                                ],
                                                [
                                                    10.6323812,
                                                    48.9935573
                                                ],
                                                [
                                                    10.64155,
                                                    48.9995464
                                                ],
                                                [
                                                    10.645916,
                                                    49.0193364
                                                ],
                                                [
                                                    10.6699293,
                                                    49.0182948
                                                ],
                                                [
                                                    10.676915,
                                                    49.0258463
                                                ],
                                                [
                                                    10.6795347,
                                                    49.040168
                                                ],
                                                [
                                                    10.6904498,
                                                    49.0482403
                                                ],
                                                [
                                                    10.6839007,
                                                    49.0617808
                                                ],
                                                [
                                                    10.6904498,
                                                    49.0719363
                                                ],
                                                [
                                                    10.7349836,
                                                    49.0685511
                                                ],
                                                [
                                                    10.7851933,
                                                    49.088862
                                                ],
                                                [
                                                    10.8039674,
                                                    49.0865184
                                                ],
                                                [
                                                    10.8039674,
                                                    49.0979758
                                                ],
                                                [
                                                    10.8140093,
                                                    49.100059
                                                ],
                                                [
                                                    10.8550503,
                                                    49.0919867
                                                ],
                                                [
                                                    10.8725145,
                                                    49.1115163
                                                ],
                                                [
                                                    10.8799368,
                                                    49.0990174
                                                ],
                                                [
                                                    10.888669,
                                                    49.1018817
                                                ],
                                                [
                                                    10.9091895,
                                                    49.0844352
                                                ],
                                                [
                                                    10.9257805,
                                                    49.0948511
                                                ],
                                                [
                                                    10.9432447,
                                                    49.0854768
                                                ],
                                                [
                                                    10.9812294,
                                                    49.0904243
                                                ],
                                                [
                                                    10.9781732,
                                                    49.0800085
                                                ],
                                                [
                                                    10.991708,
                                                    49.0779254
                                                ],
                                                [
                                                    10.9960741,
                                                    49.0630828
                                                ],
                                                [
                                                    10.979483,
                                                    49.0466779
                                                ],
                                                [
                                                    11.003933,
                                                    49.0419908
                                                ],
                                                [
                                                    11.0318757,
                                                    49.0544898
                                                ],
                                                [
                                                    11.0772828,
                                                    49.0373037
                                                ],
                                                [
                                                    11.0685507,
                                                    49.0245443
                                                ],
                                                [
                                                    11.0777194,
                                                    49.0198572
                                                ],
                                                [
                                                    11.0729167,
                                                    49.010483
                                                ],
                                                [
                                                    11.0785926,
                                                    49.0068374
                                                ],
                                                [
                                                    11.065931,
                                                    48.9841831
                                                ],
                                                [
                                                    11.0537061,
                                                    48.9792355
                                                ],
                                                [
                                                    11.0602551,
                                                    48.9698613
                                                ],
                                                [
                                                    11.0921274,
                                                    48.9628306
                                                ],
                                                [
                                                    11.1440835,
                                                    48.9662158
                                                ],
                                                [
                                                    11.1510692,
                                                    48.9860058
                                                ],
                                                [
                                                    11.1462665,
                                                    48.9925157
                                                ],
                                                [
                                                    11.1654772,
                                                    48.9972028
                                                ],
                                                [
                                                    11.1584915,
                                                    49.0037127
                                                ],
                                                [
                                                    11.1676602,
                                                    49.0055355
                                                ],
                                                [
                                                    11.1663504,
                                                    49.0159513
                                                ],
                                                [
                                                    11.1886173,
                                                    49.0151701
                                                ],
                                                [
                                                    11.1925468,
                                                    49.0240235
                                                ],
                                                [
                                                    11.1825048,
                                                    49.0271483
                                                ],
                                                [
                                                    11.2047717,
                                                    49.0485007
                                                ],
                                                [
                                                    11.2506154,
                                                    49.0482403
                                                ],
                                                [
                                                    11.2689528,
                                                    49.0589165
                                                ],
                                                [
                                                    11.2641502,
                                                    49.063864
                                                ],
                                                [
                                                    11.2807412,
                                                    49.0633432
                                                ],
                                                [
                                                    11.2968956,
                                                    49.0768838
                                                ],
                                                [
                                                    11.2968956,
                                                    49.0839144
                                                ],
                                                [
                                                    11.284234,
                                                    49.0844352
                                                ],
                                                [
                                                    11.2715725,
                                                    49.0966738
                                                ],
                                                [
                                                    11.2938394,
                                                    49.1034441
                                                ],
                                                [
                                                    11.2872903,
                                                    49.1320876
                                                ],
                                                [
                                                    11.3082474,
                                                    49.1276609
                                                ],
                                                [
                                                    11.3226554,
                                                    49.1357331
                                                ],
                                                [
                                                    11.3283312,
                                                    49.1182866
                                                ],
                                                [
                                                    11.3842168,
                                                    49.1182866
                                                ],
                                                [
                                                    11.3999346,
                                                    49.1313064
                                                ],
                                                [
                                                    11.3842168,
                                                    49.1412014
                                                ],
                                                [
                                                    11.3912025,
                                                    49.1474509
                                                ],
                                                [
                                                    11.3833436,
                                                    49.1484925
                                                ],
                                                [
                                                    11.3846534,
                                                    49.1648974
                                                ],
                                                [
                                                    11.4492711,
                                                    49.1456281
                                                ],
                                                [
                                                    11.452764,
                                                    49.1641162
                                                ],
                                                [
                                                    11.4903121,
                                                    49.1711469
                                                ],
                                                [
                                                    11.4929317,
                                                    49.1828647
                                                ],
                                                [
                                                    11.5047201,
                                                    49.1888537
                                                ],
                                                [
                                                    11.5195647,
                                                    49.1763548
                                                ],
                                                [
                                                    11.5169451,
                                                    49.1599499
                                                ],
                                                [
                                                    11.526987,
                                                    49.1729696
                                                ],
                                                [
                                                    11.5330995,
                                                    49.1661994
                                                ],
                                                [
                                                    11.5623521,
                                                    49.1711469
                                                ],
                                                [
                                                    11.5662815,
                                                    49.1628142
                                                ],
                                                [
                                                    11.541395,
                                                    49.1474509
                                                ],
                                                [
                                                    11.5518735,
                                                    49.1383371
                                                ],
                                                [
                                                    11.5501271,
                                                    49.1266193
                                                ],
                                                [
                                                    11.5793797,
                                                    49.1221926
                                                ],
                                                [
                                                    11.55362,
                                                    49.1138599
                                                ],
                                                [
                                                    11.5488173,
                                                    49.0997986
                                                ],
                                                [
                                                    11.5370289,
                                                    49.097455
                                                ],
                                                [
                                                    11.5370289,
                                                    49.097455
                                                ],
                                                [
                                                    11.5365923,
                                                    49.0971946
                                                ],
                                                [
                                                    11.55362,
                                                    49.08756
                                                ],
                                                [
                                                    11.5466343,
                                                    49.0755818
                                                ],
                                                [
                                                    11.5326629,
                                                    49.0721967
                                                ],
                                                [
                                                    11.5479441,
                                                    49.0654264
                                                ],
                                                [
                                                    11.539212,
                                                    49.0623016
                                                ],
                                                [
                                                    11.5365923,
                                                    49.0422512
                                                ],
                                                [
                                                    11.5178183,
                                                    49.0445948
                                                ],
                                                [
                                                    11.5195647,
                                                    49.0432928
                                                ],
                                                [
                                                    11.5178183,
                                                    49.0435532
                                                ],
                                                [
                                                    11.5256772,
                                                    49.0391265
                                                ],
                                                [
                                                    11.5191281,
                                                    49.0331374
                                                ],
                                                [
                                                    11.5475075,
                                                    49.0180344
                                                ],
                                                [
                                                    11.5374655,
                                                    49.0115246
                                                ],
                                                [
                                                    11.555803,
                                                    49.0057959
                                                ],
                                                [
                                                    11.555803,
                                                    48.9932969
                                                ],
                                                [
                                                    11.5789431,
                                                    48.9904325
                                                ],
                                                [
                                                    11.5981538,
                                                    48.9547584
                                                ],
                                                [
                                                    11.5243674,
                                                    48.9576227
                                                ],
                                                [
                                                    11.5143254,
                                                    48.9388743
                                                ],
                                                [
                                                    11.5204379,
                                                    48.919605
                                                ],
                                                [
                                                    11.5112692,
                                                    48.9065853
                                                ],
                                                [
                                                    11.5112692,
                                                    48.9065853
                                                ],
                                                [
                                                    11.5112692,
                                                    48.9063249
                                                ],
                                                [
                                                    11.5741404,
                                                    48.8956487
                                                ],
                                                [
                                                    11.5592958,
                                                    48.887316
                                                ],
                                                [
                                                    11.568028,
                                                    48.8854932
                                                ],
                                                [
                                                    11.5710842,
                                                    48.8727339
                                                ],
                                                [
                                                    11.5658449,
                                                    48.8492983
                                                ],
                                                [
                                                    11.5737038,
                                                    48.8407053
                                                ],
                                                [
                                                    11.5654083,
                                                    48.8341954
                                                ],
                                                [
                                                    11.5889851,
                                                    48.8190924
                                                ],
                                                [
                                                    11.6474903,
                                                    48.8133637
                                                ],
                                                [
                                                    11.6514197,
                                                    48.8039895
                                                ],
                                                [
                                                    11.6448706,
                                                    48.7959173
                                                ],
                                                [
                                                    11.6575322,
                                                    48.7862826
                                                ],
                                                [
                                                    11.6736866,
                                                    48.787845
                                                ],
                                                [
                                                    11.67325,
                                                    48.7800332
                                                ],
                                                [
                                                    11.6431242,
                                                    48.7711797
                                                ],
                                                [
                                                    11.6391947,
                                                    48.7602431
                                                ],
                                                [
                                                    11.6719402,
                                                    48.7222254
                                                ],
                                                [
                                                    11.7614444,
                                                    48.7198818
                                                ],
                                                [
                                                    11.7605712,
                                                    48.6842077
                                                ],
                                                [
                                                    11.7941899,
                                                    48.6943631
                                                ],
                                                [
                                                    11.8260621,
                                                    48.6862909
                                                ],
                                                [
                                                    11.8125273,
                                                    48.6763958
                                                ],
                                                [
                                                    11.8212595,
                                                    48.6623345
                                                ],
                                                [
                                                    11.7981193,
                                                    48.6495751
                                                ],
                                                [
                                                    11.8037952,
                                                    48.6485335
                                                ],
                                                [
                                                    11.7994292,
                                                    48.6396801
                                                ],
                                                [
                                                    11.8299916,
                                                    48.6295247
                                                ],
                                                [
                                                    11.8203862,
                                                    48.6183277
                                                ],
                                                [
                                                    11.8225693,
                                                    48.6045267
                                                ],
                                                [
                                                    11.7850212,
                                                    48.6157237
                                                ],
                                                [
                                                    11.7775989,
                                                    48.6019228
                                                ],
                                                [
                                                    11.7094883,
                                                    48.6178069
                                                ],
                                                [
                                                    11.699883,
                                                    48.6128594
                                                ],
                                                [
                                                    11.7103615,
                                                    48.5881218
                                                ],
                                                [
                                                    11.6784893,
                                                    48.576404
                                                ],
                                                [
                                                    11.6736866,
                                                    48.569113
                                                ],
                                                [
                                                    11.6793625,
                                                    48.5659882
                                                ],
                                                [
                                                    11.661025,
                                                    48.5641655
                                                ],
                                                [
                                                    11.6719402,
                                                    48.5529685
                                                ],
                                                [
                                                    11.6632081,
                                                    48.5537497
                                                ],
                                                [
                                                    11.6605884,
                                                    48.5412507
                                                ],
                                                [
                                                    11.6684473,
                                                    48.5214606
                                                ],
                                                [
                                                    11.6658277,
                                                    48.5001082
                                                ],
                                                [
                                                    11.6439974,
                                                    48.4980251
                                                ],
                                                [
                                                    11.6518563,
                                                    48.4938587
                                                ],
                                                [
                                                    11.6431242,
                                                    48.4928172
                                                ],
                                                [
                                                    11.6291528,
                                                    48.4646945
                                                ],
                                                [
                                                    11.6090689,
                                                    48.467038
                                                ],
                                                [
                                                    11.5889851,
                                                    48.4847449
                                                ],
                                                [
                                                    11.5789431,
                                                    48.4839637
                                                ],
                                                [
                                                    11.5758869,
                                                    48.4982855
                                                ],
                                                [
                                                    11.5330995,
                                                    48.4917756
                                                ],
                                                [
                                                    11.5335361,
                                                    48.4855261
                                                ],
                                                [
                                                    11.5523101,
                                                    48.482141
                                                ],
                                                [
                                                    11.5317897,
                                                    48.4704232
                                                ],
                                                [
                                                    11.5361557,
                                                    48.4576638
                                                ],
                                                [
                                                    11.498171,
                                                    48.4407381
                                                ],
                                                [
                                                    11.5121424,
                                                    48.4311035
                                                ],
                                                [
                                                    11.5021004,
                                                    48.4214688
                                                ],
                                                [
                                                    11.5069031,
                                                    48.4097511
                                                ],
                                                [
                                                    11.5073397,
                                                    48.4097511
                                                ],
                                                [
                                                    11.5073397,
                                                    48.4094907
                                                ],
                                                [
                                                    11.5335361,
                                                    48.3956897
                                                ],
                                                [
                                                    11.5156352,
                                                    48.3936066
                                                ],
                                                [
                                                    11.5069031,
                                                    48.3785036
                                                ],
                                                [
                                                    11.5278602,
                                                    48.3647027
                                                ],
                                                [
                                                    11.5112692,
                                                    48.3597552
                                                ],
                                                [
                                                    11.5234941,
                                                    48.3428295
                                                ],
                                                [
                                                    11.5090861,
                                                    48.337882
                                                ],
                                                [
                                                    11.5099594,
                                                    48.3259038
                                                ],
                                                [
                                                    11.5252406,
                                                    48.324081
                                                ],
                                                [
                                                    11.5348459,
                                                    48.3136652
                                                ],
                                                [
                                                    11.514762,
                                                    48.3061137
                                                ],
                                                [
                                                    11.5204379,
                                                    48.2803346
                                                ],
                                                [
                                                    11.5789431,
                                                    48.300385
                                                ],
                                                [
                                                    11.5937877,
                                                    48.2769495
                                                ],
                                                [
                                                    11.603393,
                                                    48.2824178
                                                ],
                                                [
                                                    11.6151814,
                                                    48.2738247
                                                ],
                                                [
                                                    11.6003368,
                                                    48.2628881
                                                ],
                                                [
                                                    11.6047029,
                                                    48.2152358
                                                ],
                                                [
                                                    11.5902949,
                                                    48.2154962
                                                ],
                                                [
                                                    11.5850556,
                                                    48.2303387
                                                ],
                                                [
                                                    11.5553664,
                                                    48.2287763
                                                ],
                                                [
                                                    11.543578,
                                                    48.2040388
                                                ],
                                                [
                                                    11.5409584,
                                                    48.1727914
                                                ],
                                                [
                                                    11.5278602,
                                                    48.1709686
                                                ],
                                                [
                                                    11.5348459,
                                                    48.1550845
                                                ],
                                                [
                                                    11.5239308,
                                                    48.1548241
                                                ],
                                                [
                                                    11.5226209,
                                                    48.1451895
                                                ],
                                                [
                                                    11.5330995,
                                                    48.1436271
                                                ],
                                                [
                                                    11.5300432,
                                                    48.1381588
                                                ],
                                                [
                                                    11.4920585,
                                                    48.1399815
                                                ],
                                                [
                                                    11.5055933,
                                                    48.1373776
                                                ],
                                                [
                                                    11.5051567,
                                                    48.127743
                                                ],
                                                [
                                                    11.5239308,
                                                    48.1253994
                                                ],
                                                [
                                                    11.5204379,
                                                    48.1160252
                                                ],
                                                [
                                                    11.5278602,
                                                    48.105349
                                                ],
                                                [
                                                    11.5527467,
                                                    48.1032658
                                                ],
                                                [
                                                    11.5418316,
                                                    48.060561
                                                ],
                                                [
                                                    11.5296066,
                                                    48.057957
                                                ],
                                                [
                                                    11.5121424,
                                                    48.0379066
                                                ],
                                                [
                                                    11.4754675,
                                                    48.0326987
                                                ],
                                                [
                                                    11.4684818,
                                                    48.0123879
                                                ],
                                                [
                                                    11.4335533,
                                                    48.0152522
                                                ],
                                                [
                                                    11.4248212,
                                                    48.0024928
                                                ],
                                                [
                                                    11.4021177,
                                                    48.0014513
                                                ],
                                                [
                                                    11.4029909,
                                                    47.9954622
                                                ],
                                                [
                                                    11.3619499,
                                                    47.9957226
                                                ],
                                                [
                                                    11.3615133,
                                                    47.9957226
                                                ],
                                                [
                                                    11.3619499,
                                                    47.982182
                                                ],
                                                [
                                                    11.3353169,
                                                    47.9321861
                                                ],
                                                [
                                                    11.3414294,
                                                    47.8413082
                                                ],
                                                [
                                                    11.3322607,
                                                    47.8142271
                                                ],
                                                [
                                                    11.366316,
                                                    47.7949578
                                                ],
                                                [
                                                    11.3925123,
                                                    47.8006865
                                                ],
                                                [
                                                    11.3955686,
                                                    47.7918331
                                                ],
                                                [
                                                    11.4348631,
                                                    47.7900103
                                                ],
                                                [
                                                    11.4492711,
                                                    47.7754282
                                                ],
                                                [
                                                    11.4667354,
                                                    47.7717826
                                                ],
                                                [
                                                    11.4789603,
                                                    47.7730846
                                                ],
                                                [
                                                    11.4793969,
                                                    47.7848024
                                                ],
                                                [
                                                    11.4977344,
                                                    47.7936558
                                                ],
                                                [
                                                    11.5021004,
                                                    47.7650123
                                                ],
                                                [
                                                    11.4890023,
                                                    47.7574609
                                                ],
                                                [
                                                    11.4955514,
                                                    47.7488678
                                                ],
                                                [
                                                    11.4833264,
                                                    47.7176204
                                                ],
                                                [
                                                    11.4846362,
                                                    47.6986115
                                                ],
                                                [
                                                    11.4697916,
                                                    47.6954868
                                                ],
                                                [
                                                    11.48158,
                                                    47.6827274
                                                ],
                                                [
                                                    11.4719746,
                                                    47.6730928
                                                ],
                                                [
                                                    11.4763407,
                                                    47.6647602
                                                ],
                                                [
                                                    11.4942415,
                                                    47.6650206
                                                ],
                                                [
                                                    11.5186915,
                                                    47.6827274
                                                ],
                                                [
                                                    11.5256772,
                                                    47.7014759
                                                ],
                                                [
                                                    11.5466343,
                                                    47.7085066
                                                ],
                                                [
                                                    11.5649717,
                                                    47.7108501
                                                ],
                                                [
                                                    11.5658449,
                                                    47.7006947
                                                ],
                                                [
                                                    11.6282796,
                                                    47.7046006
                                                ],
                                                [
                                                    11.6361385,
                                                    47.6934036
                                                ],
                                                [
                                                    11.627843,
                                                    47.682467
                                                ],
                                                [
                                                    11.6509831,
                                                    47.6855918
                                                ],
                                                [
                                                    11.6470537,
                                                    47.6728324
                                                ],
                                                [
                                                    11.6828553,
                                                    47.6449701
                                                ],
                                                [
                                                    11.6802357,
                                                    47.6358563
                                                ],
                                                [
                                                    11.6103787,
                                                    47.6124207
                                                ],
                                                [
                                                    11.603393,
                                                    47.5892455
                                                ],
                                                [
                                                    11.6330823,
                                                    47.595495
                                                ],
                                                [
                                                    11.6374483,
                                                    47.584298
                                                ],
                                                [
                                                    11.6086323,
                                                    47.5832564
                                                ],
                                                [
                                                    11.5898583,
                                                    47.5569565
                                                ],
                                                [
                                                    11.5911681,
                                                    47.5277922
                                                ],
                                                [
                                                    11.5754503,
                                                    47.5168556
                                                ],
                                                [
                                                    11.5086495,
                                                    47.5069606
                                                ],
                                                [
                                                    11.452764,
                                                    47.5095646
                                                ],
                                                [
                                                    11.4401024,
                                                    47.518418
                                                ],
                                                [
                                                    11.3868365,
                                                    47.4746716
                                                ],
                                                [
                                                    11.4125962,
                                                    47.4692033
                                                ],
                                                [
                                                    11.423948,
                                                    47.4470697
                                                ],
                                                [
                                                    11.3414294,
                                                    47.4522776
                                                ],
                                                [
                                                    11.3326973,
                                                    47.4405598
                                                ],
                                                [
                                                    11.2938394,
                                                    47.4296232
                                                ],
                                                [
                                                    11.2929662,
                                                    47.4095728
                                                ],
                                                [
                                                    11.2755019,
                                                    47.4004589
                                                ],
                                                [
                                                    11.2279119,
                                                    47.3975946
                                                ],
                                                [
                                                    11.2562913,
                                                    47.4306648
                                                ],
                                                [
                                                    11.210011,
                                                    47.4363935
                                                ],
                                                [
                                                    11.1309853,
                                                    47.4145203
                                                ],
                                                [
                                                    11.1183237,
                                                    47.3981154
                                                ],
                                                [
                                                    11.0314391,
                                                    47.3957718
                                                ],
                                                [
                                                    10.9733705,
                                                    47.4025421
                                                ],
                                                [
                                                    10.9716241,
                                                    47.4142599
                                                ],
                                                [
                                                    10.9873419,
                                                    47.4233737
                                                ],
                                                [
                                                    10.9864687,
                                                    47.4324876
                                                ],
                                                [
                                                    10.9323296,
                                                    47.4725884
                                                ],
                                                [
                                                    10.9384421,
                                                    47.4845666
                                                ],
                                                [
                                                    10.8738244,
                                                    47.4840458
                                                ],
                                                [
                                                    10.8746976,
                                                    47.5027943
                                                ],
                                                [
                                                    10.9209778,
                                                    47.5160745
                                                ],
                                                [
                                                    10.9039502,
                                                    47.5233655
                                                ],
                                                [
                                                    10.893035,
                                                    47.53951
                                                ],
                                                [
                                                    10.8161924,
                                                    47.5288338
                                                ],
                                                [
                                                    10.8153192,
                                                    47.5223239
                                                ],
                                                [
                                                    10.7803907,
                                                    47.5163348
                                                ],
                                                [
                                                    10.7537577,
                                                    47.53951
                                                ],
                                                [
                                                    10.6974355,
                                                    47.5470615
                                                ],
                                                [
                                                    10.6952525,
                                                    47.553311
                                                ],
                                                [
                                                    10.7153364,
                                                    47.5561753
                                                ],
                                                [
                                                    10.7092239,
                                                    47.5681535
                                                ],
                                                [
                                                    10.715773,
                                                    47.5879435
                                                ],
                                                [
                                                    10.7293078,
                                                    47.5934119
                                                ],
                                                [
                                                    10.7258149,
                                                    47.60539
                                                ],
                                                [
                                                    10.7458988,
                                                    47.638981
                                                ],
                                                [
                                                    10.7410961,
                                                    47.6553859
                                                ],
                                                [
                                                    10.7799541,
                                                    47.662677
                                                ],
                                                [
                                                    10.8017844,
                                                    47.6897581
                                                ],
                                                [
                                                    10.8035308,
                                                    47.708767
                                                ],
                                                [
                                                    10.8196852,
                                                    47.7111105
                                                ],
                                                [
                                                    10.831037,
                                                    47.7249115
                                                ],
                                                [
                                                    10.8266709,
                                                    47.7486074
                                                ],
                                                [
                                                    10.8118263,
                                                    47.7530342
                                                ],
                                                [
                                                    10.8192486,
                                                    47.7590233
                                                ],
                                                [
                                                    10.8052772,
                                                    47.7618876
                                                ],
                                                [
                                                    10.7943621,
                                                    47.7499094
                                                ],
                                                [
                                                    10.7843201,
                                                    47.7600648
                                                ],
                                                [
                                                    10.7834469,
                                                    47.7829796
                                                ],
                                                [
                                                    10.7507015,
                                                    47.8006865
                                                ],
                                                [
                                                    10.7376033,
                                                    47.7894895
                                                ],
                                                [
                                                    10.7135899,
                                                    47.7871459
                                                ],
                                                [
                                                    10.7122801,
                                                    47.797041
                                                ],
                                                [
                                                    10.6983087,
                                                    47.7954786
                                                ],
                                                [
                                                    10.6812811,
                                                    47.8064152
                                                ],
                                                [
                                                    10.6830275,
                                                    47.8407874
                                                ],
                                                [
                                                    10.6594508,
                                                    47.8436517
                                                ],
                                                [
                                                    10.655958,
                                                    47.885315
                                                ],
                                                [
                                                    10.6638169,
                                                    47.8858358
                                                ],
                                                [
                                                    10.6542115,
                                                    47.9043238
                                                ],
                                                [
                                                    10.6446062,
                                                    47.9087505
                                                ],
                                                [
                                                    10.6524651,
                                                    47.9134377
                                                ],
                                                [
                                                    10.6454794,
                                                    47.9199475
                                                ],
                                                [
                                                    10.6734222,
                                                    47.9649959
                                                ],
                                                [
                                                    10.6489723,
                                                    47.9707246
                                                ],
                                                [
                                                    10.648099,
                                                    47.9910354
                                                ],
                                                [
                                                    10.6633803,
                                                    48.003274
                                                ],
                                                [
                                                    10.6524651,
                                                    48.036865
                                                ],
                                                [
                                                    10.660324,
                                                    48.0441561
                                                ],
                                                [
                                                    10.6542115,
                                                    48.0470204
                                                ],
                                                [
                                                    10.6817177,
                                                    48.0761847
                                                ],
                                                [
                                                    10.6795347,
                                                    48.0886837
                                                ],
                                                [
                                                    10.6507187,
                                                    48.0855589
                                                ],
                                                [
                                                    10.6494089,
                                                    48.0959747
                                                ],
                                                [
                                                    10.6188464,
                                                    48.0962351
                                                ],
                                                [
                                                    10.6114241,
                                                    48.105349
                                                ],
                                                [
                                                    10.6188464,
                                                    48.1074321
                                                ],
                                                [
                                                    10.6061849,
                                                    48.1147232
                                                ],
                                                [
                                                    10.6157902,
                                                    48.1136816
                                                ],
                                                [
                                                    10.614917,
                                                    48.1225351
                                                ],
                                                [
                                                    10.614917,
                                                    48.1225351
                                                ],
                                                [
                                                    10.614917,
                                                    48.1225351
                                                ],
                                                [
                                                    10.5786787,
                                                    48.1248786
                                                ],
                                                [
                                                    10.5502993,
                                                    48.1485746
                                                ],
                                                [
                                                    10.5498627,
                                                    48.1490954
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Augsburg",
                                        "kuerzel": "AUG",
                                        "kurznummer": "47"
                                    }
                                },
                                {
                                    "id": 6,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    9.3531255,
                                                    48.1019638
                                                ],
                                                [
                                                    9.3806317,
                                                    48.1194103
                                                ],
                                                [
                                                    9.3906737,
                                                    48.1147232
                                                ],
                                                [
                                                    9.3959129,
                                                    48.123837
                                                ],
                                                [
                                                    9.3898004,
                                                    48.1412835
                                                ],
                                                [
                                                    9.4238557,
                                                    48.1405023
                                                ],
                                                [
                                                    9.4317146,
                                                    48.147533
                                                ],
                                                [
                                                    9.4286584,
                                                    48.1657607
                                                ],
                                                [
                                                    9.3902371,
                                                    48.1720102
                                                ],
                                                [
                                                    9.4068281,
                                                    48.1884151
                                                ],
                                                [
                                                    9.4011522,
                                                    48.1975289
                                                ],
                                                [
                                                    9.4011522,
                                                    48.1972685
                                                ],
                                                [
                                                    9.4260387,
                                                    48.20482
                                                ],
                                                [
                                                    9.429095,
                                                    48.1972685
                                                ],
                                                [
                                                    9.44132,
                                                    48.1967477
                                                ],
                                                [
                                                    9.443503,
                                                    48.2063823
                                                ],
                                                [
                                                    9.4675163,
                                                    48.2110695
                                                ],
                                                [
                                                    9.4710092,
                                                    48.1985705
                                                ],
                                                [
                                                    9.503318,
                                                    48.2139338
                                                ],
                                                [
                                                    9.4937127,
                                                    48.2441397
                                                ],
                                                [
                                                    9.5338804,
                                                    48.2623673
                                                ],
                                                [
                                                    9.5229653,
                                                    48.2634089
                                                ],
                                                [
                                                    9.5286412,
                                                    48.2707
                                                ],
                                                [
                                                    9.5098671,
                                                    48.2707
                                                ],
                                                [
                                                    9.5094305,
                                                    48.2808554
                                                ],
                                                [
                                                    9.5613866,
                                                    48.2951771
                                                ],
                                                [
                                                    9.5548375,
                                                    48.3019474
                                                ],
                                                [
                                                    9.558767,
                                                    48.3079365
                                                ],
                                                [
                                                    9.5386831,
                                                    48.3180919
                                                ],
                                                [
                                                    9.5530911,
                                                    48.3214771
                                                ],
                                                [
                                                    9.5613866,
                                                    48.3337156
                                                ],
                                                [
                                                    9.5832169,
                                                    48.3287681
                                                ],
                                                [
                                                    9.5950053,
                                                    48.3516829
                                                ],
                                                [
                                                    9.5915124,
                                                    48.3680878
                                                ],
                                                [
                                                    9.6081035,
                                                    48.3751185
                                                ],
                                                [
                                                    9.6081035,
                                                    48.3751185
                                                ],
                                                [
                                                    9.6085401,
                                                    48.3751185
                                                ],
                                                [
                                                    9.5854,
                                                    48.3790244
                                                ],
                                                [
                                                    9.5936955,
                                                    48.3852739
                                                ],
                                                [
                                                    9.5845267,
                                                    48.3964709
                                                ],
                                                [
                                                    9.6246945,
                                                    48.3975125
                                                ],
                                                [
                                                    9.6268775,
                                                    48.4160005
                                                ],
                                                [
                                                    9.6395391,
                                                    48.4193857
                                                ],
                                                [
                                                    9.6229481,
                                                    48.4615697
                                                ],
                                                [
                                                    9.6373561,
                                                    48.4579242
                                                ],
                                                [
                                                    9.659623,
                                                    48.469642
                                                ],
                                                [
                                                    9.6836363,
                                                    48.4701628
                                                ],
                                                [
                                                    9.7037202,
                                                    48.4456856
                                                ],
                                                [
                                                    9.692805,
                                                    48.4425609
                                                ],
                                                [
                                                    9.6923684,
                                                    48.4339678
                                                ],
                                                [
                                                    9.7124523,
                                                    48.4376134
                                                ],
                                                [
                                                    9.7128889,
                                                    48.4441232
                                                ],
                                                [
                                                    9.7421415,
                                                    48.4417797
                                                ],
                                                [
                                                    9.7434513,
                                                    48.4568826
                                                ],
                                                [
                                                    9.7207478,
                                                    48.4813598
                                                ],
                                                [
                                                    9.7430147,
                                                    48.4751103
                                                ],
                                                [
                                                    9.7788164,
                                                    48.4886508
                                                ],
                                                [
                                                    9.8050128,
                                                    48.4863073
                                                ],
                                                [
                                                    9.8028298,
                                                    48.5034934
                                                ],
                                                [
                                                    9.8115619,
                                                    48.5053161
                                                ],
                                                [
                                                    9.8054494,
                                                    48.5139092
                                                ],
                                                [
                                                    9.8255333,
                                                    48.5094825
                                                ],
                                                [
                                                    9.8464904,
                                                    48.5430734
                                                ],
                                                [
                                                    9.8831653,
                                                    48.5394279
                                                ],
                                                [
                                                    9.8761796,
                                                    48.5488021
                                                ],
                                                [
                                                    9.8870947,
                                                    48.5514061
                                                ],
                                                [
                                                    9.8822921,
                                                    48.55401
                                                ],
                                                [
                                                    9.8910242,
                                                    48.5618219
                                                ],
                                                [
                                                    9.8761796,
                                                    48.5680714
                                                ],
                                                [
                                                    9.8792358,
                                                    48.5719773
                                                ],
                                                [
                                                    9.923333,
                                                    48.5714565
                                                ],
                                                [
                                                    9.9438535,
                                                    48.5868199
                                                ],
                                                [
                                                    9.964374,
                                                    48.5844763
                                                ],
                                                [
                                                    9.9652472,
                                                    48.5956733
                                                ],
                                                [
                                                    9.9761624,
                                                    48.5961941
                                                ],
                                                [
                                                    9.964374,
                                                    48.6053079
                                                ],
                                                [
                                                    9.9731061,
                                                    48.6167653
                                                ],
                                                [
                                                    9.949966,
                                                    48.6258791
                                                ],
                                                [
                                                    9.9565151,
                                                    48.6295247
                                                ],
                                                [
                                                    9.9486562,
                                                    48.6368157
                                                ],
                                                [
                                                    9.9246428,
                                                    48.6383781
                                                ],
                                                [
                                                    9.9242062,
                                                    48.6472316
                                                ],
                                                [
                                                    9.9338116,
                                                    48.6532207
                                                ],
                                                [
                                                    9.9285723,
                                                    48.6618137
                                                ],
                                                [
                                                    9.9351214,
                                                    48.6688444
                                                ],
                                                [
                                                    9.9504026,
                                                    48.6644176
                                                ],
                                                [
                                                    9.9717963,
                                                    48.6732711
                                                ],
                                                [
                                                    9.966557,
                                                    48.6990502
                                                ],
                                                [
                                                    9.9757257,
                                                    48.6980086
                                                ],
                                                [
                                                    9.9805284,
                                                    48.7084245
                                                ],
                                                [
                                                    9.9958096,
                                                    48.7066017
                                                ],
                                                [
                                                    9.9979927,
                                                    48.7159759
                                                ],
                                                [
                                                    9.9896971,
                                                    48.7289957
                                                ],
                                                [
                                                    9.9368678,
                                                    48.7315996
                                                ],
                                                [
                                                    9.935558,
                                                    48.7425362
                                                ],
                                                [
                                                    9.9132911,
                                                    48.7454006
                                                ],
                                                [
                                                    9.9111081,
                                                    48.7607639
                                                ],
                                                [
                                                    9.9600079,
                                                    48.755556
                                                ],
                                                [
                                                    9.966557,
                                                    48.7625867
                                                ],
                                                [
                                                    9.9652472,
                                                    48.7802935
                                                ],
                                                [
                                                    9.9827114,
                                                    48.7907094
                                                ],
                                                [
                                                    9.9827114,
                                                    48.8006044
                                                ],
                                                [
                                                    10.0001757,
                                                    48.8050311
                                                ],
                                                [
                                                    9.9966828,
                                                    48.8133637
                                                ],
                                                [
                                                    9.9888239,
                                                    48.8125826
                                                ],
                                                [
                                                    9.9857677,
                                                    48.8279459
                                                ],
                                                [
                                                    10.0006123,
                                                    48.8289875
                                                ],
                                                [
                                                    9.9883873,
                                                    48.8347162
                                                ],
                                                [
                                                    10.0027953,
                                                    48.8466943
                                                ],
                                                [
                                                    9.9835847,
                                                    48.8461736
                                                ],
                                                [
                                                    9.978782,
                                                    48.8571102
                                                ],
                                                [
                                                    9.9748525,
                                                    48.8677864
                                                ],
                                                [
                                                    9.9822748,
                                                    48.8771606
                                                ],
                                                [
                                                    10.0132739,
                                                    48.8711715
                                                ],
                                                [
                                                    10.0041051,
                                                    48.8792438
                                                ],
                                                [
                                                    10.0058516,
                                                    48.8875764
                                                ],
                                                [
                                                    10.0254988,
                                                    48.8805457
                                                ],
                                                [
                                                    10.0399068,
                                                    48.8841913
                                                ],
                                                [
                                                    10.0438363,
                                                    48.8959091
                                                ],
                                                [
                                                    10.063047,
                                                    48.9000754
                                                ],
                                                [
                                                    10.0656666,
                                                    48.8857536
                                                ],
                                                [
                                                    10.0953558,
                                                    48.8771606
                                                ],
                                                [
                                                    10.1241718,
                                                    48.8865348
                                                ],
                                                [
                                                    10.1158763,
                                                    48.8878368
                                                ],
                                                [
                                                    10.1311575,
                                                    48.897211
                                                ],
                                                [
                                                    10.1433825,
                                                    48.8901804
                                                ],
                                                [
                                                    10.1669592,
                                                    48.9081476
                                                ],
                                                [
                                                    10.2490411,
                                                    48.908408
                                                ],
                                                [
                                                    10.2660688,
                                                    48.9177823
                                                ],
                                                [
                                                    10.269125,
                                                    48.9300208
                                                ],
                                                [
                                                    10.2931383,
                                                    48.9287189
                                                ],
                                                [
                                                    10.2852794,
                                                    48.9250733
                                                ],
                                                [
                                                    10.2883357,
                                                    48.9180427
                                                ],
                                                [
                                                    10.3023071,
                                                    48.9198654
                                                ],
                                                [
                                                    10.3106026,
                                                    48.912314
                                                ],
                                                [
                                                    10.3363623,
                                                    48.9190842
                                                ],
                                                [
                                                    10.3359257,
                                                    48.912314
                                                ],
                                                [
                                                    10.3450945,
                                                    48.911012
                                                ],
                                                [
                                                    10.3564462,
                                                    48.9216882
                                                ],
                                                [
                                                    10.372164,
                                                    48.908408
                                                ],
                                                [
                                                    10.3913747,
                                                    48.9115328
                                                ],
                                                [
                                                    10.3852622,
                                                    48.8995546
                                                ],
                                                [
                                                    10.398797,
                                                    48.8943467
                                                ],
                                                [
                                                    10.4175711,
                                                    48.9076268
                                                ],
                                                [
                                                    10.4568656,
                                                    48.9164803
                                                ],
                                                [
                                                    10.4773861,
                                                    48.9008566
                                                ],
                                                [
                                                    10.4900477,
                                                    48.9112724
                                                ],
                                                [
                                                    10.530652,
                                                    48.9063249
                                                ],
                                                [
                                                    10.5245395,
                                                    48.9102308
                                                ],
                                                [
                                                    10.5367645,
                                                    48.9240317
                                                ],
                                                [
                                                    10.5585948,
                                                    48.9216882
                                                ],
                                                [
                                                    10.555102,
                                                    48.9149179
                                                ],
                                                [
                                                    10.5712564,
                                                    48.9073664
                                                ],
                                                [
                                                    10.6371839,
                                                    48.9091892
                                                ],
                                                [
                                                    10.6419866,
                                                    48.8990338
                                                ],
                                                [
                                                    10.6646901,
                                                    48.8961694
                                                ],
                                                [
                                                    10.6638169,
                                                    48.8891388
                                                ],
                                                [
                                                    10.7105337,
                                                    48.9094496
                                                ],
                                                [
                                                    10.7175194,
                                                    48.8992942
                                                ],
                                                [
                                                    10.7493916,
                                                    48.8909615
                                                ],
                                                [
                                                    10.7598702,
                                                    48.8953883
                                                ],
                                                [
                                                    10.7594336,
                                                    48.8782022
                                                ],
                                                [
                                                    10.7795175,
                                                    48.8782022
                                                ],
                                                [
                                                    10.7218855,
                                                    48.8506003
                                                ],
                                                [
                                                    10.6860838,
                                                    48.8568498
                                                ],
                                                [
                                                    10.6878302,
                                                    48.852423
                                                ],
                                                [
                                                    10.6764784,
                                                    48.8479963
                                                ],
                                                [
                                                    10.6865204,
                                                    48.8430488
                                                ],
                                                [
                                                    10.6830275,
                                                    48.8321122
                                                ],
                                                [
                                                    10.6507187,
                                                    48.8310706
                                                ],
                                                [
                                                    10.6358741,
                                                    48.8250815
                                                ],
                                                [
                                                    10.6354375,
                                                    48.8097182
                                                ],
                                                [
                                                    10.6210295,
                                                    48.8073747
                                                ],
                                                [
                                                    10.6262687,
                                                    48.7797728
                                                ],
                                                [
                                                    10.6485356,
                                                    48.7732629
                                                ],
                                                [
                                                    10.6542115,
                                                    48.756858
                                                ],
                                                [
                                                    10.6463526,
                                                    48.7493065
                                                ],
                                                [
                                                    10.6642535,
                                                    48.7412343
                                                ],
                                                [
                                                    10.6568312,
                                                    48.7102472
                                                ],
                                                [
                                                    10.6419866,
                                                    48.709466
                                                ],
                                                [
                                                    10.655958,
                                                    48.6964463
                                                ],
                                                [
                                                    10.6319446,
                                                    48.6917592
                                                ],
                                                [
                                                    10.6210295,
                                                    48.6813433
                                                ],
                                                [
                                                    10.6345643,
                                                    48.678479
                                                ],
                                                [
                                                    10.6249589,
                                                    48.6740523
                                                ],
                                                [
                                                    10.6249589,
                                                    48.6540018
                                                ],
                                                [
                                                    10.633691,
                                                    48.6344722
                                                ],
                                                [
                                                    10.6507187,
                                                    48.6305663
                                                ],
                                                [
                                                    10.6446062,
                                                    48.6230148
                                                ],
                                                [
                                                    10.6555213,
                                                    48.6115574
                                                ],
                                                [
                                                    10.6157902,
                                                    48.5928089
                                                ],
                                                [
                                                    10.6236491,
                                                    48.5849971
                                                ],
                                                [
                                                    10.6175366,
                                                    48.5753625
                                                ],
                                                [
                                                    10.6306348,
                                                    48.5688526
                                                ],
                                                [
                                                    10.6188464,
                                                    48.5555724
                                                ],
                                                [
                                                    10.5673269,
                                                    48.5459378
                                                ],
                                                [
                                                    10.5939599,
                                                    48.5344804
                                                ],
                                                [
                                                    10.5734394,
                                                    48.5167735
                                                ],
                                                [
                                                    10.5751858,
                                                    48.513128
                                                ],
                                                [
                                                    10.5747492,
                                                    48.5050557
                                                ],
                                                [
                                                    10.5843546,
                                                    48.4946399
                                                ],
                                                [
                                                    10.6136072,
                                                    48.4912548
                                                ],
                                                [
                                                    10.6162268,
                                                    48.4998478
                                                ],
                                                [
                                                    10.6419866,
                                                    48.4982855
                                                ],
                                                [
                                                    10.6489723,
                                                    48.4824013
                                                ],
                                                [
                                                    10.6419866,
                                                    48.4699024
                                                ],
                                                [
                                                    10.6301982,
                                                    48.459747
                                                ],
                                                [
                                                    10.6258321,
                                                    48.4626113
                                                ],
                                                [
                                                    10.6236491,
                                                    48.4532371
                                                ],
                                                [
                                                    10.6122973,
                                                    48.4540183
                                                ],
                                                [
                                                    10.6114241,
                                                    48.4477688
                                                ],
                                                [
                                                    10.6467892,
                                                    48.4433421
                                                ],
                                                [
                                                    10.6441696,
                                                    48.4326658
                                                ],
                                                [
                                                    10.670366,
                                                    48.4409985
                                                ],
                                                [
                                                    10.6860838,
                                                    48.4365718
                                                ],
                                                [
                                                    10.6926329,
                                                    48.4217292
                                                ],
                                                [
                                                    10.701365,
                                                    48.4209481
                                                ],
                                                [
                                                    10.6865204,
                                                    48.4061055
                                                ],
                                                [
                                                    10.6852106,
                                                    48.4139174
                                                ],
                                                [
                                                    10.6708026,
                                                    48.4175629
                                                ],
                                                [
                                                    10.6306348,
                                                    48.4089699
                                                ],
                                                [
                                                    10.6402401,
                                                    48.4053243
                                                ],
                                                [
                                                    10.6332544,
                                                    48.3917838
                                                ],
                                                [
                                                    10.6533383,
                                                    48.3860551
                                                ],
                                                [
                                                    10.658141,
                                                    48.3709522
                                                ],
                                                [
                                                    10.6721124,
                                                    48.3667858
                                                ],
                                                [
                                                    10.6712392,
                                                    48.3574116
                                                ],
                                                [
                                                    10.6585776,
                                                    48.3568908
                                                ],
                                                [
                                                    10.6616338,
                                                    48.3446522
                                                ],
                                                [
                                                    10.6188464,
                                                    48.3342364
                                                ],
                                                [
                                                    10.6284518,
                                                    48.3144464
                                                ],
                                                [
                                                    10.6240857,
                                                    48.302989
                                                ],
                                                [
                                                    10.6428598,
                                                    48.3032494
                                                ],
                                                [
                                                    10.6502821,
                                                    48.3139256
                                                ],
                                                [
                                                    10.6825909,
                                                    48.3248622
                                                ],
                                                [
                                                    10.6935061,
                                                    48.3147068
                                                ],
                                                [
                                                    10.6808445,
                                                    48.3011662
                                                ],
                                                [
                                                    10.6830275,
                                                    48.2902296
                                                ],
                                                [
                                                    10.6716758,
                                                    48.2803346
                                                ],
                                                [
                                                    10.6865204,
                                                    48.2766891
                                                ],
                                                [
                                                    10.6694927,
                                                    48.2511703
                                                ],
                                                [
                                                    10.6275786,
                                                    48.2519515
                                                ],
                                                [
                                                    10.6393669,
                                                    48.2751267
                                                ],
                                                [
                                                    10.6219027,
                                                    48.2714812
                                                ],
                                                [
                                                    10.6262687,
                                                    48.2766891
                                                ],
                                                [
                                                    10.6070581,
                                                    48.2795534
                                                ],
                                                [
                                                    10.586101,
                                                    48.2738247
                                                ],
                                                [
                                                    10.5856644,
                                                    48.2683564
                                                ],
                                                [
                                                    10.5970161,
                                                    48.2691376
                                                ],
                                                [
                                                    10.5730028,
                                                    48.2618465
                                                ],
                                                [
                                                    10.5791153,
                                                    48.2592426
                                                ],
                                                [
                                                    10.5747492,
                                                    48.2459624
                                                ],
                                                [
                                                    10.5612144,
                                                    48.2365882
                                                ],
                                                [
                                                    10.5660171,
                                                    48.2212249
                                                ],
                                                [
                                                    10.5952697,
                                                    48.212111
                                                ],
                                                [
                                                    10.5799885,
                                                    48.1980497
                                                ],
                                                [
                                                    10.6009456,
                                                    48.1928418
                                                ],
                                                [
                                                    10.5533555,
                                                    48.1813844
                                                ],
                                                [
                                                    10.5454966,
                                                    48.1644587
                                                ],
                                                [
                                                    10.5507359,
                                                    48.1485746
                                                ],
                                                [
                                                    10.5791153,
                                                    48.1248786
                                                ],
                                                [
                                                    10.6157902,
                                                    48.1225351
                                                ],
                                                [
                                                    10.6162268,
                                                    48.113942
                                                ],
                                                [
                                                    10.6070581,
                                                    48.1147232
                                                ],
                                                [
                                                    10.6197197,
                                                    48.1076925
                                                ],
                                                [
                                                    10.6122973,
                                                    48.105349
                                                ],
                                                [
                                                    10.619283,
                                                    48.0962351
                                                ],
                                                [
                                                    10.6502821,
                                                    48.0959747
                                                ],
                                                [
                                                    10.6515919,
                                                    48.0855589
                                                ],
                                                [
                                                    10.6804079,
                                                    48.0889441
                                                ],
                                                [
                                                    10.6821543,
                                                    48.0761847
                                                ],
                                                [
                                                    10.6550847,
                                                    48.0470204
                                                ],
                                                [
                                                    10.6611972,
                                                    48.0441561
                                                ],
                                                [
                                                    10.6533383,
                                                    48.036865
                                                ],
                                                [
                                                    10.6638169,
                                                    48.003274
                                                ],
                                                [
                                                    10.6489723,
                                                    47.9910354
                                                ],
                                                [
                                                    10.6498455,
                                                    47.970985
                                                ],
                                                [
                                                    10.6738588,
                                                    47.9649959
                                                ],
                                                [
                                                    10.6463526,
                                                    47.9199475
                                                ],
                                                [
                                                    10.6529017,
                                                    47.9134377
                                                ],
                                                [
                                                    10.6450428,
                                                    47.9087505
                                                ],
                                                [
                                                    10.6550847,
                                                    47.9043238
                                                ],
                                                [
                                                    10.6646901,
                                                    47.8858358
                                                ],
                                                [
                                                    10.6568312,
                                                    47.885315
                                                ],
                                                [
                                                    10.6598874,
                                                    47.8436517
                                                ],
                                                [
                                                    10.6834641,
                                                    47.8407874
                                                ],
                                                [
                                                    10.6817177,
                                                    47.8064152
                                                ],
                                                [
                                                    10.6991819,
                                                    47.7954786
                                                ],
                                                [
                                                    10.7131533,
                                                    47.7973014
                                                ],
                                                [
                                                    10.7140266,
                                                    47.7871459
                                                ],
                                                [
                                                    10.7380399,
                                                    47.7894895
                                                ],
                                                [
                                                    10.7511381,
                                                    47.8006865
                                                ],
                                                [
                                                    10.7843201,
                                                    47.7829796
                                                ],
                                                [
                                                    10.7851933,
                                                    47.7603252
                                                ],
                                                [
                                                    10.7952353,
                                                    47.7499094
                                                ],
                                                [
                                                    10.8057138,
                                                    47.762148
                                                ],
                                                [
                                                    10.8196852,
                                                    47.7590233
                                                ],
                                                [
                                                    10.8122629,
                                                    47.7530342
                                                ],
                                                [
                                                    10.8271075,
                                                    47.7486074
                                                ],
                                                [
                                                    10.8314736,
                                                    47.7251719
                                                ],
                                                [
                                                    10.8205584,
                                                    47.7113709
                                                ],
                                                [
                                                    10.804404,
                                                    47.708767
                                                ],
                                                [
                                                    10.802221,
                                                    47.6900185
                                                ],
                                                [
                                                    10.7808273,
                                                    47.662677
                                                ],
                                                [
                                                    10.7419693,
                                                    47.6553859
                                                ],
                                                [
                                                    10.7463354,
                                                    47.6392414
                                                ],
                                                [
                                                    10.7262515,
                                                    47.60539
                                                ],
                                                [
                                                    10.730181,
                                                    47.5934119
                                                ],
                                                [
                                                    10.7162096,
                                                    47.5882039
                                                ],
                                                [
                                                    10.7100971,
                                                    47.5684139
                                                ],
                                                [
                                                    10.7162096,
                                                    47.5561753
                                                ],
                                                [
                                                    10.6956891,
                                                    47.553311
                                                ],
                                                [
                                                    10.6943793,
                                                    47.5613832
                                                ],
                                                [
                                                    10.6380571,
                                                    47.5613832
                                                ],
                                                [
                                                    10.6013822,
                                                    47.5720594
                                                ],
                                                [
                                                    10.583918,
                                                    47.5579981
                                                ],
                                                [
                                                    10.5747492,
                                                    47.5358645
                                                ],
                                                [
                                                    10.4922307,
                                                    47.5428952
                                                ],
                                                [
                                                    10.4577388,
                                                    47.5579981
                                                ],
                                                [
                                                    10.4345987,
                                                    47.5061794
                                                ],
                                                [
                                                    10.4459504,
                                                    47.4871706
                                                ],
                                                [
                                                    10.4712736,
                                                    47.4796191
                                                ],
                                                [
                                                    10.4695272,
                                                    47.4554024
                                                ],
                                                [
                                                    10.4795691,
                                                    47.4345707
                                                ],
                                                [
                                                    10.4407112,
                                                    47.4153015
                                                ],
                                                [
                                                    10.4324157,
                                                    47.3936887
                                                ],
                                                [
                                                    10.4402746,
                                                    47.3827521
                                                ],
                                                [
                                                    10.4232469,
                                                    47.3871788
                                                ],
                                                [
                                                    10.3979238,
                                                    47.378065
                                                ],
                                                [
                                                    10.3900649,
                                                    47.3590561
                                                ],
                                                [
                                                    10.3603757,
                                                    47.3395265
                                                ],
                                                [
                                                    10.3520802,
                                                    47.3199968
                                                ],
                                                [
                                                    10.3337427,
                                                    47.3072374
                                                ],
                                                [
                                                    10.2992508,
                                                    47.3025503
                                                ],
                                                [
                                                    10.2852794,
                                                    47.2903117
                                                ],
                                                [
                                                    10.269125,
                                                    47.2905721
                                                ],
                                                [
                                                    10.2359429,
                                                    47.2731257
                                                ],
                                                [
                                                    10.2045073,
                                                    47.2793751
                                                ],
                                                [
                                                    10.1774377,
                                                    47.2728653
                                                ],
                                                [
                                                    10.1831136,
                                                    47.2986444
                                                ],
                                                [
                                                    10.2023243,
                                                    47.3002068
                                                ],
                                                [
                                                    10.2193519,
                                                    47.3137473
                                                ],
                                                [
                                                    10.2027609,
                                                    47.3291106
                                                ],
                                                [
                                                    10.2407456,
                                                    47.3759818
                                                ],
                                                [
                                                    10.2394358,
                                                    47.3843144
                                                ],
                                                [
                                                    10.2302671,
                                                    47.3913451
                                                ],
                                                [
                                                    10.2158591,
                                                    47.3827521
                                                ],
                                                [
                                                    10.1852966,
                                                    47.3949906
                                                ],
                                                [
                                                    10.1726351,
                                                    47.3882204
                                                ],
                                                [
                                                    10.1691422,
                                                    47.3712947
                                                ],
                                                [
                                                    10.1451289,
                                                    47.3697323
                                                ],
                                                [
                                                    10.122862,
                                                    47.378065
                                                ],
                                                [
                                                    10.1032147,
                                                    47.3572333
                                                ],
                                                [
                                                    10.0896799,
                                                    47.4020213
                                                ],
                                                [
                                                    10.0726523,
                                                    47.4121767
                                                ],
                                                [
                                                    10.0988487,
                                                    47.420249
                                                ],
                                                [
                                                    10.1088906,
                                                    47.4311856
                                                ],
                                                [
                                                    10.0971022,
                                                    47.4429034
                                                ],
                                                [
                                                    10.0949192,
                                                    47.4613914
                                                ],
                                                [
                                                    10.0735255,
                                                    47.4582667
                                                ],
                                                [
                                                    10.0569345,
                                                    47.4692033
                                                ],
                                                [
                                                    10.0482024,
                                                    47.4900349
                                                ],
                                                [
                                                    10.0041051,
                                                    47.4845666
                                                ],
                                                [
                                                    9.9905704,
                                                    47.5009715
                                                ],
                                                [
                                                    9.9993025,
                                                    47.5051378
                                                ],
                                                [
                                                    9.9687401,
                                                    47.5233655
                                                ],
                                                [
                                                    9.9739793,
                                                    47.5481031
                                                ],
                                                [
                                                    9.962191,
                                                    47.5454991
                                                ],
                                                [
                                                    9.9669936,
                                                    47.5371665
                                                ],
                                                [
                                                    9.9442901,
                                                    47.5405516
                                                ],
                                                [
                                                    9.9250794,
                                                    47.5319586
                                                ],
                                                [
                                                    9.9097982,
                                                    47.5444575
                                                ],
                                                [
                                                    9.8844751,
                                                    47.5504466
                                                ],
                                                [
                                                    9.877926,
                                                    47.530917
                                                ],
                                                [
                                                    9.8189842,
                                                    47.5499258
                                                ],
                                                [
                                                    9.8294627,
                                                    47.5626852
                                                ],
                                                [
                                                    9.8272797,
                                                    47.5895059
                                                ],
                                                [
                                                    9.7805629,
                                                    47.5978386
                                                ],
                                                [
                                                    9.7513102,
                                                    47.5728406
                                                ],
                                                [
                                                    9.7399585,
                                                    47.5371665
                                                ],
                                                [
                                                    9.7351558,
                                                    47.5366457
                                                ],
                                                [
                                                    9.7163818,
                                                    47.5530506
                                                ],
                                                [
                                                    9.6862559,
                                                    47.5543526
                                                ],
                                                [
                                                    9.6949881,
                                                    47.5504466
                                                ],
                                                [
                                                    9.6840729,
                                                    47.5447179
                                                ],
                                                [
                                                    9.6788336,
                                                    47.5481031
                                                ],
                                                [
                                                    9.6827631,
                                                    47.5593001
                                                ],
                                                [
                                                    9.6570033,
                                                    47.5590397
                                                ],
                                                [
                                                    9.6312436,
                                                    47.5733614
                                                ],
                                                [
                                                    9.6129061,
                                                    47.5738822
                                                ],
                                                [
                                                    9.5993713,
                                                    47.5908079
                                                ],
                                                [
                                                    9.558767,
                                                    47.5889851
                                                ],
                                                [
                                                    9.6011178,
                                                    47.6371583
                                                ],
                                                [
                                                    9.5910758,
                                                    47.6444493
                                                ],
                                                [
                                                    9.5696821,
                                                    47.6439285
                                                ],
                                                [
                                                    9.5723018,
                                                    47.6483553
                                                ],
                                                [
                                                    9.5495983,
                                                    47.6587711
                                                ],
                                                [
                                                    9.5478518,
                                                    47.6728324
                                                ],
                                                [
                                                    9.5714286,
                                                    47.6775195
                                                ],
                                                [
                                                    9.5701187,
                                                    47.6855918
                                                ],
                                                [
                                                    9.5867098,
                                                    47.6876749
                                                ],
                                                [
                                                    9.6024276,
                                                    47.7043402
                                                ],
                                                [
                                                    9.6146526,
                                                    47.7051214
                                                ],
                                                [
                                                    9.6172722,
                                                    47.6983511
                                                ],
                                                [
                                                    9.630807,
                                                    47.7035591
                                                ],
                                                [
                                                    9.6146526,
                                                    47.7207451
                                                ],
                                                [
                                                    9.573175,
                                                    47.7387124
                                                ],
                                                [
                                                    9.5666259,
                                                    47.7335045
                                                ],
                                                [
                                                    9.5378099,
                                                    47.7400144
                                                ],
                                                [
                                                    9.5286412,
                                                    47.7324629
                                                ],
                                                [
                                                    9.4963323,
                                                    47.7392332
                                                ],
                                                [
                                                    9.5041912,
                                                    47.7545965
                                                ],
                                                [
                                                    9.4871636,
                                                    47.7558985
                                                ],
                                                [
                                                    9.4906564,
                                                    47.762148
                                                ],
                                                [
                                                    9.5264581,
                                                    47.7772509
                                                ],
                                                [
                                                    9.5273314,
                                                    47.7876667
                                                ],
                                                [
                                                    9.51336,
                                                    47.7926142
                                                ],
                                                [
                                                    9.517726,
                                                    47.8017281
                                                ],
                                                [
                                                    9.5098671,
                                                    47.8053736
                                                ],
                                                [
                                                    9.5229653,
                                                    47.8108419
                                                ],
                                                [
                                                    9.5190358,
                                                    47.8170914
                                                ],
                                                [
                                                    9.5356269,
                                                    47.8163102
                                                ],
                                                [
                                                    9.5347537,
                                                    47.8238617
                                                ],
                                                [
                                                    9.5434858,
                                                    47.8277676
                                                ],
                                                [
                                                    9.5356269,
                                                    47.8301112
                                                ],
                                                [
                                                    9.5378099,
                                                    47.8381834
                                                ],
                                                [
                                                    9.5268947,
                                                    47.8371418
                                                ],
                                                [
                                                    9.5264581,
                                                    47.847818
                                                ],
                                                [
                                                    9.5137966,
                                                    47.8415686
                                                ],
                                                [
                                                    9.5120501,
                                                    47.8519844
                                                ],
                                                [
                                                    9.4836707,
                                                    47.8663061
                                                ],
                                                [
                                                    9.486727,
                                                    47.8751595
                                                ],
                                                [
                                                    9.5386831,
                                                    47.8983347
                                                ],
                                                [
                                                    9.5386831,
                                                    47.9103129
                                                ],
                                                [
                                                    9.5696821,
                                                    47.9006783
                                                ],
                                                [
                                                    9.6046106,
                                                    47.9100525
                                                ],
                                                [
                                                    9.6102865,
                                                    47.9186456
                                                ],
                                                [
                                                    9.5792875,
                                                    47.9230723
                                                ],
                                                [
                                                    9.563133,
                                                    47.9543197
                                                ],
                                                [
                                                    9.5500349,
                                                    47.9535385
                                                ],
                                                [
                                                    9.5504715,
                                                    47.9634335
                                                ],
                                                [
                                                    9.5653161,
                                                    47.9699434
                                                ],
                                                [
                                                    9.558767,
                                                    47.9761929
                                                ],
                                                [
                                                    9.5500349,
                                                    47.9655167
                                                ],
                                                [
                                                    9.5391197,
                                                    47.9689018
                                                ],
                                                [
                                                    9.532134,
                                                    47.9743701
                                                ],
                                                [
                                                    9.5378099,
                                                    47.9790573
                                                ],
                                                [
                                                    9.5229653,
                                                    47.9918166
                                                ],
                                                [
                                                    9.4810511,
                                                    47.9592672
                                                ],
                                                [
                                                    9.4631503,
                                                    47.9616108
                                                ],
                                                [
                                                    9.4404467,
                                                    47.995983
                                                ],
                                                [
                                                    9.4085745,
                                                    47.9965037
                                                ],
                                                [
                                                    9.400279,
                                                    48.0116067
                                                ],
                                                [
                                                    9.4356441,
                                                    48.0181166
                                                ],
                                                [
                                                    9.4308414,
                                                    48.0366046
                                                ],
                                                [
                                                    9.4159968,
                                                    48.0386878
                                                ],
                                                [
                                                    9.4203629,
                                                    48.0501452
                                                ],
                                                [
                                                    9.4129406,
                                                    48.0454581
                                                ],
                                                [
                                                    9.4050817,
                                                    48.0636857
                                                ],
                                                [
                                                    9.3819415,
                                                    48.0678521
                                                ],
                                                [
                                                    9.3893638,
                                                    48.0879025
                                                ],
                                                [
                                                    9.3828148,
                                                    48.0946728
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Dettingen",
                                        "kuerzel": "DET",
                                        "kurznummer": "6"
                                    }
                                },
                                {
                                    "id": 36,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.5158873,
                                                    47.6999135
                                                ],
                                                [
                                                    7.5521256,
                                                    47.7329837
                                                ],
                                                [
                                                    7.5342248,
                                                    47.7821984
                                                ],
                                                [
                                                    7.5674069,
                                                    47.8449537
                                                ],
                                                [
                                                    7.5608578,
                                                    47.8801071
                                                ],
                                                [
                                                    7.5848711,
                                                    47.8983347
                                                ],
                                                [
                                                    7.5870541,
                                                    47.9324465
                                                ],
                                                [
                                                    7.6259121,
                                                    47.9743701
                                                ],
                                                [
                                                    7.6149969,
                                                    48.0004097
                                                ],
                                                [
                                                    7.5730827,
                                                    48.0366046
                                                ],
                                                [
                                                    7.5813782,
                                                    48.1222747
                                                ],
                                                [
                                                    7.6027719,
                                                    48.137638
                                                ],
                                                [
                                                    7.6058282,
                                                    48.1608132
                                                ],
                                                [
                                                    7.6494888,
                                                    48.2100279
                                                ],
                                                [
                                                    7.6713191,
                                                    48.2240892
                                                ],
                                                [
                                                    7.6975155,
                                                    48.302989
                                                ],
                                                [
                                                    7.7485984,
                                                    48.3285077
                                                ],
                                                [
                                                    7.7372466,
                                                    48.3988145
                                                ],
                                                [
                                                    7.7682456,
                                                    48.4550598
                                                ],
                                                [
                                                    7.7721751,
                                                    48.490734
                                                ],
                                                [
                                                    7.8092866,
                                                    48.5149508
                                                ],
                                                [
                                                    7.806667,
                                                    48.557916
                                                ],
                                                [
                                                    7.8049205,
                                                    48.5870802
                                                ],
                                                [
                                                    7.8341731,
                                                    48.6271811
                                                ],
                                                [
                                                    7.8407222,
                                                    48.6357742
                                                ],
                                                [
                                                    7.883073,
                                                    48.6396801
                                                ],
                                                [
                                                    7.8773971,
                                                    48.6277019
                                                ],
                                                [
                                                    7.8913685,
                                                    48.6172861
                                                ],
                                                [
                                                    7.8870025,
                                                    48.6136406
                                                ],
                                                [
                                                    7.9180015,
                                                    48.6183277
                                                ],
                                                [
                                                    7.9258604,
                                                    48.6097346
                                                ],
                                                [
                                                    7.9166917,
                                                    48.6071307
                                                ],
                                                [
                                                    7.9332827,
                                                    48.6058287
                                                ],
                                                [
                                                    7.9372122,
                                                    48.6240564
                                                ],
                                                [
                                                    7.9455077,
                                                    48.6050475
                                                ],
                                                [
                                                    7.9542398,
                                                    48.6053079
                                                ],
                                                [
                                                    7.9546764,
                                                    48.6178069
                                                ],
                                                [
                                                    7.969521,
                                                    48.6175465
                                                ],
                                                [
                                                    7.981746,
                                                    48.6282227
                                                ],
                                                [
                                                    7.9751969,
                                                    48.6409821
                                                ],
                                                [
                                                    7.9926611,
                                                    48.6519187
                                                ],
                                                [
                                                    7.9848022,
                                                    48.6706671
                                                ],
                                                [
                                                    8.0000834,
                                                    48.6706671
                                                ],
                                                [
                                                    8.0022665,
                                                    48.6776978
                                                ],
                                                [
                                                    8.0131816,
                                                    48.6730107
                                                ],
                                                [
                                                    8.0363217,
                                                    48.6847285
                                                ],
                                                [
                                                    8.0419976,
                                                    48.6813433
                                                ],
                                                [
                                                    8.037195,
                                                    48.6766562
                                                ],
                                                [
                                                    8.0786725,
                                                    48.6750939
                                                ],
                                                [
                                                    8.0943903,
                                                    48.66598
                                                ],
                                                [
                                                    8.1188403,
                                                    48.6519187
                                                ],
                                                [
                                                    8.1175305,
                                                    48.6420237
                                                ],
                                                [
                                                    8.1611911,
                                                    48.6219732
                                                ],
                                                [
                                                    8.2004856,
                                                    48.6209316
                                                ],
                                                [
                                                    8.2061615,
                                                    48.6305663
                                                ],
                                                [
                                                    8.245456,
                                                    48.6308267
                                                ],
                                                [
                                                    8.2371605,
                                                    48.6128594
                                                ],
                                                [
                                                    8.2528783,
                                                    48.6102554
                                                ],
                                                [
                                                    8.2520051,
                                                    48.6045267
                                                ],
                                                [
                                                    8.2262454,
                                                    48.6047871
                                                ],
                                                [
                                                    8.2655399,
                                                    48.5907258
                                                ],
                                                [
                                                    8.3236085,
                                                    48.590205
                                                ],
                                                [
                                                    8.3629031,
                                                    48.602704
                                                ],
                                                [
                                                    8.3537343,
                                                    48.6115574
                                                ],
                                                [
                                                    8.3960851,
                                                    48.6248376
                                                ],
                                                [
                                                    8.4109297,
                                                    48.6128594
                                                ],
                                                [
                                                    8.4087467,
                                                    48.5920278
                                                ],
                                                [
                                                    8.420535,
                                                    48.5857783
                                                ],
                                                [
                                                    8.4253377,
                                                    48.5667694
                                                ],
                                                [
                                                    8.4401823,
                                                    48.5568744
                                                ],
                                                [
                                                    8.4751108,
                                                    48.5519269
                                                ],
                                                [
                                                    8.4720546,
                                                    48.5258874
                                                ],
                                                [
                                                    8.4947581,
                                                    48.511826
                                                ],
                                                [
                                                    8.5144053,
                                                    48.4998478
                                                ],
                                                [
                                                    8.5471508,
                                                    48.4995874
                                                ],
                                                [
                                                    8.5558829,
                                                    48.5136488
                                                ],
                                                [
                                                    8.5698543,
                                                    48.510524
                                                ],
                                                [
                                                    8.5881918,
                                                    48.5183359
                                                ],
                                                [
                                                    8.5864453,
                                                    48.5128676
                                                ],
                                                [
                                                    8.6213738,
                                                    48.5092221
                                                ],
                                                [
                                                    8.6436407,
                                                    48.4982855
                                                ],
                                                [
                                                    8.6156979,
                                                    48.4732875
                                                ],
                                                [
                                                    8.5497704,
                                                    48.4467272
                                                ],
                                                [
                                                    8.5593758,
                                                    48.4342282
                                                ],
                                                [
                                                    8.5794596,
                                                    48.4329262
                                                ],
                                                [
                                                    8.5785864,
                                                    48.4050639
                                                ],
                                                [
                                                    8.5152786,
                                                    48.4058451
                                                ],
                                                [
                                                    8.5283767,
                                                    48.3972521
                                                ],
                                                [
                                                    8.5248839,
                                                    48.3894402
                                                ],
                                                [
                                                    8.4886456,
                                                    48.3844927
                                                ],
                                                [
                                                    8.490392,
                                                    48.3693898
                                                ],
                                                [
                                                    8.5048,
                                                    48.3581928
                                                ],
                                                [
                                                    8.4751108,
                                                    48.3488186
                                                ],
                                                [
                                                    8.4890822,
                                                    48.3441315
                                                ],
                                                [
                                                    8.4917018,
                                                    48.3342364
                                                ],
                                                [
                                                    8.5065464,
                                                    48.3324137
                                                ],
                                                [
                                                    8.4982509,
                                                    48.3162692
                                                ],
                                                [
                                                    8.4633224,
                                                    48.3144464
                                                ],
                                                [
                                                    8.4192252,
                                                    48.2829386
                                                ],
                                                [
                                                    8.4371261,
                                                    48.2759079
                                                ],
                                                [
                                                    8.5227009,
                                                    48.277991
                                                ],
                                                [
                                                    8.5270669,
                                                    48.2665337
                                                ],
                                                [
                                                    8.5392919,
                                                    48.2641901
                                                ],
                                                [
                                                    8.4489144,
                                                    48.2558574
                                                ],
                                                [
                                                    8.4576466,
                                                    48.2332031
                                                ],
                                                [
                                                    8.4445484,
                                                    48.2167982
                                                ],
                                                [
                                                    8.4777304,
                                                    48.2016952
                                                ],
                                                [
                                                    8.4537171,
                                                    48.1959665
                                                ],
                                                [
                                                    8.4301404,
                                                    48.2097675
                                                ],
                                                [
                                                    8.3991414,
                                                    48.2027368
                                                ],
                                                [
                                                    8.3886628,
                                                    48.1941438
                                                ],
                                                [
                                                    8.4048172,
                                                    48.1852903
                                                ],
                                                [
                                                    8.3952119,
                                                    48.1740933
                                                ],
                                                [
                                                    8.3450022,
                                                    48.1639379
                                                ],
                                                [
                                                    8.3454388,
                                                    48.1621151
                                                ],
                                                [
                                                    8.3484951,
                                                    48.1537825
                                                ],
                                                [
                                                    8.387353,
                                                    48.1480538
                                                ],
                                                [
                                                    8.399578,
                                                    48.1360756
                                                ],
                                                [
                                                    8.4056904,
                                                    48.1032658
                                                ],
                                                [
                                                    8.3489317,
                                                    48.1108173
                                                ],
                                                [
                                                    8.3305942,
                                                    48.0985787
                                                ],
                                                [
                                                    8.3467486,
                                                    48.1006619
                                                ],
                                                [
                                                    8.3502415,
                                                    48.0949332
                                                ],
                                                [
                                                    8.3410728,
                                                    48.0923292
                                                ],
                                                [
                                                    8.3445656,
                                                    48.0793094
                                                ],
                                                [
                                                    8.3380165,
                                                    48.0751431
                                                ],
                                                [
                                                    8.2899898,
                                                    48.0834758
                                                ],
                                                [
                                                    8.272089,
                                                    48.0733204
                                                ],
                                                [
                                                    8.2681595,
                                                    48.0566551
                                                ],
                                                [
                                                    8.2812577,
                                                    48.0475412
                                                ],
                                                [
                                                    8.2751452,
                                                    48.017075
                                                ],
                                                [
                                                    8.2065981,
                                                    48.0162938
                                                ],
                                                [
                                                    8.1948097,
                                                    47.9957226
                                                ],
                                                [
                                                    8.197866,
                                                    47.9787969
                                                ],
                                                [
                                                    8.2362873,
                                                    47.9702038
                                                ],
                                                [
                                                    8.2450194,
                                                    47.9772345
                                                ],
                                                [
                                                    8.2729622,
                                                    47.973589
                                                ],
                                                [
                                                    8.2664131,
                                                    47.9558821
                                                ],
                                                [
                                                    8.2485123,
                                                    47.9467682
                                                ],
                                                [
                                                    8.2537515,
                                                    47.9376544
                                                ],
                                                [
                                                    8.2467658,
                                                    47.9272386
                                                ],
                                                [
                                                    8.255498,
                                                    47.9100525
                                                ],
                                                [
                                                    8.2760185,
                                                    47.9061466
                                                ],
                                                [
                                                    8.2629203,
                                                    47.9043238
                                                ],
                                                [
                                                    8.2585542,
                                                    47.8954704
                                                ],
                                                [
                                                    8.2838774,
                                                    47.8644833
                                                ],
                                                [
                                                    8.257681,
                                                    47.847818
                                                ],
                                                [
                                                    8.2624837,
                                                    47.840527
                                                ],
                                                [
                                                    8.2319212,
                                                    47.8350587
                                                ],
                                                [
                                                    8.2389069,
                                                    47.8269864
                                                ],
                                                [
                                                    8.2140204,
                                                    47.8243825
                                                ],
                                                [
                                                    8.2314846,
                                                    47.7973014
                                                ],
                                                [
                                                    8.2196963,
                                                    47.797041
                                                ],
                                                [
                                                    8.2114008,
                                                    47.7874063
                                                ],
                                                [
                                                    8.2214427,
                                                    47.7689183
                                                ],
                                                [
                                                    8.2362873,
                                                    47.7650123
                                                ],
                                                [
                                                    8.1991758,
                                                    47.7650123
                                                ],
                                                [
                                                    8.1974294,
                                                    47.749649
                                                ],
                                                [
                                                    8.2183865,
                                                    47.7293382
                                                ],
                                                [
                                                    8.2284284,
                                                    47.7059026
                                                ],
                                                [
                                                    8.1895705,
                                                    47.696268
                                                ],
                                                [
                                                    8.1673035,
                                                    47.7025175
                                                ],
                                                [
                                                    8.1345581,
                                                    47.6983511
                                                ],
                                                [
                                                    8.1328117,
                                                    47.6832482
                                                ],
                                                [
                                                    8.09701,
                                                    47.6538236
                                                ],
                                                [
                                                    8.101376,
                                                    47.6368979
                                                ],
                                                [
                                                    8.0926439,
                                                    47.6142435
                                                ],
                                                [
                                                    8.0751797,
                                                    47.6142435
                                                ],
                                                [
                                                    8.1144742,
                                                    47.5850792
                                                ],
                                                [
                                                    8.1022492,
                                                    47.5637268
                                                ],
                                                [
                                                    8.0642645,
                                                    47.56581
                                                ],
                                                [
                                                    8.0258432,
                                                    47.5525298
                                                ],
                                                [
                                                    7.9638451,
                                                    47.5603416
                                                ],
                                                [
                                                    7.9485639,
                                                    47.5460199
                                                ],
                                                [
                                                    7.9162551,
                                                    47.5527902
                                                ],
                                                [
                                                    7.9145087,
                                                    47.5738822
                                                ],
                                                [
                                                    7.8961712,
                                                    47.5897663
                                                ],
                                                [
                                                    7.8463981,
                                                    47.584298
                                                ],
                                                [
                                                    7.8271874,
                                                    47.5902871
                                                ],
                                                [
                                                    7.7996813,
                                                    47.5595605
                                                ],
                                                [
                                                    7.6804878,
                                                    47.5356041
                                                ],
                                                [
                                                    7.638137,
                                                    47.5634664
                                                ],
                                                [
                                                    7.681361,
                                                    47.5660703
                                                ],
                                                [
                                                    7.6874735,
                                                    47.5736218
                                                ],
                                                [
                                                    7.6900932,
                                                    47.5678931
                                                ],
                                                [
                                                    7.6940226,
                                                    47.5736218
                                                ],
                                                [
                                                    7.6761218,
                                                    47.5895059
                                                ],
                                                [
                                                    7.679178,
                                                    47.594193
                                                ],
                                                [
                                                    7.6499254,
                                                    47.5991405
                                                ],
                                                [
                                                    7.6263487,
                                                    47.5806525
                                                ],
                                                [
                                                    7.6088844,
                                                    47.5801317
                                                ],
                                                [
                                                    7.6088844,
                                                    47.5871624
                                                ],
                                                [
                                                    7.5931666,
                                                    47.5921099
                                                ],
                                                [
                                                    7.5962229,
                                                    47.6059108
                                                ],
                                                [
                                                    7.5695899,
                                                    47.6361167
                                                ],
                                                [
                                                    7.5268025,
                                                    47.6644998
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Freibug",
                                        "kuerzel": "FRE",
                                        "kurznummer": "36"
                                    }
                                },
                                {
                                    "id": 5,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    8.0747431,
                                                    47.6139831
                                                ],
                                                [
                                                    8.0922073,
                                                    47.6142435
                                                ],
                                                [
                                                    8.1009394,
                                                    47.6368979
                                                ],
                                                [
                                                    8.0965734,
                                                    47.6538236
                                                ],
                                                [
                                                    8.1323751,
                                                    47.6832482
                                                ],
                                                [
                                                    8.1341215,
                                                    47.6983511
                                                ],
                                                [
                                                    8.1668669,
                                                    47.7025175
                                                ],
                                                [
                                                    8.1891339,
                                                    47.696268
                                                ],
                                                [
                                                    8.2279918,
                                                    47.7059026
                                                ],
                                                [
                                                    8.2179498,
                                                    47.7293382
                                                ],
                                                [
                                                    8.1969928,
                                                    47.749649
                                                ],
                                                [
                                                    8.1987392,
                                                    47.7650123
                                                ],
                                                [
                                                    8.2358507,
                                                    47.7650123
                                                ],
                                                [
                                                    8.2210061,
                                                    47.7689183
                                                ],
                                                [
                                                    8.2109642,
                                                    47.7874063
                                                ],
                                                [
                                                    8.2188231,
                                                    47.797041
                                                ],
                                                [
                                                    8.231048,
                                                    47.7973014
                                                ],
                                                [
                                                    8.2135838,
                                                    47.8243825
                                                ],
                                                [
                                                    8.2384703,
                                                    47.8269864
                                                ],
                                                [
                                                    8.2314846,
                                                    47.8350587
                                                ],
                                                [
                                                    8.2616105,
                                                    47.840527
                                                ],
                                                [
                                                    8.2572444,
                                                    47.847818
                                                ],
                                                [
                                                    8.2834408,
                                                    47.8644833
                                                ],
                                                [
                                                    8.2581176,
                                                    47.8954704
                                                ],
                                                [
                                                    8.2624837,
                                                    47.9043238
                                                ],
                                                [
                                                    8.2755818,
                                                    47.9061466
                                                ],
                                                [
                                                    8.2550614,
                                                    47.9100525
                                                ],
                                                [
                                                    8.2463292,
                                                    47.9269782
                                                ],
                                                [
                                                    8.2537515,
                                                    47.9376544
                                                ],
                                                [
                                                    8.2476391,
                                                    47.9467682
                                                ],
                                                [
                                                    8.2659765,
                                                    47.9558821
                                                ],
                                                [
                                                    8.2725256,
                                                    47.973589
                                                ],
                                                [
                                                    8.2445828,
                                                    47.9772345
                                                ],
                                                [
                                                    8.2358507,
                                                    47.9702038
                                                ],
                                                [
                                                    8.1974294,
                                                    47.9787969
                                                ],
                                                [
                                                    8.1943731,
                                                    47.9957226
                                                ],
                                                [
                                                    8.2061615,
                                                    48.0162938
                                                ],
                                                [
                                                    8.2747086,
                                                    48.017075
                                                ],
                                                [
                                                    8.2808211,
                                                    48.0475412
                                                ],
                                                [
                                                    8.2677229,
                                                    48.0566551
                                                ],
                                                [
                                                    8.2716524,
                                                    48.0733204
                                                ],
                                                [
                                                    8.2891166,
                                                    48.0834758
                                                ],
                                                [
                                                    8.3375799,
                                                    48.0751431
                                                ],
                                                [
                                                    8.344129,
                                                    48.0793094
                                                ],
                                                [
                                                    8.3406361,
                                                    48.0923292
                                                ],
                                                [
                                                    8.3498049,
                                                    48.0949332
                                                ],
                                                [
                                                    8.346312,
                                                    48.1006619
                                                ],
                                                [
                                                    8.3301576,
                                                    48.0985787
                                                ],
                                                [
                                                    8.3484951,
                                                    48.1108173
                                                ],
                                                [
                                                    8.4052538,
                                                    48.1032658
                                                ],
                                                [
                                                    8.3991414,
                                                    48.1360756
                                                ],
                                                [
                                                    8.3869164,
                                                    48.1480538
                                                ],
                                                [
                                                    8.3480584,
                                                    48.1537825
                                                ],
                                                [
                                                    8.3445656,
                                                    48.1639379
                                                ],
                                                [
                                                    8.3947753,
                                                    48.1740933
                                                ],
                                                [
                                                    8.4043806,
                                                    48.1852903
                                                ],
                                                [
                                                    8.3882262,
                                                    48.1941438
                                                ],
                                                [
                                                    8.3987047,
                                                    48.2027368
                                                ],
                                                [
                                                    8.4297038,
                                                    48.2097675
                                                ],
                                                [
                                                    8.4532805,
                                                    48.1959665
                                                ],
                                                [
                                                    8.4772938,
                                                    48.2016952
                                                ],
                                                [
                                                    8.4441118,
                                                    48.2167982
                                                ],
                                                [
                                                    8.45721,
                                                    48.2332031
                                                ],
                                                [
                                                    8.4484778,
                                                    48.2558574
                                                ],
                                                [
                                                    8.5388553,
                                                    48.2641901
                                                ],
                                                [
                                                    8.5266303,
                                                    48.2665337
                                                ],
                                                [
                                                    8.5222643,
                                                    48.277991
                                                ],
                                                [
                                                    8.4366895,
                                                    48.2759079
                                                ],
                                                [
                                                    8.4187886,
                                                    48.2829386
                                                ],
                                                [
                                                    8.4628858,
                                                    48.3144464
                                                ],
                                                [
                                                    8.4978143,
                                                    48.3162692
                                                ],
                                                [
                                                    8.5061098,
                                                    48.3324137
                                                ],
                                                [
                                                    8.4912652,
                                                    48.3342364
                                                ],
                                                [
                                                    8.4886456,
                                                    48.3441315
                                                ],
                                                [
                                                    8.4746742,
                                                    48.3488186
                                                ],
                                                [
                                                    8.5039268,
                                                    48.3581928
                                                ],
                                                [
                                                    8.4895188,
                                                    48.3693898
                                                ],
                                                [
                                                    8.4877724,
                                                    48.3844927
                                                ],
                                                [
                                                    8.5244473,
                                                    48.3894402
                                                ],
                                                [
                                                    8.5279401,
                                                    48.3972521
                                                ],
                                                [
                                                    8.514842,
                                                    48.4058451
                                                ],
                                                [
                                                    8.5781498,
                                                    48.4050639
                                                ],
                                                [
                                                    8.579023,
                                                    48.4329262
                                                ],
                                                [
                                                    8.5589392,
                                                    48.4342282
                                                ],
                                                [
                                                    8.5493338,
                                                    48.4467272
                                                ],
                                                [
                                                    8.6152613,
                                                    48.4732875
                                                ],
                                                [
                                                    8.6432041,
                                                    48.4982855
                                                ],
                                                [
                                                    8.6209372,
                                                    48.5092221
                                                ],
                                                [
                                                    8.5860087,
                                                    48.5128676
                                                ],
                                                [
                                                    8.5877552,
                                                    48.5183359
                                                ],
                                                [
                                                    8.5694177,
                                                    48.510524
                                                ],
                                                [
                                                    8.5554463,
                                                    48.5136488
                                                ],
                                                [
                                                    8.5467142,
                                                    48.4995874
                                                ],
                                                [
                                                    8.5139687,
                                                    48.4998478
                                                ],
                                                [
                                                    8.4943215,
                                                    48.511826
                                                ],
                                                [
                                                    8.4956313,
                                                    48.5219814
                                                ],
                                                [
                                                    8.4751108,
                                                    48.5318764
                                                ],
                                                [
                                                    8.5061098,
                                                    48.5482814
                                                ],
                                                [
                                                    8.4956313,
                                                    48.5524477
                                                ],
                                                [
                                                    8.5205178,
                                                    48.5717169
                                                ],
                                                [
                                                    8.5174616,
                                                    48.576404
                                                ],
                                                [
                                                    8.5283767,
                                                    48.5756229
                                                ],
                                                [
                                                    8.5384187,
                                                    48.590205
                                                ],
                                                [
                                                    8.5484606,
                                                    48.5878614
                                                ],
                                                [
                                                    8.5519535,
                                                    48.590205
                                                ],
                                                [
                                                    8.5633052,
                                                    48.5951525
                                                ],
                                                [
                                                    8.5488972,
                                                    48.6110366
                                                ],
                                                [
                                                    8.5742204,
                                                    48.6149425
                                                ],
                                                [
                                                    8.5589392,
                                                    48.625098
                                                ],
                                                [
                                                    8.5541365,
                                                    48.6388989
                                                ],
                                                [
                                                    8.562432,
                                                    48.657387
                                                ],
                                                [
                                                    8.5938676,
                                                    48.6159841
                                                ],
                                                [
                                                    8.6231203,
                                                    48.6347326
                                                ],
                                                [
                                                    8.636655,
                                                    48.6321286
                                                ],
                                                [
                                                    8.6401479,
                                                    48.6388989
                                                ],
                                                [
                                                    8.661105,
                                                    48.6308267
                                                ],
                                                [
                                                    8.6759496,
                                                    48.643586
                                                ],
                                                [
                                                    8.6781326,
                                                    48.6318682
                                                ],
                                                [
                                                    8.7038924,
                                                    48.6245772
                                                ],
                                                [
                                                    8.7178638,
                                                    48.6058287
                                                ],
                                                [
                                                    8.7554119,
                                                    48.5948921
                                                ],
                                                [
                                                    8.7541021,
                                                    48.5724981
                                                ],
                                                [
                                                    8.7602145,
                                                    48.5724981
                                                ],
                                                [
                                                    8.7693833,
                                                    48.5503645
                                                ],
                                                [
                                                    8.7623976,
                                                    48.5461982
                                                ],
                                                [
                                                    8.7676368,
                                                    48.5357824
                                                ],
                                                [
                                                    8.7602145,
                                                    48.5269289
                                                ],
                                                [
                                                    8.7938332,
                                                    48.5219814
                                                ],
                                                [
                                                    8.807368,
                                                    48.5079201
                                                ],
                                                [
                                                    8.8401134,
                                                    48.5058369
                                                ],
                                                [
                                                    8.8409867,
                                                    48.499327
                                                ],
                                                [
                                                    8.8698027,
                                                    48.5165131
                                                ],
                                                [
                                                    8.8597607,
                                                    48.5206795
                                                ],
                                                [
                                                    8.8645634,
                                                    48.5290121
                                                ],
                                                [
                                                    8.8553947,
                                                    48.5386467
                                                ],
                                                [
                                                    8.8907598,
                                                    48.5433338
                                                ],
                                                [
                                                    8.893816,
                                                    48.5659882
                                                ],
                                                [
                                                    8.9143365,
                                                    48.5738001
                                                ],
                                                [
                                                    8.949265,
                                                    48.5693734
                                                ],
                                                [
                                                    8.9396596,
                                                    48.5792684
                                                ],
                                                [
                                                    8.9527578,
                                                    48.5818723
                                                ],
                                                [
                                                    8.9545042,
                                                    48.5891634
                                                ],
                                                [
                                                    9.0099532,
                                                    48.590205
                                                ],
                                                [
                                                    9.0387692,
                                                    48.5779664
                                                ],
                                                [
                                                    9.0496843,
                                                    48.5922882
                                                ],
                                                [
                                                    9.0745709,
                                                    48.5954129
                                                ],
                                                [
                                                    9.0985842,
                                                    48.5870802
                                                ],
                                                [
                                                    9.097711,
                                                    48.58031
                                                ],
                                                [
                                                    9.1295833,
                                                    48.5836951
                                                ],
                                                [
                                                    9.1295833,
                                                    48.5683318
                                                ],
                                                [
                                                    9.1741171,
                                                    48.5511457
                                                ],
                                                [
                                                    9.2238902,
                                                    48.5550516
                                                ],
                                                [
                                                    9.2182143,
                                                    48.5633843
                                                ],
                                                [
                                                    9.2431008,
                                                    48.579008
                                                ],
                                                [
                                                    9.2596919,
                                                    48.567811
                                                ],
                                                [
                                                    9.2505231,
                                                    48.5633843
                                                ],
                                                [
                                                    9.2548892,
                                                    48.5542704
                                                ],
                                                [
                                                    9.2435374,
                                                    48.5532289
                                                ],
                                                [
                                                    9.2492133,
                                                    48.5456774
                                                ],
                                                [
                                                    9.2431008,
                                                    48.536824
                                                ],
                                                [
                                                    9.2575088,
                                                    48.5139092
                                                ],
                                                [
                                                    9.3155774,
                                                    48.4946399
                                                ],
                                                [
                                                    9.2981132,
                                                    48.490734
                                                ],
                                                [
                                                    9.2954935,
                                                    48.4829221
                                                ],
                                                [
                                                    9.3077185,
                                                    48.4727667
                                                ],
                                                [
                                                    9.2976766,
                                                    48.4672984
                                                ],
                                                [
                                                    9.3112114,
                                                    48.4607885
                                                ],
                                                [
                                                    9.3094649,
                                                    48.4274579
                                                ],
                                                [
                                                    9.3347881,
                                                    48.4230312
                                                ],
                                                [
                                                    9.3457032,
                                                    48.4118342
                                                ],
                                                [
                                                    9.342647,
                                                    48.4016788
                                                ],
                                                [
                                                    9.3505059,
                                                    48.3915234
                                                ],
                                                [
                                                    9.3343515,
                                                    48.392565
                                                ],
                                                [
                                                    9.3356613,
                                                    48.3732957
                                                ],
                                                [
                                                    9.3771389,
                                                    48.377462
                                                ],
                                                [
                                                    9.3749558,
                                                    48.3719937
                                                ],
                                                [
                                                    9.3972228,
                                                    48.3686086
                                                ],
                                                [
                                                    9.3919835,
                                                    48.3558492
                                                ],
                                                [
                                                    9.398096,
                                                    48.3524641
                                                ],
                                                [
                                                    9.4177432,
                                                    48.3626195
                                                ],
                                                [
                                                    9.4614038,
                                                    48.3561096
                                                ],
                                                [
                                                    9.4526717,
                                                    48.3381424
                                                ],
                                                [
                                                    9.4583476,
                                                    48.3311117
                                                ],
                                                [
                                                    9.4753752,
                                                    48.3311117
                                                ],
                                                [
                                                    9.5037546,
                                                    48.3126236
                                                ],
                                                [
                                                    9.519909,
                                                    48.3097593
                                                ],
                                                [
                                                    9.5216555,
                                                    48.3100197
                                                ],
                                                [
                                                    9.5273314,
                                                    48.3235602
                                                ],
                                                [
                                                    9.5391197,
                                                    48.3180919
                                                ],
                                                [
                                                    9.5596402,
                                                    48.3081969
                                                ],
                                                [
                                                    9.5552741,
                                                    48.3019474
                                                ],
                                                [
                                                    9.5622598,
                                                    48.2954375
                                                ],
                                                [
                                                    9.5103037,
                                                    48.2808554
                                                ],
                                                [
                                                    9.5107403,
                                                    48.2707
                                                ],
                                                [
                                                    9.5290778,
                                                    48.2707
                                                ],
                                                [
                                                    9.5238385,
                                                    48.2634089
                                                ],
                                                [
                                                    9.534317,
                                                    48.2623673
                                                ],
                                                [
                                                    9.4945859,
                                                    48.2444001
                                                ],
                                                [
                                                    9.5041912,
                                                    48.2139338
                                                ],
                                                [
                                                    9.4718824,
                                                    48.1985705
                                                ],
                                                [
                                                    9.4683895,
                                                    48.2113299
                                                ],
                                                [
                                                    9.4439396,
                                                    48.2063823
                                                ],
                                                [
                                                    9.4417566,
                                                    48.1967477
                                                ],
                                                [
                                                    9.4295316,
                                                    48.1972685
                                                ],
                                                [
                                                    9.4264754,
                                                    48.20482
                                                ],
                                                [
                                                    9.4020254,
                                                    48.1972685
                                                ],
                                                [
                                                    9.4072647,
                                                    48.1884151
                                                ],
                                                [
                                                    9.3911103,
                                                    48.1720102
                                                ],
                                                [
                                                    9.4295316,
                                                    48.1657607
                                                ],
                                                [
                                                    9.4325878,
                                                    48.147533
                                                ],
                                                [
                                                    9.4242923,
                                                    48.1405023
                                                ],
                                                [
                                                    9.3902371,
                                                    48.1412835
                                                ],
                                                [
                                                    9.3963495,
                                                    48.1235766
                                                ],
                                                [
                                                    9.3911103,
                                                    48.1147232
                                                ],
                                                [
                                                    9.3815049,
                                                    48.1194103
                                                ],
                                                [
                                                    9.3535621,
                                                    48.1019638
                                                ],
                                                [
                                                    9.383688,
                                                    48.0946728
                                                ],
                                                [
                                                    9.3902371,
                                                    48.0879025
                                                ],
                                                [
                                                    9.3823781,
                                                    48.0678521
                                                ],
                                                [
                                                    9.4059549,
                                                    48.0636857
                                                ],
                                                [
                                                    9.4138138,
                                                    48.0454581
                                                ],
                                                [
                                                    9.4207995,
                                                    48.0501452
                                                ],
                                                [
                                                    9.41687,
                                                    48.0386878
                                                ],
                                                [
                                                    9.4317146,
                                                    48.0366046
                                                ],
                                                [
                                                    9.4360807,
                                                    48.0181166
                                                ],
                                                [
                                                    9.4011522,
                                                    48.0116067
                                                ],
                                                [
                                                    9.4090111,
                                                    47.9965037
                                                ],
                                                [
                                                    9.4408834,
                                                    47.995983
                                                ],
                                                [
                                                    9.4640235,
                                                    47.9616108
                                                ],
                                                [
                                                    9.4814877,
                                                    47.9592672
                                                ],
                                                [
                                                    9.5234019,
                                                    47.9918166
                                                ],
                                                [
                                                    9.5386831,
                                                    47.9790573
                                                ],
                                                [
                                                    9.5325706,
                                                    47.9743701
                                                ],
                                                [
                                                    9.5395563,
                                                    47.9689018
                                                ],
                                                [
                                                    9.5504715,
                                                    47.9655167
                                                ],
                                                [
                                                    9.5592036,
                                                    47.9759325
                                                ],
                                                [
                                                    9.5661893,
                                                    47.9699434
                                                ],
                                                [
                                                    9.5513447,
                                                    47.9631732
                                                ],
                                                [
                                                    9.5504715,
                                                    47.9535385
                                                ],
                                                [
                                                    9.5640063,
                                                    47.9540593
                                                ],
                                                [
                                                    9.5797241,
                                                    47.9230723
                                                ],
                                                [
                                                    9.6107231,
                                                    47.9186456
                                                ],
                                                [
                                                    9.6054838,
                                                    47.9100525
                                                ],
                                                [
                                                    9.5705553,
                                                    47.9004179
                                                ],
                                                [
                                                    9.5395563,
                                                    47.9100525
                                                ],
                                                [
                                                    9.5395563,
                                                    47.8983347
                                                ],
                                                [
                                                    9.4876002,
                                                    47.8751595
                                                ],
                                                [
                                                    9.4841074,
                                                    47.8663061
                                                ],
                                                [
                                                    9.5124867,
                                                    47.8519844
                                                ],
                                                [
                                                    9.5146698,
                                                    47.8413082
                                                ],
                                                [
                                                    9.5268947,
                                                    47.847818
                                                ],
                                                [
                                                    9.527768,
                                                    47.8371418
                                                ],
                                                [
                                                    9.5386831,
                                                    47.837923
                                                ],
                                                [
                                                    9.5360635,
                                                    47.8301112
                                                ],
                                                [
                                                    9.544359,
                                                    47.8277676
                                                ],
                                                [
                                                    9.5351903,
                                                    47.8238617
                                                ],
                                                [
                                                    9.5365001,
                                                    47.8163102
                                                ],
                                                [
                                                    9.519909,
                                                    47.8170914
                                                ],
                                                [
                                                    9.5234019,
                                                    47.8108419
                                                ],
                                                [
                                                    9.5103037,
                                                    47.8053736
                                                ],
                                                [
                                                    9.5185992,
                                                    47.8017281
                                                ],
                                                [
                                                    9.5137966,
                                                    47.7926142
                                                ],
                                                [
                                                    9.527768,
                                                    47.7876667
                                                ],
                                                [
                                                    9.5268947,
                                                    47.7772509
                                                ],
                                                [
                                                    9.491093,
                                                    47.762148
                                                ],
                                                [
                                                    9.4880368,
                                                    47.7556381
                                                ],
                                                [
                                                    9.5050644,
                                                    47.7545965
                                                ],
                                                [
                                                    9.4972055,
                                                    47.7392332
                                                ],
                                                [
                                                    9.5290778,
                                                    47.7324629
                                                ],
                                                [
                                                    9.5386831,
                                                    47.739754
                                                ],
                                                [
                                                    9.5670625,
                                                    47.7335045
                                                ],
                                                [
                                                    9.5740482,
                                                    47.7387124
                                                ],
                                                [
                                                    9.6150892,
                                                    47.7207451
                                                ],
                                                [
                                                    9.6316802,
                                                    47.7035591
                                                ],
                                                [
                                                    9.6177088,
                                                    47.6983511
                                                ],
                                                [
                                                    9.6150892,
                                                    47.704861
                                                ],
                                                [
                                                    9.6033008,
                                                    47.7043402
                                                ],
                                                [
                                                    9.587583,
                                                    47.6876749
                                                ],
                                                [
                                                    9.5705553,
                                                    47.6855918
                                                ],
                                                [
                                                    9.5723018,
                                                    47.6775195
                                                ],
                                                [
                                                    9.5482884,
                                                    47.6728324
                                                ],
                                                [
                                                    9.5504715,
                                                    47.6585107
                                                ],
                                                [
                                                    9.573175,
                                                    47.6480949
                                                ],
                                                [
                                                    9.5705553,
                                                    47.6439285
                                                ],
                                                [
                                                    9.591949,
                                                    47.6444493
                                                ],
                                                [
                                                    9.601991,
                                                    47.6368979
                                                ],
                                                [
                                                    9.5596402,
                                                    47.5887247
                                                ],
                                                [
                                                    9.5316974,
                                                    47.6069524
                                                ],
                                                [
                                                    9.5194724,
                                                    47.6363771
                                                ],
                                                [
                                                    9.4993886,
                                                    47.6520008
                                                ],
                                                [
                                                    9.4666431,
                                                    47.6506988
                                                ],
                                                [
                                                    9.4142504,
                                                    47.6704889
                                                ],
                                                [
                                                    9.3609845,
                                                    47.6624166
                                                ],
                                                [
                                                    9.3173238,
                                                    47.6746552
                                                ],
                                                [
                                                    9.2435374,
                                                    47.7126729
                                                ],
                                                [
                                                    9.2212705,
                                                    47.7467847
                                                ],
                                                [
                                                    9.1426814,
                                                    47.772043
                                                ],
                                                [
                                                    9.0680218,
                                                    47.8160498
                                                ],
                                                [
                                                    9.0431353,
                                                    47.8196954
                                                ],
                                                [
                                                    9.0348397,
                                                    47.8066756
                                                ],
                                                [
                                                    9.0736977,
                                                    47.7798549
                                                ],
                                                [
                                                    9.1771733,
                                                    47.7374104
                                                ],
                                                [
                                                    9.1837224,
                                                    47.707465
                                                ],
                                                [
                                                    9.2055527,
                                                    47.708767
                                                ],
                                                [
                                                    9.1902715,
                                                    47.7012155
                                                ],
                                                [
                                                    9.2173411,
                                                    47.6848106
                                                ],
                                                [
                                                    9.2221437,
                                                    47.6681453
                                                ],
                                                [
                                                    9.1653849,
                                                    47.673874
                                                ],
                                                [
                                                    9.143118,
                                                    47.6671037
                                                ],
                                                [
                                                    9.1138654,
                                                    47.6892373
                                                ],
                                                [
                                                    9.0859226,
                                                    47.6853314
                                                ],
                                                [
                                                    9.0584165,
                                                    47.6915809
                                                ],
                                                [
                                                    9.0466281,
                                                    47.6965284
                                                ],
                                                [
                                                    9.0448817,
                                                    47.7103293
                                                ],
                                                [
                                                    9.0915985,
                                                    47.6897581
                                                ],
                                                [
                                                    9.112119,
                                                    47.6900185
                                                ],
                                                [
                                                    9.0964012,
                                                    47.7092878
                                                ],
                                                [
                                                    8.9933622,
                                                    47.7457431
                                                ],
                                                [
                                                    8.9881229,
                                                    47.7400144
                                                ],
                                                [
                                                    9.0042773,
                                                    47.7361085
                                                ],
                                                [
                                                    9.0186853,
                                                    47.7217867
                                                ],
                                                [
                                                    8.965856,
                                                    47.7394936
                                                ],
                                                [
                                                    8.9431525,
                                                    47.7363689
                                                ],
                                                [
                                                    8.9418427,
                                                    47.7288174
                                                ],
                                                [
                                                    9.0007845,
                                                    47.7072046
                                                ],
                                                [
                                                    9.0103898,
                                                    47.6986115
                                                ],
                                                [
                                                    9.0042773,
                                                    47.6915809
                                                ],
                                                [
                                                    8.9422793,
                                                    47.6611146
                                                ],
                                                [
                                                    8.8986187,
                                                    47.6538236
                                                ],
                                                [
                                                    8.879408,
                                                    47.6585107
                                                ],
                                                [
                                                    8.8719857,
                                                    47.6780403
                                                ],
                                                [
                                                    8.8545214,
                                                    47.6832482
                                                ],
                                                [
                                                    8.8615071,
                                                    47.694966
                                                ],
                                                [
                                                    8.8553947,
                                                    47.6999135
                                                ],
                                                [
                                                    8.877225,
                                                    47.6960076
                                                ],
                                                [
                                                    8.8767884,
                                                    47.706163
                                                ],
                                                [
                                                    8.8230858,
                                                    47.7150164
                                                ],
                                                [
                                                    8.8300715,
                                                    47.719964
                                                ],
                                                [
                                                    8.8086778,
                                                    47.7267342
                                                ],
                                                [
                                                    8.8161001,
                                                    47.7324629
                                                ],
                                                [
                                                    8.8104242,
                                                    47.7405352
                                                ],
                                                [
                                                    8.8003823,
                                                    47.7366293
                                                ],
                                                [
                                                    8.8030019,
                                                    47.7293382
                                                ],
                                                [
                                                    8.7737493,
                                                    47.7204847
                                                ],
                                                [
                                                    8.7733127,
                                                    47.7090274
                                                ],
                                                [
                                                    8.7977627,
                                                    47.7064234
                                                ],
                                                [
                                                    8.8139171,
                                                    47.6954868
                                                ],
                                                [
                                                    8.8008189,
                                                    47.6905393
                                                ],
                                                [
                                                    8.7999457,
                                                    47.6775195
                                                ],
                                                [
                                                    8.7318352,
                                                    47.694966
                                                ],
                                                [
                                                    8.7401307,
                                                    47.7184016
                                                ],
                                                [
                                                    8.7152441,
                                                    47.7322025
                                                ],
                                                [
                                                    8.7274691,
                                                    47.7478263
                                                ],
                                                [
                                                    8.7453699,
                                                    47.7504302
                                                ],
                                                [
                                                    8.7313985,
                                                    47.7644916
                                                ],
                                                [
                                                    8.6925406,
                                                    47.7605856
                                                ],
                                                [
                                                    8.6851183,
                                                    47.7887083
                                                ],
                                                [
                                                    8.661105,
                                                    47.7939162
                                                ],
                                                [
                                                    8.6606684,
                                                    47.8025093
                                                ],
                                                [
                                                    8.6497532,
                                                    47.7928746
                                                ],
                                                [
                                                    8.6567389,
                                                    47.7754282
                                                ],
                                                [
                                                    8.6357818,
                                                    47.7603252
                                                ],
                                                [
                                                    8.6235569,
                                                    47.7696995
                                                ],
                                                [
                                                    8.6226836,
                                                    47.8004261
                                                ],
                                                [
                                                    8.5794596,
                                                    47.8017281
                                                ],
                                                [
                                                    8.5720373,
                                                    47.8105815
                                                ],
                                                [
                                                    8.5659249,
                                                    47.7946974
                                                ],
                                                [
                                                    8.579023,
                                                    47.7918331
                                                ],
                                                [
                                                    8.5812061,
                                                    47.7837608
                                                ],
                                                [
                                                    8.5667981,
                                                    47.7801153
                                                ],
                                                [
                                                    8.5567561,
                                                    47.7868855
                                                ],
                                                [
                                                    8.5240107,
                                                    47.7725638
                                                ],
                                                [
                                                    8.5144053,
                                                    47.7782925
                                                ],
                                                [
                                                    8.4877724,
                                                    47.7730846
                                                ],
                                                [
                                                    8.4545903,
                                                    47.742358
                                                ],
                                                [
                                                    8.4589564,
                                                    47.7246511
                                                ],
                                                [
                                                    8.4209717,
                                                    47.7124125
                                                ],
                                                [
                                                    8.4087467,
                                                    47.7001739
                                                ],
                                                [
                                                    8.4244645,
                                                    47.6861126
                                                ],
                                                [
                                                    8.4096199,
                                                    47.6764779
                                                ],
                                                [
                                                    8.4489144,
                                                    47.6561671
                                                ],
                                                [
                                                    8.4698715,
                                                    47.6595523
                                                ],
                                                [
                                                    8.4676885,
                                                    47.6506988
                                                ],
                                                [
                                                    8.4772938,
                                                    47.6405434
                                                ],
                                                [
                                                    8.4777304,
                                                    47.6520008
                                                ],
                                                [
                                                    8.4965045,
                                                    47.6441889
                                                ],
                                                [
                                                    8.535799,
                                                    47.6478345
                                                ],
                                                [
                                                    8.5309964,
                                                    47.662677
                                                ],
                                                [
                                                    8.5362356,
                                                    47.6650206
                                                ],
                                                [
                                                    8.5454044,
                                                    47.6590315
                                                ],
                                                [
                                                    8.5440946,
                                                    47.6673641
                                                ],
                                                [
                                                    8.5585026,
                                                    47.6715304
                                                ],
                                                [
                                                    8.5816427,
                                                    47.6637186
                                                ],
                                                [
                                                    8.6104587,
                                                    47.6743948
                                                ],
                                                [
                                                    8.6327256,
                                                    47.65148
                                                ],
                                                [
                                                    8.620064,
                                                    47.6400226
                                                ],
                                                [
                                                    8.6074024,
                                                    47.6410642
                                                ],
                                                [
                                                    8.617881,
                                                    47.6467929
                                                ],
                                                [
                                                    8.6117685,
                                                    47.6546047
                                                ],
                                                [
                                                    8.5999801,
                                                    47.6454909
                                                ],
                                                [
                                                    8.6091489,
                                                    47.6158058
                                                ],
                                                [
                                                    8.5864453,
                                                    47.5983594
                                                ],
                                                [
                                                    8.5663615,
                                                    47.6025257
                                                ],
                                                [
                                                    8.5785864,
                                                    47.6142435
                                                ],
                                                [
                                                    8.5619954,
                                                    47.6267424
                                                ],
                                                [
                                                    8.521391,
                                                    47.6363771
                                                ],
                                                [
                                                    8.5122223,
                                                    47.6197118
                                                ],
                                                [
                                                    8.4829697,
                                                    47.6173682
                                                ],
                                                [
                                                    8.4607028,
                                                    47.6046088
                                                ],
                                                [
                                                    8.4707447,
                                                    47.5863812
                                                ],
                                                [
                                                    8.492575,
                                                    47.5900267
                                                ],
                                                [
                                                    8.4986875,
                                                    47.5832564
                                                ],
                                                [
                                                    8.4366895,
                                                    47.5689347
                                                ],
                                                [
                                                    8.4008878,
                                                    47.5793505
                                                ],
                                                [
                                                    8.3864798,
                                                    47.5678931
                                                ],
                                                [
                                                    8.3284112,
                                                    47.5749238
                                                ],
                                                [
                                                    8.3013416,
                                                    47.5918495
                                                ],
                                                [
                                                    8.3004684,
                                                    47.6087752
                                                ],
                                                [
                                                    8.2629203,
                                                    47.6176286
                                                ],
                                                [
                                                    8.2306114,
                                                    47.6072128
                                                ],
                                                [
                                                    8.2231891,
                                                    47.6202326
                                                ],
                                                [
                                                    8.2065981,
                                                    47.6228365
                                                ],
                                                [
                                                    8.1686134,
                                                    47.5962762
                                                ],
                                                [
                                                    8.1140376,
                                                    47.5850792
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "H�fingen",
                                        "kuerzel": "HUF",
                                        "kurznummer": "5"
                                    }
                                },
                                {
                                    "id": 9,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    11.3318241,
                                                    47.8142271
                                                ],
                                                [
                                                    11.3409928,
                                                    47.8415686
                                                ],
                                                [
                                                    11.3348803,
                                                    47.9321861
                                                ],
                                                [
                                                    11.3615133,
                                                    47.982182
                                                ],
                                                [
                                                    11.3610767,
                                                    47.9957226
                                                ],
                                                [
                                                    11.4025543,
                                                    47.9954622
                                                ],
                                                [
                                                    11.4016811,
                                                    48.0014513
                                                ],
                                                [
                                                    11.423948,
                                                    48.0027532
                                                ],
                                                [
                                                    11.4331167,
                                                    48.0152522
                                                ],
                                                [
                                                    11.4680452,
                                                    48.0126483
                                                ],
                                                [
                                                    11.4750309,
                                                    48.0329591
                                                ],
                                                [
                                                    11.5117058,
                                                    48.0379066
                                                ],
                                                [
                                                    11.52917,
                                                    48.057957
                                                ],
                                                [
                                                    11.541395,
                                                    48.0608214
                                                ],
                                                [
                                                    11.5523101,
                                                    48.1032658
                                                ],
                                                [
                                                    11.5274236,
                                                    48.1056094
                                                ],
                                                [
                                                    11.5200013,
                                                    48.1160252
                                                ],
                                                [
                                                    11.5234941,
                                                    48.1253994
                                                ],
                                                [
                                                    11.5047201,
                                                    48.127743
                                                ],
                                                [
                                                    11.5051567,
                                                    48.137638
                                                ],
                                                [
                                                    11.4916219,
                                                    48.1402419
                                                ],
                                                [
                                                    11.5296066,
                                                    48.1381588
                                                ],
                                                [
                                                    11.5326629,
                                                    48.1438875
                                                ],
                                                [
                                                    11.5221843,
                                                    48.1451895
                                                ],
                                                [
                                                    11.5230575,
                                                    48.1548241
                                                ],
                                                [
                                                    11.5344093,
                                                    48.1553449
                                                ],
                                                [
                                                    11.5274236,
                                                    48.1709686
                                                ],
                                                [
                                                    11.5400852,
                                                    48.1727914
                                                ],
                                                [
                                                    11.5431414,
                                                    48.2042992
                                                ],
                                                [
                                                    11.5549298,
                                                    48.2287763
                                                ],
                                                [
                                                    11.584619,
                                                    48.2303387
                                                ],
                                                [
                                                    11.5898583,
                                                    48.2154962
                                                ],
                                                [
                                                    11.6042663,
                                                    48.2152358
                                                ],
                                                [
                                                    11.5994636,
                                                    48.2628881
                                                ],
                                                [
                                                    11.6147448,
                                                    48.2738247
                                                ],
                                                [
                                                    11.6025198,
                                                    48.2826782
                                                ],
                                                [
                                                    11.5929145,
                                                    48.2772099
                                                ],
                                                [
                                                    11.5785065,
                                                    48.3006454
                                                ],
                                                [
                                                    11.5195647,
                                                    48.280595
                                                ],
                                                [
                                                    11.5138888,
                                                    48.3061137
                                                ],
                                                [
                                                    11.5339727,
                                                    48.3139256
                                                ],
                                                [
                                                    11.524804,
                                                    48.324081
                                                ],
                                                [
                                                    11.5090861,
                                                    48.3259038
                                                ],
                                                [
                                                    11.5086495,
                                                    48.337882
                                                ],
                                                [
                                                    11.5226209,
                                                    48.3428295
                                                ],
                                                [
                                                    11.5108326,
                                                    48.3600156
                                                ],
                                                [
                                                    11.5274236,
                                                    48.3647027
                                                ],
                                                [
                                                    11.5064665,
                                                    48.378764
                                                ],
                                                [
                                                    11.5151986,
                                                    48.3938669
                                                ],
                                                [
                                                    11.5330995,
                                                    48.3959501
                                                ],
                                                [
                                                    11.5069031,
                                                    48.4097511
                                                ],
                                                [
                                                    11.5012272,
                                                    48.4214688
                                                ],
                                                [
                                                    11.5112692,
                                                    48.4313639
                                                ],
                                                [
                                                    11.4977344,
                                                    48.4407381
                                                ],
                                                [
                                                    11.5357191,
                                                    48.4579242
                                                ],
                                                [
                                                    11.5313531,
                                                    48.4706836
                                                ],
                                                [
                                                    11.5518735,
                                                    48.4824013
                                                ],
                                                [
                                                    11.5330995,
                                                    48.4855261
                                                ],
                                                [
                                                    11.5326629,
                                                    48.492036
                                                ],
                                                [
                                                    11.5754503,
                                                    48.4982855
                                                ],
                                                [
                                                    11.5785065,
                                                    48.4842241
                                                ],
                                                [
                                                    11.5885484,
                                                    48.4850053
                                                ],
                                                [
                                                    11.6086323,
                                                    48.467038
                                                ],
                                                [
                                                    11.6282796,
                                                    48.4649549
                                                ],
                                                [
                                                    11.6426876,
                                                    48.4930776
                                                ],
                                                [
                                                    11.6514197,
                                                    48.4938587
                                                ],
                                                [
                                                    11.6431242,
                                                    48.4982855
                                                ],
                                                [
                                                    11.6653911,
                                                    48.5003686
                                                ],
                                                [
                                                    11.6680107,
                                                    48.5214606
                                                ],
                                                [
                                                    11.6601518,
                                                    48.5415111
                                                ],
                                                [
                                                    11.6627715,
                                                    48.5537497
                                                ],
                                                [
                                                    11.6715036,
                                                    48.5532289
                                                ],
                                                [
                                                    11.6605884,
                                                    48.5644259
                                                ],
                                                [
                                                    11.6789259,
                                                    48.5662486
                                                ],
                                                [
                                                    11.67325,
                                                    48.5693734
                                                ],
                                                [
                                                    11.6776161,
                                                    48.5766644
                                                ],
                                                [
                                                    11.7099249,
                                                    48.5881218
                                                ],
                                                [
                                                    11.6990098,
                                                    48.6131198
                                                ],
                                                [
                                                    11.7090517,
                                                    48.6180673
                                                ],
                                                [
                                                    11.7771623,
                                                    48.6019228
                                                ],
                                                [
                                                    11.7845846,
                                                    48.6159841
                                                ],
                                                [
                                                    11.8216961,
                                                    48.6047871
                                                ],
                                                [
                                                    11.8138372,
                                                    48.5993188
                                                ],
                                                [
                                                    11.8531317,
                                                    48.5922882
                                                ],
                                                [
                                                    11.8684129,
                                                    48.5808308
                                                ],
                                                [
                                                    11.8884968,
                                                    48.590205
                                                ],
                                                [
                                                    11.9452556,
                                                    48.5745813
                                                ],
                                                [
                                                    11.9627198,
                                                    48.5774456
                                                ],
                                                [
                                                    11.963593,
                                                    48.5602595
                                                ],
                                                [
                                                    11.9753814,
                                                    48.5527081
                                                ],
                                                [
                                                    11.9662127,
                                                    48.546719
                                                ],
                                                [
                                                    11.973635,
                                                    48.5391675
                                                ],
                                                [
                                                    11.9435092,
                                                    48.5261478
                                                ],
                                                [
                                                    11.947002,
                                                    48.513128
                                                ],
                                                [
                                                    11.8989753,
                                                    48.4951607
                                                ],
                                                [
                                                    11.8662299,
                                                    48.5209398
                                                ],
                                                [
                                                    11.8609906,
                                                    48.510524
                                                ],
                                                [
                                                    11.8391603,
                                                    48.511826
                                                ],
                                                [
                                                    11.8382871,
                                                    48.4982855
                                                ],
                                                [
                                                    11.8579344,
                                                    48.4863073
                                                ],
                                                [
                                                    11.8544415,
                                                    48.478235
                                                ],
                                                [
                                                    11.8692861,
                                                    48.4790162
                                                ],
                                                [
                                                    11.8924262,
                                                    48.4623509
                                                ],
                                                [
                                                    11.8880602,
                                                    48.4495915
                                                ],
                                                [
                                                    11.9146932,
                                                    48.4292807
                                                ],
                                                [
                                                    11.9683957,
                                                    48.4566222
                                                ],
                                                [
                                                    11.9823671,
                                                    48.455841
                                                ],
                                                [
                                                    11.978001,
                                                    48.4454252
                                                ],
                                                [
                                                    11.9976483,
                                                    48.4420401
                                                ],
                                                [
                                                    11.9985215,
                                                    48.4329262
                                                ],
                                                [
                                                    12.0242813,
                                                    48.4290203
                                                ],
                                                [
                                                    12.021225,
                                                    48.4165213
                                                ],
                                                [
                                                    12.0347598,
                                                    48.4092303
                                                ],
                                                [
                                                    12.0277741,
                                                    48.4016788
                                                ],
                                                [
                                                    12.0535339,
                                                    48.38267
                                                ],
                                                [
                                                    12.0469848,
                                                    48.3798056
                                                ],
                                                [
                                                    12.0517874,
                                                    48.367567
                                                ],
                                                [
                                                    12.0657588,
                                                    48.3665254
                                                ],
                                                [
                                                    12.0657588,
                                                    48.3532453
                                                ],
                                                [
                                                    12.0561535,
                                                    48.3480374
                                                ],
                                                [
                                                    12.0618294,
                                                    48.3428295
                                                ],
                                                [
                                                    12.0434919,
                                                    48.3368404
                                                ],
                                                [
                                                    12.0609562,
                                                    48.3147068
                                                ],
                                                [
                                                    12.0491678,
                                                    48.3084573
                                                ],
                                                [
                                                    12.0526607,
                                                    48.2962187
                                                ],
                                                [
                                                    12.0692517,
                                                    48.3011662
                                                ],
                                                [
                                                    12.0950114,
                                                    48.2956979
                                                ],
                                                [
                                                    12.1474042,
                                                    48.3248622
                                                ],
                                                [
                                                    12.2089656,
                                                    48.3204355
                                                ],
                                                [
                                                    12.2190076,
                                                    48.3292889
                                                ],
                                                [
                                                    12.2211906,
                                                    48.3225186
                                                ],
                                                [
                                                    12.2369084,
                                                    48.3243414
                                                ],
                                                [
                                                    12.2552459,
                                                    48.3147068
                                                ],
                                                [
                                                    12.2556825,
                                                    48.2980415
                                                ],
                                                [
                                                    12.2775128,
                                                    48.2858029
                                                ],
                                                [
                                                    12.3063288,
                                                    48.3011662
                                                ],
                                                [
                                                    12.3089484,
                                                    48.2920524
                                                ],
                                                [
                                                    12.3285957,
                                                    48.2902296
                                                ],
                                                [
                                                    12.323793,
                                                    48.272002
                                                ],
                                                [
                                                    12.3635242,
                                                    48.2589822
                                                ],
                                                [
                                                    12.3923402,
                                                    48.2626277
                                                ],
                                                [
                                                    12.4028187,
                                                    48.2292971
                                                ],
                                                [
                                                    12.3801152,
                                                    48.1920606
                                                ],
                                                [
                                                    12.3901571,
                                                    48.1821656
                                                ],
                                                [
                                                    12.3857911,
                                                    48.1727914
                                                ],
                                                [
                                                    12.4054383,
                                                    48.1621151
                                                ],
                                                [
                                                    12.3962696,
                                                    48.1472726
                                                ],
                                                [
                                                    12.4093678,
                                                    48.146231
                                                ],
                                                [
                                                    12.4163535,
                                                    48.1509182
                                                ],
                                                [
                                                    12.410241,
                                                    48.1545637
                                                ],
                                                [
                                                    12.4281419,
                                                    48.1647191
                                                ],
                                                [
                                                    12.4351275,
                                                    48.15873
                                                ],
                                                [
                                                    12.4316347,
                                                    48.1704478
                                                ],
                                                [
                                                    12.4416766,
                                                    48.1753953
                                                ],
                                                [
                                                    12.4691828,
                                                    48.1652399
                                                ],
                                                [
                                                    12.4539016,
                                                    48.1571676
                                                ],
                                                [
                                                    12.4862105,
                                                    48.1556053
                                                ],
                                                [
                                                    12.482281,
                                                    48.1483142
                                                ],
                                                [
                                                    12.4979988,
                                                    48.147533
                                                ],
                                                [
                                                    12.4386204,
                                                    48.1071717
                                                ],
                                                [
                                                    12.4508454,
                                                    48.1019638
                                                ],
                                                [
                                                    12.451282,
                                                    48.0668105
                                                ],
                                                [
                                                    12.4905765,
                                                    48.0535303
                                                ],
                                                [
                                                    12.5080408,
                                                    48.0595194
                                                ],
                                                [
                                                    12.5106604,
                                                    48.049364
                                                ],
                                                [
                                                    12.5207023,
                                                    48.0470204
                                                ],
                                                [
                                                    12.5006185,
                                                    48.0293136
                                                ],
                                                [
                                                    12.5207023,
                                                    48.0300947
                                                ],
                                                [
                                                    12.5324907,
                                                    48.0142106
                                                ],
                                                [
                                                    12.5486451,
                                                    48.0129087
                                                ],
                                                [
                                                    12.5438425,
                                                    47.9980661
                                                ],
                                                [
                                                    12.5503915,
                                                    47.9806196
                                                ],
                                                [
                                                    12.5303077,
                                                    47.9694226
                                                ],
                                                [
                                                    12.5311809,
                                                    47.9509346
                                                ],
                                                [
                                                    12.5530112,
                                                    47.9561425
                                                ],
                                                [
                                                    12.5739683,
                                                    47.9368732
                                                ],
                                                [
                                                    12.5888129,
                                                    47.939998
                                                ],
                                                [
                                                    12.5827004,
                                                    47.9340089
                                                ],
                                                [
                                                    12.5962352,
                                                    47.9329673
                                                ],
                                                [
                                                    12.599728,
                                                    47.9246347
                                                ],
                                                [
                                                    12.6154458,
                                                    47.9321861
                                                ],
                                                [
                                                    12.6281074,
                                                    47.9209891
                                                ],
                                                [
                                                    12.6390226,
                                                    47.9376544
                                                ],
                                                [
                                                    12.6691484,
                                                    47.938696
                                                ],
                                                [
                                                    12.6748243,
                                                    47.9220307
                                                ],
                                                [
                                                    12.6656555,
                                                    47.9183852
                                                ],
                                                [
                                                    12.6735144,
                                                    47.9092713
                                                ],
                                                [
                                                    12.6914153,
                                                    47.9092713
                                                ],
                                                [
                                                    12.7088795,
                                                    47.9235931
                                                ],
                                                [
                                                    12.710626,
                                                    47.9144792
                                                ],
                                                [
                                                    12.7206679,
                                                    47.924895
                                                ],
                                                [
                                                    12.7499205,
                                                    47.9217703
                                                ],
                                                [
                                                    12.7455544,
                                                    47.8985951
                                                ],
                                                [
                                                    12.7503571,
                                                    47.8918248
                                                ],
                                                [
                                                    12.7586526,
                                                    47.8949496
                                                ],
                                                [
                                                    12.7534133,
                                                    47.8873981
                                                ],
                                                [
                                                    12.7734972,
                                                    47.8936476
                                                ],
                                                [
                                                    12.7743704,
                                                    47.8884397
                                                ],
                                                [
                                                    12.8040596,
                                                    47.8920852
                                                ],
                                                [
                                                    12.8088623,
                                                    47.8842734
                                                ],
                                                [
                                                    12.8267632,
                                                    47.8845338
                                                ],
                                                [
                                                    12.830256,
                                                    47.8907833
                                                ],
                                                [
                                                    12.8643113,
                                                    47.885315
                                                ],
                                                [
                                                    12.8992398,
                                                    47.8631814
                                                ],
                                                [
                                                    12.9158308,
                                                    47.8608378
                                                ],
                                                [
                                                    12.9119013,
                                                    47.8551091
                                                ],
                                                [
                                                    12.9201969,
                                                    47.8483388
                                                ],
                                                [
                                                    12.9594914,
                                                    47.8426101
                                                ],
                                                [
                                                    12.9638575,
                                                    47.8368814
                                                ],
                                                [
                                                    12.9581816,
                                                    47.8288092
                                                ],
                                                [
                                                    12.9813217,
                                                    47.8212577
                                                ],
                                                [
                                                    12.9315486,
                                                    47.774647
                                                ],
                                                [
                                                    12.9472664,
                                                    47.7665747
                                                ],
                                                [
                                                    12.9075353,
                                                    47.7256927
                                                ],
                                                [
                                                    12.9306754,
                                                    47.7118917
                                                ],
                                                [
                                                    12.9896172,
                                                    47.7095481
                                                ],
                                                [
                                                    13.0127573,
                                                    47.7251719
                                                ],
                                                [
                                                    13.048559,
                                                    47.7150164
                                                ],
                                                [
                                                    13.0830509,
                                                    47.6892373
                                                ],
                                                [
                                                    13.0804313,
                                                    47.6697077
                                                ],
                                                [
                                                    13.1013884,
                                                    47.6374187
                                                ],
                                                [
                                                    13.0651501,
                                                    47.6038277
                                                ],
                                                [
                                                    13.073009,
                                                    47.5892455
                                                ],
                                                [
                                                    13.0459394,
                                                    47.5856
                                                ],
                                                [
                                                    13.0450662,
                                                    47.5759654
                                                ],
                                                [
                                                    13.0599108,
                                                    47.564508
                                                ],
                                                [
                                                    13.0332778,
                                                    47.5348229
                                                ],
                                                [
                                                    13.0498688,
                                                    47.5238863
                                                ],
                                                [
                                                    13.0503055,
                                                    47.4944616
                                                ],
                                                [
                                                    13.0293484,
                                                    47.4889933
                                                ],
                                                [
                                                    13.0062082,
                                                    47.4658182
                                                ],
                                                [
                                                    12.9974761,
                                                    47.4809211
                                                ],
                                                [
                                                    12.9804485,
                                                    47.4869102
                                                ],
                                                [
                                                    12.9682235,
                                                    47.4772756
                                                ],
                                                [
                                                    12.9110281,
                                                    47.4994092
                                                ],
                                                [
                                                    12.8852684,
                                                    47.5231051
                                                ],
                                                [
                                                    12.8542693,
                                                    47.5330001
                                                ],
                                                [
                                                    12.8499033,
                                                    47.5483635
                                                ],
                                                [
                                                    12.8202141,
                                                    47.5473219
                                                ],
                                                [
                                                    12.7966373,
                                                    47.5593001
                                                ],
                                                [
                                                    12.7817927,
                                                    47.5814337
                                                ],
                                                [
                                                    12.7975106,
                                                    47.595495
                                                ],
                                                [
                                                    12.7953275,
                                                    47.6027861
                                                ],
                                                [
                                                    12.8267632,
                                                    47.6145039
                                                ],
                                                [
                                                    12.7608357,
                                                    47.6538236
                                                ],
                                                [
                                                    12.7809195,
                                                    47.6631978
                                                ],
                                                [
                                                    12.7835392,
                                                    47.6759572
                                                ],
                                                [
                                                    12.7595258,
                                                    47.6652809
                                                ],
                                                [
                                                    12.7342027,
                                                    47.6819462
                                                ],
                                                [
                                                    12.6805001,
                                                    47.6845502
                                                ],
                                                [
                                                    12.6508109,
                                                    47.6723116
                                                ],
                                                [
                                                    12.60977,
                                                    47.6759572
                                                ],
                                                [
                                                    12.5774611,
                                                    47.6345543
                                                ],
                                                [
                                                    12.5386032,
                                                    47.6387206
                                                ],
                                                [
                                                    12.5014917,
                                                    47.6272632
                                                ],
                                                [
                                                    12.4434231,
                                                    47.6762176
                                                ],
                                                [
                                                    12.4425499,
                                                    47.69757
                                                ],
                                                [
                                                    12.3661438,
                                                    47.6861126
                                                ],
                                                [
                                                    12.3408206,
                                                    47.6928828
                                                ],
                                                [
                                                    12.340384,
                                                    47.6991323
                                                ],
                                                [
                                                    12.2578655,
                                                    47.6816859
                                                ],
                                                [
                                                    12.2438941,
                                                    47.6965284
                                                ],
                                                [
                                                    12.2674708,
                                                    47.7348065
                                                ],
                                                [
                                                    12.2596119,
                                                    47.7452223
                                                ],
                                                [
                                                    12.2059094,
                                                    47.7095481
                                                ],
                                                [
                                                    12.1648684,
                                                    47.7032987
                                                ],
                                                [
                                                    12.1709809,
                                                    47.682467
                                                ],
                                                [
                                                    12.2015433,
                                                    47.6431473
                                                ],
                                                [
                                                    12.210712,
                                                    47.6150247
                                                ],
                                                [
                                                    12.204163,
                                                    47.6085148
                                                ],
                                                [
                                                    12.1805862,
                                                    47.6033069
                                                ],
                                                [
                                                    12.1814594,
                                                    47.616587
                                                ],
                                                [
                                                    12.1312497,
                                                    47.607994
                                                ],
                                                [
                                                    12.0631392,
                                                    47.6210138
                                                ],
                                                [
                                                    12.0242813,
                                                    47.6134623
                                                ],
                                                [
                                                    12.0111831,
                                                    47.6275236
                                                ],
                                                [
                                                    11.9784376,
                                                    47.6152851
                                                ],
                                                [
                                                    11.916003,
                                                    47.6160662
                                                ],
                                                [
                                                    11.8574978,
                                                    47.6046088
                                                ],
                                                [
                                                    11.8465826,
                                                    47.5835168
                                                ],
                                                [
                                                    11.7832747,
                                                    47.5934119
                                                ],
                                                [
                                                    11.6662643,
                                                    47.5858604
                                                ],
                                                [
                                                    11.6326457,
                                                    47.595495
                                                ],
                                                [
                                                    11.6029564,
                                                    47.5892455
                                                ],
                                                [
                                                    11.6095055,
                                                    47.6124207
                                                ],
                                                [
                                                    11.6797991,
                                                    47.6358563
                                                ],
                                                [
                                                    11.6824187,
                                                    47.6449701
                                                ],
                                                [
                                                    11.646617,
                                                    47.6728324
                                                ],
                                                [
                                                    11.6505465,
                                                    47.6855918
                                                ],
                                                [
                                                    11.6274064,
                                                    47.682467
                                                ],
                                                [
                                                    11.6352653,
                                                    47.6934036
                                                ],
                                                [
                                                    11.627843,
                                                    47.7046006
                                                ],
                                                [
                                                    11.5649717,
                                                    47.7006947
                                                ],
                                                [
                                                    11.5645351,
                                                    47.7108501
                                                ],
                                                [
                                                    11.5461977,
                                                    47.708767
                                                ],
                                                [
                                                    11.5252406,
                                                    47.7014759
                                                ],
                                                [
                                                    11.5178183,
                                                    47.6827274
                                                ],
                                                [
                                                    11.4938049,
                                                    47.6650206
                                                ],
                                                [
                                                    11.4759041,
                                                    47.6647602
                                                ],
                                                [
                                                    11.471538,
                                                    47.6730928
                                                ],
                                                [
                                                    11.4807068,
                                                    47.6827274
                                                ],
                                                [
                                                    11.469355,
                                                    47.6954868
                                                ],
                                                [
                                                    11.4841996,
                                                    47.6986115
                                                ],
                                                [
                                                    11.4828898,
                                                    47.7176204
                                                ],
                                                [
                                                    11.4951148,
                                                    47.7491282
                                                ],
                                                [
                                                    11.4881291,
                                                    47.7574609
                                                ],
                                                [
                                                    11.5012272,
                                                    47.7650123
                                                ],
                                                [
                                                    11.4972978,
                                                    47.7939162
                                                ],
                                                [
                                                    11.4789603,
                                                    47.7850628
                                                ],
                                                [
                                                    11.4785237,
                                                    47.7730846
                                                ],
                                                [
                                                    11.4662988,
                                                    47.7717826
                                                ],
                                                [
                                                    11.4483979,
                                                    47.7756885
                                                ],
                                                [
                                                    11.4344265,
                                                    47.7900103
                                                ],
                                                [
                                                    11.395132,
                                                    47.7920935
                                                ],
                                                [
                                                    11.3920757,
                                                    47.8006865
                                                ],
                                                [
                                                    11.3658794,
                                                    47.7949578
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "M�nchen",
                                        "kuerzel": "MUN",
                                        "kurznummer": "9"
                                    }
                                },
                                {
                                    "id": 26,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.3610644,
                                                    49.5304924
                                                ],
                                                [
                                                    6.3872607,
                                                    49.5570527
                                                ],
                                                [
                                                    6.3623742,
                                                    49.573718
                                                ],
                                                [
                                                    6.3863875,
                                                    49.5771031
                                                ],
                                                [
                                                    6.3807117,
                                                    49.5932476
                                                ],
                                                [
                                                    6.4239356,
                                                    49.6177248
                                                ],
                                                [
                                                    6.4444561,
                                                    49.6536593
                                                ],
                                                [
                                                    6.4304847,
                                                    49.661992
                                                ],
                                                [
                                                    6.4361606,
                                                    49.6698038
                                                ],
                                                [
                                                    6.5121301,
                                                    49.7132898
                                                ],
                                                [
                                                    6.5361434,
                                                    49.7143314
                                                ],
                                                [
                                                    6.563213,
                                                    49.7018325
                                                ],
                                                [
                                                    6.5601567,
                                                    49.7440165
                                                ],
                                                [
                                                    6.579804,
                                                    49.7572966
                                                ],
                                                [
                                                    6.6051272,
                                                    49.7544323
                                                ],
                                                [
                                                    6.6239012,
                                                    49.7645877
                                                ],
                                                [
                                                    6.5950852,
                                                    49.7804718
                                                ],
                                                [
                                                    6.637436,
                                                    49.7862005
                                                ],
                                                [
                                                    6.6400556,
                                                    49.8028658
                                                ],
                                                [
                                                    6.6645056,
                                                    49.8130212
                                                ],
                                                [
                                                    6.678477,
                                                    49.8533825
                                                ],
                                                [
                                                    6.697251,
                                                    49.8572884
                                                ],
                                                [
                                                    6.7256304,
                                                    49.8804636
                                                ],
                                                [
                                                    6.7430947,
                                                    49.8828072
                                                ],
                                                [
                                                    6.7666714,
                                                    49.9106695
                                                ],
                                                [
                                                    6.7780231,
                                                    49.9070239
                                                ],
                                                [
                                                    6.7771499,
                                                    49.894525
                                                ],
                                                [
                                                    6.8094588,
                                                    49.8953061
                                                ],
                                                [
                                                    6.8155713,
                                                    49.8848903
                                                ],
                                                [
                                                    6.8347819,
                                                    49.882026
                                                ],
                                                [
                                                    6.8430774,
                                                    49.8643191
                                                ],
                                                [
                                                    6.8587953,
                                                    49.8630171
                                                ],
                                                [
                                                    6.8727667,
                                                    49.8671835
                                                ],
                                                [
                                                    6.8780059,
                                                    49.8841092
                                                ],
                                                [
                                                    6.9076951,
                                                    49.8893171
                                                ],
                                                [
                                                    6.9033291,
                                                    49.8963477
                                                ],
                                                [
                                                    6.9391308,
                                                    49.8893171
                                                ],
                                                [
                                                    6.9426236,
                                                    49.8789012
                                                ],
                                                [
                                                    6.9312719,
                                                    49.8666627
                                                ],
                                                [
                                                    6.9456799,
                                                    49.8630171
                                                ],
                                                [
                                                    6.9548486,
                                                    49.893223
                                                ],
                                                [
                                                    6.9640173,
                                                    49.9012952
                                                ],
                                                [
                                                    6.9889039,
                                                    49.8770785
                                                ],
                                                [
                                                    6.9889039,
                                                    49.8666627
                                                ],
                                                [
                                                    7.0378037,
                                                    49.837238
                                                ],
                                                [
                                                    6.9985092,
                                                    49.827343
                                                ],
                                                [
                                                    6.9880306,
                                                    49.8424459
                                                ],
                                                [
                                                    6.9500459,
                                                    49.8281242
                                                ],
                                                [
                                                    6.9814816,
                                                    49.7986995
                                                ],
                                                [
                                                    7.0015654,
                                                    49.803647
                                                ],
                                                [
                                                    7.0076779,
                                                    49.8195311
                                                ],
                                                [
                                                    7.0242689,
                                                    49.8182291
                                                ],
                                                [
                                                    7.0124806,
                                                    49.7932312
                                                ],
                                                [
                                                    7.0251422,
                                                    49.7953144
                                                ],
                                                [
                                                    7.0417332,
                                                    49.7828154
                                                ],
                                                [
                                                    7.0618171,
                                                    49.7804718
                                                ],
                                                [
                                                    7.074042,
                                                    49.7518283
                                                ],
                                                [
                                                    7.1094071,
                                                    49.7395898
                                                ],
                                                [
                                                    7.0753519,
                                                    49.7106859
                                                ],
                                                [
                                                    7.1098437,
                                                    49.7083423
                                                ],
                                                [
                                                    7.0945625,
                                                    49.6981869
                                                ],
                                                [
                                                    7.1142098,
                                                    49.6971453
                                                ],
                                                [
                                                    7.1360401,
                                                    49.7224037
                                                ],
                                                [
                                                    7.2150658,
                                                    49.7523491
                                                ],
                                                [
                                                    7.2246711,
                                                    49.739069
                                                ],
                                                [
                                                    7.2478112,
                                                    49.7312571
                                                ],
                                                [
                                                    7.2508675,
                                                    49.7200601
                                                ],
                                                [
                                                    7.2827397,
                                                    49.7106859
                                                ],
                                                [
                                                    7.2940915,
                                                    49.6994889
                                                ],
                                                [
                                                    7.2875424,
                                                    49.6940206
                                                ],
                                                [
                                                    7.2945281,
                                                    49.6810008
                                                ],
                                                [
                                                    7.3106825,
                                                    49.6656375
                                                ],
                                                [
                                                    7.3539065,
                                                    49.6601692
                                                ],
                                                [
                                                    7.3853421,
                                                    49.6664187
                                                ],
                                                [
                                                    7.3993135,
                                                    49.6518366
                                                ],
                                                [
                                                    7.4311858,
                                                    49.6497534
                                                ],
                                                [
                                                    7.436425,
                                                    49.6403792
                                                ],
                                                [
                                                    7.4700437,
                                                    49.6440247
                                                ],
                                                [
                                                    7.4936204,
                                                    49.6234535
                                                ],
                                                [
                                                    7.5385909,
                                                    49.6263178
                                                ],
                                                [
                                                    7.5333516,
                                                    49.6226723
                                                ],
                                                [
                                                    7.5486328,
                                                    49.6041842
                                                ],
                                                [
                                                    7.5377176,
                                                    49.5747596
                                                ],
                                                [
                                                    7.5438301,
                                                    49.5648645
                                                ],
                                                [
                                                    7.5333516,
                                                    49.5656457
                                                ],
                                                [
                                                    7.5259293,
                                                    49.5570527
                                                ],
                                                [
                                                    7.5364078,
                                                    49.5479388
                                                ],
                                                [
                                                    7.5691533,
                                                    49.5505428
                                                ],
                                                [
                                                    7.590547,
                                                    49.5297112
                                                ],
                                                [
                                                    7.635954,
                                                    49.5096607
                                                ],
                                                [
                                                    7.6739387,
                                                    49.5099211
                                                ],
                                                [
                                                    7.666953,
                                                    49.496641
                                                ],
                                                [
                                                    7.6866003,
                                                    49.4883083
                                                ],
                                                [
                                                    7.7298243,
                                                    49.5028905
                                                ],
                                                [
                                                    7.7603867,
                                                    49.4888291
                                                ],
                                                [
                                                    7.8044839,
                                                    49.4864856
                                                ],
                                                [
                                                    7.8114696,
                                                    49.4781529
                                                ],
                                                [
                                                    7.8040473,
                                                    49.4679975
                                                ],
                                                [
                                                    7.8197651,
                                                    49.4609668
                                                ],
                                                [
                                                    7.849891,
                                                    49.4661747
                                                ],
                                                [
                                                    7.8638624,
                                                    49.4513322
                                                ],
                                                [
                                                    7.9105792,
                                                    49.4726846
                                                ],
                                                [
                                                    7.9145087,
                                                    49.4653935
                                                ],
                                                [
                                                    7.92848,
                                                    49.4666955
                                                ],
                                                [
                                                    7.9245506,
                                                    49.4797153
                                                ],
                                                [
                                                    7.95293,
                                                    49.4872667
                                                ],
                                                [
                                                    7.9607889,
                                                    49.4646124
                                                ],
                                                [
                                                    7.9468175,
                                                    49.4661747
                                                ],
                                                [
                                                    7.9206211,
                                                    49.4534154
                                                ],
                                                [
                                                    7.926297,
                                                    49.4523738
                                                ],
                                                [
                                                    7.924114,
                                                    49.4445619
                                                ],
                                                [
                                                    7.9415782,
                                                    49.4383124
                                                ],
                                                [
                                                    7.9350291,
                                                    49.4305006
                                                ],
                                                [
                                                    7.969521,
                                                    49.4005551
                                                ],
                                                [
                                                    7.9511836,
                                                    49.3880561
                                                ],
                                                [
                                                    7.9258604,
                                                    49.3935244
                                                ],
                                                [
                                                    7.9014105,
                                                    49.3799839
                                                ],
                                                [
                                                    7.8621159,
                                                    49.3739948
                                                ],
                                                [
                                                    7.8367928,
                                                    49.3570691
                                                ],
                                                [
                                                    7.8293705,
                                                    49.3388414
                                                ],
                                                [
                                                    7.8490177,
                                                    49.307594
                                                ],
                                                [
                                                    7.8302437,
                                                    49.2823357
                                                ],
                                                [
                                                    7.8324267,
                                                    49.2458803
                                                ],
                                                [
                                                    7.8188919,
                                                    49.2380685
                                                ],
                                                [
                                                    7.7734849,
                                                    49.2346833
                                                ],
                                                [
                                                    7.7621331,
                                                    49.2250487
                                                ],
                                                [
                                                    7.7568939,
                                                    49.2016131
                                                ],
                                                [
                                                    7.7909491,
                                                    49.209425
                                                ],
                                                [
                                                    7.8708481,
                                                    49.1990092
                                                ],
                                                [
                                                    7.8712847,
                                                    49.1987488
                                                ],
                                                [
                                                    7.8773971,
                                                    49.1872914
                                                ],
                                                [
                                                    7.8603695,
                                                    49.1641162
                                                ],
                                                [
                                                    7.8603695,
                                                    49.1641162
                                                ],
                                                [
                                                    7.864299,
                                                    49.1471905
                                                ],
                                                [
                                                    7.8263142,
                                                    49.1331292
                                                ],
                                                [
                                                    7.8280607,
                                                    49.1253173
                                                ],
                                                [
                                                    7.8071036,
                                                    49.1333896
                                                ],
                                                [
                                                    7.8075402,
                                                    49.1274005
                                                ],
                                                [
                                                    7.7717385,
                                                    49.1276609
                                                ],
                                                [
                                                    7.7769778,
                                                    49.122453
                                                ],
                                                [
                                                    7.7577671,
                                                    49.1135995
                                                ],
                                                [
                                                    7.7647528,
                                                    49.1044857
                                                ],
                                                [
                                                    7.7355002,
                                                    49.0833937
                                                ],
                                                [
                                                    7.7494716,
                                                    49.0719363
                                                ],
                                                [
                                                    7.7996813,
                                                    49.075061
                                                ],
                                                [
                                                    7.7992447,
                                                    49.0662076
                                                ],
                                                [
                                                    7.7739215,
                                                    49.0482403
                                                ],
                                                [
                                                    7.7372466,
                                                    49.0445948
                                                ],
                                                [
                                                    7.73681,
                                                    49.0560522
                                                ],
                                                [
                                                    7.7263315,
                                                    49.0516254
                                                ],
                                                [
                                                    7.7005717,
                                                    49.0583957
                                                ],
                                                [
                                                    7.7023181,
                                                    49.0503235
                                                ],
                                                [
                                                    7.6796146,
                                                    49.0453759
                                                ],
                                                [
                                                    7.6363906,
                                                    49.0555314
                                                ],
                                                [
                                                    7.6342076,
                                                    49.0742798
                                                ],
                                                [
                                                    7.6058282,
                                                    49.0839144
                                                ],
                                                [
                                                    7.5682801,
                                                    49.0807897
                                                ],
                                                [
                                                    7.5333516,
                                                    49.0977154
                                                ],
                                                [
                                                    7.52069,
                                                    49.1214114
                                                ],
                                                [
                                                    7.494057,
                                                    49.1370351
                                                ],
                                                [
                                                    7.5106481,
                                                    49.1510964
                                                ],
                                                [
                                                    7.5006061,
                                                    49.1557835
                                                ],
                                                [
                                                    7.4958035,
                                                    49.1701053
                                                ],
                                                [
                                                    7.4643678,
                                                    49.163335
                                                ],
                                                [
                                                    7.4372983,
                                                    49.1661994
                                                ],
                                                [
                                                    7.446467,
                                                    49.1727092
                                                ],
                                                [
                                                    7.4403545,
                                                    49.1807815
                                                ],
                                                [
                                                    7.4503964,
                                                    49.1846874
                                                ],
                                                [
                                                    7.3700609,
                                                    49.1724488
                                                ],
                                                [
                                                    7.3674413,
                                                    49.1438054
                                                ],
                                                [
                                                    7.3346958,
                                                    49.1453677
                                                ],
                                                [
                                                    7.2980209,
                                                    49.1156827
                                                ],
                                                [
                                                    7.2875424,
                                                    49.1175054
                                                ],
                                                [
                                                    7.2884156,
                                                    49.1242757
                                                ],
                                                [
                                                    7.2495577,
                                                    49.1307856
                                                ],
                                                [
                                                    7.2098265,
                                                    49.1240153
                                                ],
                                                [
                                                    7.2032774,
                                                    49.1156827
                                                ],
                                                [
                                                    7.1888694,
                                                    49.1320876
                                                ],
                                                [
                                                    7.1696588,
                                                    49.1289628
                                                ],
                                                [
                                                    7.1639829,
                                                    49.1208906
                                                ],
                                                [
                                                    7.1399695,
                                                    49.1292232
                                                ],
                                                [
                                                    7.1312374,
                                                    49.1425034
                                                ],
                                                [
                                                    7.1085339,
                                                    49.1391182
                                                ],
                                                [
                                                    7.1177026,
                                                    49.1526588
                                                ],
                                                [
                                                    7.1059143,
                                                    49.1563043
                                                ],
                                                [
                                                    7.0853938,
                                                    49.1495341
                                                ],
                                                [
                                                    7.0941259,
                                                    49.1307856
                                                ],
                                                [
                                                    7.0762251,
                                                    49.1242757
                                                ],
                                                [
                                                    7.071859,
                                                    49.1149015
                                                ],
                                                [
                                                    7.0539582,
                                                    49.1138599
                                                ],
                                                [
                                                    7.0513385,
                                                    49.1370351
                                                ],
                                                [
                                                    7.0321279,
                                                    49.1708865
                                                ],
                                                [
                                                    7.0395502,
                                                    49.1919785
                                                ],
                                                [
                                                    7.0155368,
                                                    49.1885934
                                                ],
                                                [
                                                    6.9797351,
                                                    49.2099458
                                                ],
                                                [
                                                    6.9644539,
                                                    49.2034359
                                                ],
                                                [
                                                    6.9430602,
                                                    49.2229655
                                                ],
                                                [
                                                    6.923413,
                                                    49.2229655
                                                ],
                                                [
                                                    6.8972166,
                                                    49.209425
                                                ],
                                                [
                                                    6.8640345,
                                                    49.2232259
                                                ],
                                                [
                                                    6.8426408,
                                                    49.2138517
                                                ],
                                                [
                                                    6.8666542,
                                                    49.1797399
                                                ],
                                                [
                                                    6.8487533,
                                                    49.1734904
                                                ],
                                                [
                                                    6.8522462,
                                                    49.1576063
                                                ],
                                                [
                                                    6.8387114,
                                                    49.1518776
                                                ],
                                                [
                                                    6.7893749,
                                                    49.1685429
                                                ],
                                                [
                                                    6.7430947,
                                                    49.1641162
                                                ],
                                                [
                                                    6.7155885,
                                                    49.1888537
                                                ],
                                                [
                                                    6.736109,
                                                    49.2065606
                                                ],
                                                [
                                                    6.7282501,
                                                    49.21932
                                                ],
                                                [
                                                    6.7003073,
                                                    49.2159349
                                                ],
                                                [
                                                    6.6898287,
                                                    49.241714
                                                ],
                                                [
                                                    6.6946314,
                                                    49.2500466
                                                ],
                                                [
                                                    6.666252,
                                                    49.2583793
                                                ],
                                                [
                                                    6.6749841,
                                                    49.2807733
                                                ],
                                                [
                                                    6.6583931,
                                                    49.2815545
                                                ],
                                                [
                                                    6.6435485,
                                                    49.2961366
                                                ],
                                                [
                                                    6.6204084,
                                                    49.3021257
                                                ],
                                                [
                                                    6.594212,
                                                    49.3221761
                                                ],
                                                [
                                                    6.6003245,
                                                    49.3305088
                                                ],
                                                [
                                                    6.5959584,
                                                    49.3362375
                                                ],
                                                [
                                                    6.5828602,
                                                    49.3357167
                                                ],
                                                [
                                                    6.5697621,
                                                    49.3492572
                                                ],
                                                [
                                                    6.5684522,
                                                    49.3562879
                                                ],
                                                [
                                                    6.5780576,
                                                    49.3591523
                                                ],
                                                [
                                                    6.5937754,
                                                    49.3508196
                                                ],
                                                [
                                                    6.606437,
                                                    49.3669641
                                                ],
                                                [
                                                    6.5885361,
                                                    49.3693077
                                                ],
                                                [
                                                    6.5902825,
                                                    49.385973
                                                ],
                                                [
                                                    6.5453121,
                                                    49.4015967
                                                ],
                                                [
                                                    6.5431291,
                                                    49.4122729
                                                ],
                                                [
                                                    6.5619032,
                                                    49.4198244
                                                ],
                                                [
                                                    6.5605933,
                                                    49.4211263
                                                ],
                                                [
                                                    6.4732721,
                                                    49.4648727
                                                ],
                                                [
                                                    6.4453293,
                                                    49.4672163
                                                ],
                                                [
                                                    6.4339776,
                                                    49.4765905
                                                ],
                                                [
                                                    6.3794018,
                                                    49.4648727
                                                ],
                                                [
                                                    6.3719795,
                                                    49.4698203
                                                ],
                                                [
                                                    6.3724161,
                                                    49.5047132
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "",
                                        "kuerzel": "ING",
                                        "kurznummer": "Sankt Ingbert"
                                    }
                                },
                                {
                                    "id": 442,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    5.9799073,
                                                    50.797055
                                                ],
                                                [
                                                    5.9895126,
                                                    50.8092936
                                                ],
                                                [
                                                    6.0082867,
                                                    50.8004402
                                                ],
                                                [
                                                    6.0296804,
                                                    50.8131995
                                                ],
                                                [
                                                    6.0240045,
                                                    50.8452281
                                                ],
                                                [
                                                    6.0598062,
                                                    50.8561647
                                                ],
                                                [
                                                    6.0790169,
                                                    50.8454885
                                                ],
                                                [
                                                    6.0929883,
                                                    50.8712677
                                                ],
                                                [
                                                    6.0798901,
                                                    50.8918389
                                                ],
                                                [
                                                    6.0947347,
                                                    50.9121497
                                                ],
                                                [
                                                    6.1174382,
                                                    50.910327
                                                ],
                                                [
                                                    6.1213677,
                                                    50.9035567
                                                ],
                                                [
                                                    6.1497471,
                                                    50.8983488
                                                ],
                                                [
                                                    6.1484372,
                                                    50.8902765
                                                ],
                                                [
                                                    6.1934077,
                                                    50.8842874
                                                ],
                                                [
                                                    6.2086889,
                                                    50.8928805
                                                ],
                                                [
                                                    6.2239701,
                                                    50.8848082
                                                ],
                                                [
                                                    6.2348852,
                                                    50.8725696
                                                ],
                                                [
                                                    6.2274629,
                                                    50.8660598
                                                ],
                                                [
                                                    6.2353218,
                                                    50.8624142
                                                ],
                                                [
                                                    6.2471102,
                                                    50.8717885
                                                ],
                                                [
                                                    6.2580254,
                                                    50.8613726
                                                ],
                                                [
                                                    6.27287,
                                                    50.8624142
                                                ],
                                                [
                                                    6.2816021,
                                                    50.8676221
                                                ],
                                                [
                                                    6.2776726,
                                                    50.8720489
                                                ],
                                                [
                                                    6.3043056,
                                                    50.8837666
                                                ],
                                                [
                                                    6.3073618,
                                                    50.87283
                                                ],
                                                [
                                                    6.3265725,
                                                    50.8671013
                                                ],
                                                [
                                                    6.3387975,
                                                    50.8759548
                                                ],
                                                [
                                                    6.3357412,
                                                    50.8814231
                                                ],
                                                [
                                                    6.365867,
                                                    50.8848082
                                                ],
                                                [
                                                    6.3807117,
                                                    50.895224
                                                ],
                                                [
                                                    6.3916268,
                                                    50.8827251
                                                ],
                                                [
                                                    6.4265553,
                                                    50.8816835
                                                ],
                                                [
                                                    6.4331044,
                                                    50.8855894
                                                ],
                                                [
                                                    6.4239356,
                                                    50.8944428
                                                ],
                                                [
                                                    6.4409633,
                                                    50.9072022
                                                ],
                                                [
                                                    6.4392169,
                                                    50.9246487
                                                ],
                                                [
                                                    6.4584275,
                                                    50.927513
                                                ],
                                                [
                                                    6.4662864,
                                                    50.9405328
                                                ],
                                                [
                                                    6.4854971,
                                                    50.9441783
                                                ],
                                                [
                                                    6.4881167,
                                                    50.9517298
                                                ],
                                                [
                                                    6.4994685,
                                                    50.9486051
                                                ],
                                                [
                                                    6.5082006,
                                                    50.9298566
                                                ],
                                                [
                                                    6.5295943,
                                                    50.9308982
                                                ],
                                                [
                                                    6.5239184,
                                                    50.8944428
                                                ],
                                                [
                                                    6.5557907,
                                                    50.8894953
                                                ],
                                                [
                                                    6.6003245,
                                                    50.9043379
                                                ],
                                                [
                                                    6.6265208,
                                                    50.9017339
                                                ],
                                                [
                                                    6.6225914,
                                                    50.8936617
                                                ],
                                                [
                                                    6.6422387,
                                                    50.8907973
                                                ],
                                                [
                                                    6.6719279,
                                                    50.9210032
                                                ],
                                                [
                                                    6.7400384,
                                                    50.9243883
                                                ],
                                                [
                                                    6.7247572,
                                                    50.927513
                                                ],
                                                [
                                                    6.740475,
                                                    50.9389704
                                                ],
                                                [
                                                    6.7444045,
                                                    50.9535526
                                                ],
                                                [
                                                    6.7719107,
                                                    50.9655308
                                                ],
                                                [
                                                    6.7531366,
                                                    50.9858416
                                                ],
                                                [
                                                    6.7623053,
                                                    51.0019861
                                                ],
                                                [
                                                    6.7299965,
                                                    50.997299
                                                ],
                                                [
                                                    6.7164617,
                                                    51.0056316
                                                ],
                                                [
                                                    6.7343625,
                                                    51.0303692
                                                ],
                                                [
                                                    6.7483339,
                                                    51.0358375
                                                ],
                                                [
                                                    6.7487705,
                                                    51.0452117
                                                ],
                                                [
                                                    6.767108,
                                                    51.0415662
                                                ],
                                                [
                                                    6.7583759,
                                                    51.0647414
                                                ],
                                                [
                                                    6.7950508,
                                                    51.0668245
                                                ],
                                                [
                                                    6.8186275,
                                                    51.0449513
                                                ],
                                                [
                                                    6.8387114,
                                                    51.0587523
                                                ],
                                                [
                                                    6.8295427,
                                                    51.0733344
                                                ],
                                                [
                                                    6.853556,
                                                    51.0837502
                                                ],
                                                [
                                                    6.9028925,
                                                    51.0636998
                                                ],
                                                [
                                                    6.9775521,
                                                    51.0228177
                                                ],
                                                [
                                                    6.9675102,
                                                    50.9957366
                                                ],
                                                [
                                                    7.0037485,
                                                    50.9704783
                                                ],
                                                [
                                                    6.973186,
                                                    50.9436576
                                                ],
                                                [
                                                    6.9827914,
                                                    50.9134517
                                                ],
                                                [
                                                    7.0028753,
                                                    50.8960052
                                                ],
                                                [
                                                    7.0561412,
                                                    50.8848082
                                                ],
                                                [
                                                    7.0491555,
                                                    50.8736112
                                                ],
                                                [
                                                    6.9906503,
                                                    50.8397598
                                                ],
                                                [
                                                    6.9841012,
                                                    50.8368955
                                                ],
                                                [
                                                    6.9919601,
                                                    50.8264797
                                                ],
                                                [
                                                    7.030818,
                                                    50.8165847
                                                ],
                                                [
                                                    7.0443528,
                                                    50.7832541
                                                ],
                                                [
                                                    7.1032946,
                                                    50.7551314
                                                ],
                                                [
                                                    7.1207589,
                                                    50.7264879
                                                ],
                                                [
                                                    7.1487017,
                                                    50.7168533
                                                ],
                                                [
                                                    7.1124634,
                                                    50.6853454
                                                ],
                                                [
                                                    7.0915063,
                                                    50.6848246
                                                ],
                                                [
                                                    7.1072241,
                                                    50.6559208
                                                ],
                                                [
                                                    7.0688028,
                                                    50.6319644
                                                ],
                                                [
                                                    7.0692394,
                                                    50.6236318
                                                ],
                                                [
                                                    7.0465359,
                                                    50.6147783
                                                ],
                                                [
                                                    7.0447894,
                                                    50.6035813
                                                ],
                                                [
                                                    7.0517751,
                                                    50.6009774
                                                ],
                                                [
                                                    7.0203395,
                                                    50.5751982
                                                ],
                                                [
                                                    6.9775521,
                                                    50.5548874
                                                ],
                                                [
                                                    6.9561584,
                                                    50.5624389
                                                ],
                                                [
                                                    6.9356379,
                                                    50.5595745
                                                ],
                                                [
                                                    6.9273424,
                                                    50.553325
                                                ],
                                                [
                                                    6.9352013,
                                                    50.532233
                                                ],
                                                [
                                                    6.8871747,
                                                    50.5259835
                                                ],
                                                [
                                                    6.9028925,
                                                    50.5168697
                                                ],
                                                [
                                                    6.8932871,
                                                    50.5072351
                                                ],
                                                [
                                                    6.911188,
                                                    50.5004648
                                                ],
                                                [
                                                    6.9033291,
                                                    50.4918717
                                                ],
                                                [
                                                    6.9107514,
                                                    50.4840599
                                                ],
                                                [
                                                    6.9068219,
                                                    50.4681758
                                                ],
                                                [
                                                    6.8618515,
                                                    50.4522917
                                                ],
                                                [
                                                    6.8173177,
                                                    50.4713005
                                                ],
                                                [
                                                    6.8059659,
                                                    50.4903094
                                                ],
                                                [
                                                    6.7496438,
                                                    50.4723421
                                                ],
                                                [
                                                    6.7509536,
                                                    50.4653114
                                                ],
                                                [
                                                    6.7631785,
                                                    50.4699985
                                                ],
                                                [
                                                    6.7623053,
                                                    50.4619263
                                                ],
                                                [
                                                    6.7714741,
                                                    50.4572392
                                                ],
                                                [
                                                    6.7487705,
                                                    50.4400531
                                                ],
                                                [
                                                    6.750517,
                                                    50.4345848
                                                ],
                                                [
                                                    6.7762767,
                                                    50.4351056
                                                ],
                                                [
                                                    6.7754035,
                                                    50.424169
                                                ],
                                                [
                                                    6.7898115,
                                                    50.4197422
                                                ],
                                                [
                                                    6.7745303,
                                                    50.3921403
                                                ],
                                                [
                                                    6.7893749,
                                                    50.3731315
                                                ],
                                                [
                                                    6.8077124,
                                                    50.3684444
                                                ],
                                                [
                                                    6.8050927,
                                                    50.3598513
                                                ],
                                                [
                                                    6.7819526,
                                                    50.3632365
                                                ],
                                                [
                                                    6.7819526,
                                                    50.3572474
                                                ],
                                                [
                                                    6.7374188,
                                                    50.3520395
                                                ],
                                                [
                                                    6.7038001,
                                                    50.3348534
                                                ],
                                                [
                                                    6.6924484,
                                                    50.3577682
                                                ],
                                                [
                                                    6.6732377,
                                                    50.3707879
                                                ],
                                                [
                                                    6.6610127,
                                                    50.3666216
                                                ],
                                                [
                                                    6.6553368,
                                                    50.3473524
                                                ],
                                                [
                                                    6.6287039,
                                                    50.3507375
                                                ],
                                                [
                                                    6.6321967,
                                                    50.3720899
                                                ],
                                                [
                                                    6.60862,
                                                    50.3744335
                                                ],
                                                [
                                                    6.6081834,
                                                    50.3871928
                                                ],
                                                [
                                                    6.5636496,
                                                    50.3684444
                                                ],
                                                [
                                                    6.534397,
                                                    50.3684444
                                                ],
                                                [
                                                    6.4898632,
                                                    50.3374573
                                                ],
                                                [
                                                    6.4702159,
                                                    50.3416237
                                                ],
                                                [
                                                    6.4566811,
                                                    50.334593
                                                ],
                                                [
                                                    6.4658498,
                                                    50.3585494
                                                ],
                                                [
                                                    6.4540615,
                                                    50.3700067
                                                ],
                                                [
                                                    6.4352874,
                                                    50.3621949
                                                ],
                                                [
                                                    6.4204428,
                                                    50.3733919
                                                ],
                                                [
                                                    6.4269919,
                                                    50.3812037
                                                ],
                                                [
                                                    6.4178232,
                                                    50.3887552
                                                ],
                                                [
                                                    6.3898804,
                                                    50.3832869
                                                ],
                                                [
                                                    6.4003589,
                                                    50.3608929
                                                ],
                                                [
                                                    6.4108375,
                                                    50.3627157
                                                ],
                                                [
                                                    6.4021053,
                                                    50.356987
                                                ],
                                                [
                                                    6.4121473,
                                                    50.3398009
                                                ],
                                                [
                                                    6.4291749,
                                                    50.3327702
                                                ],
                                                [
                                                    6.4309213,
                                                    50.3215732
                                                ],
                                                [
                                                    6.4104009,
                                                    50.3223544
                                                ],
                                                [
                                                    6.4130205,
                                                    50.3348534
                                                ],
                                                [
                                                    6.4042884,
                                                    50.3442276
                                                ],
                                                [
                                                    6.3728527,
                                                    50.3572474
                                                ],
                                                [
                                                    6.365867,
                                                    50.3702671
                                                ],
                                                [
                                                    6.3479662,
                                                    50.379381
                                                ],
                                                [
                                                    6.3706697,
                                                    50.400473
                                                ],
                                                [
                                                    6.3824581,
                                                    50.4379699
                                                ],
                                                [
                                                    6.3767822,
                                                    50.4546352
                                                ],
                                                [
                                                    6.3453466,
                                                    50.4614055
                                                ],
                                                [
                                                    6.3422903,
                                                    50.4736441
                                                ],
                                                [
                                                    6.3562617,
                                                    50.487445
                                                ],
                                                [
                                                    6.2746164,
                                                    50.5035895
                                                ],
                                                [
                                                    6.2313924,
                                                    50.4934341
                                                ],
                                                [
                                                    6.2117451,
                                                    50.5199944
                                                ],
                                                [
                                                    6.1920978,
                                                    50.5252023
                                                ],
                                                [
                                                    6.203013,
                                                    50.5353578
                                                ],
                                                [
                                                    6.1829291,
                                                    50.5405657
                                                ],
                                                [
                                                    6.1794363,
                                                    50.5569706
                                                ],
                                                [
                                                    6.2078157,
                                                    50.568428
                                                ],
                                                [
                                                    6.2300826,
                                                    50.58952
                                                ],
                                                [
                                                    6.2458004,
                                                    50.5861348
                                                ],
                                                [
                                                    6.2741798,
                                                    50.6241525
                                                ],
                                                [
                                                    6.1990835,
                                                    50.633006
                                                ],
                                                [
                                                    6.1811827,
                                                    50.6246733
                                                ],
                                                [
                                                    6.1881684,
                                                    50.6311832
                                                ],
                                                [
                                                    6.1715774,
                                                    50.6426406
                                                ],
                                                [
                                                    6.188605,
                                                    50.6509733
                                                ],
                                                [
                                                    6.1488738,
                                                    50.6806583
                                                ],
                                                [
                                                    6.1239873,
                                                    50.718676
                                                ],
                                                [
                                                    6.0493277,
                                                    50.7275295
                                                ],
                                                [
                                                    6.0440884,
                                                    50.7176345
                                                ],
                                                [
                                                    6.0379759,
                                                    50.729873
                                                ],
                                                [
                                                    6.0453982,
                                                    50.7444552
                                                ],
                                                [
                                                    6.0323,
                                                    50.7470591
                                                ],
                                                [
                                                    6.0231313,
                                                    50.7624224
                                                ],
                                                [
                                                    6.0327366,
                                                    50.7730986
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Kerpen",
                                        "kuerzel": "KER",
                                        "kurznummer": "42"
                                    }
                                },
                                {
                                    "id": 3,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.1170016,
                                                    50.0596156
                                                ],
                                                [
                                                    6.1340292,
                                                    50.0731561
                                                ],
                                                [
                                                    6.1209311,
                                                    50.0741977
                                                ],
                                                [
                                                    6.1248605,
                                                    50.0916442
                                                ],
                                                [
                                                    6.1379587,
                                                    50.0932066
                                                ],
                                                [
                                                    6.1305364,
                                                    50.0991957
                                                ],
                                                [
                                                    6.1405783,
                                                    50.1031016
                                                ],
                                                [
                                                    6.1344658,
                                                    50.1208085
                                                ],
                                                [
                                                    6.1593524,
                                                    50.1413797
                                                ],
                                                [
                                                    6.1580426,
                                                    50.1497123
                                                ],
                                                [
                                                    6.1366489,
                                                    50.1530975
                                                ],
                                                [
                                                    6.1523667,
                                                    50.1601282
                                                ],
                                                [
                                                    6.1445078,
                                                    50.1687212
                                                ],
                                                [
                                                    6.1523667,
                                                    50.1697628
                                                ],
                                                [
                                                    6.1514935,
                                                    50.1773142
                                                ],
                                                [
                                                    6.1650283,
                                                    50.1710648
                                                ],
                                                [
                                                    6.1680845,
                                                    50.177835
                                                ],
                                                [
                                                    6.1973371,
                                                    50.181741
                                                ],
                                                [
                                                    6.188605,
                                                    50.191636
                                                ],
                                                [
                                                    6.1938443,
                                                    50.2049161
                                                ],
                                                [
                                                    6.1711408,
                                                    50.2192379
                                                ],
                                                [
                                                    6.1811827,
                                                    50.225227
                                                ],
                                                [
                                                    6.1803095,
                                                    50.2348616
                                                ],
                                                [
                                                    6.20083,
                                                    50.2369448
                                                ],
                                                [
                                                    6.2204772,
                                                    50.2564744
                                                ],
                                                [
                                                    6.2829119,
                                                    50.2658486
                                                ],
                                                [
                                                    6.2960101,
                                                    50.2765248
                                                ],
                                                [
                                                    6.2907708,
                                                    50.2934505
                                                ],
                                                [
                                                    6.3029958,
                                                    50.3017832
                                                ],
                                                [
                                                    6.3008127,
                                                    50.3085535
                                                ],
                                                [
                                                    6.3143475,
                                                    50.3111574
                                                ],
                                                [
                                                    6.3112913,
                                                    50.3197505
                                                ],
                                                [
                                                    6.3379243,
                                                    50.3228752
                                                ],
                                                [
                                                    6.3392341,
                                                    50.3158445
                                                ],
                                                [
                                                    6.3532055,
                                                    50.3145426
                                                ],
                                                [
                                                    6.3558251,
                                                    50.3103762
                                                ],
                                                [
                                                    6.3641206,
                                                    50.3064703
                                                ],
                                                [
                                                    6.3632474,
                                                    50.3090743
                                                ],
                                                [
                                                    6.363684,
                                                    50.3129802
                                                ],
                                                [
                                                    6.3794018,
                                                    50.3129802
                                                ],
                                                [
                                                    6.3872607,
                                                    50.3215732
                                                ],
                                                [
                                                    6.4104009,
                                                    50.3228752
                                                ],
                                                [
                                                    6.4304847,
                                                    50.3218336
                                                ],
                                                [
                                                    6.4291749,
                                                    50.333291
                                                ],
                                                [
                                                    6.4117107,
                                                    50.3403217
                                                ],
                                                [
                                                    6.4021053,
                                                    50.3572474
                                                ],
                                                [
                                                    6.4108375,
                                                    50.3632365
                                                ],
                                                [
                                                    6.3999223,
                                                    50.3611533
                                                ],
                                                [
                                                    6.3898804,
                                                    50.3835473
                                                ],
                                                [
                                                    6.4178232,
                                                    50.3890156
                                                ],
                                                [
                                                    6.4269919,
                                                    50.3814641
                                                ],
                                                [
                                                    6.4200062,
                                                    50.3739127
                                                ],
                                                [
                                                    6.4348508,
                                                    50.3627157
                                                ],
                                                [
                                                    6.4536249,
                                                    50.3705275
                                                ],
                                                [
                                                    6.4658498,
                                                    50.3588098
                                                ],
                                                [
                                                    6.4562445,
                                                    50.3348534
                                                ],
                                                [
                                                    6.4697793,
                                                    50.3421445
                                                ],
                                                [
                                                    6.4898632,
                                                    50.3379781
                                                ],
                                                [
                                                    6.5339604,
                                                    50.3687048
                                                ],
                                                [
                                                    6.563213,
                                                    50.3687048
                                                ],
                                                [
                                                    6.6081834,
                                                    50.3877136
                                                ],
                                                [
                                                    6.60862,
                                                    50.3746939
                                                ],
                                                [
                                                    6.6317601,
                                                    50.3723503
                                                ],
                                                [
                                                    6.6282673,
                                                    50.3509979
                                                ],
                                                [
                                                    6.6549002,
                                                    50.3476128
                                                ],
                                                [
                                                    6.6610127,
                                                    50.366882
                                                ],
                                                [
                                                    6.6732377,
                                                    50.3713087
                                                ],
                                                [
                                                    6.6920118,
                                                    50.3580286
                                                ],
                                                [
                                                    6.7033635,
                                                    50.3351138
                                                ],
                                                [
                                                    6.7369822,
                                                    50.3522999
                                                ],
                                                [
                                                    6.781516,
                                                    50.3575078
                                                ],
                                                [
                                                    6.7819526,
                                                    50.3634969
                                                ],
                                                [
                                                    6.8046561,
                                                    50.3601117
                                                ],
                                                [
                                                    6.8072757,
                                                    50.3687048
                                                ],
                                                [
                                                    6.7893749,
                                                    50.3736523
                                                ],
                                                [
                                                    6.7740937,
                                                    50.3924007
                                                ],
                                                [
                                                    6.7898115,
                                                    50.4200026
                                                ],
                                                [
                                                    6.7749669,
                                                    50.4244294
                                                ],
                                                [
                                                    6.7762767,
                                                    50.435366
                                                ],
                                                [
                                                    6.750517,
                                                    50.4348452
                                                ],
                                                [
                                                    6.7483339,
                                                    50.4403135
                                                ],
                                                [
                                                    6.7714741,
                                                    50.4574996
                                                ],
                                                [
                                                    6.7618687,
                                                    50.4624471
                                                ],
                                                [
                                                    6.7631785,
                                                    50.4702589
                                                ],
                                                [
                                                    6.7509536,
                                                    50.4658322
                                                ],
                                                [
                                                    6.7496438,
                                                    50.4726025
                                                ],
                                                [
                                                    6.8055293,
                                                    50.4908302
                                                ],
                                                [
                                                    6.8168811,
                                                    50.4715609
                                                ],
                                                [
                                                    6.8614149,
                                                    50.4525521
                                                ],
                                                [
                                                    6.9063853,
                                                    50.4684362
                                                ],
                                                [
                                                    6.9103148,
                                                    50.4843203
                                                ],
                                                [
                                                    6.9028925,
                                                    50.4921321
                                                ],
                                                [
                                                    6.911188,
                                                    50.5007252
                                                ],
                                                [
                                                    6.8928505,
                                                    50.5074955
                                                ],
                                                [
                                                    6.9028925,
                                                    50.5171301
                                                ],
                                                [
                                                    6.886738,
                                                    50.5262439
                                                ],
                                                [
                                                    6.9347647,
                                                    50.5324934
                                                ],
                                                [
                                                    6.9269058,
                                                    50.5535854
                                                ],
                                                [
                                                    6.9352013,
                                                    50.5598349
                                                ],
                                                [
                                                    6.9557218,
                                                    50.5626993
                                                ],
                                                [
                                                    6.9771155,
                                                    50.5551478
                                                ],
                                                [
                                                    7.0199029,
                                                    50.5754586
                                                ],
                                                [
                                                    7.0517751,
                                                    50.6012378
                                                ],
                                                [
                                                    7.0443528,
                                                    50.6035813
                                                ],
                                                [
                                                    7.0460992,
                                                    50.6150387
                                                ],
                                                [
                                                    7.0692394,
                                                    50.6238921
                                                ],
                                                [
                                                    7.0683662,
                                                    50.6322248
                                                ],
                                                [
                                                    7.1067875,
                                                    50.6561812
                                                ],
                                                [
                                                    7.0910697,
                                                    50.685085
                                                ],
                                                [
                                                    7.1120268,
                                                    50.6856058
                                                ],
                                                [
                                                    7.1482651,
                                                    50.7171137
                                                ],
                                                [
                                                    7.1203223,
                                                    50.7267483
                                                ],
                                                [
                                                    7.102858,
                                                    50.7553918
                                                ],
                                                [
                                                    7.0439162,
                                                    50.7835145
                                                ],
                                                [
                                                    7.0303814,
                                                    50.8168451
                                                ],
                                                [
                                                    6.9915235,
                                                    50.8264797
                                                ],
                                                [
                                                    6.9841012,
                                                    50.8371559
                                                ],
                                                [
                                                    6.9902137,
                                                    50.8400202
                                                ],
                                                [
                                                    7.0203395,
                                                    50.8368955
                                                ],
                                                [
                                                    7.0557046,
                                                    50.8491341
                                                ],
                                                [
                                                    7.0661831,
                                                    50.843145
                                                ],
                                                [
                                                    7.0674929,
                                                    50.8296044
                                                ],
                                                [
                                                    7.0910697,
                                                    50.8309064
                                                ],
                                                [
                                                    7.1906158,
                                                    50.8736112
                                                ],
                                                [
                                                    7.2194318,
                                                    50.8538212
                                                ],
                                                [
                                                    7.1958551,
                                                    50.8275213
                                                ],
                                                [
                                                    7.2093899,
                                                    50.8168451
                                                ],
                                                [
                                                    7.242572,
                                                    50.8111164
                                                ],
                                                [
                                                    7.2888522,
                                                    50.8272609
                                                ],
                                                [
                                                    7.3150486,
                                                    50.8199698
                                                ],
                                                [
                                                    7.30457,
                                                    50.8105956
                                                ],
                                                [
                                                    7.3412449,
                                                    50.8077312
                                                ],
                                                [
                                                    7.3429914,
                                                    50.7986174
                                                ],
                                                [
                                                    7.3678779,
                                                    50.8030441
                                                ],
                                                [
                                                    7.3761734,
                                                    50.7923679
                                                ],
                                                [
                                                    7.3713707,
                                                    50.7811709
                                                ],
                                                [
                                                    7.3849055,
                                                    50.7785669
                                                ],
                                                [
                                                    7.3940743,
                                                    50.7619016
                                                ],
                                                [
                                                    7.4185242,
                                                    50.7613809
                                                ],
                                                [
                                                    7.4290027,
                                                    50.719978
                                                ],
                                                [
                                                    7.4687339,
                                                    50.6845643
                                                ],
                                                [
                                                    7.4731,
                                                    50.6712841
                                                ],
                                                [
                                                    7.5281123,
                                                    50.6746692
                                                ],
                                                [
                                                    7.5621676,
                                                    50.6936781
                                                ],
                                                [
                                                    7.5831247,
                                                    50.6811791
                                                ],
                                                [
                                                    7.5621676,
                                                    50.666597
                                                ],
                                                [
                                                    7.5944764,
                                                    50.6499317
                                                ],
                                                [
                                                    7.5748292,
                                                    50.6439426
                                                ],
                                                [
                                                    7.5835613,
                                                    50.6189446
                                                ],
                                                [
                                                    7.623729,
                                                    50.6171219
                                                ],
                                                [
                                                    7.6451227,
                                                    50.5936863
                                                ],
                                                [
                                                    7.6700093,
                                                    50.5939467
                                                ],
                                                [
                                                    7.679178,
                                                    50.6113932
                                                ],
                                                [
                                                    7.6224192,
                                                    50.6319644
                                                ],
                                                [
                                                    7.6307147,
                                                    50.6395159
                                                ],
                                                [
                                                    7.6250389,
                                                    50.6473277
                                                ],
                                                [
                                                    7.6377004,
                                                    50.6525356
                                                ],
                                                [
                                                    7.6796146,
                                                    50.644203
                                                ],
                                                [
                                                    7.705811,
                                                    50.6223298
                                                ],
                                                [
                                                    7.7813438,
                                                    50.6181635
                                                ],
                                                [
                                                    7.7905125,
                                                    50.6145179
                                                ],
                                                [
                                                    7.7931322,
                                                    50.5957695
                                                ],
                                                [
                                                    7.8145259,
                                                    50.5908219
                                                ],
                                                [
                                                    7.8145259,
                                                    50.5832705
                                                ],
                                                [
                                                    7.8472713,
                                                    50.5798853
                                                ],
                                                [
                                                    7.8704114,
                                                    50.5916031
                                                ],
                                                [
                                                    7.8870025,
                                                    50.574417
                                                ],
                                                [
                                                    7.8870025,
                                                    50.5626993
                                                ],
                                                [
                                                    7.8717213,
                                                    50.553325
                                                ],
                                                [
                                                    7.8760873,
                                                    50.5449924
                                                ],
                                                [
                                                    7.8926784,
                                                    50.5400449
                                                ],
                                                [
                                                    7.9162551,
                                                    50.5166093
                                                ],
                                                [
                                                    7.8909319,
                                                    50.5207756
                                                ],
                                                [
                                                    7.8913685,
                                                    50.5132242
                                                ],
                                                [
                                                    7.8760873,
                                                    50.5074955
                                                ],
                                                [
                                                    7.8634257,
                                                    50.5186925
                                                ],
                                                [
                                                    7.8490177,
                                                    50.5095786
                                                ],
                                                [
                                                    7.8463981,
                                                    50.4939549
                                                ],
                                                [
                                                    7.8677918,
                                                    50.4856223
                                                ],
                                                [
                                                    7.8695382,
                                                    50.4671342
                                                ],
                                                [
                                                    7.9123256,
                                                    50.4671342
                                                ],
                                                [
                                                    7.9524934,
                                                    50.4358868
                                                ],
                                                [
                                                    7.9930977,
                                                    50.4348452
                                                ],
                                                [
                                                    7.9909147,
                                                    50.421565
                                                ],
                                                [
                                                    7.9699576,
                                                    50.4132324
                                                ],
                                                [
                                                    7.9769433,
                                                    50.4056809
                                                ],
                                                [
                                                    7.950747,
                                                    50.3960463
                                                ],
                                                [
                                                    7.9393952,
                                                    50.4142739
                                                ],
                                                [
                                                    7.9180015,
                                                    50.4098472
                                                ],
                                                [
                                                    7.8992274,
                                                    50.3952651
                                                ],
                                                [
                                                    7.9027203,
                                                    50.400473
                                                ],
                                                [
                                                    7.8878757,
                                                    50.399171
                                                ],
                                                [
                                                    7.8900587,
                                                    50.3825057
                                                ],
                                                [
                                                    7.8603695,
                                                    50.3890156
                                                ],
                                                [
                                                    7.8564401,
                                                    50.3827661
                                                ],
                                                [
                                                    7.8848194,
                                                    50.3718295
                                                ],
                                                [
                                                    7.8913685,
                                                    50.378079
                                                ],
                                                [
                                                    7.9070864,
                                                    50.3634969
                                                ],
                                                [
                                                    7.942888,
                                                    50.3554246
                                                ],
                                                [
                                                    7.9232408,
                                                    50.3421445
                                                ],
                                                [
                                                    7.9402684,
                                                    50.333291
                                                ],
                                                [
                                                    7.9546764,
                                                    50.3366762
                                                ],
                                                [
                                                    7.9542398,
                                                    50.3286039
                                                ],
                                                [
                                                    7.9799996,
                                                    50.324698
                                                ],
                                                [
                                                    8.0035763,
                                                    50.3387593
                                                ],
                                                [
                                                    8.0223503,
                                                    50.3025644
                                                ],
                                                [
                                                    8.0468003,
                                                    50.3051683
                                                ],
                                                [
                                                    8.0686306,
                                                    50.3176673
                                                ],
                                                [
                                                    8.0891511,
                                                    50.3153237
                                                ],
                                                [
                                                    8.0908975,
                                                    50.3293851
                                                ],
                                                [
                                                    8.1118546,
                                                    50.3210524
                                                ],
                                                [
                                                    8.1087983,
                                                    50.3072515
                                                ],
                                                [
                                                    8.0913341,
                                                    50.3051683
                                                ],
                                                [
                                                    8.086968,
                                                    50.2916278
                                                ],
                                                [
                                                    8.0690672,
                                                    50.2892842
                                                ],
                                                [
                                                    8.0642645,
                                                    50.2728793
                                                ],
                                                [
                                                    8.0406878,
                                                    50.2707961
                                                ],
                                                [
                                                    8.0406878,
                                                    50.2637655
                                                ],
                                                [
                                                    8.0262798,
                                                    50.2577764
                                                ],
                                                [
                                                    8.0633913,
                                                    50.23382
                                                ],
                                                [
                                                    8.0376316,
                                                    50.2218418
                                                ],
                                                [
                                                    8.0428708,
                                                    50.21403
                                                ],
                                                [
                                                    8.0166745,
                                                    50.2176755
                                                ],
                                                [
                                                    7.9944076,
                                                    50.2377259
                                                ],
                                                [
                                                    7.9900415,
                                                    50.2265289
                                                ],
                                                [
                                                    7.9577327,
                                                    50.2200191
                                                ],
                                                [
                                                    7.9520568,
                                                    50.2096033
                                                ],
                                                [
                                                    7.9145087,
                                                    50.2033538
                                                ],
                                                [
                                                    7.9175649,
                                                    50.1950211
                                                ],
                                                [
                                                    7.8874391,
                                                    50.1809598
                                                ],
                                                [
                                                    7.8957346,
                                                    50.1622113
                                                ],
                                                [
                                                    7.9372122,
                                                    50.1434629
                                                ],
                                                [
                                                    7.9271702,
                                                    50.1340886
                                                ],
                                                [
                                                    7.9302265,
                                                    50.100758
                                                ],
                                                [
                                                    7.9092694,
                                                    50.1213293
                                                ],
                                                [
                                                    7.8891855,
                                                    50.1137778
                                                ],
                                                [
                                                    7.8590597,
                                                    50.1280995
                                                ],
                                                [
                                                    7.8490177,
                                                    50.1109134
                                                ],
                                                [
                                                    7.8184553,
                                                    50.1025808
                                                ],
                                                [
                                                    7.8009911,
                                                    50.1083095
                                                ],
                                                [
                                                    7.7664992,
                                                    50.0919046
                                                ],
                                                [
                                                    7.7306975,
                                                    50.113257
                                                ],
                                                [
                                                    7.7437957,
                                                    50.1291411
                                                ],
                                                [
                                                    7.7311341,
                                                    50.1385153
                                                ],
                                                [
                                                    7.693586,
                                                    50.1262768
                                                ],
                                                [
                                                    7.7171627,
                                                    50.1192461
                                                ],
                                                [
                                                    7.7197824,
                                                    50.1114342
                                                ],
                                                [
                                                    7.7040645,
                                                    50.1083095
                                                ],
                                                [
                                                    7.7023181,
                                                    50.0986749
                                                ],
                                                [
                                                    7.7197824,
                                                    50.0976333
                                                ],
                                                [
                                                    7.6752485,
                                                    50.0945085
                                                ],
                                                [
                                                    7.6700093,
                                                    50.0760205
                                                ],
                                                [
                                                    7.638137,
                                                    50.0637819
                                                ],
                                                [
                                                    7.6420665,
                                                    50.0476374
                                                ],
                                                [
                                                    7.6149969,
                                                    50.0364404
                                                ],
                                                [
                                                    7.5914202,
                                                    50.0340968
                                                ],
                                                [
                                                    7.5770122,
                                                    50.0455542
                                                ],
                                                [
                                                    7.5962229,
                                                    50.0476374
                                                ],
                                                [
                                                    7.5888006,
                                                    50.0588344
                                                ],
                                                [
                                                    7.5997157,
                                                    50.0669066
                                                ],
                                                [
                                                    7.5896738,
                                                    50.0747185
                                                ],
                                                [
                                                    7.5708997,
                                                    50.0588344
                                                ],
                                                [
                                                    7.5447033,
                                                    50.0619591
                                                ],
                                                [
                                                    7.5167606,
                                                    50.0398255
                                                ],
                                                [
                                                    7.4949303,
                                                    50.0356592
                                                ],
                                                [
                                                    7.4901276,
                                                    50.0197751
                                                ],
                                                [
                                                    7.4735366,
                                                    50.0169107
                                                ],
                                                [
                                                    7.4805223,
                                                    50.0093593
                                                ],
                                                [
                                                    7.4517063,
                                                    50.0122236
                                                ],
                                                [
                                                    7.4390447,
                                                    50.0218583
                                                ],
                                                [
                                                    7.3844689,
                                                    50.0174315
                                                ],
                                                [
                                                    7.3547797,
                                                    50.0239414
                                                ],
                                                [
                                                    7.3591458,
                                                    50.0114424
                                                ],
                                                [
                                                    7.3373155,
                                                    50.0075365
                                                ],
                                                [
                                                    7.3364423,
                                                    49.99009
                                                ],
                                                [
                                                    7.3495404,
                                                    49.9820178
                                                ],
                                                [
                                                    7.3460476,
                                                    49.9752475
                                                ],
                                                [
                                                    7.3237807,
                                                    49.9710812
                                                ],
                                                [
                                                    7.3185414,
                                                    49.9617069
                                                ],
                                                [
                                                    7.2919084,
                                                    49.9632693
                                                ],
                                                [
                                                    7.215939,
                                                    49.9023368
                                                ],
                                                [
                                                    7.1845034,
                                                    49.9025972
                                                ],
                                                [
                                                    7.1526311,
                                                    49.9161378
                                                ],
                                                [
                                                    7.1404062,
                                                    49.9098883
                                                ],
                                                [
                                                    7.16049,
                                                    49.9028576
                                                ],
                                                [
                                                    7.1098437,
                                                    49.9124922
                                                ],
                                                [
                                                    7.1059143,
                                                    49.894525
                                                ],
                                                [
                                                    7.0919429,
                                                    49.891921
                                                ],
                                                [
                                                    7.0936893,
                                                    49.8999933
                                                ],
                                                [
                                                    7.0744786,
                                                    49.903118
                                                ],
                                                [
                                                    7.0583242,
                                                    49.8929626
                                                ],
                                                [
                                                    7.0391136,
                                                    49.8976497
                                                ],
                                                [
                                                    7.0391136,
                                                    49.9150962
                                                ],
                                                [
                                                    6.9827914,
                                                    49.913013
                                                ],
                                                [
                                                    6.9640173,
                                                    49.9010348
                                                ],
                                                [
                                                    6.9552852,
                                                    49.8927022
                                                ],
                                                [
                                                    6.9456799,
                                                    49.8624963
                                                ],
                                                [
                                                    6.9312719,
                                                    49.8661419
                                                ],
                                                [
                                                    6.9426236,
                                                    49.8783805
                                                ],
                                                [
                                                    6.9391308,
                                                    49.8887963
                                                ],
                                                [
                                                    6.9033291,
                                                    49.8958269
                                                ],
                                                [
                                                    6.9076951,
                                                    49.8885359
                                                ],
                                                [
                                                    6.8780059,
                                                    49.8835884
                                                ],
                                                [
                                                    6.8727667,
                                                    49.8666627
                                                ],
                                                [
                                                    6.8587953,
                                                    49.8624963
                                                ],
                                                [
                                                    6.8430774,
                                                    49.8637983
                                                ],
                                                [
                                                    6.8347819,
                                                    49.8815052
                                                ],
                                                [
                                                    6.8155713,
                                                    49.8843695
                                                ],
                                                [
                                                    6.8094588,
                                                    49.8947854
                                                ],
                                                [
                                                    6.7771499,
                                                    49.8940042
                                                ],
                                                [
                                                    6.7780231,
                                                    49.9065031
                                                ],
                                                [
                                                    6.7666714,
                                                    49.9098883
                                                ],
                                                [
                                                    6.7430947,
                                                    49.8822864
                                                ],
                                                [
                                                    6.7256304,
                                                    49.8799428
                                                ],
                                                [
                                                    6.697251,
                                                    49.8567676
                                                ],
                                                [
                                                    6.678477,
                                                    49.8528617
                                                ],
                                                [
                                                    6.6645056,
                                                    49.8125004
                                                ],
                                                [
                                                    6.6404922,
                                                    49.802345
                                                ],
                                                [
                                                    6.6378726,
                                                    49.7856797
                                                ],
                                                [
                                                    6.5950852,
                                                    49.779951
                                                ],
                                                [
                                                    6.6239012,
                                                    49.7640669
                                                ],
                                                [
                                                    6.6055638,
                                                    49.7541719
                                                ],
                                                [
                                                    6.579804,
                                                    49.7570363
                                                ],
                                                [
                                                    6.5601567,
                                                    49.7432353
                                                ],
                                                [
                                                    6.563213,
                                                    49.7015721
                                                ],
                                                [
                                                    6.5361434,
                                                    49.7138106
                                                ],
                                                [
                                                    6.5121301,
                                                    49.7127691
                                                ],
                                                [
                                                    6.4999051,
                                                    49.7242264
                                                ],
                                                [
                                                    6.522172,
                                                    49.7231849
                                                ],
                                                [
                                                    6.5073274,
                                                    49.7320383
                                                ],
                                                [
                                                    6.5051444,
                                                    49.7518283
                                                ],
                                                [
                                                    6.5234818,
                                                    49.7622442
                                                ],
                                                [
                                                    6.5147497,
                                                    49.7734412
                                                ],
                                                [
                                                    6.5217354,
                                                    49.782555
                                                ],
                                                [
                                                    6.5108202,
                                                    49.7895857
                                                ],
                                                [
                                                    6.534397,
                                                    49.8091153
                                                ],
                                                [
                                                    6.5247916,
                                                    49.8127608
                                                ],
                                                [
                                                    6.5156229,
                                                    49.8015638
                                                ],
                                                [
                                                    6.4754552,
                                                    49.8223955
                                                ],
                                                [
                                                    6.4588641,
                                                    49.8111985
                                                ],
                                                [
                                                    6.4344142,
                                                    49.8104173
                                                ],
                                                [
                                                    6.4029786,
                                                    49.8216143
                                                ],
                                                [
                                                    6.3689233,
                                                    49.8505182
                                                ],
                                                [
                                                    6.3261359,
                                                    49.83854
                                                ],
                                                [
                                                    6.3274457,
                                                    49.8512993
                                                ],
                                                [
                                                    6.3165306,
                                                    49.8690062
                                                ],
                                                [
                                                    6.3012494,
                                                    49.8661419
                                                ],
                                                [
                                                    6.2383781,
                                                    49.8999933
                                                ],
                                                [
                                                    6.231829,
                                                    49.9104091
                                                ],
                                                [
                                                    6.2388147,
                                                    49.9122318
                                                ],
                                                [
                                                    6.2361951,
                                                    49.9187417
                                                ],
                                                [
                                                    6.2226603,
                                                    49.9231684
                                                ],
                                                [
                                                    6.2309558,
                                                    49.9288971
                                                ],
                                                [
                                                    6.2213504,
                                                    49.9442605
                                                ],
                                                [
                                                    6.2287728,
                                                    49.9497288
                                                ],
                                                [
                                                    6.2104353,
                                                    49.9549367
                                                ],
                                                [
                                                    6.2021398,
                                                    49.9481664
                                                ],
                                                [
                                                    6.1960273,
                                                    49.9684772
                                                ],
                                                [
                                                    6.186422,
                                                    49.9637901
                                                ],
                                                [
                                                    6.1934077,
                                                    49.9559782
                                                ],
                                                [
                                                    6.1824925,
                                                    49.9538951
                                                ],
                                                [
                                                    6.1693943,
                                                    49.9708208
                                                ],
                                                [
                                                    6.1772532,
                                                    49.9841009
                                                ],
                                                [
                                                    6.1427614,
                                                    49.9979019
                                                ],
                                                [
                                                    6.1545497,
                                                    50.0085781
                                                ],
                                                [
                                                    6.1344658,
                                                    50.0182127
                                                ],
                                                [
                                                    6.1506203,
                                                    50.022379
                                                ],
                                                [
                                                    6.1344658,
                                                    50.0291493
                                                ],
                                                [
                                                    6.1392685,
                                                    50.0398255
                                                ],
                                                [
                                                    6.1261703,
                                                    50.0528453
                                                ],
                                                [
                                                    6.12879,
                                                    50.0593552
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Koblenz",
                                        "kuerzel": "KOB",
                                        "kurznummer": "3"
                                    }
                                },
                                {
                                    "id": 14,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.9496093,
                                                    49.8276034
                                                ],
                                                [
                                                    6.9880306,
                                                    49.8421855
                                                ],
                                                [
                                                    6.9980726,
                                                    49.8270826
                                                ],
                                                [
                                                    7.0373671,
                                                    49.8369776
                                                ],
                                                [
                                                    6.9889039,
                                                    49.8664023
                                                ],
                                                [
                                                    6.9884673,
                                                    49.8768181
                                                ],
                                                [
                                                    6.9635807,
                                                    49.9012952
                                                ],
                                                [
                                                    6.9823548,
                                                    49.9132734
                                                ],
                                                [
                                                    7.0386769,
                                                    49.9153566
                                                ],
                                                [
                                                    7.0386769,
                                                    49.8979101
                                                ],
                                                [
                                                    7.0578876,
                                                    49.893223
                                                ],
                                                [
                                                    7.0744786,
                                                    49.9033784
                                                ],
                                                [
                                                    7.0936893,
                                                    49.9002537
                                                ],
                                                [
                                                    7.0915063,
                                                    49.8921814
                                                ],
                                                [
                                                    7.1054777,
                                                    49.8947854
                                                ],
                                                [
                                                    7.1094071,
                                                    49.9127526
                                                ],
                                                [
                                                    7.1600534,
                                                    49.903118
                                                ],
                                                [
                                                    7.1399695,
                                                    49.9101487
                                                ],
                                                [
                                                    7.1521945,
                                                    49.9163982
                                                ],
                                                [
                                                    7.1840668,
                                                    49.9028576
                                                ],
                                                [
                                                    7.215939,
                                                    49.9025972
                                                ],
                                                [
                                                    7.2914718,
                                                    49.9637901
                                                ],
                                                [
                                                    7.3185414,
                                                    49.9619673
                                                ],
                                                [
                                                    7.3233441,
                                                    49.9713416
                                                ],
                                                [
                                                    7.345611,
                                                    49.9755079
                                                ],
                                                [
                                                    7.3491038,
                                                    49.9822782
                                                ],
                                                [
                                                    7.3360057,
                                                    49.9903504
                                                ],
                                                [
                                                    7.3368789,
                                                    50.0080573
                                                ],
                                                [
                                                    7.3587092,
                                                    50.0117028
                                                ],
                                                [
                                                    7.3543431,
                                                    50.0242018
                                                ],
                                                [
                                                    7.3840323,
                                                    50.0176919
                                                ],
                                                [
                                                    7.4386081,
                                                    50.0221187
                                                ],
                                                [
                                                    7.4512697,
                                                    50.012484
                                                ],
                                                [
                                                    7.4800856,
                                                    50.0096197
                                                ],
                                                [
                                                    7.4735366,
                                                    50.0171711
                                                ],
                                                [
                                                    7.4901276,
                                                    50.0200355
                                                ],
                                                [
                                                    7.4944936,
                                                    50.0359196
                                                ],
                                                [
                                                    7.5167606,
                                                    50.0400859
                                                ],
                                                [
                                                    7.5442667,
                                                    50.0622195
                                                ],
                                                [
                                                    7.5708997,
                                                    50.0590948
                                                ],
                                                [
                                                    7.5892372,
                                                    50.0749789
                                                ],
                                                [
                                                    7.5997157,
                                                    50.067167
                                                ],
                                                [
                                                    7.5883639,
                                                    50.0590948
                                                ],
                                                [
                                                    7.5962229,
                                                    50.0478978
                                                ],
                                                [
                                                    7.5765756,
                                                    50.0458146
                                                ],
                                                [
                                                    7.5909836,
                                                    50.0343572
                                                ],
                                                [
                                                    7.6145603,
                                                    50.0367008
                                                ],
                                                [
                                                    7.6416299,
                                                    50.0478978
                                                ],
                                                [
                                                    7.6377004,
                                                    50.0640423
                                                ],
                                                [
                                                    7.6700093,
                                                    50.0765413
                                                ],
                                                [
                                                    7.6748119,
                                                    50.0947689
                                                ],
                                                [
                                                    7.7193458,
                                                    50.0978937
                                                ],
                                                [
                                                    7.7018815,
                                                    50.0991957
                                                ],
                                                [
                                                    7.7036279,
                                                    50.1085699
                                                ],
                                                [
                                                    7.7193458,
                                                    50.1116946
                                                ],
                                                [
                                                    7.7167261,
                                                    50.1195065
                                                ],
                                                [
                                                    7.6931494,
                                                    50.1265372
                                                ],
                                                [
                                                    7.7306975,
                                                    50.1387757
                                                ],
                                                [
                                                    7.7437957,
                                                    50.1294015
                                                ],
                                                [
                                                    7.7302609,
                                                    50.1135174
                                                ],
                                                [
                                                    7.7660626,
                                                    50.092165
                                                ],
                                                [
                                                    7.8005545,
                                                    50.1085699
                                                ],
                                                [
                                                    7.8180187,
                                                    50.1028412
                                                ],
                                                [
                                                    7.8485811,
                                                    50.1111738
                                                ],
                                                [
                                                    7.8586231,
                                                    50.1283599
                                                ],
                                                [
                                                    7.8887489,
                                                    50.1140382
                                                ],
                                                [
                                                    7.9088328,
                                                    50.1215896
                                                ],
                                                [
                                                    7.9297899,
                                                    50.1010184
                                                ],
                                                [
                                                    7.9267336,
                                                    50.134349
                                                ],
                                                [
                                                    7.9367756,
                                                    50.1437232
                                                ],
                                                [
                                                    7.895298,
                                                    50.1624717
                                                ],
                                                [
                                                    7.8870025,
                                                    50.1812202
                                                ],
                                                [
                                                    7.9171283,
                                                    50.1952815
                                                ],
                                                [
                                                    7.914072,
                                                    50.2036142
                                                ],
                                                [
                                                    7.9516202,
                                                    50.2098637
                                                ],
                                                [
                                                    7.957296,
                                                    50.2202795
                                                ],
                                                [
                                                    7.9896049,
                                                    50.2270497
                                                ],
                                                [
                                                    7.9944076,
                                                    50.2379863
                                                ],
                                                [
                                                    8.0162379,
                                                    50.2179359
                                                ],
                                                [
                                                    8.0424342,
                                                    50.2145508
                                                ],
                                                [
                                                    8.0385048,
                                                    50.1945003
                                                ],
                                                [
                                                    8.0197307,
                                                    50.1783558
                                                ],
                                                [
                                                    8.0354485,
                                                    50.1749707
                                                ],
                                                [
                                                    8.0476735,
                                                    50.1622113
                                                ],
                                                [
                                                    8.0210405,
                                                    50.145546
                                                ],
                                                [
                                                    8.0240968,
                                                    50.1312243
                                                ],
                                                [
                                                    7.9607889,
                                                    50.1129966
                                                ],
                                                [
                                                    8.00052,
                                                    50.1114342
                                                ],
                                                [
                                                    8.0136182,
                                                    50.0963313
                                                ],
                                                [
                                                    8.0315191,
                                                    50.0950293
                                                ],
                                                [
                                                    8.055969,
                                                    50.10206
                                                ],
                                                [
                                                    8.0507297,
                                                    50.1093511
                                                ],
                                                [
                                                    8.058152,
                                                    50.1171629
                                                ],
                                                [
                                                    8.1153474,
                                                    50.1314847
                                                ],
                                                [
                                                    8.1131644,
                                                    50.1169025
                                                ],
                                                [
                                                    8.125826,
                                                    50.1111738
                                                ],
                                                [
                                                    8.1066153,
                                                    50.104664
                                                ],
                                                [
                                                    8.1197135,
                                                    50.0890402
                                                ],
                                                [
                                                    8.1354313,
                                                    50.0916442
                                                ],
                                                [
                                                    8.2175132,
                                                    50.0588344
                                                ],
                                                [
                                                    8.2140204,
                                                    50.0333156
                                                ],
                                                [
                                                    8.2502587,
                                                    50.0270662
                                                ],
                                                [
                                                    8.2943559,
                                                    49.9937356
                                                ],
                                                [
                                                    8.3345237,
                                                    50.0007662
                                                ],
                                                [
                                                    8.3367067,
                                                    50.0265454
                                                ],
                                                [
                                                    8.3738182,
                                                    50.0385236
                                                ],
                                                [
                                                    8.3685789,
                                                    50.0400859
                                                ],
                                                [
                                                    8.3856066,
                                                    50.0468562
                                                ],
                                                [
                                                    8.3786209,
                                                    50.0520641
                                                ],
                                                [
                                                    8.3899726,
                                                    50.0577928
                                                ],
                                                [
                                                    8.4170422,
                                                    50.0455542
                                                ],
                                                [
                                                    8.4489144,
                                                    50.0583136
                                                ],
                                                [
                                                    8.471618,
                                                    50.0518037
                                                ],
                                                [
                                                    8.4554635,
                                                    50.0382632
                                                ],
                                                [
                                                    8.4515341,
                                                    50.0242018
                                                ],
                                                [
                                                    8.4580832,
                                                    50.0189939
                                                ],
                                                [
                                                    8.4799135,
                                                    50.0372216
                                                ],
                                                [
                                                    8.4886456,
                                                    50.0327949
                                                ],
                                                [
                                                    8.4847161,
                                                    50.0265454
                                                ],
                                                [
                                                    8.521391,
                                                    50.0257642
                                                ],
                                                [
                                                    8.5532633,
                                                    50.0252434
                                                ],
                                                [
                                                    8.5528267,
                                                    50.002589
                                                ],
                                                [
                                                    8.5397285,
                                                    49.9911316
                                                ],
                                                [
                                                    8.514842,
                                                    49.9979019
                                                ],
                                                [
                                                    8.5200812,
                                                    49.9856633
                                                ],
                                                [
                                                    8.5082929,
                                                    49.9838405
                                                ],
                                                [
                                                    8.5144053,
                                                    49.9700396
                                                ],
                                                [
                                                    8.531433,
                                                    49.9682168
                                                ],
                                                [
                                                    8.5318696,
                                                    49.9622277
                                                ],
                                                [
                                                    8.5515169,
                                                    49.9653525
                                                ],
                                                [
                                                    8.5550097,
                                                    49.9489476
                                                ],
                                                [
                                                    8.5785864,
                                                    49.9502496
                                                ],
                                                [
                                                    8.5816427,
                                                    49.9434793
                                                ],
                                                [
                                                    8.5899382,
                                                    49.9460832
                                                ],
                                                [
                                                    8.5873186,
                                                    49.9554575
                                                ],
                                                [
                                                    8.6165712,
                                                    49.9536347
                                                ],
                                                [
                                                    8.6148247,
                                                    49.9476456
                                                ],
                                                [
                                                    8.6362184,
                                                    49.9369694
                                                ],
                                                [
                                                    8.6231203,
                                                    49.9132734
                                                ],
                                                [
                                                    8.6349086,
                                                    49.9101487
                                                ],
                                                [
                                                    8.6314158,
                                                    49.9025972
                                                ],
                                                [
                                                    8.6388381,
                                                    49.8979101
                                                ],
                                                [
                                                    8.6074024,
                                                    49.8828072
                                                ],
                                                [
                                                    8.6025998,
                                                    49.8604132
                                                ],
                                                [
                                                    8.562432,
                                                    49.8481746
                                                ],
                                                [
                                                    8.5685445,
                                                    49.8302073
                                                ],
                                                [
                                                    8.6156979,
                                                    49.8348944
                                                ],
                                                [
                                                    8.6296693,
                                                    49.8096361
                                                ],
                                                [
                                                    8.663288,
                                                    49.7971371
                                                ],
                                                [
                                                    8.6637246,
                                                    49.7882837
                                                ],
                                                [
                                                    8.6711469,
                                                    49.7867213
                                                ],
                                                [
                                                    8.6667809,
                                                    49.7776075
                                                ],
                                                [
                                                    8.675513,
                                                    49.7737016
                                                ],
                                                [
                                                    8.6951602,
                                                    49.7776075
                                                ],
                                                [
                                                    8.7183004,
                                                    49.7843778
                                                ],
                                                [
                                                    8.7283423,
                                                    49.7752639
                                                ],
                                                [
                                                    8.7558485,
                                                    49.7776075
                                                ],
                                                [
                                                    8.764144,
                                                    49.7869817
                                                ],
                                                [
                                                    8.7781154,
                                                    49.7869817
                                                ],
                                                [
                                                    8.7877207,
                                                    49.7760451
                                                ],
                                                [
                                                    8.7824815,
                                                    49.7664105
                                                ],
                                                [
                                                    8.7933966,
                                                    49.7619838
                                                ],
                                                [
                                                    8.8021287,
                                                    49.7664105
                                                ],
                                                [
                                                    8.7973261,
                                                    49.7742223
                                                ],
                                                [
                                                    8.8309447,
                                                    49.7757847
                                                ],
                                                [
                                                    8.8418599,
                                                    49.7617234
                                                ],
                                                [
                                                    8.8811544,
                                                    49.7684936
                                                ],
                                                [
                                                    8.879408,
                                                    49.7442769
                                                ],
                                                [
                                                    8.920449,
                                                    49.7312571
                                                ],
                                                [
                                                    8.9182659,
                                                    49.7250076
                                                ],
                                                [
                                                    8.9335471,
                                                    49.7117275
                                                ],
                                                [
                                                    8.9239418,
                                                    49.7023532
                                                ],
                                                [
                                                    8.9008017,
                                                    49.7046968
                                                ],
                                                [
                                                    8.9047311,
                                                    49.6786573
                                                ],
                                                [
                                                    8.8964356,
                                                    49.6664187
                                                ],
                                                [
                                                    8.8890133,
                                                    49.6596484
                                                ],
                                                [
                                                    8.8457893,
                                                    49.6601692
                                                ],
                                                [
                                                    8.8331278,
                                                    49.6750117
                                                ],
                                                [
                                                    8.8003823,
                                                    49.6888127
                                                ],
                                                [
                                                    8.7837913,
                                                    49.6724078
                                                ],
                                                [
                                                    8.7283423,
                                                    49.6807404
                                                ],
                                                [
                                                    8.7257227,
                                                    49.6651167
                                                ],
                                                [
                                                    8.735328,
                                                    49.6562633
                                                ],
                                                [
                                                    8.7270325,
                                                    49.6492326
                                                ],
                                                [
                                                    8.7340182,
                                                    49.6448059
                                                ],
                                                [
                                                    8.7300887,
                                                    49.6346505
                                                ],
                                                [
                                                    8.7047656,
                                                    49.6244951
                                                ],
                                                [
                                                    8.5982337,
                                                    49.6104337
                                                ],
                                                [
                                                    8.5982337,
                                                    49.5927268
                                                ],
                                                [
                                                    8.5178982,
                                                    49.5869981
                                                ],
                                                [
                                                    8.4995607,
                                                    49.5731972
                                                ],
                                                [
                                                    8.486026,
                                                    49.5744992
                                                ],
                                                [
                                                    8.4689983,
                                                    49.5896021
                                                ],
                                                [
                                                    8.4484778,
                                                    49.5901229
                                                ],
                                                [
                                                    8.4270841,
                                                    49.583613
                                                ],
                                                [
                                                    8.4262109,
                                                    49.5726764
                                                ],
                                                [
                                                    8.4096199,
                                                    49.5825714
                                                ],
                                                [
                                                    8.4083101,
                                                    49.5760615
                                                ],
                                                [
                                                    8.3856066,
                                                    49.5695517
                                                ],
                                                [
                                                    8.3904092,
                                                    49.5653853
                                                ],
                                                [
                                                    8.3620298,
                                                    49.571114
                                                ],
                                                [
                                                    8.36072,
                                                    49.561219
                                                ],
                                                [
                                                    8.3358335,
                                                    49.550022
                                                ],
                                                [
                                                    8.3100737,
                                                    49.5588754
                                                ],
                                                [
                                                    8.3017782,
                                                    49.550022
                                                ],
                                                [
                                                    8.2847506,
                                                    49.5484596
                                                ],
                                                [
                                                    8.2869336,
                                                    49.5580943
                                                ],
                                                [
                                                    8.2533149,
                                                    49.5531467
                                                ],
                                                [
                                                    8.2223159,
                                                    49.5606982
                                                ],
                                                [
                                                    8.2109642,
                                                    49.5531467
                                                ],
                                                [
                                                    8.2183865,
                                                    49.5237221
                                                ],
                                                [
                                                    8.156825,
                                                    49.5315339
                                                ],
                                                [
                                                    8.1061787,
                                                    49.5073172
                                                ],
                                                [
                                                    8.1005028,
                                                    49.5125251
                                                ],
                                                [
                                                    8.1127278,
                                                    49.5133063
                                                ],
                                                [
                                                    8.1079251,
                                                    49.5237221
                                                ],
                                                [
                                                    8.0948269,
                                                    49.5138271
                                                ],
                                                [
                                                    8.0865314,
                                                    49.5172122
                                                ],
                                                [
                                                    8.0961368,
                                                    49.5247637
                                                ],
                                                [
                                                    8.0882779,
                                                    49.5320547
                                                ],
                                                [
                                                    8.0481101,
                                                    49.5213785
                                                ],
                                                [
                                                    8.0319557,
                                                    49.5286696
                                                ],
                                                [
                                                    8.0192941,
                                                    49.5205973
                                                ],
                                                [
                                                    8.0245334,
                                                    49.5138271
                                                ],
                                                [
                                                    8.0184209,
                                                    49.5041924
                                                ],
                                                [
                                                    7.9524934,
                                                    49.486746
                                                ],
                                                [
                                                    7.924114,
                                                    49.4794549
                                                ],
                                                [
                                                    7.9280434,
                                                    49.4664351
                                                ],
                                                [
                                                    7.914072,
                                                    49.4651331
                                                ],
                                                [
                                                    7.9101426,
                                                    49.4724242
                                                ],
                                                [
                                                    7.8634257,
                                                    49.4510718
                                                ],
                                                [
                                                    7.8494544,
                                                    49.4659143
                                                ],
                                                [
                                                    7.8193285,
                                                    49.4607064
                                                ],
                                                [
                                                    7.8040473,
                                                    49.4677371
                                                ],
                                                [
                                                    7.811033,
                                                    49.4778925
                                                ],
                                                [
                                                    7.8040473,
                                                    49.4862252
                                                ],
                                                [
                                                    7.7599501,
                                                    49.4883083
                                                ],
                                                [
                                                    7.7293877,
                                                    49.5026301
                                                ],
                                                [
                                                    7.6861637,
                                                    49.4880479
                                                ],
                                                [
                                                    7.666953,
                                                    49.4963806
                                                ],
                                                [
                                                    7.6735021,
                                                    49.5094003
                                                ],
                                                [
                                                    7.6355174,
                                                    49.5094003
                                                ],
                                                [
                                                    7.5901104,
                                                    49.5291904
                                                ],
                                                [
                                                    7.5687167,
                                                    49.5502824
                                                ],
                                                [
                                                    7.5359712,
                                                    49.5476784
                                                ],
                                                [
                                                    7.5254927,
                                                    49.5567923
                                                ],
                                                [
                                                    7.532915,
                                                    49.5653853
                                                ],
                                                [
                                                    7.5433935,
                                                    49.5646041
                                                ],
                                                [
                                                    7.537281,
                                                    49.5744992
                                                ],
                                                [
                                                    7.5481962,
                                                    49.6039238
                                                ],
                                                [
                                                    7.532915,
                                                    49.6224119
                                                ],
                                                [
                                                    7.5381543,
                                                    49.6260574
                                                ],
                                                [
                                                    7.4931838,
                                                    49.6231931
                                                ],
                                                [
                                                    7.4696071,
                                                    49.6437643
                                                ],
                                                [
                                                    7.436425,
                                                    49.6401188
                                                ],
                                                [
                                                    7.4307492,
                                                    49.649493
                                                ],
                                                [
                                                    7.3988769,
                                                    49.6515762
                                                ],
                                                [
                                                    7.3849055,
                                                    49.6661583
                                                ],
                                                [
                                                    7.3539065,
                                                    49.6599088
                                                ],
                                                [
                                                    7.3102459,
                                                    49.6653771
                                                ],
                                                [
                                                    7.2940915,
                                                    49.6807404
                                                ],
                                                [
                                                    7.2875424,
                                                    49.6937602
                                                ],
                                                [
                                                    7.2936549,
                                                    49.6989681
                                                ],
                                                [
                                                    7.2823031,
                                                    49.7104255
                                                ],
                                                [
                                                    7.2508675,
                                                    49.7197997
                                                ],
                                                [
                                                    7.2478112,
                                                    49.7309967
                                                ],
                                                [
                                                    7.2242345,
                                                    49.7388086
                                                ],
                                                [
                                                    7.2150658,
                                                    49.7520887
                                                ],
                                                [
                                                    7.1356035,
                                                    49.7221433
                                                ],
                                                [
                                                    7.1142098,
                                                    49.6968849
                                                ],
                                                [
                                                    7.0941259,
                                                    49.6976661
                                                ],
                                                [
                                                    7.1094071,
                                                    49.7080819
                                                ],
                                                [
                                                    7.0749152,
                                                    49.7104255
                                                ],
                                                [
                                                    7.1094071,
                                                    49.7393294
                                                ],
                                                [
                                                    7.0736054,
                                                    49.751568
                                                ],
                                                [
                                                    7.0618171,
                                                    49.7802114
                                                ],
                                                [
                                                    7.0412966,
                                                    49.782555
                                                ],
                                                [
                                                    7.0251422,
                                                    49.795054
                                                ],
                                                [
                                                    7.012044,
                                                    49.7929708
                                                ],
                                                [
                                                    7.0238323,
                                                    49.8179688
                                                ],
                                                [
                                                    7.0072413,
                                                    49.8192707
                                                ],
                                                [
                                                    7.0011288,
                                                    49.8033866
                                                ],
                                                [
                                                    6.9814816,
                                                    49.7984391
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "W�llstein",
                                        "kuerzel": "WOL",
                                        "kurznummer": "14"
                                    }
                                },
                                {
                                    "id": 10,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    5.8711924,
                                                    51.0496384
                                                ],
                                                [
                                                    5.8969522,
                                                    51.0517216
                                                ],
                                                [
                                                    5.9179093,
                                                    51.0655225
                                                ],
                                                [
                                                    5.9432324,
                                                    51.0337543
                                                ],
                                                [
                                                    5.9628797,
                                                    51.0332335
                                                ],
                                                [
                                                    5.9742314,
                                                    51.0452117
                                                ],
                                                [
                                                    5.974668,
                                                    51.0592731
                                                ],
                                                [
                                                    6.0026108,
                                                    51.0827086
                                                ],
                                                [
                                                    6.0414688,
                                                    51.0952076
                                                ],
                                                [
                                                    6.0650455,
                                                    51.1144769
                                                ],
                                                [
                                                    6.0921151,
                                                    51.1230699
                                                ],
                                                [
                                                    6.0969177,
                                                    51.1334857
                                                ],
                                                [
                                                    6.1685211,
                                                    51.1472867
                                                ],
                                                [
                                                    6.1803095,
                                                    51.1569213
                                                ],
                                                [
                                                    6.1436346,
                                                    51.1720242
                                                ],
                                                [
                                                    6.1855488,
                                                    51.185044
                                                ],
                                                [
                                                    6.1702675,
                                                    51.1928558
                                                ],
                                                [
                                                    6.1052132,
                                                    51.1683787
                                                ],
                                                [
                                                    6.0873124,
                                                    51.1702015
                                                ],
                                                [
                                                    6.0781437,
                                                    51.1813984
                                                ],
                                                [
                                                    6.073341,
                                                    51.2118647
                                                ],
                                                [
                                                    6.075524,
                                                    51.2207181
                                                ],
                                                [
                                                    6.0908052,
                                                    51.2212389
                                                ],
                                                [
                                                    6.0777071,
                                                    51.241029
                                                ],
                                                [
                                                    6.1296632,
                                                    51.273318
                                                ],
                                                [
                                                    6.1589158,
                                                    51.3061278
                                                ],
                                                [
                                                    6.2148014,
                                                    51.2949308
                                                ],
                                                [
                                                    6.2392513,
                                                    51.2777447
                                                ],
                                                [
                                                    6.2331388,
                                                    51.2691517
                                                ],
                                                [
                                                    6.246237,
                                                    51.2514448
                                                ],
                                                [
                                                    6.2811655,
                                                    51.2829526
                                                ],
                                                [
                                                    6.3313752,
                                                    51.2764427
                                                ],
                                                [
                                                    6.3187136,
                                                    51.2865981
                                                ],
                                                [
                                                    6.3265725,
                                                    51.2962328
                                                ],
                                                [
                                                    6.3243895,
                                                    51.3092525
                                                ],
                                                [
                                                    6.3536421,
                                                    51.318106
                                                ],
                                                [
                                                    6.3767822,
                                                    51.3209703
                                                ],
                                                [
                                                    6.3828947,
                                                    51.303003
                                                ],
                                                [
                                                    6.4073446,
                                                    51.2975347
                                                ],
                                                [
                                                    6.4309213,
                                                    51.2761823
                                                ],
                                                [
                                                    6.4977221,
                                                    51.2985763
                                                ],
                                                [
                                                    6.505581,
                                                    51.2884209
                                                ],
                                                [
                                                    6.5212988,
                                                    51.2852962
                                                ],
                                                [
                                                    6.6073102,
                                                    51.2850358
                                                ],
                                                [
                                                    6.625211,
                                                    51.2873793
                                                ],
                                                [
                                                    6.6265208,
                                                    51.3074298
                                                ],
                                                [
                                                    6.6544636,
                                                    51.306909
                                                ],
                                                [
                                                    6.6937582,
                                                    51.3201891
                                                ],
                                                [
                                                    6.7112224,
                                                    51.3352921
                                                ],
                                                [
                                                    6.7195179,
                                                    51.3319069
                                                ],
                                                [
                                                    6.7522634,
                                                    51.3509158
                                                ],
                                                [
                                                    6.7972338,
                                                    51.3418019
                                                ],
                                                [
                                                    6.7989802,
                                                    51.3506554
                                                ],
                                                [
                                                    6.8343453,
                                                    51.3480514
                                                ],
                                                [
                                                    6.8500631,
                                                    51.3532593
                                                ],
                                                [
                                                    6.8509364,
                                                    51.3639355
                                                ],
                                                [
                                                    6.8954702,
                                                    51.3704454
                                                ],
                                                [
                                                    6.9042023,
                                                    51.3660187
                                                ],
                                                [
                                                    6.9334549,
                                                    51.3470098
                                                ],
                                                [
                                                    6.9229763,
                                                    51.3399792
                                                ],
                                                [
                                                    6.9474263,
                                                    51.3175852
                                                ],
                                                [
                                                    6.9365111,
                                                    51.3105545
                                                ],
                                                [
                                                    6.9382576,
                                                    51.3024823
                                                ],
                                                [
                                                    6.9561584,
                                                    51.2938892
                                                ],
                                                [
                                                    6.987594,
                                                    51.2975347
                                                ],
                                                [
                                                    6.9408772,
                                                    51.2785259
                                                ],
                                                [
                                                    6.9452433,
                                                    51.2712348
                                                ],
                                                [
                                                    6.9330183,
                                                    51.2642041
                                                ],
                                                [
                                                    6.9347647,
                                                    51.2457161
                                                ],
                                                [
                                                    6.9413138,
                                                    51.2316547
                                                ],
                                                [
                                                    6.9531022,
                                                    51.2243637
                                                ],
                                                [
                                                    6.9723128,
                                                    51.219937
                                                ],
                                                [
                                                    6.9985092,
                                                    51.2191558
                                                ],
                                                [
                                                    7.0085511,
                                                    51.2407686
                                                ],
                                                [
                                                    7.028635,
                                                    51.2402478
                                                ],
                                                [
                                                    7.0456626,
                                                    51.2261864
                                                ],
                                                [
                                                    7.0412966,
                                                    51.218635
                                                ],
                                                [
                                                    7.0530849,
                                                    51.207438
                                                ],
                                                [
                                                    7.0347475,
                                                    51.1871271
                                                ],
                                                [
                                                    6.9910869,
                                                    51.1688995
                                                ],
                                                [
                                                    6.9644539,
                                                    51.1623896
                                                ],
                                                [
                                                    6.9561584,
                                                    51.1454639
                                                ],
                                                [
                                                    6.999819,
                                                    51.1431203
                                                ],
                                                [
                                                    6.9985092,
                                                    51.1243719
                                                ],
                                                [
                                                    7.0063681,
                                                    51.1136957
                                                ],
                                                [
                                                    6.9932699,
                                                    51.1058838
                                                ],
                                                [
                                                    6.9932699,
                                                    51.0725532
                                                ],
                                                [
                                                    6.9797351,
                                                    51.0657829
                                                ],
                                                [
                                                    6.9561584,
                                                    51.0683869
                                                ],
                                                [
                                                    6.9269058,
                                                    51.0806255
                                                ],
                                                [
                                                    6.9028925,
                                                    51.063179
                                                ],
                                                [
                                                    6.853556,
                                                    51.0834898
                                                ],
                                                [
                                                    6.8295427,
                                                    51.073074
                                                ],
                                                [
                                                    6.8387114,
                                                    51.0582315
                                                ],
                                                [
                                                    6.8181909,
                                                    51.0444305
                                                ],
                                                [
                                                    6.8186275,
                                                    51.0446909
                                                ],
                                                [
                                                    6.7954874,
                                                    51.0663037
                                                ],
                                                [
                                                    6.7583759,
                                                    51.064481
                                                ],
                                                [
                                                    6.767108,
                                                    51.0410454
                                                ],
                                                [
                                                    6.7487705,
                                                    51.0449513
                                                ],
                                                [
                                                    6.7483339,
                                                    51.0355771
                                                ],
                                                [
                                                    6.7343625,
                                                    51.0298484
                                                ],
                                                [
                                                    6.7164617,
                                                    51.0053712
                                                ],
                                                [
                                                    6.7304331,
                                                    50.9970386
                                                ],
                                                [
                                                    6.7623053,
                                                    51.0017257
                                                ],
                                                [
                                                    6.7531366,
                                                    50.9853208
                                                ],
                                                [
                                                    6.7719107,
                                                    50.96501
                                                ],
                                                [
                                                    6.7444045,
                                                    50.9532922
                                                ],
                                                [
                                                    6.740475,
                                                    50.93871
                                                ],
                                                [
                                                    6.7251938,
                                                    50.9269923
                                                ],
                                                [
                                                    6.7400384,
                                                    50.9238675
                                                ],
                                                [
                                                    6.6719279,
                                                    50.9207428
                                                ],
                                                [
                                                    6.6422387,
                                                    50.8902765
                                                ],
                                                [
                                                    6.6225914,
                                                    50.8931409
                                                ],
                                                [
                                                    6.6265208,
                                                    50.9012131
                                                ],
                                                [
                                                    6.6003245,
                                                    50.9038171
                                                ],
                                                [
                                                    6.5557907,
                                                    50.8892349
                                                ],
                                                [
                                                    6.524355,
                                                    50.8939221
                                                ],
                                                [
                                                    6.5295943,
                                                    50.9303774
                                                ],
                                                [
                                                    6.5082006,
                                                    50.9293358
                                                ],
                                                [
                                                    6.4994685,
                                                    50.9480843
                                                ],
                                                [
                                                    6.4881167,
                                                    50.951209
                                                ],
                                                [
                                                    6.4854971,
                                                    50.943918
                                                ],
                                                [
                                                    6.4662864,
                                                    50.940012
                                                ],
                                                [
                                                    6.4584275,
                                                    50.9269923
                                                ],
                                                [
                                                    6.4392169,
                                                    50.9241279
                                                ],
                                                [
                                                    6.4409633,
                                                    50.9066814
                                                ],
                                                [
                                                    6.4239356,
                                                    50.8939221
                                                ],
                                                [
                                                    6.433541,
                                                    50.8850686
                                                ],
                                                [
                                                    6.4265553,
                                                    50.8811627
                                                ],
                                                [
                                                    6.3916268,
                                                    50.8824647
                                                ],
                                                [
                                                    6.3807117,
                                                    50.8947032
                                                ],
                                                [
                                                    6.3663037,
                                                    50.8842874
                                                ],
                                                [
                                                    6.3357412,
                                                    50.8811627
                                                ],
                                                [
                                                    6.3387975,
                                                    50.875434
                                                ],
                                                [
                                                    6.3265725,
                                                    50.8665806
                                                ],
                                                [
                                                    6.3073618,
                                                    50.8723092
                                                ],
                                                [
                                                    6.3043056,
                                                    50.8832459
                                                ],
                                                [
                                                    6.2776726,
                                                    50.8715281
                                                ],
                                                [
                                                    6.2820387,
                                                    50.8671013
                                                ],
                                                [
                                                    6.27287,
                                                    50.8618934
                                                ],
                                                [
                                                    6.2580254,
                                                    50.8608519
                                                ],
                                                [
                                                    6.2471102,
                                                    50.8712677
                                                ],
                                                [
                                                    6.2353218,
                                                    50.8618934
                                                ],
                                                [
                                                    6.2274629,
                                                    50.865539
                                                ],
                                                [
                                                    6.2348852,
                                                    50.8720489
                                                ],
                                                [
                                                    6.2239701,
                                                    50.8842874
                                                ],
                                                [
                                                    6.2086889,
                                                    50.8926201
                                                ],
                                                [
                                                    6.1934077,
                                                    50.8837666
                                                ],
                                                [
                                                    6.1488738,
                                                    50.8897557
                                                ],
                                                [
                                                    6.1497471,
                                                    50.897828
                                                ],
                                                [
                                                    6.1213677,
                                                    50.9030359
                                                ],
                                                [
                                                    6.1174382,
                                                    50.9098062
                                                ],
                                                [
                                                    6.0947347,
                                                    50.9116289
                                                ],
                                                [
                                                    6.0986642,
                                                    50.9197012
                                                ],
                                                [
                                                    6.058933,
                                                    50.9207428
                                                ],
                                                [
                                                    6.0558768,
                                                    50.9285546
                                                ],
                                                [
                                                    6.0231313,
                                                    50.9332417
                                                ],
                                                [
                                                    6.0218215,
                                                    50.951209
                                                ],
                                                [
                                                    6.0100331,
                                                    50.9553753
                                                ],
                                                [
                                                    6.0314268,
                                                    50.9816753
                                                ],
                                                [
                                                    5.972485,
                                                    50.9780297
                                                ],
                                                [
                                                    5.96026,
                                                    50.9868832
                                                ],
                                                [
                                                    5.9021914,
                                                    50.9733426
                                                ],
                                                [
                                                    5.8973888,
                                                    50.9788109
                                                ],
                                                [
                                                    5.9087405,
                                                    50.9858416
                                                ],
                                                [
                                                    5.910487,
                                                    51.0006841
                                                ],
                                                [
                                                    5.883854,
                                                    51.0165682
                                                ],
                                                [
                                                    5.8829808,
                                                    51.0358375
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Grevenbroich",
                                        "kuerzel": "GRE",
                                        "kurznummer": "10"
                                    }
                                },
                                {
                                    "id": 13,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "MultiPolygon",
                                        "coordinates": [
                                            [
                                                [
                                                    [
                                                        5.9497815,
                                                        51.8214501
                                                    ],
                                                    [
                                                        5.9676823,
                                                        51.8347302
                                                    ],
                                                    [
                                                        5.999118,
                                                        51.8287411
                                                    ],
                                                    [
                                                        6.0405955,
                                                        51.8404589
                                                    ],
                                                    [
                                                        6.0685383,
                                                        51.8633737
                                                    ],
                                                    [
                                                        6.1060865,
                                                        51.8467084
                                                    ],
                                                    [
                                                        6.1715774,
                                                        51.8386361
                                                    ],
                                                    [
                                                        6.172014,
                                                        51.8594678
                                                    ],
                                                    [
                                                        6.1493105,
                                                        51.86754
                                                    ],
                                                    [
                                                        6.1418881,
                                                        51.8836845
                                                    ],
                                                    [
                                                        6.1082695,
                                                        51.8901944
                                                    ],
                                                    [
                                                        6.1226775,
                                                        51.8995686
                                                    ],
                                                    [
                                                        6.1593524,
                                                        51.9029538
                                                    ],
                                                    [
                                                        6.1960273,
                                                        51.8894132
                                                    ],
                                                    [
                                                        6.188605,
                                                        51.8802994
                                                    ],
                                                    [
                                                        6.215238,
                                                        51.8667588
                                                    ],
                                                    [
                                                        6.2846583,
                                                        51.8719667
                                                    ],
                                                    [
                                                        6.303869,
                                                        51.8657173
                                                    ],
                                                    [
                                                        6.3112913,
                                                        51.8469688
                                                    ],
                                                    [
                                                        6.3523323,
                                                        51.8485312
                                                    ],
                                                    [
                                                        6.3654304,
                                                        51.8435837
                                                    ],
                                                    [
                                                        6.3680501,
                                                        51.8329074
                                                    ],
                                                    [
                                                        6.406908,
                                                        51.8250956
                                                    ],
                                                    [
                                                        6.4125839,
                                                        51.8258768
                                                    ],
                                                    [
                                                        6.4073446,
                                                        51.8422817
                                                    ],
                                                    [
                                                        6.4138937,
                                                        51.8511351
                                                    ],
                                                    [
                                                        6.3929366,
                                                        51.8597282
                                                    ],
                                                    [
                                                        6.3955563,
                                                        51.8717063
                                                    ],
                                                    [
                                                        6.4374704,
                                                        51.8571242
                                                    ],
                                                    [
                                                        6.4562445,
                                                        51.8631133
                                                    ],
                                                    [
                                                        6.4776382,
                                                        51.8516559
                                                    ],
                                                    [
                                                        6.5492416,
                                                        51.8823826
                                                    ],
                                                    [
                                                        6.5658326,
                                                        51.880039
                                                    ],
                                                    [
                                                        6.6889555,
                                                        51.9154528
                                                    ],
                                                    [
                                                        6.7269402,
                                                        51.8938399
                                                    ],
                                                    [
                                                        6.7374188,
                                                        51.8964439
                                                    ],
                                                    [
                                                        6.7941776,
                                                        51.9274309
                                                    ],
                                                    [
                                                        6.8037829,
                                                        51.9565952
                                                    ],
                                                    [
                                                        6.8334721,
                                                        51.9618031
                                                    ],
                                                    [
                                                        6.8352185,
                                                        51.9839367
                                                    ],
                                                    [
                                                        6.7579393,
                                                        52.0261207
                                                    ],
                                                    [
                                                        6.692885,
                                                        52.0375781
                                                    ],
                                                    [
                                                        6.6998707,
                                                        52.0675236
                                                    ],
                                                    [
                                                        6.7527,
                                                        52.0797622
                                                    ],
                                                    [
                                                        6.7496438,
                                                        52.0906988
                                                    ],
                                                    [
                                                        6.7601223,
                                                        52.0930423
                                                    ],
                                                    [
                                                        6.7657982,
                                                        52.1164779
                                                    ],
                                                    [
                                                        6.8483167,
                                                        52.1169987
                                                    ],
                                                    [
                                                        6.87233,
                                                        52.1258521
                                                    ],
                                                    [
                                                        6.9050755,
                                                        52.1021562
                                                    ],
                                                    [
                                                        6.880189,
                                                        52.078981
                                                    ],
                                                    [
                                                        6.9107514,
                                                        52.0643989
                                                    ],
                                                    [
                                                        6.9063853,
                                                        52.0576286
                                                    ],
                                                    [
                                                        6.9159907,
                                                        52.0422653
                                                    ],
                                                    [
                                                        6.9386942,
                                                        52.0412237
                                                    ],
                                                    [
                                                        6.9570316,
                                                        52.0232564
                                                    ],
                                                    [
                                                        7.0443528,
                                                        52.0190901
                                                    ],
                                                    [
                                                        7.0609439,
                                                        51.9873218
                                                    ],
                                                    [
                                                        7.0919429,
                                                        51.9743021
                                                    ],
                                                    [
                                                        7.0945625,
                                                        51.948523
                                                    ],
                                                    [
                                                        7.0823376,
                                                        51.9435754
                                                    ],
                                                    [
                                                        7.086267,
                                                        51.9250874
                                                    ],
                                                    [
                                                        7.0605072,
                                                        51.8860281
                                                    ],
                                                    [
                                                        7.0823376,
                                                        51.8693628
                                                    ],
                                                    [
                                                        7.0915063,
                                                        51.8511351
                                                    ],
                                                    [
                                                        7.1299276,
                                                        51.8295223
                                                    ],
                                                    [
                                                        7.1735882,
                                                        51.8180649
                                                    ],
                                                    [
                                                        7.1194491,
                                                        51.7860363
                                                    ],
                                                    [
                                                        7.0832108,
                                                        51.7761413
                                                    ],
                                                    [
                                                        7.0932527,
                                                        51.7628611
                                                    ],
                                                    [
                                                        7.0845206,
                                                        51.7391651
                                                    ],
                                                    [
                                                        7.0928161,
                                                        51.7297909
                                                    ],
                                                    [
                                                        7.0784081,
                                                        51.7269266
                                                    ],
                                                    [
                                                        7.0853938,
                                                        51.7227602
                                                    ],
                                                    [
                                                        7.0792813,
                                                        51.7180731
                                                    ],
                                                    [
                                                        7.0832108,
                                                        51.7113029
                                                    ],
                                                    [
                                                        7.0522117,
                                                        51.6977623
                                                    ],
                                                    [
                                                        7.0618171,
                                                        51.6870861
                                                    ],
                                                    [
                                                        7.0277618,
                                                        51.6675564
                                                    ],
                                                    [
                                                        7.0495921,
                                                        51.6417773
                                                    ],
                                                    [
                                                        7.0399868,
                                                        51.6404753
                                                    ],
                                                    [
                                                        7.0412966,
                                                        51.6290179
                                                    ],
                                                    [
                                                        6.9923967,
                                                        51.6206853
                                                    ],
                                                    [
                                                        7.0028753,
                                                        51.6178209
                                                    ],
                                                    [
                                                        6.9989458,
                                                        51.5917814
                                                    ],
                                                    [
                                                        7.0181565,
                                                        51.5850111
                                                    ],
                                                    [
                                                        7.0233957,
                                                        51.5758973
                                                    ],
                                                    [
                                                        7.0181565,
                                                        51.5623567
                                                    ],
                                                    [
                                                        7.0369305,
                                                        51.5443895
                                                    ],
                                                    [
                                                        7.0002556,
                                                        51.5287658
                                                    ],
                                                    [
                                                        6.9928333,
                                                        51.5066322
                                                    ],
                                                    [
                                                        6.9242862,
                                                        51.4943936
                                                    ],
                                                    [
                                                        6.9269058,
                                                        51.4894461
                                                    ],
                                                    [
                                                        6.9072585,
                                                        51.4863213
                                                    ],
                                                    [
                                                        6.8998362,
                                                        51.4761659
                                                    ],
                                                    [
                                                        6.9221031,
                                                        51.4605422
                                                    ],
                                                    [
                                                        6.9203567,
                                                        51.4483036
                                                    ],
                                                    [
                                                        6.9561584,
                                                        51.447262
                                                    ],
                                                    [
                                                        6.9644539,
                                                        51.437367
                                                    ],
                                                    [
                                                        6.9487361,
                                                        51.4123691
                                                    ],
                                                    [
                                                        6.9482995,
                                                        51.3873711
                                                    ],
                                                    [
                                                        6.9159907,
                                                        51.3772157
                                                    ],
                                                    [
                                                        6.9216665,
                                                        51.372789
                                                    ],
                                                    [
                                                        6.9037657,
                                                        51.3654979
                                                    ],
                                                    [
                                                        6.8954702,
                                                        51.3699246
                                                    ],
                                                    [
                                                        6.8509364,
                                                        51.3634148
                                                    ],
                                                    [
                                                        6.8500631,
                                                        51.3527385
                                                    ],
                                                    [
                                                        6.8343453,
                                                        51.3475306
                                                    ],
                                                    [
                                                        6.7989802,
                                                        51.3501346
                                                    ],
                                                    [
                                                        6.7967972,
                                                        51.3412812
                                                    ],
                                                    [
                                                        6.7522634,
                                                        51.350395
                                                    ],
                                                    [
                                                        6.7195179,
                                                        51.3313861
                                                    ],
                                                    [
                                                        6.7112224,
                                                        51.3347713
                                                    ],
                                                    [
                                                        6.6937582,
                                                        51.3196683
                                                    ],
                                                    [
                                                        6.6544636,
                                                        51.3063882
                                                    ],
                                                    [
                                                        6.6265208,
                                                        51.306909
                                                    ],
                                                    [
                                                        6.625211,
                                                        51.2868585
                                                    ],
                                                    [
                                                        6.6077468,
                                                        51.284515
                                                    ],
                                                    [
                                                        6.5212988,
                                                        51.2847754
                                                    ],
                                                    [
                                                        6.5051444,
                                                        51.2879001
                                                    ],
                                                    [
                                                        6.4977221,
                                                        51.2980555
                                                    ],
                                                    [
                                                        6.4309213,
                                                        51.2756615
                                                    ],
                                                    [
                                                        6.4073446,
                                                        51.297014
                                                    ],
                                                    [
                                                        6.3828947,
                                                        51.3024823
                                                    ],
                                                    [
                                                        6.3767822,
                                                        51.3204495
                                                    ],
                                                    [
                                                        6.3536421,
                                                        51.3178456
                                                    ],
                                                    [
                                                        6.3243895,
                                                        51.3087317
                                                    ],
                                                    [
                                                        6.3261359,
                                                        51.295712
                                                    ],
                                                    [
                                                        6.3187136,
                                                        51.2860774
                                                    ],
                                                    [
                                                        6.3313752,
                                                        51.2759219
                                                    ],
                                                    [
                                                        6.2811655,
                                                        51.2824318
                                                    ],
                                                    [
                                                        6.246237,
                                                        51.250924
                                                    ],
                                                    [
                                                        6.2331388,
                                                        51.2686309
                                                    ],
                                                    [
                                                        6.2392513,
                                                        51.2772239
                                                    ],
                                                    [
                                                        6.2148014,
                                                        51.29441
                                                    ],
                                                    [
                                                        6.1584792,
                                                        51.3053466
                                                    ],
                                                    [
                                                        6.1733238,
                                                        51.3311257
                                                    ],
                                                    [
                                                        6.1990835,
                                                        51.3329485
                                                    ],
                                                    [
                                                        6.1947175,
                                                        51.3373752
                                                    ],
                                                    [
                                                        6.2313924,
                                                        51.3584672
                                                    ],
                                                    [
                                                        6.2191674,
                                                        51.3876315
                                                    ],
                                                    [
                                                        6.2313924,
                                                        51.3983077
                                                    ],
                                                    [
                                                        6.2099987,
                                                        51.3975265
                                                    ],
                                                    [
                                                        6.2287728,
                                                        51.4667917
                                                    ],
                                                    [
                                                        6.2169844,
                                                        51.5113193
                                                    ],
                                                    [
                                                        6.1816193,
                                                        51.5365776
                                                    ],
                                                    [
                                                        6.161972,
                                                        51.5644399
                                                    ],
                                                    [
                                                        6.0964811,
                                                        51.6037596
                                                    ],
                                                    [
                                                        6.0986642,
                                                        51.6201645
                                                    ],
                                                    [
                                                        6.1231141,
                                                        51.6537555
                                                    ],
                                                    [
                                                        6.0371027,
                                                        51.6719832
                                                    ],
                                                    [
                                                        6.0309902,
                                                        51.7066157
                                                    ],
                                                    [
                                                        6.0497643,
                                                        51.714688
                                                    ],
                                                    [
                                                        5.999118,
                                                        51.7363008
                                                    ],
                                                    [
                                                        5.9598234,
                                                        51.7360404
                                                    ],
                                                    [
                                                        5.9567672,
                                                        51.7467166
                                                    ],
                                                    [
                                                        5.9969349,
                                                        51.768069
                                                    ],
                                                    [
                                                        5.9873296,
                                                        51.7714542
                                                    ],
                                                    [
                                                        5.9951885,
                                                        51.7813492
                                                    ],
                                                    [
                                                        5.9794707,
                                                        51.7829116
                                                    ],
                                                    [
                                                        5.9838368,
                                                        51.7954105
                                                    ],
                                                    [
                                                        5.9528377,
                                                        51.8092115
                                                    ],
                                                    [
                                                        5.9628797,
                                                        51.8146798
                                                    ]
                                                ],
                                                [
                                                    [
                                                        6.9225397,
                                                        51.3399792
                                                    ],
                                                    [
                                                        6.9330183,
                                                        51.3467495
                                                    ],
                                                    [
                                                        6.96882,
                                                        51.3459683
                                                    ],
                                                    [
                                                        7.0220859,
                                                        51.3634148
                                                    ],
                                                    [
                                                        7.04086,
                                                        51.3600296
                                                    ],
                                                    [
                                                        7.0491555,
                                                        51.3667999
                                                    ],
                                                    [
                                                        7.059634,
                                                        51.3608108
                                                    ],
                                                    [
                                                        7.0845206,
                                                        51.3730494
                                                    ],
                                                    [
                                                        7.102858,
                                                        51.3686227
                                                    ],
                                                    [
                                                        7.1225053,
                                                        51.3795593
                                                    ],
                                                    [
                                                        7.1548142,
                                                        51.3756533
                                                    ],
                                                    [
                                                        7.1648561,
                                                        51.3636751
                                                    ],
                                                    [
                                                        7.1504481,
                                                        51.337896
                                                    ],
                                                    [
                                                        7.1753346,
                                                        51.3108149
                                                    ],
                                                    [
                                                        7.1286178,
                                                        51.3001387
                                                    ],
                                                    [
                                                        7.1220687,
                                                        51.304305
                                                    ],
                                                    [
                                                        7.1032946,
                                                        51.2941496
                                                    ],
                                                    [
                                                        7.1024214,
                                                        51.2808694
                                                    ],
                                                    [
                                                        7.0858304,
                                                        51.2787863
                                                    ],
                                                    [
                                                        7.0666197,
                                                        51.2558715
                                                    ],
                                                    [
                                                        7.0281984,
                                                        51.2399874
                                                    ],
                                                    [
                                                        7.0081145,
                                                        51.2405082
                                                    ],
                                                    [
                                                        6.9980726,
                                                        51.218635
                                                    ],
                                                    [
                                                        6.9718762,
                                                        51.2194162
                                                    ],
                                                    [
                                                        6.9526656,
                                                        51.2241033
                                                    ],
                                                    [
                                                        6.9408772,
                                                        51.2313943
                                                    ],
                                                    [
                                                        6.9343281,
                                                        51.2454557
                                                    ],
                                                    [
                                                        6.9321451,
                                                        51.2636834
                                                    ],
                                                    [
                                                        6.94437,
                                                        51.270714
                                                    ],
                                                    [
                                                        6.9404406,
                                                        51.2780051
                                                    ],
                                                    [
                                                        6.9871574,
                                                        51.2972744
                                                    ],
                                                    [
                                                        6.9557218,
                                                        51.2936288
                                                    ],
                                                    [
                                                        6.937821,
                                                        51.3022219
                                                    ],
                                                    [
                                                        6.9356379,
                                                        51.3102941
                                                    ],
                                                    [
                                                        6.9469897,
                                                        51.3173248
                                                    ]
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Kamp-Lintford",
                                        "kuerzel": "KAM",
                                        "kurznummer": "13"
                                    }
                                },
                                {
                                    "id": 18,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.6854627,
                                                    52.5505568
                                                ],
                                                [
                                                    6.7208278,
                                                    52.5456093
                                                ],
                                                [
                                                    6.7304331,
                                                    52.5604519
                                                ],
                                                [
                                                    6.7575027,
                                                    52.5562855
                                                ],
                                                [
                                                    6.7784597,
                                                    52.5588895
                                                ],
                                                [
                                                    6.8727667,
                                                    52.5708677
                                                ],
                                                [
                                                    6.8932871,
                                                    52.596126
                                                ],
                                                [
                                                    6.9199201,
                                                    52.5844082
                                                ],
                                                [
                                                    6.9504825,
                                                    52.5870122
                                                ],
                                                [
                                                    7.0378037,
                                                    52.6156557
                                                ],
                                                [
                                                    7.0500287,
                                                    52.5943033
                                                ],
                                                [
                                                    7.0535216,
                                                    52.6039379
                                                ],
                                                [
                                                    7.0749152,
                                                    52.6018547
                                                ],
                                                [
                                                    7.1137732,
                                                    52.586231
                                                ],
                                                [
                                                    7.1146464,
                                                    52.5989904
                                                ],
                                                [
                                                    7.1469552,
                                                    52.584929
                                                ],
                                                [
                                                    7.1513213,
                                                    52.5695657
                                                ],
                                                [
                                                    7.1639829,
                                                    52.5706073
                                                ],
                                                [
                                                    7.1666025,
                                                    52.5542024
                                                ],
                                                [
                                                    7.1984748,
                                                    52.5466509
                                                ],
                                                [
                                                    7.25698,
                                                    52.5646182
                                                ],
                                                [
                                                    7.2521773,
                                                    52.5815439
                                                ],
                                                [
                                                    7.3128655,
                                                    52.5898765
                                                ],
                                                [
                                                    7.3224709,
                                                    52.5844082
                                                ],
                                                [
                                                    7.3844689,
                                                    52.5992508
                                                ],
                                                [
                                                    7.4211438,
                                                    52.5362351
                                                ],
                                                [
                                                    7.4582553,
                                                    52.5109768
                                                ],
                                                [
                                                    7.4517063,
                                                    52.4989986
                                                ],
                                                [
                                                    7.638137,
                                                    52.5398806
                                                ],
                                                [
                                                    7.6979521,
                                                    52.5375371
                                                ],
                                                [
                                                    7.7184725,
                                                    52.5443074
                                                ],
                                                [
                                                    7.7263315,
                                                    52.5331104
                                                ],
                                                [
                                                    7.7494716,
                                                    52.541443
                                                ],
                                                [
                                                    7.7630064,
                                                    52.5284232
                                                ],
                                                [
                                                    7.8014277,
                                                    52.5279025
                                                ],
                                                [
                                                    7.7237118,
                                                    52.474261
                                                ],
                                                [
                                                    7.7337538,
                                                    52.4745214
                                                ],
                                                [
                                                    7.73681,
                                                    52.4646264
                                                ],
                                                [
                                                    7.7472885,
                                                    52.4693135
                                                ],
                                                [
                                                    7.7892027,
                                                    52.4612413
                                                ],
                                                [
                                                    7.7848367,
                                                    52.4466591
                                                ],
                                                [
                                                    7.8057938,
                                                    52.4437948
                                                ],
                                                [
                                                    7.8036107,
                                                    52.4328582
                                                ],
                                                [
                                                    7.8158357,
                                                    52.4341602
                                                ],
                                                [
                                                    7.8184553,
                                                    52.4255671
                                                ],
                                                [
                                                    7.8525106,
                                                    52.4482215
                                                ],
                                                [
                                                    7.8468347,
                                                    52.4664492
                                                ],
                                                [
                                                    7.8529472,
                                                    52.4779066
                                                ],
                                                [
                                                    7.9110158,
                                                    52.4732194
                                                ],
                                                [
                                                    7.9459443,
                                                    52.4505651
                                                ],
                                                [
                                                    7.9747603,
                                                    52.4674908
                                                ],
                                                [
                                                    7.9965906,
                                                    52.4570749
                                                ],
                                                [
                                                    8.058152,
                                                    52.4560334
                                                ],
                                                [
                                                    8.0651377,
                                                    52.4409304
                                                ],
                                                [
                                                    8.1358679,
                                                    52.4417116
                                                ],
                                                [
                                                    8.1633741,
                                                    52.4302542
                                                ],
                                                [
                                                    8.2079079,
                                                    52.4779066
                                                ],
                                                [
                                                    8.2502587,
                                                    52.476865
                                                ],
                                                [
                                                    8.3087639,
                                                    52.4974362
                                                ],
                                                [
                                                    8.3157496,
                                                    52.4917075
                                                ],
                                                [
                                                    8.3013416,
                                                    52.4536898
                                                ],
                                                [
                                                    8.3524245,
                                                    52.4495235
                                                ],
                                                [
                                                    8.3677057,
                                                    52.4401492
                                                ],
                                                [
                                                    8.4043806,
                                                    52.4482215
                                                ],
                                                [
                                                    8.4222815,
                                                    52.4417116
                                                ],
                                                [
                                                    8.4585198,
                                                    52.4581165
                                                ],
                                                [
                                                    8.4633224,
                                                    52.4888432
                                                ],
                                                [
                                                    8.5130955,
                                                    52.5120183
                                                ],
                                                [
                                                    8.5615588,
                                                    52.4961342
                                                ],
                                                [
                                                    8.6567389,
                                                    52.5286836
                                                ],
                                                [
                                                    8.6759496,
                                                    52.5143619
                                                ],
                                                [
                                                    8.6947236,
                                                    52.5159243
                                                ],
                                                [
                                                    8.689921,
                                                    52.5094144
                                                ],
                                                [
                                                    8.7073852,
                                                    52.4974362
                                                ],
                                                [
                                                    8.737511,
                                                    52.5068104
                                                ],
                                                [
                                                    8.7532288,
                                                    52.5260797
                                                ],
                                                [
                                                    8.7567217,
                                                    52.5185282
                                                ],
                                                [
                                                    8.7802984,
                                                    52.5135807
                                                ],
                                                [
                                                    8.7702565,
                                                    52.5062896
                                                ],
                                                [
                                                    8.7955796,
                                                    52.4875412
                                                ],
                                                [
                                                    8.7759324,
                                                    52.4737402
                                                ],
                                                [
                                                    8.7947064,
                                                    52.4555126
                                                ],
                                                [
                                                    8.7981993,
                                                    52.4398889
                                                ],
                                                [
                                                    8.780735,
                                                    52.419578
                                                ],
                                                [
                                                    8.79296,
                                                    52.395882
                                                ],
                                                [
                                                    8.7789886,
                                                    52.3924969
                                                ],
                                                [
                                                    8.7933966,
                                                    52.3781752
                                                ],
                                                [
                                                    8.8108608,
                                                    52.3789564
                                                ],
                                                [
                                                    8.8209028,
                                                    52.3708841
                                                ],
                                                [
                                                    8.8121707,
                                                    52.366197
                                                ],
                                                [
                                                    8.8278885,
                                                    52.3461465
                                                ],
                                                [
                                                    8.8706759,
                                                    52.3344288
                                                ],
                                                [
                                                    8.8597607,
                                                    52.3289605
                                                ],
                                                [
                                                    8.8588875,
                                                    52.3182843
                                                ],
                                                [
                                                    8.8492822,
                                                    52.318805
                                                ],
                                                [
                                                    8.8252688,
                                                    52.297713
                                                ],
                                                [
                                                    8.8204662,
                                                    52.2888596
                                                ],
                                                [
                                                    8.8283251,
                                                    52.286516
                                                ],
                                                [
                                                    8.7964528,
                                                    52.2599557
                                                ],
                                                [
                                                    8.7488628,
                                                    52.2737567
                                                ],
                                                [
                                                    8.7514824,
                                                    52.2690695
                                                ],
                                                [
                                                    8.7396941,
                                                    52.2643824
                                                ],
                                                [
                                                    8.7431869,
                                                    52.2578725
                                                ],
                                                [
                                                    8.7296521,
                                                    52.2511023
                                                ],
                                                [
                                                    8.7252861,
                                                    52.2393845
                                                ],
                                                [
                                                    8.7562851,
                                                    52.2300103
                                                ],
                                                [
                                                    8.7606512,
                                                    52.2123034
                                                ],
                                                [
                                                    8.7890305,
                                                    52.2037103
                                                ],
                                                [
                                                    8.7916502,
                                                    52.1755876
                                                ],
                                                [
                                                    8.7471164,
                                                    52.1469442
                                                ],
                                                [
                                                    8.7095682,
                                                    52.167255
                                                ],
                                                [
                                                    8.6742032,
                                                    52.1651718
                                                ],
                                                [
                                                    8.6742032,
                                                    52.1651718
                                                ],
                                                [
                                                    8.6742032,
                                                    52.1651718
                                                ],
                                                [
                                                    8.6829353,
                                                    52.1565788
                                                ],
                                                [
                                                    8.6737666,
                                                    52.1328828
                                                ],
                                                [
                                                    8.6183176,
                                                    52.1315808
                                                ],
                                                [
                                                    8.6117685,
                                                    52.1188215
                                                ],
                                                [
                                                    8.5615588,
                                                    52.1081453
                                                ],
                                                [
                                                    8.5589392,
                                                    52.098771
                                                ],
                                                [
                                                    8.5200812,
                                                    52.1120512
                                                ],
                                                [
                                                    8.475984,
                                                    52.0982502
                                                ],
                                                [
                                                    8.4607028,
                                                    52.1089264
                                                ],
                                                [
                                                    8.4340698,
                                                    52.1024166
                                                ],
                                                [
                                                    8.4148592,
                                                    52.1123116
                                                ],
                                                [
                                                    8.3934655,
                                                    52.1052809
                                                ],
                                                [
                                                    8.3733816,
                                                    52.109968
                                                ],
                                                [
                                                    8.3668325,
                                                    52.1076245
                                                ],
                                                [
                                                    8.370762,
                                                    52.0979898
                                                ],
                                                [
                                                    8.3524245,
                                                    52.09148
                                                ],
                                                [
                                                    8.3458754,
                                                    52.0797622
                                                ],
                                                [
                                                    8.3161862,
                                                    52.0768978
                                                ],
                                                [
                                                    8.3057077,
                                                    52.0563266
                                                ],
                                                [
                                                    8.2646667,
                                                    52.0422653
                                                ],
                                                [
                                                    8.2480757,
                                                    52.0081535
                                                ],
                                                [
                                                    8.1786553,
                                                    52.001904
                                                ],
                                                [
                                                    8.1524589,
                                                    52.0115386
                                                ],
                                                [
                                                    8.1397974,
                                                    52.000602
                                                ],
                                                [
                                                    8.1153474,
                                                    51.9985188
                                                ],
                                                [
                                                    8.1188403,
                                                    51.9693546
                                                ],
                                                [
                                                    8.1101082,
                                                    51.9659694
                                                ],
                                                [
                                                    8.1175305,
                                                    51.9532101
                                                ],
                                                [
                                                    8.1664303,
                                                    51.9302953
                                                ],
                                                [
                                                    8.1777821,
                                                    51.9170151
                                                ],
                                                [
                                                    8.171233,
                                                    51.9047765
                                                ],
                                                [
                                                    8.1293188,
                                                    51.8907152
                                                ],
                                                [
                                                    8.1166572,
                                                    51.903735
                                                ],
                                                [
                                                    8.0773627,
                                                    51.9029538
                                                ],
                                                [
                                                    8.0555324,
                                                    51.9170151
                                                ],
                                                [
                                                    8.0306459,
                                                    51.9204003
                                                ],
                                                [
                                                    8.012745,
                                                    51.9086825
                                                ],
                                                [
                                                    8.0192941,
                                                    51.9058181
                                                ],
                                                [
                                                    8.0057593,
                                                    51.8891528
                                                ],
                                                [
                                                    7.9769433,
                                                    51.8808202
                                                ],
                                                [
                                                    7.971704,
                                                    51.8610301
                                                ],
                                                [
                                                    7.9337193,
                                                    51.8493123
                                                ],
                                                [
                                                    7.909706,
                                                    51.857645
                                                ],
                                                [
                                                    7.8835096,
                                                    51.8547807
                                                ],
                                                [
                                                    7.8551302,
                                                    51.8758727
                                                ],
                                                [
                                                    7.8367928,
                                                    51.8704044
                                                ],
                                                [
                                                    7.8223848,
                                                    51.8834241
                                                ],
                                                [
                                                    7.8049205,
                                                    51.8797786
                                                ],
                                                [
                                                    7.7708653,
                                                    51.8959231
                                                ],
                                                [
                                                    7.7468519,
                                                    51.8941003
                                                ],
                                                [
                                                    7.7093038,
                                                    51.9052973
                                                ],
                                                [
                                                    7.691403,
                                                    51.8993082
                                                ],
                                                [
                                                    7.6931494,
                                                    51.8857677
                                                ],
                                                [
                                                    7.7141065,
                                                    51.8737895
                                                ],
                                                [
                                                    7.7040645,
                                                    51.8664984
                                                ],
                                                [
                                                    7.6551647,
                                                    51.8758727
                                                ],
                                                [
                                                    7.6416299,
                                                    51.8649361
                                                ],
                                                [
                                                    7.6516718,
                                                    51.8584262
                                                ],
                                                [
                                                    7.6206728,
                                                    51.8542599
                                                ],
                                                [
                                                    7.6176166,
                                                    51.8381154
                                                ],
                                                [
                                                    7.5970961,
                                                    51.8412401
                                                ],
                                                [
                                                    7.5988425,
                                                    51.8360322
                                                ],
                                                [
                                                    7.5717729,
                                                    51.8271788
                                                ],
                                                [
                                                    7.5866175,
                                                    51.8120758
                                                ],
                                                [
                                                    7.5713363,
                                                    51.8055659
                                                ],
                                                [
                                                    7.5748292,
                                                    51.7855155
                                                ],
                                                [
                                                    7.5529989,
                                                    51.7787452
                                                ],
                                                [
                                                    7.5578015,
                                                    51.771975
                                                ],
                                                [
                                                    7.5385909,
                                                    51.7696314
                                                ],
                                                [
                                                    7.5412105,
                                                    51.7886402
                                                ],
                                                [
                                                    7.5307319,
                                                    51.7938482
                                                ],
                                                [
                                                    7.532915,
                                                    51.8047848
                                                ],
                                                [
                                                    7.5145775,
                                                    51.8146798
                                                ],
                                                [
                                                    7.5176338,
                                                    51.8219708
                                                ],
                                                [
                                                    7.4992963,
                                                    51.8167629
                                                ],
                                                [
                                                    7.4958035,
                                                    51.8217104
                                                ],
                                                [
                                                    7.4931838,
                                                    51.8157214
                                                ],
                                                [
                                                    7.4421009,
                                                    51.8310847
                                                ],
                                                [
                                                    7.4246367,
                                                    51.812857
                                                ],
                                                [
                                                    7.4006234,
                                                    51.8125966
                                                ],
                                                [
                                                    7.3447378,
                                                    51.789161
                                                ],
                                                [
                                                    7.2748808,
                                                    51.7766621
                                                ],
                                                [
                                                    7.2670219,
                                                    51.7803076
                                                ],
                                                [
                                                    7.2644023,
                                                    51.7974937
                                                ],
                                                [
                                                    7.1971649,
                                                    51.8193669
                                                ],
                                                [
                                                    7.172715,
                                                    51.8178045
                                                ],
                                                [
                                                    7.129491,
                                                    51.8292619
                                                ],
                                                [
                                                    7.0906331,
                                                    51.8506143
                                                ],
                                                [
                                                    7.0814643,
                                                    51.8691024
                                                ],
                                                [
                                                    7.0600706,
                                                    51.8857677
                                                ],
                                                [
                                                    7.0858304,
                                                    51.924827
                                                ],
                                                [
                                                    7.0819009,
                                                    51.943315
                                                ],
                                                [
                                                    7.0936893,
                                                    51.9482626
                                                ],
                                                [
                                                    7.0915063,
                                                    51.9737813
                                                ],
                                                [
                                                    7.0605072,
                                                    51.9868011
                                                ],
                                                [
                                                    7.0439162,
                                                    52.0185693
                                                ],
                                                [
                                                    6.956595,
                                                    52.0227356
                                                ],
                                                [
                                                    6.9382576,
                                                    52.0409633
                                                ],
                                                [
                                                    6.915554,
                                                    52.0420049
                                                ],
                                                [
                                                    6.9055121,
                                                    52.0571078
                                                ],
                                                [
                                                    6.9098782,
                                                    52.0641385
                                                ],
                                                [
                                                    6.8793157,
                                                    52.0787206
                                                ],
                                                [
                                                    6.9046389,
                                                    52.1018958
                                                ],
                                                [
                                                    6.8714568,
                                                    52.1253313
                                                ],
                                                [
                                                    6.8849916,
                                                    52.1531936
                                                ],
                                                [
                                                    6.9124978,
                                                    52.1732441
                                                ],
                                                [
                                                    6.9557218,
                                                    52.178452
                                                ],
                                                [
                                                    6.9897771,
                                                    52.2227192
                                                ],
                                                [
                                                    7.0434796,
                                                    52.2248023
                                                ],
                                                [
                                                    7.0701126,
                                                    52.2386033
                                                ],
                                                [
                                                    7.0469725,
                                                    52.2534458
                                                ],
                                                [
                                                    7.030818,
                                                    52.2846933
                                                ],
                                                [
                                                    7.0766617,
                                                    52.3492713
                                                ],
                                                [
                                                    7.0766617,
                                                    52.3708841
                                                ],
                                                [
                                                    7.0631269,
                                                    52.3966632
                                                ],
                                                [
                                                    7.0395502,
                                                    52.4008296
                                                ],
                                                [
                                                    6.9919601,
                                                    52.46697
                                                ],
                                                [
                                                    6.9662003,
                                                    52.4409304
                                                ],
                                                [
                                                    6.9461165,
                                                    52.4325978
                                                ],
                                                [
                                                    6.8570488,
                                                    52.4471799
                                                ],
                                                [
                                                    6.8587953,
                                                    52.4568145
                                                ],
                                                [
                                                    6.7570661,
                                                    52.4612413
                                                ],
                                                [
                                                    6.7020537,
                                                    52.4836353
                                                ],
                                                [
                                                    6.7099126,
                                                    52.5182678
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Westerkappeln",
                                        "kuerzel": "WES",
                                        "kurznummer": "18"
                                    }
                                },
                                {
                                    "id": 7,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.2443184,
                                                    51.6881277
                                                ],
                                                [
                                                    7.2513041,
                                                    51.7032306
                                                ],
                                                [
                                                    7.2617826,
                                                    51.6975019
                                                ],
                                                [
                                                    7.2862326,
                                                    51.7094801
                                                ],
                                                [
                                                    7.2888522,
                                                    51.7185939
                                                ],
                                                [
                                                    7.3054432,
                                                    51.7115632
                                                ],
                                                [
                                                    7.3250905,
                                                    51.734478
                                                ],
                                                [
                                                    7.314612,
                                                    51.7443731
                                                ],
                                                [
                                                    7.2844861,
                                                    51.7472374
                                                ],
                                                [
                                                    7.2635291,
                                                    51.7711938
                                                ],
                                                [
                                                    7.2748808,
                                                    51.7771829
                                                ],
                                                [
                                                    7.3447378,
                                                    51.7896818
                                                ],
                                                [
                                                    7.4006234,
                                                    51.812857
                                                ],
                                                [
                                                    7.4242001,
                                                    51.8133778
                                                ],
                                                [
                                                    7.4416643,
                                                    51.8316055
                                                ],
                                                [
                                                    7.4931838,
                                                    51.8162421
                                                ],
                                                [
                                                    7.4958035,
                                                    51.8222312
                                                ],
                                                [
                                                    7.4992963,
                                                    51.8170233
                                                ],
                                                [
                                                    7.5171972,
                                                    51.8224916
                                                ],
                                                [
                                                    7.5145775,
                                                    51.8152006
                                                ],
                                                [
                                                    7.532915,
                                                    51.8050452
                                                ],
                                                [
                                                    7.5307319,
                                                    51.7943689
                                                ],
                                                [
                                                    7.5407739,
                                                    51.789161
                                                ],
                                                [
                                                    7.5385909,
                                                    51.7701522
                                                ],
                                                [
                                                    7.5578015,
                                                    51.7724957
                                                ],
                                                [
                                                    7.5529989,
                                                    51.779266
                                                ],
                                                [
                                                    7.5748292,
                                                    51.7860363
                                                ],
                                                [
                                                    7.5713363,
                                                    51.8060867
                                                ],
                                                [
                                                    7.5866175,
                                                    51.8125966
                                                ],
                                                [
                                                    7.5717729,
                                                    51.8276995
                                                ],
                                                [
                                                    7.5988425,
                                                    51.836553
                                                ],
                                                [
                                                    7.5970961,
                                                    51.8417609
                                                ],
                                                [
                                                    7.6176166,
                                                    51.8386361
                                                ],
                                                [
                                                    7.6202362,
                                                    51.8547807
                                                ],
                                                [
                                                    7.6516718,
                                                    51.858947
                                                ],
                                                [
                                                    7.6416299,
                                                    51.8654569
                                                ],
                                                [
                                                    7.6551647,
                                                    51.8763935
                                                ],
                                                [
                                                    7.7040645,
                                                    51.8670192
                                                ],
                                                [
                                                    7.7141065,
                                                    51.8743103
                                                ],
                                                [
                                                    7.6931494,
                                                    51.8862885
                                                ],
                                                [
                                                    7.691403,
                                                    51.899829
                                                ],
                                                [
                                                    7.7093038,
                                                    51.9058181
                                                ],
                                                [
                                                    7.7468519,
                                                    51.8946211
                                                ],
                                                [
                                                    7.7708653,
                                                    51.8964439
                                                ],
                                                [
                                                    7.8049205,
                                                    51.8802994
                                                ],
                                                [
                                                    7.8228214,
                                                    51.8839449
                                                ],
                                                [
                                                    7.8367928,
                                                    51.8709252
                                                ],
                                                [
                                                    7.8555668,
                                                    51.8763935
                                                ],
                                                [
                                                    7.8835096,
                                                    51.8553014
                                                ],
                                                [
                                                    7.909706,
                                                    51.8581658
                                                ],
                                                [
                                                    7.9337193,
                                                    51.8498331
                                                ],
                                                [
                                                    7.971704,
                                                    51.8615509
                                                ],
                                                [
                                                    7.9769433,
                                                    51.881341
                                                ],
                                                [
                                                    8.0061959,
                                                    51.8896736
                                                ],
                                                [
                                                    8.0197307,
                                                    51.9063389
                                                ],
                                                [
                                                    8.012745,
                                                    51.9092033
                                                ],
                                                [
                                                    8.0306459,
                                                    51.9209211
                                                ],
                                                [
                                                    8.0555324,
                                                    51.9175359
                                                ],
                                                [
                                                    8.0773627,
                                                    51.9034746
                                                ],
                                                [
                                                    8.1170939,
                                                    51.9042558
                                                ],
                                                [
                                                    8.1297554,
                                                    51.891236
                                                ],
                                                [
                                                    8.1454732,
                                                    51.8513955
                                                ],
                                                [
                                                    8.0878413,
                                                    51.8347302
                                                ],
                                                [
                                                    8.0865314,
                                                    51.8178045
                                                ],
                                                [
                                                    8.1175305,
                                                    51.7964521
                                                ],
                                                [
                                                    8.1127278,
                                                    51.7857759
                                                ],
                                                [
                                                    8.1197135,
                                                    51.7722353
                                                ],
                                                [
                                                    8.142417,
                                                    51.7602572
                                                ],
                                                [
                                                    8.1310652,
                                                    51.7589552
                                                ],
                                                [
                                                    8.1245162,
                                                    51.7430711
                                                ],
                                                [
                                                    8.1363045,
                                                    51.7334364
                                                ],
                                                [
                                                    8.1205867,
                                                    51.7227602
                                                ],
                                                [
                                                    8.1310652,
                                                    51.7152088
                                                ],
                                                [
                                                    8.1166572,
                                                    51.7149484
                                                ],
                                                [
                                                    8.1035591,
                                                    51.6995851
                                                ],
                                                [
                                                    8.058152,
                                                    51.714688
                                                ],
                                                [
                                                    8.0118718,
                                                    51.7081781
                                                ],
                                                [
                                                    8.008379,
                                                    51.7144276
                                                ],
                                                [
                                                    7.9686478,
                                                    51.7185939
                                                ],
                                                [
                                                    7.9625353,
                                                    51.7019286
                                                ],
                                                [
                                                    7.9494371,
                                                    51.6982831
                                                ],
                                                [
                                                    8.0018299,
                                                    51.672504
                                                ],
                                                [
                                                    7.9577327,
                                                    51.6706812
                                                ],
                                                [
                                                    7.9538032,
                                                    51.6399545
                                                ],
                                                [
                                                    7.938522,
                                                    51.6368298
                                                ],
                                                [
                                                    7.9158185,
                                                    51.6118319
                                                ],
                                                [
                                                    7.9206211,
                                                    51.6001141
                                                ],
                                                [
                                                    7.914072,
                                                    51.5936042
                                                ],
                                                [
                                                    7.9232408,
                                                    51.5795428
                                                ],
                                                [
                                                    7.938522,
                                                    51.5907398
                                                ],
                                                [
                                                    7.9612255,
                                                    51.5792824
                                                ],
                                                [
                                                    7.9808728,
                                                    51.5860527
                                                ],
                                                [
                                                    7.983929,
                                                    51.5722518
                                                ],
                                                [
                                                    8.0031397,
                                                    51.561836
                                                ],
                                                [
                                                    7.9878585,
                                                    51.5311093
                                                ],
                                                [
                                                    8.027153,
                                                    51.5339737
                                                ],
                                                [
                                                    8.0328289,
                                                    51.5240786
                                                ],
                                                [
                                                    8.027153,
                                                    51.5191311
                                                ],
                                                [
                                                    8.039378,
                                                    51.5016846
                                                ],
                                                [
                                                    8.0192941,
                                                    51.49205
                                                ],
                                                [
                                                    8.02497,
                                                    51.4764263
                                                ],
                                                [
                                                    8.0158013,
                                                    51.4641877
                                                ],
                                                [
                                                    8.0232236,
                                                    51.4589798
                                                ],
                                                [
                                                    8.0555324,
                                                    51.4454393
                                                ],
                                                [
                                                    8.1625009,
                                                    51.4402314
                                                ],
                                                [
                                                    8.2153302,
                                                    51.4082027
                                                ],
                                                [
                                                    8.1847678,
                                                    51.4003909
                                                ],
                                                [
                                                    8.1825848,
                                                    51.3871107
                                                ],
                                                [
                                                    8.1559518,
                                                    51.3897147
                                                ],
                                                [
                                                    8.1175305,
                                                    51.36029
                                                ],
                                                [
                                                    8.0935171,
                                                    51.3535197
                                                ],
                                                [
                                                    8.0358851,
                                                    51.3563841
                                                ],
                                                [
                                                    8.0284628,
                                                    51.3623732
                                                ],
                                                [
                                                    8.0306459,
                                                    51.372789
                                                ],
                                                [
                                                    8.0123084,
                                                    51.3675811
                                                ],
                                                [
                                                    7.9974638,
                                                    51.3803404
                                                ],
                                                [
                                                    8.0131816,
                                                    51.3803404
                                                ],
                                                [
                                                    8.0166745,
                                                    51.3891939
                                                ],
                                                [
                                                    7.9625353,
                                                    51.3894543
                                                ],
                                                [
                                                    7.9629719,
                                                    51.3808612
                                                ],
                                                [
                                                    7.9372122,
                                                    51.3800801
                                                ],
                                                [
                                                    7.9171283,
                                                    51.3699246
                                                ],
                                                [
                                                    7.8966078,
                                                    51.3904959
                                                ],
                                                [
                                                    7.8704114,
                                                    51.3941414
                                                ],
                                                [
                                                    7.8516374,
                                                    51.3873711
                                                ],
                                                [
                                                    7.8581865,
                                                    51.3774761
                                                ],
                                                [
                                                    7.8402856,
                                                    51.3563841
                                                ],
                                                [
                                                    7.8014277,
                                                    51.3423227
                                                ],
                                                [
                                                    7.8014277,
                                                    51.3300842
                                                ],
                                                [
                                                    7.7813438,
                                                    51.325397
                                                ],
                                                [
                                                    7.7734849,
                                                    51.3121169
                                                ],
                                                [
                                                    7.7263315,
                                                    51.315502
                                                ],
                                                [
                                                    7.6887833,
                                                    51.2998783
                                                ],
                                                [
                                                    7.6844173,
                                                    51.303003
                                                ],
                                                [
                                                    7.6940226,
                                                    51.304305
                                                ],
                                                [
                                                    7.6892199,
                                                    51.3136793
                                                ],
                                                [
                                                    7.6634602,
                                                    51.3147208
                                                ],
                                                [
                                                    7.6468692,
                                                    51.306909
                                                ],
                                                [
                                                    7.6433763,
                                                    51.2816506
                                                ],
                                                [
                                                    7.6486156,
                                                    51.2777447
                                                ],
                                                [
                                                    7.6377004,
                                                    51.2735784
                                                ],
                                                [
                                                    7.6232924,
                                                    51.283213
                                                ],
                                                [
                                                    7.5953496,
                                                    51.2824318
                                                ],
                                                [
                                                    7.5848711,
                                                    51.29441
                                                ],
                                                [
                                                    7.5534355,
                                                    51.2670685
                                                ],
                                                [
                                                    7.5171972,
                                                    51.262121
                                                ],
                                                [
                                                    7.4975499,
                                                    51.2472785
                                                ],
                                                [
                                                    7.5058454,
                                                    51.2412894
                                                ],
                                                [
                                                    7.4682973,
                                                    51.2254053
                                                ],
                                                [
                                                    7.4495232,
                                                    51.225926
                                                ],
                                                [
                                                    7.4399179,
                                                    51.2110835
                                                ],
                                                [
                                                    7.4132849,
                                                    51.2188954
                                                ],
                                                [
                                                    7.3993135,
                                                    51.2303528
                                                ],
                                                [
                                                    7.4080457,
                                                    51.2373834
                                                ],
                                                [
                                                    7.3962573,
                                                    51.2438933
                                                ],
                                                [
                                                    7.3447378,
                                                    51.237123
                                                ],
                                                [
                                                    7.3377521,
                                                    51.24832
                                                ],
                                                [
                                                    7.3124289,
                                                    51.2389458
                                                ],
                                                [
                                                    7.3015138,
                                                    51.2444141
                                                ],
                                                [
                                                    7.3106825,
                                                    51.249622
                                                ],
                                                [
                                                    7.3106825,
                                                    51.249622
                                                ],
                                                [
                                                    7.3106825,
                                                    51.249622
                                                ],
                                                [
                                                    7.3071897,
                                                    51.262121
                                                ],
                                                [
                                                    7.3237807,
                                                    51.2764427
                                                ],
                                                [
                                                    7.2988941,
                                                    51.3149812
                                                ],
                                                [
                                                    7.3211611,
                                                    51.3287822
                                                ],
                                                [
                                                    7.3076263,
                                                    51.3363336
                                                ],
                                                [
                                                    7.3071897,
                                                    51.3438851
                                                ],
                                                [
                                                    7.318978,
                                                    51.3475306
                                                ],
                                                [
                                                    7.3154852,
                                                    51.358988
                                                ],
                                                [
                                                    7.300204,
                                                    51.3582068
                                                ],
                                                [
                                                    7.3063164,
                                                    51.3712266
                                                ],
                                                [
                                                    7.3028236,
                                                    51.3733098
                                                ],
                                                [
                                                    7.3237807,
                                                    51.3899751
                                                ],
                                                [
                                                    7.3229075,
                                                    51.3988285
                                                ],
                                                [
                                                    7.3486672,
                                                    51.4082027
                                                ],
                                                [
                                                    7.364385,
                                                    51.3957038
                                                ],
                                                [
                                                    7.357836,
                                                    51.4069008
                                                ],
                                                [
                                                    7.4276929,
                                                    51.4295552
                                                ],
                                                [
                                                    7.4159046,
                                                    51.4509076
                                                ],
                                                [
                                                    7.3936377,
                                                    51.4605422
                                                ],
                                                [
                                                    7.3936377,
                                                    51.47226
                                                ],
                                                [
                                                    7.3469208,
                                                    51.4816342
                                                ],
                                                [
                                                    7.3421181,
                                                    51.4941332
                                                ],
                                                [
                                                    7.3277101,
                                                    51.4871025
                                                ],
                                                [
                                                    7.3215977,
                                                    51.5040282
                                                ],
                                                [
                                                    7.3080629,
                                                    51.5024658
                                                ],
                                                [
                                                    7.3076263,
                                                    51.5136628
                                                ],
                                                [
                                                    7.316795,
                                                    51.5193915
                                                ],
                                                [
                                                    7.3683145,
                                                    51.5261618
                                                ],
                                                [
                                                    7.3517235,
                                                    51.5433479
                                                ],
                                                [
                                                    7.3608922,
                                                    51.5540241
                                                ],
                                                [
                                                    7.357836,
                                                    51.5631379
                                                ],
                                                [
                                                    7.3429914,
                                                    51.5748557
                                                ],
                                                [
                                                    7.3582726,
                                                    51.5831884
                                                ],
                                                [
                                                    7.3726806,
                                                    51.5805844
                                                ],
                                                [
                                                    7.3761734,
                                                    51.5889171
                                                ],
                                                [
                                                    7.3412449,
                                                    51.5998537
                                                ],
                                                [
                                                    7.3464842,
                                                    51.6076655
                                                ],
                                                [
                                                    7.3084995,
                                                    51.6144358
                                                ],
                                                [
                                                    7.3054432,
                                                    51.6240704
                                                ],
                                                [
                                                    7.2761906,
                                                    51.6201645
                                                ],
                                                [
                                                    7.2945281,
                                                    51.6292783
                                                ],
                                                [
                                                    7.3015138,
                                                    51.6469852
                                                ],
                                                [
                                                    7.275754,
                                                    51.6579218
                                                ],
                                                [
                                                    7.2604728,
                                                    51.6821386
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "B�nen",
                                        "kuerzel": "BON",
                                        "kurznummer": "7"
                                    }
                                },
                                {
                                    "id": 22,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    12.2176977,
                                                    52.168557
                                                ],
                                                [
                                                    12.2303593,
                                                    52.1836599
                                                ],
                                                [
                                                    12.24957,
                                                    52.1810559
                                                ],
                                                [
                                                    12.2438941,
                                                    52.1927737
                                                ],
                                                [
                                                    12.2552459,
                                                    52.2018876
                                                ],
                                                [
                                                    12.247387,
                                                    52.2047519
                                                ],
                                                [
                                                    12.2508798,
                                                    52.2089182
                                                ],
                                                [
                                                    12.2840619,
                                                    52.2138657
                                                ],
                                                [
                                                    12.2993431,
                                                    52.2261043
                                                ],
                                                [
                                                    12.2648512,
                                                    52.2315726
                                                ],
                                                [
                                                    12.2775128,
                                                    52.2341766
                                                ],
                                                [
                                                    12.247387,
                                                    52.2471963
                                                ],
                                                [
                                                    12.2648512,
                                                    52.2922447
                                                ],
                                                [
                                                    12.3102582,
                                                    52.3419802
                                                ],
                                                [
                                                    12.2862449,
                                                    52.3615099
                                                ],
                                                [
                                                    12.3085118,
                                                    52.3750504
                                                ],
                                                [
                                                    12.2936672,
                                                    52.3833831
                                                ],
                                                [
                                                    12.3041457,
                                                    52.4026523
                                                ],
                                                [
                                                    12.2766396,
                                                    52.4133285
                                                ],
                                                [
                                                    12.2993431,
                                                    52.4211404
                                                ],
                                                [
                                                    12.2910476,
                                                    52.4279107
                                                ],
                                                [
                                                    12.3045823,
                                                    52.4315562
                                                ],
                                                [
                                                    12.3076386,
                                                    52.4490027
                                                ],
                                                [
                                                    12.3207368,
                                                    52.4513462
                                                ],
                                                [
                                                    12.3299055,
                                                    52.4367641
                                                ],
                                                [
                                                    12.4351275,
                                                    52.4555126
                                                ],
                                                [
                                                    12.4521552,
                                                    52.4763442
                                                ],
                                                [
                                                    12.4141705,
                                                    52.4753026
                                                ],
                                                [
                                                    12.4259588,
                                                    52.4896243
                                                ],
                                                [
                                                    12.4141705,
                                                    52.4919679
                                                ],
                                                [
                                                    12.4259588,
                                                    52.4987382
                                                ],
                                                [
                                                    12.4159169,
                                                    52.5073312
                                                ],
                                                [
                                                    12.4311981,
                                                    52.5122787
                                                ],
                                                [
                                                    12.4285785,
                                                    52.5255589
                                                ],
                                                [
                                                    12.4106776,
                                                    52.5349331
                                                ],
                                                [
                                                    12.4320713,
                                                    52.5367559
                                                ],
                                                [
                                                    12.4303249,
                                                    52.551338
                                                ],
                                                [
                                                    12.4901399,
                                                    52.5536816
                                                ],
                                                [
                                                    12.4831542,
                                                    52.5495153
                                                ],
                                                [
                                                    12.5067309,
                                                    52.5331104
                                                ],
                                                [
                                                    12.5386032,
                                                    52.5354539
                                                ],
                                                [
                                                    12.5787709,
                                                    52.5242569
                                                ],
                                                [
                                                    12.652994,
                                                    52.5393598
                                                ],
                                                [
                                                    12.6743877,
                                                    52.5344123
                                                ],
                                                [
                                                    12.6922885,
                                                    52.5471717
                                                ],
                                                [
                                                    12.7197947,
                                                    52.5430054
                                                ],
                                                [
                                                    12.7276536,
                                                    52.5370163
                                                ],
                                                [
                                                    12.7202313,
                                                    52.5362351
                                                ],
                                                [
                                                    12.7245973,
                                                    52.5292044
                                                ],
                                                [
                                                    12.7180483,
                                                    52.5224342
                                                ],
                                                [
                                                    12.7516669,
                                                    52.50655
                                                ],
                                                [
                                                    12.7363857,
                                                    52.495353
                                                ],
                                                [
                                                    12.7617089,
                                                    52.4784274
                                                ],
                                                [
                                                    12.7446812,
                                                    52.4747818
                                                ],
                                                [
                                                    12.7468643,
                                                    52.455773
                                                ],
                                                [
                                                    12.7673847,
                                                    52.4635848
                                                ],
                                                [
                                                    12.8145382,
                                                    52.4633244
                                                ],
                                                [
                                                    12.8110453,
                                                    52.4700947
                                                ],
                                                [
                                                    12.8197775,
                                                    52.4706155
                                                ],
                                                [
                                                    12.8940005,
                                                    52.4474403
                                                ],
                                                [
                                                    12.8970567,
                                                    52.4573353
                                                ],
                                                [
                                                    12.8887612,
                                                    52.4607205
                                                ],
                                                [
                                                    12.9193236,
                                                    52.4716571
                                                ],
                                                [
                                                    12.9197602,
                                                    52.4797293
                                                ],
                                                [
                                                    12.9350415,
                                                    52.484156
                                                ],
                                                [
                                                    12.9385343,
                                                    52.4987382
                                                ],
                                                [
                                                    13.0062082,
                                                    52.5120183
                                                ],
                                                [
                                                    13.0310948,
                                                    52.4789481
                                                ],
                                                [
                                                    13.0428831,
                                                    52.4779066
                                                ],
                                                [
                                                    13.0590376,
                                                    52.4568145
                                                ],
                                                [
                                                    13.0721358,
                                                    52.4573353
                                                ],
                                                [
                                                    13.0978955,
                                                    52.4659284
                                                ],
                                                [
                                                    13.1000785,
                                                    52.4914471
                                                ],
                                                [
                                                    13.1223454,
                                                    52.488062
                                                ],
                                                [
                                                    13.1411195,
                                                    52.4997798
                                                ],
                                                [
                                                    13.159457,
                                                    52.4989986
                                                ],
                                                [
                                                    13.1127401,
                                                    52.4628036
                                                ],
                                                [
                                                    13.1114303,
                                                    52.4479611
                                                ],
                                                [
                                                    13.1254017,
                                                    52.4367641
                                                ],
                                                [
                                                    13.1878364,
                                                    52.4625432
                                                ],
                                                [
                                                    13.1917658,
                                                    52.4948323
                                                ],
                                                [
                                                    13.2118497,
                                                    52.5000402
                                                ],
                                                [
                                                    13.2384827,
                                                    52.5232153
                                                ],
                                                [
                                                    13.2773406,
                                                    52.5266005
                                                ],
                                                [
                                                    13.2817067,
                                                    52.5424846
                                                ],
                                                [
                                                    13.320128,
                                                    52.5453489
                                                ],
                                                [
                                                    13.3306065,
                                                    52.5359747
                                                ],
                                                [
                                                    13.3135789,
                                                    52.53285
                                                ],
                                                [
                                                    13.3188182,
                                                    52.5182678
                                                ],
                                                [
                                                    13.3266771,
                                                    52.5219134
                                                ],
                                                [
                                                    13.3384654,
                                                    52.5107164
                                                ],
                                                [
                                                    13.3524368,
                                                    52.5109768
                                                ],
                                                [
                                                    13.3528734,
                                                    52.4989986
                                                ],
                                                [
                                                    13.3707743,
                                                    52.4911867
                                                ],
                                                [
                                                    13.3786332,
                                                    52.5055085
                                                ],
                                                [
                                                    13.4188009,
                                                    52.5013421
                                                ],
                                                [
                                                    13.4135617,
                                                    52.4937907
                                                ],
                                                [
                                                    13.4270965,
                                                    52.4891036
                                                ],
                                                [
                                                    13.4345188,
                                                    52.4695739
                                                ],
                                                [
                                                    13.4192376,
                                                    52.4625432
                                                ],
                                                [
                                                    13.4458705,
                                                    52.4601997
                                                ],
                                                [
                                                    13.4532928,
                                                    52.4510858
                                                ],
                                                [
                                                    13.4384482,
                                                    52.4461383
                                                ],
                                                [
                                                    13.4698839,
                                                    52.4385869
                                                ],
                                                [
                                                    13.4799258,
                                                    52.4276503
                                                ],
                                                [
                                                    13.4729401,
                                                    52.4234839
                                                ],
                                                [
                                                    13.4873481,
                                                    52.4206196
                                                ],
                                                [
                                                    13.482982,
                                                    52.4146305
                                                ],
                                                [
                                                    13.4655178,
                                                    52.418276
                                                ],
                                                [
                                                    13.420984,
                                                    52.4073394
                                                ],
                                                [
                                                    13.4297161,
                                                    52.3833831
                                                ],
                                                [
                                                    13.4205474,
                                                    52.3630722
                                                ],
                                                [
                                                    13.4441241,
                                                    52.3604683
                                                ],
                                                [
                                                    13.4489268,
                                                    52.3440634
                                                ],
                                                [
                                                    13.5013195,
                                                    52.3336476
                                                ],
                                                [
                                                    13.4851651,
                                                    52.3193258
                                                ],
                                                [
                                                    13.4995731,
                                                    52.3034417
                                                ],
                                                [
                                                    13.4851651,
                                                    52.2833913
                                                ],
                                                [
                                                    13.509615,
                                                    52.279225
                                                ],
                                                [
                                                    13.5135445,
                                                    52.2643824
                                                ],
                                                [
                                                    13.451983,
                                                    52.2539666
                                                ],
                                                [
                                                    13.4602785,
                                                    52.2503211
                                                ],
                                                [
                                                    13.4620249,
                                                    52.2373013
                                                ],
                                                [
                                                    13.4790526,
                                                    52.2297499
                                                ],
                                                [
                                                    13.5445435,
                                                    52.2388637
                                                ],
                                                [
                                                    13.5847112,
                                                    52.1940757
                                                ],
                                                [
                                                    13.5480363,
                                                    52.1904302
                                                ],
                                                [
                                                    13.5541488,
                                                    52.1474649
                                                ],
                                                [
                                                    13.5462899,
                                                    52.0930423
                                                ],
                                                [
                                                    13.509615,
                                                    52.0693464
                                                ],
                                                [
                                                    13.5017561,
                                                    52.0396613
                                                ],
                                                [
                                                    13.4393214,
                                                    52.001904
                                                ],
                                                [
                                                    13.3546199,
                                                    51.9823743
                                                ],
                                                [
                                                    13.3140155,
                                                    51.9826347
                                                ],
                                                [
                                                    13.3009173,
                                                    51.9753437
                                                ],
                                                [
                                                    13.3070298,
                                                    51.9722189
                                                ],
                                                [
                                                    13.295678,
                                                    51.9422735
                                                ],
                                                [
                                                    13.2755942,
                                                    51.9422735
                                                ],
                                                [
                                                    13.2734111,
                                                    51.9308161
                                                ],
                                                [
                                                    13.293495,
                                                    51.9295141
                                                ],
                                                [
                                                    13.3135789,
                                                    51.9052973
                                                ],
                                                [
                                                    13.338902,
                                                    51.901131
                                                ],
                                                [
                                                    13.3354092,
                                                    51.8758727
                                                ],
                                                [
                                                    13.3161985,
                                                    51.8526975
                                                ],
                                                [
                                                    13.3196914,
                                                    51.8409797
                                                ],
                                                [
                                                    13.2987343,
                                                    51.8362926
                                                ],
                                                [
                                                    13.3122691,
                                                    51.8279599
                                                ],
                                                [
                                                    13.30572,
                                                    51.8162421
                                                ],
                                                [
                                                    13.2834531,
                                                    51.824054
                                                ],
                                                [
                                                    13.252454,
                                                    51.8196273
                                                ],
                                                [
                                                    13.2253845,
                                                    51.8516559
                                                ],
                                                [
                                                    13.2323702,
                                                    51.8756123
                                                ],
                                                [
                                                    13.1668793,
                                                    51.8808202
                                                ],
                                                [
                                                    13.1345704,
                                                    51.8797786
                                                ],
                                                [
                                                    13.0826143,
                                                    51.8646757
                                                ],
                                                [
                                                    13.0415733,
                                                    51.8683212
                                                ],
                                                [
                                                    13.0289118,
                                                    51.8784766
                                                ],
                                                [
                                                    13.0398269,
                                                    51.8776954
                                                ],
                                                [
                                                    13.0393903,
                                                    51.8881112
                                                ],
                                                [
                                                    13.0503055,
                                                    51.8891528
                                                ],
                                                [
                                                    13.0476858,
                                                    51.8980063
                                                ],
                                                [
                                                    12.9752092,
                                                    51.8985271
                                                ],
                                                [
                                                    12.9787021,
                                                    51.9172755
                                                ],
                                                [
                                                    12.9586182,
                                                    51.9201399
                                                ],
                                                [
                                                    12.9629842,
                                                    51.9323784
                                                ],
                                                [
                                                    12.9193236,
                                                    51.9368052
                                                ],
                                                [
                                                    12.9171406,
                                                    51.9287329
                                                ],
                                                [
                                                    12.8983666,
                                                    51.924827
                                                ],
                                                [
                                                    12.8909442,
                                                    51.932118
                                                ],
                                                [
                                                    12.8547059,
                                                    51.9326388
                                                ],
                                                [
                                                    12.8464104,
                                                    51.9649279
                                                ],
                                                [
                                                    12.7782999,
                                                    51.9623239
                                                ],
                                                [
                                                    12.7787365,
                                                    51.9735209
                                                ],
                                                [
                                                    12.758216,
                                                    51.9836763
                                                ],
                                                [
                                                    12.7337661,
                                                    51.9854991
                                                ],
                                                [
                                                    12.6708948,
                                                    52.0102366
                                                ],
                                                [
                                                    12.6508109,
                                                    52.0055495
                                                ],
                                                [
                                                    12.6468815,
                                                    51.9917486
                                                ],
                                                [
                                                    12.6158824,
                                                    51.9891446
                                                ],
                                                [
                                                    12.6171923,
                                                    51.9797704
                                                ],
                                                [
                                                    12.5416594,
                                                    51.9823743
                                                ],
                                                [
                                                    12.53773,
                                                    52.0003416
                                                ],
                                                [
                                                    12.4962524,
                                                    52.0089347
                                                ],
                                                [
                                                    12.4827176,
                                                    52.0305475
                                                ],
                                                [
                                                    12.4630703,
                                                    52.0321098
                                                ],
                                                [
                                                    12.4517186,
                                                    52.0136218
                                                ],
                                                [
                                                    12.4316347,
                                                    52.0157049
                                                ],
                                                [
                                                    12.3914669,
                                                    52.0409633
                                                ],
                                                [
                                                    12.3617777,
                                                    52.0438276
                                                ],
                                                [
                                                    12.3329617,
                                                    52.0654404
                                                ],
                                                [
                                                    12.3203002,
                                                    52.0878344
                                                ],
                                                [
                                                    12.278386,
                                                    52.1011146
                                                ],
                                                [
                                                    12.2670342,
                                                    52.1279353
                                                ],
                                                [
                                                    12.2452039,
                                                    52.1383511
                                                ],
                                                [
                                                    12.2355986,
                                                    52.1602243
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Gro�beeren",
                                        "kuerzel": "GRO",
                                        "kurznummer": "22"
                                    }
                                },
                                {
                                    "id": 11,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    8.7698199,
                                                    52.5062896
                                                ],
                                                [
                                                    8.7798618,
                                                    52.5135807
                                                ],
                                                [
                                                    8.7558485,
                                                    52.5185282
                                                ],
                                                [
                                                    8.7724395,
                                                    52.5213926
                                                ],
                                                [
                                                    8.7737493,
                                                    52.5325896
                                                ],
                                                [
                                                    8.8169733,
                                                    52.5276421
                                                ],
                                                [
                                                    8.8182831,
                                                    52.5341519
                                                ],
                                                [
                                                    8.8331278,
                                                    52.53285
                                                ],
                                                [
                                                    8.8300715,
                                                    52.5396202
                                                ],
                                                [
                                                    8.8427331,
                                                    52.542745
                                                ],
                                                [
                                                    8.8549581,
                                                    52.5299856
                                                ],
                                                [
                                                    8.8632536,
                                                    52.5346727
                                                ],
                                                [
                                                    8.8593241,
                                                    52.5458697
                                                ],
                                                [
                                                    8.9021115,
                                                    52.5562855
                                                ],
                                                [
                                                    8.9016749,
                                                    52.5854498
                                                ],
                                                [
                                                    8.9383498,
                                                    52.5698261
                                                ],
                                                [
                                                    8.9549408,
                                                    52.5531608
                                                ],
                                                [
                                                    8.9553774,
                                                    52.5331104
                                                ],
                                                [
                                                    8.9632364,
                                                    52.5247777
                                                ],
                                                [
                                                    8.9789542,
                                                    52.5357143
                                                ],
                                                [
                                                    9.006897,
                                                    52.5383183
                                                ],
                                                [
                                                    9.0300371,
                                                    52.5281629
                                                ],
                                                [
                                                    9.0466281,
                                                    52.5331104
                                                ],
                                                [
                                                    9.0413888,
                                                    52.5463905
                                                ],
                                                [
                                                    9.0597263,
                                                    52.5570667
                                                ],
                                                [
                                                    9.083303,
                                                    52.5581083
                                                ],
                                                [
                                                    9.0881057,
                                                    52.551338
                                                ],
                                                [
                                                    9.0981476,
                                                    52.5612331
                                                ],
                                                [
                                                    9.1090628,
                                                    52.5604519
                                                ],
                                                [
                                                    9.0937816,
                                                    52.5734716
                                                ],
                                                [
                                                    9.1191047,
                                                    52.5802419
                                                ],
                                                [
                                                    9.1169217,
                                                    52.5935221
                                                ],
                                                [
                                                    9.1304565,
                                                    52.6034171
                                                ],
                                                [
                                                    9.1588359,
                                                    52.5997716
                                                ],
                                                [
                                                    9.1623287,
                                                    52.6070626
                                                ],
                                                [
                                                    9.1754269,
                                                    52.6075834
                                                ],
                                                [
                                                    9.2081723,
                                                    52.588835
                                                ],
                                                [
                                                    9.2252,
                                                    52.6005527
                                                ],
                                                [
                                                    9.2566356,
                                                    52.606021
                                                ],
                                                [
                                                    9.2732266,
                                                    52.6000319
                                                ],
                                                [
                                                    9.3168872,
                                                    52.6127913
                                                ],
                                                [
                                                    9.3317318,
                                                    52.6005527
                                                ],
                                                [
                                                    9.3531255,
                                                    52.5992508
                                                ],
                                                [
                                                    9.3579282,
                                                    52.6055003
                                                ],
                                                [
                                                    9.3941665,
                                                    52.6083646
                                                ],
                                                [
                                                    9.3941665,
                                                    52.6151349
                                                ],
                                                [
                                                    9.4391369,
                                                    52.6187804
                                                ],
                                                [
                                                    9.4452494,
                                                    52.6299774
                                                ],
                                                [
                                                    9.4710092,
                                                    52.6380497
                                                ],
                                                [
                                                    9.4478691,
                                                    52.6489863
                                                ],
                                                [
                                                    9.4483057,
                                                    52.662006
                                                ],
                                                [
                                                    9.4317146,
                                                    52.6599229
                                                ],
                                                [
                                                    9.4400101,
                                                    52.6672139
                                                ],
                                                [
                                                    9.4063915,
                                                    52.6781505
                                                ],
                                                [
                                                    9.4247289,
                                                    52.7133039
                                                ],
                                                [
                                                    9.4967689,
                                                    52.7234593
                                                ],
                                                [
                                                    9.5369367,
                                                    52.7432494
                                                ],
                                                [
                                                    9.5552741,
                                                    52.7445513
                                                ],
                                                [
                                                    9.5666259,
                                                    52.7570503
                                                ],
                                                [
                                                    9.5858366,
                                                    52.7468949
                                                ],
                                                [
                                                    9.5792875,
                                                    52.7330939
                                                ],
                                                [
                                                    9.5980615,
                                                    52.7099188
                                                ],
                                                [
                                                    9.6552569,
                                                    52.6984614
                                                ],
                                                [
                                                    9.6801435,
                                                    52.7226781
                                                ],
                                                [
                                                    9.7168184,
                                                    52.7351771
                                                ],
                                                [
                                                    9.7255505,
                                                    52.7239801
                                                ],
                                                [
                                                    9.8045762,
                                                    52.7427286
                                                ],
                                                [
                                                    9.8691939,
                                                    52.7362187
                                                ],
                                                [
                                                    9.9001929,
                                                    52.7505404
                                                ],
                                                [
                                                    9.9399241,
                                                    52.7458533
                                                ],
                                                [
                                                    9.9512758,
                                                    52.7328335
                                                ],
                                                [
                                                    9.9434169,
                                                    52.7276256
                                                ],
                                                [
                                                    9.9691767,
                                                    52.7130435
                                                ],
                                                [
                                                    9.9748525,
                                                    52.7174702
                                                ],
                                                [
                                                    9.9814016,
                                                    52.706794
                                                ],
                                                [
                                                    10.0128373,
                                                    52.7218969
                                                ],
                                                [
                                                    10.0080346,
                                                    52.7281464
                                                ],
                                                [
                                                    10.0145837,
                                                    52.7333543
                                                ],
                                                [
                                                    10.0189497,
                                                    52.7297088
                                                ],
                                                [
                                                    10.0106542,
                                                    52.7114811
                                                ],
                                                [
                                                    10.036414,
                                                    52.7190326
                                                ],
                                                [
                                                    10.0564979,
                                                    52.7106999
                                                ],
                                                [
                                                    10.0678496,
                                                    52.7195534
                                                ],
                                                [
                                                    10.0604273,
                                                    52.7224177
                                                ],
                                                [
                                                    10.0613005,
                                                    52.7234593
                                                ],
                                                [
                                                    10.0831308,
                                                    52.716689
                                                ],
                                                [
                                                    10.0901165,
                                                    52.7252821
                                                ],
                                                [
                                                    10.1023415,
                                                    52.7213762
                                                ],
                                                [
                                                    10.1027781,
                                                    52.7135643
                                                ],
                                                [
                                                    10.1604101,
                                                    52.7036693
                                                ],
                                                [
                                                    10.1643396,
                                                    52.7133039
                                                ],
                                                [
                                                    10.1783109,
                                                    52.7070544
                                                ],
                                                [
                                                    10.1988314,
                                                    52.719293
                                                ],
                                                [
                                                    10.2320135,
                                                    52.719293
                                                ],
                                                [
                                                    10.2481679,
                                                    52.7143455
                                                ],
                                                [
                                                    10.2569,
                                                    52.6961178
                                                ],
                                                [
                                                    10.2721812,
                                                    52.7002841
                                                ],
                                                [
                                                    10.2721812,
                                                    52.6914307
                                                ],
                                                [
                                                    10.2988142,
                                                    52.6838792
                                                ],
                                                [
                                                    10.2944482,
                                                    52.6929931
                                                ],
                                                [
                                                    10.3040535,
                                                    52.705492
                                                ],
                                                [
                                                    10.3424748,
                                                    52.7060128
                                                ],
                                                [
                                                    10.343348,
                                                    52.7148663
                                                ],
                                                [
                                                    10.3625587,
                                                    52.7245009
                                                ],
                                                [
                                                    10.369981,
                                                    52.7226781
                                                ],
                                                [
                                                    10.3817694,
                                                    52.6919515
                                                ],
                                                [
                                                    10.3717274,
                                                    52.6872644
                                                ],
                                                [
                                                    10.3887551,
                                                    52.6867436
                                                ],
                                                [
                                                    10.4092755,
                                                    52.654715
                                                ],
                                                [
                                                    10.4306692,
                                                    52.6648704
                                                ],
                                                [
                                                    10.4293594,
                                                    52.6750258
                                                ],
                                                [
                                                    10.4594852,
                                                    52.6737238
                                                ],
                                                [
                                                    10.454246,
                                                    52.6849208
                                                ],
                                                [
                                                    10.4786959,
                                                    52.6924723
                                                ],
                                                [
                                                    10.4957235,
                                                    52.6820565
                                                ],
                                                [
                                                    10.4926673,
                                                    52.6776297
                                                ],
                                                [
                                                    10.5219199,
                                                    52.6515902
                                                ],
                                                [
                                                    10.5249761,
                                                    52.6393516
                                                ],
                                                [
                                                    10.5677635,
                                                    52.650809
                                                ],
                                                [
                                                    10.5991992,
                                                    52.6456011
                                                ],
                                                [
                                                    10.619283,
                                                    52.6669535
                                                ],
                                                [
                                                    10.6904498,
                                                    52.6138329
                                                ],
                                                [
                                                    10.6852106,
                                                    52.6041983
                                                ],
                                                [
                                                    10.7105337,
                                                    52.5982092
                                                ],
                                                [
                                                    10.7061676,
                                                    52.5635766
                                                ],
                                                [
                                                    10.7314908,
                                                    52.5536816
                                                ],
                                                [
                                                    10.7284346,
                                                    52.5310272
                                                ],
                                                [
                                                    10.7450256,
                                                    52.5198302
                                                ],
                                                [
                                                    10.7969817,
                                                    52.5086332
                                                ],
                                                [
                                                    10.7847567,
                                                    52.4922283
                                                ],
                                                [
                                                    10.7991647,
                                                    52.4807709
                                                ],
                                                [
                                                    10.8205584,
                                                    52.485458
                                                ],
                                                [
                                                    10.8563601,
                                                    52.4677511
                                                ],
                                                [
                                                    10.878627,
                                                    52.4716571
                                                ],
                                                [
                                                    10.8943448,
                                                    52.4575957
                                                ],
                                                [
                                                    10.9380055,
                                                    52.4690531
                                                ],
                                                [
                                                    10.9371322,
                                                    52.4575957
                                                ],
                                                [
                                                    11.0030598,
                                                    52.4068186
                                                ],
                                                [
                                                    10.9873419,
                                                    52.4023919
                                                ],
                                                [
                                                    10.989525,
                                                    52.3969236
                                                ],
                                                [
                                                    10.9729339,
                                                    52.3904137
                                                ],
                                                [
                                                    10.9781732,
                                                    52.385987
                                                ],
                                                [
                                                    10.9681313,
                                                    52.3836435
                                                ],
                                                [
                                                    10.9454278,
                                                    52.3833831
                                                ],
                                                [
                                                    10.9397519,
                                                    52.3956217
                                                ],
                                                [
                                                    10.9266537,
                                                    52.3919761
                                                ],
                                                [
                                                    10.9087528,
                                                    52.4023919
                                                ],
                                                [
                                                    10.8768806,
                                                    52.3909345
                                                ],
                                                [
                                                    10.8707681,
                                                    52.3810395
                                                ],
                                                [
                                                    10.8843029,
                                                    52.3711445
                                                ],
                                                [
                                                    10.8537405,
                                                    52.3620307
                                                ],
                                                [
                                                    10.8904154,
                                                    52.3427614
                                                ],
                                                [
                                                    10.8624726,
                                                    52.330002
                                                ],
                                                [
                                                    10.8589798,
                                                    52.3193258
                                                ],
                                                [
                                                    10.849811,
                                                    52.3216694
                                                ],
                                                [
                                                    10.8550503,
                                                    52.3148991
                                                ],
                                                [
                                                    10.8109531,
                                                    52.3273981
                                                ],
                                                [
                                                    10.8275441,
                                                    52.3414594
                                                ],
                                                [
                                                    10.8083335,
                                                    52.3445842
                                                ],
                                                [
                                                    10.8039674,
                                                    52.3346892
                                                ],
                                                [
                                                    10.7703487,
                                                    52.3380743
                                                ],
                                                [
                                                    10.7603068,
                                                    52.3242733
                                                ],
                                                [
                                                    10.7402229,
                                                    52.3232318
                                                ],
                                                [
                                                    10.7192658,
                                                    52.3008378
                                                ],
                                                [
                                                    10.7358569,
                                                    52.2906824
                                                ],
                                                [
                                                    10.7310542,
                                                    52.2852141
                                                ],
                                                [
                                                    10.7384765,
                                                    52.268028
                                                ],
                                                [
                                                    10.7279979,
                                                    52.2594349
                                                ],
                                                [
                                                    10.7646729,
                                                    52.2216776
                                                ],
                                                [
                                                    10.7843201,
                                                    52.2149073
                                                ],
                                                [
                                                    10.7882496,
                                                    52.2034499
                                                ],
                                                [
                                                    10.7555041,
                                                    52.200846
                                                ],
                                                [
                                                    10.7336738,
                                                    52.1711609
                                                ],
                                                [
                                                    10.7140266,
                                                    52.1682966
                                                ],
                                                [
                                                    10.7083507,
                                                    52.1440798
                                                ],
                                                [
                                                    10.6921963,
                                                    52.1487669
                                                ],
                                                [
                                                    10.6882668,
                                                    52.1396531
                                                ],
                                                [
                                                    10.6529017,
                                                    52.1419966
                                                ],
                                                [
                                                    10.6393669,
                                                    52.146163
                                                ],
                                                [
                                                    10.6432964,
                                                    52.1591827
                                                ],
                                                [
                                                    10.6079313,
                                                    52.1550164
                                                ],
                                                [
                                                    10.5830447,
                                                    52.1443402
                                                ],
                                                [
                                                    10.5804251,
                                                    52.1357472
                                                ],
                                                [
                                                    10.5585948,
                                                    52.1331432
                                                ],
                                                [
                                                    10.5642707,
                                                    52.1276749
                                                ],
                                                [
                                                    10.5206101,
                                                    52.1185611
                                                ],
                                                [
                                                    10.4359085,
                                                    52.1235086
                                                ],
                                                [
                                                    10.4311058,
                                                    52.109968
                                                ],
                                                [
                                                    10.4490067,
                                                    52.0956463
                                                ],
                                                [
                                                    10.4459504,
                                                    52.0896572
                                                ],
                                                [
                                                    10.4699638,
                                                    52.0568474
                                                ],
                                                [
                                                    10.4917941,
                                                    52.0594513
                                                ],
                                                [
                                                    10.4834986,
                                                    52.0435672
                                                ],
                                                [
                                                    10.4704004,
                                                    52.0407029
                                                ],
                                                [
                                                    10.4887378,
                                                    52.0284643
                                                ],
                                                [
                                                    10.487428,
                                                    52.021694
                                                ],
                                                [
                                                    10.5031458,
                                                    52.0185693
                                                ],
                                                [
                                                    10.4826254,
                                                    52.0024248
                                                ],
                                                [
                                                    10.4869914,
                                                    51.988103
                                                ],
                                                [
                                                    10.5363279,
                                                    51.9680526
                                                ],
                                                [
                                                    10.561651,
                                                    52.0034664
                                                ],
                                                [
                                                    10.590467,
                                                    51.9716981
                                                ],
                                                [
                                                    10.6096777,
                                                    51.9748229
                                                ],
                                                [
                                                    10.6096777,
                                                    51.9662298
                                                ],
                                                [
                                                    10.6232125,
                                                    51.9644071
                                                ],
                                                [
                                                    10.6232125,
                                                    51.9550328
                                                ],
                                                [
                                                    10.6450428,
                                                    51.9599803
                                                ],
                                                [
                                                    10.6546481,
                                                    51.9547724
                                                ],
                                                [
                                                    10.6162268,
                                                    51.936024
                                                ],
                                                [
                                                    10.6214661,
                                                    51.9289933
                                                ],
                                                [
                                                    10.6162268,
                                                    51.9177963
                                                ],
                                                [
                                                    10.6511553,
                                                    51.9060785
                                                ],
                                                [
                                                    10.6537749,
                                                    51.8888924
                                                ],
                                                [
                                                    10.604875,
                                                    51.8511351
                                                ],
                                                [
                                                    10.5821715,
                                                    51.8454064
                                                ],
                                                [
                                                    10.5917769,
                                                    51.8331678
                                                ],
                                                [
                                                    10.5773689,
                                                    51.8086907
                                                ],
                                                [
                                                    10.5878474,
                                                    51.7964521
                                                ],
                                                [
                                                    10.5826081,
                                                    51.779266
                                                ],
                                                [
                                                    10.5559752,
                                                    51.7829116
                                                ],
                                                [
                                                    10.4987798,
                                                    51.7646839
                                                ],
                                                [
                                                    10.4638513,
                                                    51.7646839
                                                ],
                                                [
                                                    10.3830792,
                                                    51.7875987
                                                ],
                                                [
                                                    10.3586292,
                                                    51.7644235
                                                ],
                                                [
                                                    10.3106026,
                                                    51.7633819
                                                ],
                                                [
                                                    10.2975044,
                                                    51.7756205
                                                ],
                                                [
                                                    10.2830964,
                                                    51.7735373
                                                ],
                                                [
                                                    10.2809134,
                                                    51.7886402
                                                ],
                                                [
                                                    10.2660688,
                                                    51.7969729
                                                ],
                                                [
                                                    10.2734911,
                                                    51.8110342
                                                ],
                                                [
                                                    10.2577732,
                                                    51.8201481
                                                ],
                                                [
                                                    10.2503509,
                                                    51.8094719
                                                ],
                                                [
                                                    10.2665054,
                                                    51.8086907
                                                ],
                                                [
                                                    10.2643223,
                                                    51.8019204
                                                ],
                                                [
                                                    10.2464215,
                                                    51.8013996
                                                ],
                                                [
                                                    10.2302671,
                                                    51.7831719
                                                ],
                                                [
                                                    10.2337599,
                                                    51.7743185
                                                ],
                                                [
                                                    10.2472947,
                                                    51.7756205
                                                ],
                                                [
                                                    10.2337599,
                                                    51.7550493
                                                ],
                                                [
                                                    10.2686884,
                                                    51.7435919
                                                ],
                                                [
                                                    10.2826598,
                                                    51.7498414
                                                ],
                                                [
                                                    10.2861526,
                                                    51.7448938
                                                ],
                                                [
                                                    10.3092928,
                                                    51.7605176
                                                ],
                                                [
                                                    10.3328695,
                                                    51.7584344
                                                ],
                                                [
                                                    10.297941,
                                                    51.7501017
                                                ],
                                                [
                                                    10.2761107,
                                                    51.7339572
                                                ],
                                                [
                                                    10.2848428,
                                                    51.7355196
                                                ],
                                                [
                                                    10.2839696,
                                                    51.7295305
                                                ],
                                                [
                                                    10.3136588,
                                                    51.7415087
                                                ],
                                                [
                                                    10.3647417,
                                                    51.7448938
                                                ],
                                                [
                                                    10.3996702,
                                                    51.7646839
                                                ],
                                                [
                                                    10.3918113,
                                                    51.7516641
                                                ],
                                                [
                                                    10.3992336,
                                                    51.7487998
                                                ],
                                                [
                                                    10.3560096,
                                                    51.7417691
                                                ],
                                                [
                                                    10.3695444,
                                                    51.7178127
                                                ],
                                                [
                                                    10.2782937,
                                                    51.7204167
                                                ],
                                                [
                                                    10.2992508,
                                                    51.6881277
                                                ],
                                                [
                                                    10.2106198,
                                                    51.6646921
                                                ],
                                                [
                                                    10.1857333,
                                                    51.6790138
                                                ],
                                                [
                                                    10.1473119,
                                                    51.6808366
                                                ],
                                                [
                                                    10.1385798,
                                                    51.6961999
                                                ],
                                                [
                                                    10.1429459,
                                                    51.7053138
                                                ],
                                                [
                                                    10.1215522,
                                                    51.7123444
                                                ],
                                                [
                                                    10.1285379,
                                                    51.7149484
                                                ],
                                                [
                                                    10.1202423,
                                                    51.7248434
                                                ],
                                                [
                                                    10.1337771,
                                                    51.7248434
                                                ],
                                                [
                                                    10.1556074,
                                                    51.745675
                                                ],
                                                [
                                                    10.1486217,
                                                    51.7454146
                                                ],
                                                [
                                                    10.1464387,
                                                    51.75557
                                                ],
                                                [
                                                    10.1634663,
                                                    51.7769225
                                                ],
                                                [
                                                    10.1564806,
                                                    51.7810888
                                                ],
                                                [
                                                    10.1586637,
                                                    51.8000976
                                                ],
                                                [
                                                    10.1420726,
                                                    51.8034828
                                                ],
                                                [
                                                    10.1464387,
                                                    51.8279599
                                                ],
                                                [
                                                    10.1167495,
                                                    51.8331678
                                                ],
                                                [
                                                    10.0307381,
                                                    51.8258768
                                                ],
                                                [
                                                    10.0250622,
                                                    51.8355114
                                                ],
                                                [
                                                    10.0394702,
                                                    51.8336886
                                                ],
                                                [
                                                    10.0429631,
                                                    51.8401985
                                                ],
                                                [
                                                    10.0150203,
                                                    51.8521767
                                                ],
                                                [
                                                    9.9927534,
                                                    51.8511351
                                                ],
                                                [
                                                    10.0014855,
                                                    51.8631133
                                                ],
                                                [
                                                    9.978782,
                                                    51.8735291
                                                ],
                                                [
                                                    9.964374,
                                                    51.8678004
                                                ],
                                                [
                                                    9.9652472,
                                                    51.8758727
                                                ],
                                                [
                                                    9.9586981,
                                                    51.8735291
                                                ],
                                                [
                                                    9.9202768,
                                                    51.911026
                                                ],
                                                [
                                                    9.8967001,
                                                    51.8980063
                                                ],
                                                [
                                                    9.8766162,
                                                    51.9058181
                                                ],
                                                [
                                                    9.8831653,
                                                    51.8982667
                                                ],
                                                [
                                                    9.805886,
                                                    51.8816014
                                                ],
                                                [
                                                    9.7871119,
                                                    51.8615509
                                                ],
                                                [
                                                    9.7128889,
                                                    51.8769142
                                                ],
                                                [
                                                    9.7137621,
                                                    51.8706648
                                                ],
                                                [
                                                    9.6862559,
                                                    51.8526975
                                                ],
                                                [
                                                    9.6914952,
                                                    51.845146
                                                ],
                                                [
                                                    9.6858193,
                                                    51.8375946
                                                ],
                                                [
                                                    9.661806,
                                                    51.8297827
                                                ],
                                                [
                                                    9.6578766,
                                                    51.8349906
                                                ],
                                                [
                                                    9.6456516,
                                                    51.815461
                                                ],
                                                [
                                                    9.5836535,
                                                    51.7878591
                                                ],
                                                [
                                                    9.5836535,
                                                    51.7696314
                                                ],
                                                [
                                                    9.5666259,
                                                    51.7605176
                                                ],
                                                [
                                                    9.56095,
                                                    51.7373424
                                                ],
                                                [
                                                    9.4893466,
                                                    51.7178127
                                                ],
                                                [
                                                    9.4662065,
                                                    51.725885
                                                ],
                                                [
                                                    9.4740654,
                                                    51.7433315
                                                ],
                                                [
                                                    9.4736288,
                                                    51.7435919
                                                ],
                                                [
                                                    9.4736288,
                                                    51.7438523
                                                ],
                                                [
                                                    9.4548547,
                                                    51.7532265
                                                ],
                                                [
                                                    9.4609672,
                                                    51.7620799
                                                ],
                                                [
                                                    9.4173066,
                                                    51.7711938
                                                ],
                                                [
                                                    9.4513619,
                                                    51.7912442
                                                ],
                                                [
                                                    9.4391369,
                                                    51.7946293
                                                ],
                                                [
                                                    9.443503,
                                                    51.8011392
                                                ],
                                                [
                                                    9.4308414,
                                                    51.8079095
                                                ],
                                                [
                                                    9.4461226,
                                                    51.8258768
                                                ],
                                                [
                                                    9.4369539,
                                                    51.8386361
                                                ],
                                                [
                                                    9.4627137,
                                                    51.8519163
                                                ],
                                                [
                                                    9.5068109,
                                                    51.8420213
                                                ],
                                                [
                                                    9.5303876,
                                                    51.8456668
                                                ],
                                                [
                                                    9.5404295,
                                                    51.8357718
                                                ],
                                                [
                                                    9.5404295,
                                                    51.8360322
                                                ],
                                                [
                                                    9.5404295,
                                                    51.8360322
                                                ],
                                                [
                                                    9.5404295,
                                                    51.8362926
                                                ],
                                                [
                                                    9.5408661,
                                                    51.8469688
                                                ],
                                                [
                                                    9.5561473,
                                                    51.8532183
                                                ],
                                                [
                                                    9.5474152,
                                                    51.8573846
                                                ],
                                                [
                                                    9.5613866,
                                                    51.8641549
                                                ],
                                                [
                                                    9.5461054,
                                                    51.8727479
                                                ],
                                                [
                                                    9.4937127,
                                                    51.8756123
                                                ],
                                                [
                                                    9.4963323,
                                                    51.8844657
                                                ],
                                                [
                                                    9.5251483,
                                                    51.8990478
                                                ],
                                                [
                                                    9.5247117,
                                                    51.8990478
                                                ],
                                                [
                                                    9.5251483,
                                                    51.8990478
                                                ],
                                                [
                                                    9.5024448,
                                                    51.9115468
                                                ],
                                                [
                                                    9.5116135,
                                                    51.9224834
                                                ],
                                                [
                                                    9.4618404,
                                                    51.9271705
                                                ],
                                                [
                                                    9.4609672,
                                                    51.936024
                                                ],
                                                [
                                                    9.4448128,
                                                    51.9391487
                                                ],
                                                [
                                                    9.4325878,
                                                    51.9662298
                                                ],
                                                [
                                                    9.4186164,
                                                    51.9698754
                                                ],
                                                [
                                                    9.4190531,
                                                    51.9766456
                                                ],
                                                [
                                                    9.4587842,
                                                    51.9868011
                                                ],
                                                [
                                                    9.4710092,
                                                    51.9990396
                                                ],
                                                [
                                                    9.4928395,
                                                    52.0042475
                                                ],
                                                [
                                                    9.4967689,
                                                    52.0157049
                                                ],
                                                [
                                                    9.5395563,
                                                    52.0180485
                                                ],
                                                [
                                                    9.5408661,
                                                    52.0318494
                                                ],
                                                [
                                                    9.474502,
                                                    52.0571078
                                                ],
                                                [
                                                    9.4714458,
                                                    52.0714295
                                                ],
                                                [
                                                    9.4461226,
                                                    52.0781998
                                                ],
                                                [
                                                    9.4387003,
                                                    52.0899176
                                                ],
                                                [
                                                    9.4517985,
                                                    52.098771
                                                ],
                                                [
                                                    9.4400101,
                                                    52.1011146
                                                ],
                                                [
                                                    9.4614038,
                                                    52.1081453
                                                ],
                                                [
                                                    9.4627137,
                                                    52.1274145
                                                ],
                                                [
                                                    9.4421932,
                                                    52.1412155
                                                ],
                                                [
                                                    9.4194897,
                                                    52.1427778
                                                ],
                                                [
                                                    9.4256021,
                                                    52.1443402
                                                ],
                                                [
                                                    9.4247289,
                                                    52.1542352
                                                ],
                                                [
                                                    9.3967861,
                                                    52.1612659
                                                ],
                                                [
                                                    9.383688,
                                                    52.1800144
                                                ],
                                                [
                                                    9.3343515,
                                                    52.198242
                                                ],
                                                [
                                                    9.3378443,
                                                    52.2026687
                                                ],
                                                [
                                                    9.316014,
                                                    52.2169905
                                                ],
                                                [
                                                    9.3334783,
                                                    52.2412073
                                                ],
                                                [
                                                    9.3125212,
                                                    52.2531854
                                                ],
                                                [
                                                    9.3195069,
                                                    52.2622993
                                                ],
                                                [
                                                    9.3147042,
                                                    52.2758398
                                                ],
                                                [
                                                    9.2679874,
                                                    52.2742775
                                                ],
                                                [
                                                    9.2601285,
                                                    52.264122
                                                ],
                                                [
                                                    9.1937643,
                                                    52.2563102
                                                ],
                                                [
                                                    9.186342,
                                                    52.2714131
                                                ],
                                                [
                                                    9.1972572,
                                                    52.2841725
                                                ],
                                                [
                                                    9.1710608,
                                                    52.3107328
                                                ],
                                                [
                                                    9.1317663,
                                                    52.318805
                                                ],
                                                [
                                                    9.1247806,
                                                    52.3107328
                                                ],
                                                [
                                                    9.1112458,
                                                    52.311514
                                                ],
                                                [
                                                    9.0863593,
                                                    52.3271377
                                                ],
                                                [
                                                    9.1020771,
                                                    52.3466673
                                                ],
                                                [
                                                    9.078937,
                                                    52.3487505
                                                ],
                                                [
                                                    9.1016405,
                                                    52.3685405
                                                ],
                                                [
                                                    9.0990208,
                                                    52.3836435
                                                ],
                                                [
                                                    9.1208511,
                                                    52.3943197
                                                ],
                                                [
                                                    9.1291466,
                                                    52.4104642
                                                ],
                                                [
                                                    9.1269636,
                                                    52.4200988
                                                ],
                                                [
                                                    9.1134288,
                                                    52.4190572
                                                ],
                                                [
                                                    9.1138654,
                                                    52.4325978
                                                ],
                                                [
                                                    9.0981476,
                                                    52.4404096
                                                ],
                                                [
                                                    9.1064431,
                                                    52.4539502
                                                ],
                                                [
                                                    9.1291466,
                                                    52.4654076
                                                ],
                                                [
                                                    9.1269636,
                                                    52.4719175
                                                ],
                                                [
                                                    9.1418082,
                                                    52.4724383
                                                ],
                                                [
                                                    9.1374422,
                                                    52.4810313
                                                ],
                                                [
                                                    9.1164851,
                                                    52.4825937
                                                ],
                                                [
                                                    9.1029503,
                                                    52.4943115
                                                ],
                                                [
                                                    9.05667,
                                                    52.4974362
                                                ],
                                                [
                                                    9.0475013,
                                                    52.4799897
                                                ],
                                                [
                                                    9.0265442,
                                                    52.4740006
                                                ],
                                                [
                                                    9.0204317,
                                                    52.4573353
                                                ],
                                                [
                                                    8.9820104,
                                                    52.4479611
                                                ],
                                                [
                                                    8.9920524,
                                                    52.4422324
                                                ],
                                                [
                                                    8.982447,
                                                    52.433379
                                                ],
                                                [
                                                    8.9907425,
                                                    52.429473
                                                ],
                                                [
                                                    8.9431525,
                                                    52.4125473
                                                ],
                                                [
                                                    8.9518846,
                                                    52.4117662
                                                ],
                                                [
                                                    8.9383498,
                                                    52.3992672
                                                ],
                                                [
                                                    8.895999,
                                                    52.4029127
                                                ],
                                                [
                                                    8.8929428,
                                                    52.3932781
                                                ],
                                                [
                                                    8.8571411,
                                                    52.3867682
                                                ],
                                                [
                                                    8.7920868,
                                                    52.3956217
                                                ],
                                                [
                                                    8.7798618,
                                                    52.419578
                                                ],
                                                [
                                                    8.7973261,
                                                    52.4398889
                                                ],
                                                [
                                                    8.7938332,
                                                    52.4555126
                                                ],
                                                [
                                                    8.7750592,
                                                    52.4737402
                                                ],
                                                [
                                                    8.7947064,
                                                    52.4875412
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Hildesheim",
                                        "kuerzel": "HIL",
                                        "kurznummer": "11"
                                    }
                                },
                                {
                                    "id": 439,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.9131988,
                                                    51.5933438
                                                ],
                                                [
                                                    7.9201845,
                                                    51.5998537
                                                ],
                                                [
                                                    7.9149453,
                                                    51.6115715
                                                ],
                                                [
                                                    7.9380854,
                                                    51.6365694
                                                ],
                                                [
                                                    7.9533666,
                                                    51.6396941
                                                ],
                                                [
                                                    7.957296,
                                                    51.6704208
                                                ],
                                                [
                                                    8.0013933,
                                                    51.6722436
                                                ],
                                                [
                                                    7.9490005,
                                                    51.6982831
                                                ],
                                                [
                                                    7.9620987,
                                                    51.7016682
                                                ],
                                                [
                                                    7.9677746,
                                                    51.7183335
                                                ],
                                                [
                                                    8.0079423,
                                                    51.7141672
                                                ],
                                                [
                                                    8.0109986,
                                                    51.7079177
                                                ],
                                                [
                                                    8.0577154,
                                                    51.7144276
                                                ],
                                                [
                                                    8.1026859,
                                                    51.6993247
                                                ],
                                                [
                                                    8.1162206,
                                                    51.714688
                                                ],
                                                [
                                                    8.1306286,
                                                    51.7149484
                                                ],
                                                [
                                                    8.1201501,
                                                    51.7222395
                                                ],
                                                [
                                                    8.1358679,
                                                    51.7331761
                                                ],
                                                [
                                                    8.1240796,
                                                    51.7428107
                                                ],
                                                [
                                                    8.1306286,
                                                    51.7586948
                                                ],
                                                [
                                                    8.1415438,
                                                    51.7599968
                                                ],
                                                [
                                                    8.1192769,
                                                    51.771975
                                                ],
                                                [
                                                    8.1118546,
                                                    51.7855155
                                                ],
                                                [
                                                    8.1166572,
                                                    51.7961917
                                                ],
                                                [
                                                    8.0860948,
                                                    51.8175441
                                                ],
                                                [
                                                    8.0874046,
                                                    51.8344698
                                                ],
                                                [
                                                    8.1450366,
                                                    51.8511351
                                                ],
                                                [
                                                    8.1288822,
                                                    51.8909756
                                                ],
                                                [
                                                    8.1707964,
                                                    51.9050369
                                                ],
                                                [
                                                    8.1773455,
                                                    51.9172755
                                                ],
                                                [
                                                    8.1664303,
                                                    51.9302953
                                                ],
                                                [
                                                    8.1166572,
                                                    51.9534705
                                                ],
                                                [
                                                    8.1096716,
                                                    51.9662298
                                                ],
                                                [
                                                    8.1184037,
                                                    51.9693546
                                                ],
                                                [
                                                    8.1149108,
                                                    51.9985188
                                                ],
                                                [
                                                    8.1393608,
                                                    52.000602
                                                ],
                                                [
                                                    8.1520223,
                                                    52.011799
                                                ],
                                                [
                                                    8.1786553,
                                                    52.001904
                                                ],
                                                [
                                                    8.2476391,
                                                    52.0084139
                                                ],
                                                [
                                                    8.2642301,
                                                    52.0425256
                                                ],
                                                [
                                                    8.3052711,
                                                    52.056587
                                                ],
                                                [
                                                    8.3157496,
                                                    52.0771582
                                                ],
                                                [
                                                    8.3454388,
                                                    52.0800226
                                                ],
                                                [
                                                    8.3519879,
                                                    52.0917404
                                                ],
                                                [
                                                    8.370762,
                                                    52.0982502
                                                ],
                                                [
                                                    8.3663959,
                                                    52.1078849
                                                ],
                                                [
                                                    8.372945,
                                                    52.1102284
                                                ],
                                                [
                                                    8.3930289,
                                                    52.1055413
                                                ],
                                                [
                                                    8.4144226,
                                                    52.112572
                                                ],
                                                [
                                                    8.4336332,
                                                    52.102677
                                                ],
                                                [
                                                    8.4602662,
                                                    52.1089264
                                                ],
                                                [
                                                    8.4755474,
                                                    52.0982502
                                                ],
                                                [
                                                    8.5200812,
                                                    52.1120512
                                                ],
                                                [
                                                    8.5585026,
                                                    52.0990314
                                                ],
                                                [
                                                    8.5611222,
                                                    52.1081453
                                                ],
                                                [
                                                    8.6113319,
                                                    52.1190819
                                                ],
                                                [
                                                    8.617881,
                                                    52.1315808
                                                ],
                                                [
                                                    8.6733299,
                                                    52.1328828
                                                ],
                                                [
                                                    8.6824987,
                                                    52.1568392
                                                ],
                                                [
                                                    8.6737666,
                                                    52.1654322
                                                ],
                                                [
                                                    8.7095682,
                                                    52.167255
                                                ],
                                                [
                                                    8.7471164,
                                                    52.1472046
                                                ],
                                                [
                                                    8.7912136,
                                                    52.175848
                                                ],
                                                [
                                                    8.7885939,
                                                    52.2037103
                                                ],
                                                [
                                                    8.7602145,
                                                    52.2125638
                                                ],
                                                [
                                                    8.7558485,
                                                    52.2302706
                                                ],
                                                [
                                                    8.7248495,
                                                    52.2393845
                                                ],
                                                [
                                                    8.7292155,
                                                    52.2513627
                                                ],
                                                [
                                                    8.7427503,
                                                    52.2578725
                                                ],
                                                [
                                                    8.7396941,
                                                    52.2643824
                                                ],
                                                [
                                                    8.7514824,
                                                    52.2690695
                                                ],
                                                [
                                                    8.7484262,
                                                    52.2737567
                                                ],
                                                [
                                                    8.7960162,
                                                    52.2602161
                                                ],
                                                [
                                                    8.8283251,
                                                    52.2867764
                                                ],
                                                [
                                                    8.8200296,
                                                    52.2888596
                                                ],
                                                [
                                                    8.8248322,
                                                    52.2979734
                                                ],
                                                [
                                                    8.8488456,
                                                    52.3190654
                                                ],
                                                [
                                                    8.8584509,
                                                    52.3185446
                                                ],
                                                [
                                                    8.8597607,
                                                    52.3289605
                                                ],
                                                [
                                                    8.8702393,
                                                    52.3346892
                                                ],
                                                [
                                                    8.8274519,
                                                    52.3461465
                                                ],
                                                [
                                                    8.8117341,
                                                    52.3664574
                                                ],
                                                [
                                                    8.8204662,
                                                    52.3708841
                                                ],
                                                [
                                                    8.8104242,
                                                    52.3792167
                                                ],
                                                [
                                                    8.7933966,
                                                    52.3781752
                                                ],
                                                [
                                                    8.7789886,
                                                    52.3927573
                                                ],
                                                [
                                                    8.7925234,
                                                    52.395882
                                                ],
                                                [
                                                    8.8575777,
                                                    52.3867682
                                                ],
                                                [
                                                    8.8933794,
                                                    52.3932781
                                                ],
                                                [
                                                    8.8964356,
                                                    52.4031731
                                                ],
                                                [
                                                    8.9387864,
                                                    52.3992672
                                                ],
                                                [
                                                    8.9523212,
                                                    52.4117662
                                                ],
                                                [
                                                    8.9435891,
                                                    52.4128077
                                                ],
                                                [
                                                    8.9911791,
                                                    52.4297334
                                                ],
                                                [
                                                    8.9828836,
                                                    52.433379
                                                ],
                                                [
                                                    8.992489,
                                                    52.4424928
                                                ],
                                                [
                                                    8.982447,
                                                    52.4479611
                                                ],
                                                [
                                                    9.0208683,
                                                    52.4575957
                                                ],
                                                [
                                                    9.0269808,
                                                    52.474261
                                                ],
                                                [
                                                    9.0479379,
                                                    52.4799897
                                                ],
                                                [
                                                    9.0571066,
                                                    52.4976966
                                                ],
                                                [
                                                    9.1033869,
                                                    52.4945719
                                                ],
                                                [
                                                    9.1169217,
                                                    52.4828541
                                                ],
                                                [
                                                    9.1378788,
                                                    52.4812917
                                                ],
                                                [
                                                    9.1422448,
                                                    52.4726987
                                                ],
                                                [
                                                    9.1274002,
                                                    52.4719175
                                                ],
                                                [
                                                    9.1295833,
                                                    52.4654076
                                                ],
                                                [
                                                    9.1073163,
                                                    52.4542106
                                                ],
                                                [
                                                    9.0985842,
                                                    52.4404096
                                                ],
                                                [
                                                    9.114302,
                                                    52.4325978
                                                ],
                                                [
                                                    9.1138654,
                                                    52.4190572
                                                ],
                                                [
                                                    9.1274002,
                                                    52.4203592
                                                ],
                                                [
                                                    9.1295833,
                                                    52.4104642
                                                ],
                                                [
                                                    9.1212877,
                                                    52.3943197
                                                ],
                                                [
                                                    9.0994574,
                                                    52.3836435
                                                ],
                                                [
                                                    9.1020771,
                                                    52.3685405
                                                ],
                                                [
                                                    9.0793736,
                                                    52.3487505
                                                ],
                                                [
                                                    9.1025137,
                                                    52.3469277
                                                ],
                                                [
                                                    9.0867959,
                                                    52.3273981
                                                ],
                                                [
                                                    9.1116824,
                                                    52.3117744
                                                ],
                                                [
                                                    9.1252172,
                                                    52.3107328
                                                ],
                                                [
                                                    9.1322029,
                                                    52.318805
                                                ],
                                                [
                                                    9.1714974,
                                                    52.3109932
                                                ],
                                                [
                                                    9.1981304,
                                                    52.2841725
                                                ],
                                                [
                                                    9.1867786,
                                                    52.2714131
                                                ],
                                                [
                                                    9.1942009,
                                                    52.2563102
                                                ],
                                                [
                                                    9.2605651,
                                                    52.2643824
                                                ],
                                                [
                                                    9.268424,
                                                    52.2745378
                                                ],
                                                [
                                                    9.3151408,
                                                    52.2758398
                                                ],
                                                [
                                                    9.3203801,
                                                    52.2622993
                                                ],
                                                [
                                                    9.3129578,
                                                    52.2531854
                                                ],
                                                [
                                                    9.3339149,
                                                    52.2414676
                                                ],
                                                [
                                                    9.3168872,
                                                    52.2172509
                                                ],
                                                [
                                                    9.3382809,
                                                    52.2026687
                                                ],
                                                [
                                                    9.3347881,
                                                    52.198242
                                                ],
                                                [
                                                    9.3841246,
                                                    52.1800144
                                                ],
                                                [
                                                    9.3972228,
                                                    52.1615263
                                                ],
                                                [
                                                    9.4251655,
                                                    52.1542352
                                                ],
                                                [
                                                    9.4260387,
                                                    52.1446006
                                                ],
                                                [
                                                    9.4199263,
                                                    52.1427778
                                                ],
                                                [
                                                    9.4426298,
                                                    52.1414759
                                                ],
                                                [
                                                    9.4635869,
                                                    52.1276749
                                                ],
                                                [
                                                    9.4618404,
                                                    52.1084057
                                                ],
                                                [
                                                    9.4404467,
                                                    52.1011146
                                                ],
                                                [
                                                    9.4522351,
                                                    52.0990314
                                                ],
                                                [
                                                    9.4395735,
                                                    52.0899176
                                                ],
                                                [
                                                    9.4469958,
                                                    52.0784602
                                                ],
                                                [
                                                    9.4718824,
                                                    52.0716899
                                                ],
                                                [
                                                    9.4749386,
                                                    52.0573682
                                                ],
                                                [
                                                    9.5413027,
                                                    52.0321098
                                                ],
                                                [
                                                    9.5399929,
                                                    52.0180485
                                                ],
                                                [
                                                    9.4972055,
                                                    52.0159653
                                                ],
                                                [
                                                    9.4932761,
                                                    52.0042475
                                                ],
                                                [
                                                    9.4714458,
                                                    51.9990396
                                                ],
                                                [
                                                    9.4596574,
                                                    51.9870615
                                                ],
                                                [
                                                    9.4194897,
                                                    51.9766456
                                                ],
                                                [
                                                    9.4194897,
                                                    51.9698754
                                                ],
                                                [
                                                    9.4334611,
                                                    51.9664902
                                                ],
                                                [
                                                    9.4452494,
                                                    51.9391487
                                                ],
                                                [
                                                    9.4614038,
                                                    51.9362844
                                                ],
                                                [
                                                    9.4622771,
                                                    51.9274309
                                                ],
                                                [
                                                    9.5120501,
                                                    51.9227438
                                                ],
                                                [
                                                    9.5028814,
                                                    51.9118072
                                                ],
                                                [
                                                    9.5251483,
                                                    51.8993082
                                                ],
                                                [
                                                    9.4967689,
                                                    51.8847261
                                                ],
                                                [
                                                    9.4945859,
                                                    51.8758727
                                                ],
                                                [
                                                    9.546542,
                                                    51.8727479
                                                ],
                                                [
                                                    9.5618232,
                                                    51.8644153
                                                ],
                                                [
                                                    9.5482884,
                                                    51.8573846
                                                ],
                                                [
                                                    9.556584,
                                                    51.8532183
                                                ],
                                                [
                                                    9.5413027,
                                                    51.8472292
                                                ],
                                                [
                                                    9.5408661,
                                                    51.8362926
                                                ],
                                                [
                                                    9.5408661,
                                                    51.8362926
                                                ],
                                                [
                                                    9.5408661,
                                                    51.8360322
                                                ],
                                                [
                                                    9.5308242,
                                                    51.8459272
                                                ],
                                                [
                                                    9.5072475,
                                                    51.8422817
                                                ],
                                                [
                                                    9.4635869,
                                                    51.8521767
                                                ],
                                                [
                                                    9.4373905,
                                                    51.8388965
                                                ],
                                                [
                                                    9.4469958,
                                                    51.8261372
                                                ],
                                                [
                                                    9.431278,
                                                    51.8081699
                                                ],
                                                [
                                                    9.4439396,
                                                    51.8013996
                                                ],
                                                [
                                                    9.4395735,
                                                    51.7948897
                                                ],
                                                [
                                                    9.4517985,
                                                    51.7915046
                                                ],
                                                [
                                                    9.4177432,
                                                    51.7714542
                                                ],
                                                [
                                                    9.4063915,
                                                    51.7571324
                                                ],
                                                [
                                                    9.388054,
                                                    51.7558304
                                                ],
                                                [
                                                    9.3793219,
                                                    51.7415087
                                                ],
                                                [
                                                    9.3832514,
                                                    51.7355196
                                                ],
                                                [
                                                    9.3618577,
                                                    51.7191147
                                                ],
                                                [
                                                    9.3077185,
                                                    51.7347384
                                                ],
                                                [
                                                    9.3291122,
                                                    51.7040118
                                                ],
                                                [
                                                    9.299423,
                                                    51.6964603
                                                ],
                                                [
                                                    9.2867614,
                                                    51.6782326
                                                ],
                                                [
                                                    9.2278196,
                                                    51.6558387
                                                ],
                                                [
                                                    9.2317491,
                                                    51.6472456
                                                ],
                                                [
                                                    9.2247634,
                                                    51.6391734
                                                ],
                                                [
                                                    9.2103554,
                                                    51.638913
                                                ],
                                                [
                                                    9.2077357,
                                                    51.6258932
                                                ],
                                                [
                                                    9.1850322,
                                                    51.6269348
                                                ],
                                                [
                                                    9.1658216,
                                                    51.6420377
                                                ],
                                                [
                                                    9.155343,
                                                    51.6321427
                                                ],
                                                [
                                                    9.1129922,
                                                    51.6404753
                                                ],
                                                [
                                                    9.0924717,
                                                    51.6326635
                                                ],
                                                [
                                                    9.0597263,
                                                    51.6589634
                                                ],
                                                [
                                                    9.0352763,
                                                    51.658703
                                                ],
                                                [
                                                    9.0335299,
                                                    51.6467248
                                                ],
                                                [
                                                    9.0191219,
                                                    51.6524535
                                                ],
                                                [
                                                    8.992489,
                                                    51.6459436
                                                ],
                                                [
                                                    8.9903059,
                                                    51.6217269
                                                ],
                                                [
                                                    8.9820104,
                                                    51.6191229
                                                ],
                                                [
                                                    8.9855033,
                                                    51.6100091
                                                ],
                                                [
                                                    9.0020943,
                                                    51.5946458
                                                ],
                                                [
                                                    9.0169389,
                                                    51.5943854
                                                ],
                                                [
                                                    9.021305,
                                                    51.573033
                                                ],
                                                [
                                                    9.0029675,
                                                    51.5758973
                                                ],
                                                [
                                                    9.0051505,
                                                    51.5680854
                                                ],
                                                [
                                                    8.9619265,
                                                    51.5584508
                                                ],
                                                [
                                                    8.9623631,
                                                    51.5498578
                                                ],
                                                [
                                                    8.9344204,
                                                    51.5428271
                                                ],
                                                [
                                                    8.939223,
                                                    51.5334529
                                                ],
                                                [
                                                    8.9003651,
                                                    51.526943
                                                ],
                                                [
                                                    8.8903231,
                                                    51.5462122
                                                ],
                                                [
                                                    8.8187198,
                                                    51.5373588
                                                ],
                                                [
                                                    8.8134805,
                                                    51.5186103
                                                ],
                                                [
                                                    8.8257055,
                                                    51.5167876
                                                ],
                                                [
                                                    8.8405501,
                                                    51.4938728
                                                ],
                                                [
                                                    8.7720029,
                                                    51.4454393
                                                ],
                                                [
                                                    8.7562851,
                                                    51.4639273
                                                ],
                                                [
                                                    8.7248495,
                                                    51.4571571
                                                ],
                                                [
                                                    8.6584853,
                                                    51.4792907
                                                ],
                                                [
                                                    8.6074024,
                                                    51.4824154
                                                ],
                                                [
                                                    8.5772766,
                                                    51.4660105
                                                ],
                                                [
                                                    8.5519535,
                                                    51.4654897
                                                ],
                                                [
                                                    8.4746742,
                                                    51.4389294
                                                ],
                                                [
                                                    8.4659421,
                                                    51.424868
                                                ],
                                                [
                                                    8.4222815,
                                                    51.403776
                                                ],
                                                [
                                                    8.3960851,
                                                    51.4061196
                                                ],
                                                [
                                                    8.3690155,
                                                    51.393881
                                                ],
                                                [
                                                    8.3022148,
                                                    51.3863295
                                                ],
                                                [
                                                    8.2799479,
                                                    51.4048176
                                                ],
                                                [
                                                    8.24109,
                                                    51.4006513
                                                ],
                                                [
                                                    8.214457,
                                                    51.4079423
                                                ],
                                                [
                                                    8.1620643,
                                                    51.439971
                                                ],
                                                [
                                                    8.0550958,
                                                    51.4454393
                                                ],
                                                [
                                                    8.0223503,
                                                    51.4589798
                                                ],
                                                [
                                                    8.0153646,
                                                    51.4641877
                                                ],
                                                [
                                                    8.0245334,
                                                    51.4761659
                                                ],
                                                [
                                                    8.0188575,
                                                    51.4917896
                                                ],
                                                [
                                                    8.0385048,
                                                    51.5014243
                                                ],
                                                [
                                                    8.0267164,
                                                    51.5188707
                                                ],
                                                [
                                                    8.0319557,
                                                    51.5240786
                                                ],
                                                [
                                                    8.0267164,
                                                    51.5337133
                                                ],
                                                [
                                                    7.9869853,
                                                    51.5308489
                                                ],
                                                [
                                                    8.0027031,
                                                    51.5615756
                                                ],
                                                [
                                                    7.9834924,
                                                    51.5722518
                                                ],
                                                [
                                                    7.9804362,
                                                    51.5857923
                                                ],
                                                [
                                                    7.9603523,
                                                    51.5792824
                                                ],
                                                [
                                                    7.9376488,
                                                    51.5904794
                                                ],
                                                [
                                                    7.9228042,
                                                    51.5792824
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Paderborn",
                                        "kuerzel": "PAD",
                                        "kurznummer": "39"
                                    }
                                },
                                {
                                    "id": 32,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    9.9281357,
                                                    51.3662791
                                                ],
                                                [
                                                    9.9687401,
                                                    51.3936206
                                                ],
                                                [
                                                    10.0032319,
                                                    51.4016929
                                                ],
                                                [
                                                    10.0124007,
                                                    51.4186186
                                                ],
                                                [
                                                    10.04078,
                                                    51.4178374
                                                ],
                                                [
                                                    10.055188,
                                                    51.4295552
                                                ],
                                                [
                                                    10.0495122,
                                                    51.4345027
                                                ],
                                                [
                                                    10.0621737,
                                                    51.4329403
                                                ],
                                                [
                                                    10.0730889,
                                                    51.416275
                                                ],
                                                [
                                                    10.0831308,
                                                    51.4326799
                                                ],
                                                [
                                                    10.1551708,
                                                    51.4279928
                                                ],
                                                [
                                                    10.1429459,
                                                    51.4404918
                                                ],
                                                [
                                                    10.1774377,
                                                    51.4443977
                                                ],
                                                [
                                                    10.1892261,
                                                    51.4600214
                                                ],
                                                [
                                                    10.1809306,
                                                    51.4680937
                                                ],
                                                [
                                                    10.2045073,
                                                    51.4842382
                                                ],
                                                [
                                                    10.2197885,
                                                    51.4764263
                                                ],
                                                [
                                                    10.2197885,
                                                    51.4678333
                                                ],
                                                [
                                                    10.2359429,
                                                    51.4686144
                                                ],
                                                [
                                                    10.2477313,
                                                    51.4816342
                                                ],
                                                [
                                                    10.3027437,
                                                    51.4917896
                                                ],
                                                [
                                                    10.3114758,
                                                    51.513142
                                                ],
                                                [
                                                    10.3450945,
                                                    51.5173084
                                                ],
                                                [
                                                    10.3507703,
                                                    51.5300677
                                                ],
                                                [
                                                    10.3708542,
                                                    51.5412647
                                                ],
                                                [
                                                    10.3752203,
                                                    51.5519409
                                                ],
                                                [
                                                    10.3669248,
                                                    51.5542845
                                                ],
                                                [
                                                    10.3817694,
                                                    51.5623567
                                                ],
                                                [
                                                    10.3747837,
                                                    51.5860527
                                                ],
                                                [
                                                    10.4450772,
                                                    51.5881359
                                                ],
                                                [
                                                    10.4983432,
                                                    51.5706894
                                                ],
                                                [
                                                    10.5219199,
                                                    51.5516805
                                                ],
                                                [
                                                    10.5620877,
                                                    51.5545449
                                                ],
                                                [
                                                    10.6070581,
                                                    51.5774597
                                                ],
                                                [
                                                    10.6633803,
                                                    51.5587112
                                                ],
                                                [
                                                    10.6690561,
                                                    51.5758973
                                                ],
                                                [
                                                    10.64155,
                                                    51.5821468
                                                ],
                                                [
                                                    10.6358741,
                                                    51.605322
                                                ],
                                                [
                                                    10.6520285,
                                                    51.6045408
                                                ],
                                                [
                                                    10.6411133,
                                                    51.6173002
                                                ],
                                                [
                                                    10.6856472,
                                                    51.6266744
                                                ],
                                                [
                                                    10.6799713,
                                                    51.636309
                                                ],
                                                [
                                                    10.7044212,
                                                    51.6386526
                                                ],
                                                [
                                                    10.6712392,
                                                    51.6662545
                                                ],
                                                [
                                                    10.6659999,
                                                    51.6889089
                                                ],
                                                [
                                                    10.6756052,
                                                    51.6956791
                                                ],
                                                [
                                                    10.6716758,
                                                    51.7076573
                                                ],
                                                [
                                                    10.6450428,
                                                    51.7227602
                                                ],
                                                [
                                                    10.631508,
                                                    51.7545285
                                                ],
                                                [
                                                    10.5926501,
                                                    51.7662463
                                                ],
                                                [
                                                    10.5935233,
                                                    51.7659859
                                                ],
                                                [
                                                    10.5817349,
                                                    51.779266
                                                ],
                                                [
                                                    10.5874108,
                                                    51.7964521
                                                ],
                                                [
                                                    10.5769323,
                                                    51.8089511
                                                ],
                                                [
                                                    10.5913403,
                                                    51.8334282
                                                ],
                                                [
                                                    10.5812983,
                                                    51.8454064
                                                ],
                                                [
                                                    10.6044384,
                                                    51.8513955
                                                ],
                                                [
                                                    10.6533383,
                                                    51.8891528
                                                ],
                                                [
                                                    10.6502821,
                                                    51.9060785
                                                ],
                                                [
                                                    10.6157902,
                                                    51.9180567
                                                ],
                                                [
                                                    10.6210295,
                                                    51.9289933
                                                ],
                                                [
                                                    10.6157902,
                                                    51.936024
                                                ],
                                                [
                                                    10.6542115,
                                                    51.9550328
                                                ],
                                                [
                                                    10.6446062,
                                                    51.9602407
                                                ],
                                                [
                                                    10.6227759,
                                                    51.9552932
                                                ],
                                                [
                                                    10.6227759,
                                                    51.9644071
                                                ],
                                                [
                                                    10.6092411,
                                                    51.9662298
                                                ],
                                                [
                                                    10.6088045,
                                                    51.9748229
                                                ],
                                                [
                                                    10.5900304,
                                                    51.9716981
                                                ],
                                                [
                                                    10.5612144,
                                                    52.0034664
                                                ],
                                                [
                                                    10.5358913,
                                                    51.9680526
                                                ],
                                                [
                                                    10.4865548,
                                                    51.988103
                                                ],
                                                [
                                                    10.4817521,
                                                    52.0026852
                                                ],
                                                [
                                                    10.5022726,
                                                    52.0185693
                                                ],
                                                [
                                                    10.4869914,
                                                    52.021694
                                                ],
                                                [
                                                    10.4883012,
                                                    52.0284643
                                                ],
                                                [
                                                    10.4699638,
                                                    52.0407029
                                                ],
                                                [
                                                    10.483062,
                                                    52.0435672
                                                ],
                                                [
                                                    10.4913575,
                                                    52.0597117
                                                ],
                                                [
                                                    10.4695272,
                                                    52.0568474
                                                ],
                                                [
                                                    10.4455138,
                                                    52.0899176
                                                ],
                                                [
                                                    10.4485701,
                                                    52.0956463
                                                ],
                                                [
                                                    10.4306692,
                                                    52.1102284
                                                ],
                                                [
                                                    10.4354719,
                                                    52.123769
                                                ],
                                                [
                                                    10.5201735,
                                                    52.1185611
                                                ],
                                                [
                                                    10.5638341,
                                                    52.1276749
                                                ],
                                                [
                                                    10.5581582,
                                                    52.1331432
                                                ],
                                                [
                                                    10.5799885,
                                                    52.1357472
                                                ],
                                                [
                                                    10.5821715,
                                                    52.1446006
                                                ],
                                                [
                                                    10.6074947,
                                                    52.1550164
                                                ],
                                                [
                                                    10.6424232,
                                                    52.1591827
                                                ],
                                                [
                                                    10.6389303,
                                                    52.1464234
                                                ],
                                                [
                                                    10.6520285,
                                                    52.1419966
                                                ],
                                                [
                                                    10.6878302,
                                                    52.1396531
                                                ],
                                                [
                                                    10.6917596,
                                                    52.1487669
                                                ],
                                                [
                                                    10.7079141,
                                                    52.1440798
                                                ],
                                                [
                                                    10.7135899,
                                                    52.168557
                                                ],
                                                [
                                                    10.7332372,
                                                    52.1711609
                                                ],
                                                [
                                                    10.7550675,
                                                    52.2011064
                                                ],
                                                [
                                                    10.787813,
                                                    52.2034499
                                                ],
                                                [
                                                    10.7834469,
                                                    52.2149073
                                                ],
                                                [
                                                    10.7642362,
                                                    52.221938
                                                ],
                                                [
                                                    10.7275613,
                                                    52.2596953
                                                ],
                                                [
                                                    10.7380399,
                                                    52.268028
                                                ],
                                                [
                                                    10.7306176,
                                                    52.2852141
                                                ],
                                                [
                                                    10.7354203,
                                                    52.2906824
                                                ],
                                                [
                                                    10.7188292,
                                                    52.3008378
                                                ],
                                                [
                                                    10.7393497,
                                                    52.3232318
                                                ],
                                                [
                                                    10.7598702,
                                                    52.3242733
                                                ],
                                                [
                                                    10.7694755,
                                                    52.3380743
                                                ],
                                                [
                                                    10.8035308,
                                                    52.3346892
                                                ],
                                                [
                                                    10.8078969,
                                                    52.3445842
                                                ],
                                                [
                                                    10.8271075,
                                                    52.3414594
                                                ],
                                                [
                                                    10.8100799,
                                                    52.3273981
                                                ],
                                                [
                                                    10.8546137,
                                                    52.3148991
                                                ],
                                                [
                                                    10.8493744,
                                                    52.3216694
                                                ],
                                                [
                                                    10.8585432,
                                                    52.3195862
                                                ],
                                                [
                                                    10.8615994,
                                                    52.330002
                                                ],
                                                [
                                                    10.8895422,
                                                    52.3427614
                                                ],
                                                [
                                                    10.8533039,
                                                    52.3620307
                                                ],
                                                [
                                                    10.8834297,
                                                    52.3711445
                                                ],
                                                [
                                                    10.8698949,
                                                    52.3810395
                                                ],
                                                [
                                                    10.8760074,
                                                    52.3909345
                                                ],
                                                [
                                                    10.9083162,
                                                    52.4023919
                                                ],
                                                [
                                                    10.9257805,
                                                    52.3919761
                                                ],
                                                [
                                                    10.9393153,
                                                    52.3956217
                                                ],
                                                [
                                                    10.9449911,
                                                    52.3833831
                                                ],
                                                [
                                                    10.9676947,
                                                    52.3836435
                                                ],
                                                [
                                                    10.9777366,
                                                    52.385987
                                                ],
                                                [
                                                    10.9724973,
                                                    52.3904137
                                                ],
                                                [
                                                    10.9890884,
                                                    52.3969236
                                                ],
                                                [
                                                    10.9869053,
                                                    52.4023919
                                                ],
                                                [
                                                    11.0026231,
                                                    52.4068186
                                                ],
                                                [
                                                    10.9366956,
                                                    52.4575957
                                                ],
                                                [
                                                    10.9375688,
                                                    52.4690531
                                                ],
                                                [
                                                    10.8939082,
                                                    52.4573353
                                                ],
                                                [
                                                    10.8781904,
                                                    52.4716571
                                                ],
                                                [
                                                    10.8559235,
                                                    52.4677511
                                                ],
                                                [
                                                    10.8196852,
                                                    52.485458
                                                ],
                                                [
                                                    10.7987281,
                                                    52.4807709
                                                ],
                                                [
                                                    10.7843201,
                                                    52.4922283
                                                ],
                                                [
                                                    10.7965451,
                                                    52.5086332
                                                ],
                                                [
                                                    10.744589,
                                                    52.5198302
                                                ],
                                                [
                                                    10.7279979,
                                                    52.5310272
                                                ],
                                                [
                                                    10.7310542,
                                                    52.5536816
                                                ],
                                                [
                                                    10.705731,
                                                    52.5635766
                                                ],
                                                [
                                                    10.7100971,
                                                    52.5979488
                                                ],
                                                [
                                                    10.8358396,
                                                    52.6117497
                                                ],
                                                [
                                                    10.90526,
                                                    52.632321
                                                ],
                                                [
                                                    10.8397691,
                                                    52.6937743
                                                ],
                                                [
                                                    10.8319102,
                                                    52.7138247
                                                ],
                                                [
                                                    10.7991647,
                                                    52.7114811
                                                ],
                                                [
                                                    10.7908692,
                                                    52.7302296
                                                ],
                                                [
                                                    10.7943621,
                                                    52.7453325
                                                ],
                                                [
                                                    10.7790809,
                                                    52.7513216
                                                ],
                                                [
                                                    10.7581238,
                                                    52.7817879
                                                ],
                                                [
                                                    10.7646729,
                                                    52.7992343
                                                ],
                                                [
                                                    10.7598702,
                                                    52.8166808
                                                ],
                                                [
                                                    10.7747148,
                                                    52.8307422
                                                ],
                                                [
                                                    10.7677291,
                                                    52.8388144
                                                ],
                                                [
                                                    10.8690217,
                                                    52.8526154
                                                ],
                                                [
                                                    10.8877958,
                                                    52.8427204
                                                ],
                                                [
                                                    10.9004573,
                                                    52.8528758
                                                ],
                                                [
                                                    10.9428081,
                                                    52.8494906
                                                ],
                                                [
                                                    10.9707509,
                                                    52.8760509
                                                ],
                                                [
                                                    10.9882151,
                                                    52.8786549
                                                ],
                                                [
                                                    10.9956374,
                                                    52.9033925
                                                ],
                                                [
                                                    11.003933,
                                                    52.9080796
                                                ],
                                                [
                                                    11.1012961,
                                                    52.9093815
                                                ],
                                                [
                                                    11.0960568,
                                                    52.8963618
                                                ],
                                                [
                                                    11.111338,
                                                    52.8927162
                                                ],
                                                [
                                                    11.1580549,
                                                    52.9031321
                                                ],
                                                [
                                                    11.2231092,
                                                    52.894539
                                                ],
                                                [
                                                    11.2427565,
                                                    52.8760509
                                                ],
                                                [
                                                    11.2934028,
                                                    52.8856856
                                                ],
                                                [
                                                    11.2982054,
                                                    52.8716242
                                                ],
                                                [
                                                    11.3169795,
                                                    52.8752698
                                                ],
                                                [
                                                    11.3877097,
                                                    52.9005281
                                                ],
                                                [
                                                    11.4104132,
                                                    52.9010489
                                                ],
                                                [
                                                    11.4287506,
                                                    52.916933
                                                ],
                                                [
                                                    11.4728478,
                                                    52.9356815
                                                ],
                                                [
                                                    11.5077763,
                                                    52.9377646
                                                ],
                                                [
                                                    11.4951148,
                                                    52.9565131
                                                ],
                                                [
                                                    11.5151986,
                                                    53.0031238
                                                ],
                                                [
                                                    11.5592958,
                                                    52.995312
                                                ],
                                                [
                                                    11.5632253,
                                                    53.0005199
                                                ],
                                                [
                                                    11.5549298,
                                                    53.0015615
                                                ],
                                                [
                                                    11.5619155,
                                                    53.0096337
                                                ],
                                                [
                                                    11.6007734,
                                                    53.0312465
                                                ],
                                                [
                                                    11.6269698,
                                                    53.0398396
                                                ],
                                                [
                                                    11.644434,
                                                    53.030205
                                                ],
                                                [
                                                    11.6287162,
                                                    53.0169248
                                                ],
                                                [
                                                    11.6308992,
                                                    53.0083318
                                                ],
                                                [
                                                    11.6797991,
                                                    53.0044258
                                                ],
                                                [
                                                    11.6942071,
                                                    52.9765635
                                                ],
                                                [
                                                    11.7457266,
                                                    52.9856774
                                                ],
                                                [
                                                    11.7675569,
                                                    52.9781259
                                                ],
                                                [
                                                    11.7889506,
                                                    52.9578151
                                                ],
                                                [
                                                    11.8465826,
                                                    52.9487012
                                                ],
                                                [
                                                    11.8500755,
                                                    52.9377646
                                                ],
                                                [
                                                    11.8264987,
                                                    52.9187558
                                                ],
                                                [
                                                    11.8352309,
                                                    52.9080796
                                                ],
                                                [
                                                    11.8753986,
                                                    52.905736
                                                ],
                                                [
                                                    11.8981021,
                                                    52.8908935
                                                ],
                                                [
                                                    11.9456922,
                                                    52.885946
                                                ],
                                                [
                                                    11.9823671,
                                                    52.8729262
                                                ],
                                                [
                                                    12.0251545,
                                                    52.8872479
                                                ],
                                                [
                                                    12.1229542,
                                                    52.8724054
                                                ],
                                                [
                                                    12.1360524,
                                                    52.8625104
                                                ],
                                                [
                                                    12.1299399,
                                                    52.8518342
                                                ],
                                                [
                                                    12.1984871,
                                                    52.874749
                                                ],
                                                [
                                                    12.2124585,
                                                    52.8591253
                                                ],
                                                [
                                                    12.2198808,
                                                    52.8627708
                                                ],
                                                [
                                                    12.235162,
                                                    52.8570421
                                                ],
                                                [
                                                    12.2469503,
                                                    52.8166808
                                                ],
                                                [
                                                    12.2600485,
                                                    52.8018383
                                                ],
                                                [
                                                    12.2465137,
                                                    52.7833502
                                                ],
                                                [
                                                    12.2225004,
                                                    52.7867354
                                                ],
                                                [
                                                    12.2259933,
                                                    52.7718928
                                                ],
                                                [
                                                    12.2159513,
                                                    52.7705909
                                                ],
                                                [
                                                    12.2181343,
                                                    52.7604354
                                                ],
                                                [
                                                    12.208529,
                                                    52.7578315
                                                ],
                                                [
                                                    12.2216272,
                                                    52.7343959
                                                ],
                                                [
                                                    12.1587559,
                                                    52.6997633
                                                ],
                                                [
                                                    12.1229542,
                                                    52.7034089
                                                ],
                                                [
                                                    12.119898,
                                                    52.6859624
                                                ],
                                                [
                                                    12.1360524,
                                                    52.6419556
                                                ],
                                                [
                                                    12.1696711,
                                                    52.6245091
                                                ],
                                                [
                                                    12.1705443,
                                                    52.6130517
                                                ],
                                                [
                                                    12.1779666,
                                                    52.6146141
                                                ],
                                                [
                                                    12.1762202,
                                                    52.5784191
                                                ],
                                                [
                                                    12.1840791,
                                                    52.57243
                                                ],
                                                [
                                                    12.1613756,
                                                    52.5575875
                                                ],
                                                [
                                                    12.1447845,
                                                    52.5252985
                                                ],
                                                [
                                                    12.1762202,
                                                    52.5357143
                                                ],
                                                [
                                                    12.1915014,
                                                    52.5294648
                                                ],
                                                [
                                                    12.1696711,
                                                    52.5117579
                                                ],
                                                [
                                                    12.1871353,
                                                    52.4927491
                                                ],
                                                [
                                                    12.2242468,
                                                    52.4974362
                                                ],
                                                [
                                                    12.2382182,
                                                    52.5211322
                                                ],
                                                [
                                                    12.2604851,
                                                    52.5151431
                                                ],
                                                [
                                                    12.261795,
                                                    52.5016025
                                                ],
                                                [
                                                    12.2727101,
                                                    52.497957
                                                ],
                                                [
                                                    12.2648512,
                                                    52.4924887
                                                ],
                                                [
                                                    12.2744565,
                                                    52.4846768
                                                ],
                                                [
                                                    12.3325251,
                                                    52.4940511
                                                ],
                                                [
                                                    12.3146243,
                                                    52.4846768
                                                ],
                                                [
                                                    12.3128779,
                                                    52.4815521
                                                ],
                                                [
                                                    12.3159341,
                                                    52.476865
                                                ],
                                                [
                                                    12.3333983,
                                                    52.475563
                                                ],
                                                [
                                                    12.3176805,
                                                    52.4570749
                                                ],
                                                [
                                                    12.3211734,
                                                    52.4510858
                                                ],
                                                [
                                                    12.3080752,
                                                    52.4487423
                                                ],
                                                [
                                                    12.3050189,
                                                    52.4315562
                                                ],
                                                [
                                                    12.2919208,
                                                    52.4279107
                                                ],
                                                [
                                                    12.2997797,
                                                    52.4211404
                                                ],
                                                [
                                                    12.2770762,
                                                    52.4133285
                                                ],
                                                [
                                                    12.3050189,
                                                    52.4023919
                                                ],
                                                [
                                                    12.2941038,
                                                    52.3833831
                                                ],
                                                [
                                                    12.309385,
                                                    52.37479
                                                ],
                                                [
                                                    12.2866815,
                                                    52.3615099
                                                ],
                                                [
                                                    12.3106948,
                                                    52.3419802
                                                ],
                                                [
                                                    12.2652878,
                                                    52.2922447
                                                ],
                                                [
                                                    12.2478236,
                                                    52.2471963
                                                ],
                                                [
                                                    12.278386,
                                                    52.2341766
                                                ],
                                                [
                                                    12.2652878,
                                                    52.2315726
                                                ],
                                                [
                                                    12.2997797,
                                                    52.2261043
                                                ],
                                                [
                                                    12.2849351,
                                                    52.2141261
                                                ],
                                                [
                                                    12.2513164,
                                                    52.2089182
                                                ],
                                                [
                                                    12.2478236,
                                                    52.2047519
                                                ],
                                                [
                                                    12.2556825,
                                                    52.202148
                                                ],
                                                [
                                                    12.2443307,
                                                    52.1927737
                                                ],
                                                [
                                                    12.2500066,
                                                    52.1810559
                                                ],
                                                [
                                                    12.2307959,
                                                    52.1836599
                                                ],
                                                [
                                                    12.218571,
                                                    52.168557
                                                ],
                                                [
                                                    12.2364718,
                                                    52.1602243
                                                ],
                                                [
                                                    12.2456405,
                                                    52.1383511
                                                ],
                                                [
                                                    12.2674708,
                                                    52.1279353
                                                ],
                                                [
                                                    12.2792592,
                                                    52.101375
                                                ],
                                                [
                                                    12.3211734,
                                                    52.0880948
                                                ],
                                                [
                                                    12.3333983,
                                                    52.0654404
                                                ],
                                                [
                                                    12.3622143,
                                                    52.044088
                                                ],
                                                [
                                                    12.3919036,
                                                    52.0409633
                                                ],
                                                [
                                                    12.4320713,
                                                    52.0157049
                                                ],
                                                [
                                                    12.4521552,
                                                    52.0136218
                                                ],
                                                [
                                                    12.4635069,
                                                    52.0321098
                                                ],
                                                [
                                                    12.4831542,
                                                    52.0305475
                                                ],
                                                [
                                                    12.496689,
                                                    52.0089347
                                                ],
                                                [
                                                    12.5386032,
                                                    52.0003416
                                                ],
                                                [
                                                    12.542096,
                                                    51.9823743
                                                ],
                                                [
                                                    12.6176289,
                                                    51.9797704
                                                ],
                                                [
                                                    12.6163191,
                                                    51.9891446
                                                ],
                                                [
                                                    12.6473181,
                                                    51.9917486
                                                ],
                                                [
                                                    12.6512475,
                                                    52.0055495
                                                ],
                                                [
                                                    12.6713314,
                                                    52.010497
                                                ],
                                                [
                                                    12.7342027,
                                                    51.9857595
                                                ],
                                                [
                                                    12.7586526,
                                                    51.9839367
                                                ],
                                                [
                                                    12.7791731,
                                                    51.9737813
                                                ],
                                                [
                                                    12.7787365,
                                                    51.9625843
                                                ],
                                                [
                                                    12.846847,
                                                    51.9651883
                                                ],
                                                [
                                                    12.8551426,
                                                    51.9326388
                                                ],
                                                [
                                                    12.8913809,
                                                    51.9323784
                                                ],
                                                [
                                                    12.8988032,
                                                    51.9250874
                                                ],
                                                [
                                                    12.9171406,
                                                    51.9287329
                                                ],
                                                [
                                                    12.9193236,
                                                    51.9368052
                                                ],
                                                [
                                                    12.9629842,
                                                    51.9326388
                                                ],
                                                [
                                                    12.9586182,
                                                    51.9204003
                                                ],
                                                [
                                                    12.9791387,
                                                    51.9175359
                                                ],
                                                [
                                                    12.9756458,
                                                    51.8985271
                                                ],
                                                [
                                                    13.0481224,
                                                    51.8982667
                                                ],
                                                [
                                                    13.0507421,
                                                    51.8894132
                                                ],
                                                [
                                                    13.0398269,
                                                    51.8883716
                                                ],
                                                [
                                                    13.0398269,
                                                    51.8779558
                                                ],
                                                [
                                                    13.0293484,
                                                    51.878737
                                                ],
                                                [
                                                    13.0420099,
                                                    51.8685816
                                                ],
                                                [
                                                    13.0826143,
                                                    51.8649361
                                                ],
                                                [
                                                    13.135007,
                                                    51.880039
                                                ],
                                                [
                                                    13.1673159,
                                                    51.8810806
                                                ],
                                                [
                                                    13.1651328,
                                                    51.8581658
                                                ],
                                                [
                                                    13.1275847,
                                                    51.8521767
                                                ],
                                                [
                                                    13.1441757,
                                                    51.8196273
                                                ],
                                                [
                                                    13.1646962,
                                                    51.8019204
                                                ],
                                                [
                                                    13.1625132,
                                                    51.7857759
                                                ],
                                                [
                                                    13.1729917,
                                                    51.7847343
                                                ],
                                                [
                                                    13.1629498,
                                                    51.78187
                                                ],
                                                [
                                                    13.1520347,
                                                    51.7571324
                                                ],
                                                [
                                                    13.1310776,
                                                    51.7665066
                                                ],
                                                [
                                                    13.1232187,
                                                    51.7519245
                                                ],
                                                [
                                                    13.1044446,
                                                    51.760778
                                                ],
                                                [
                                                    13.0922196,
                                                    51.7553097
                                                ],
                                                [
                                                    13.1035714,
                                                    51.7745789
                                                ],
                                                [
                                                    13.0896,
                                                    51.7777036
                                                ],
                                                [
                                                    13.0690795,
                                                    51.7769225
                                                ],
                                                [
                                                    13.0743188,
                                                    51.7732769
                                                ],
                                                [
                                                    13.0620938,
                                                    51.7586948
                                                ],
                                                [
                                                    13.0258555,
                                                    51.7633819
                                                ],
                                                [
                                                    13.0284752,
                                                    51.7727561
                                                ],
                                                [
                                                    12.9970395,
                                                    51.7730165
                                                ],
                                                [
                                                    12.9778288,
                                                    51.7602572
                                                ],
                                                [
                                                    12.9800119,
                                                    51.7540077
                                                ],
                                                [
                                                    12.9918002,
                                                    51.7511433
                                                ],
                                                [
                                                    12.9896172,
                                                    51.738384
                                                ],
                                                [
                                                    12.9738994,
                                                    51.7428107
                                                ],
                                                [
                                                    12.9708432,
                                                    51.7287493
                                                ],
                                                [
                                                    12.9319852,
                                                    51.7407275
                                                ],
                                                [
                                                    12.8948737,
                                                    51.7188543
                                                ],
                                                [
                                                    12.8752264,
                                                    51.713386
                                                ],
                                                [
                                                    12.8778461,
                                                    51.723281
                                                ],
                                                [
                                                    12.8608184,
                                                    51.7227602
                                                ],
                                                [
                                                    12.842481,
                                                    51.6878673
                                                ],
                                                [
                                                    12.8306926,
                                                    51.679795
                                                ],
                                                [
                                                    12.8346221,
                                                    51.6740663
                                                ],
                                                [
                                                    12.7948909,
                                                    51.6631297
                                                ],
                                                [
                                                    12.7752436,
                                                    51.6451624
                                                ],
                                                [
                                                    12.7403152,
                                                    51.6537555
                                                ],
                                                [
                                                    12.7407518,
                                                    51.6404753
                                                ],
                                                [
                                                    12.7289634,
                                                    51.6253724
                                                ],
                                                [
                                                    12.7110626,
                                                    51.626414
                                                ],
                                                [
                                                    12.7088795,
                                                    51.6050616
                                                ],
                                                [
                                                    12.7158652,
                                                    51.5917814
                                                ],
                                                [
                                                    12.7276536,
                                                    51.5907398
                                                ],
                                                [
                                                    12.7673847,
                                                    51.602718
                                                ],
                                                [
                                                    12.7617089,
                                                    51.5904794
                                                ],
                                                [
                                                    12.7813561,
                                                    51.5725122
                                                ],
                                                [
                                                    12.7804829,
                                                    51.5628775
                                                ],
                                                [
                                                    12.756033,
                                                    51.5631379
                                                ],
                                                [
                                                    12.7390053,
                                                    51.5498578
                                                ],
                                                [
                                                    12.7464277,
                                                    51.546733
                                                ],
                                                [
                                                    12.7564696,
                                                    51.505851
                                                ],
                                                [
                                                    12.7734972,
                                                    51.4949144
                                                ],
                                                [
                                                    12.7721874,
                                                    51.4589798
                                                ],
                                                [
                                                    12.7979472,
                                                    51.4665313
                                                ],
                                                [
                                                    12.8189043,
                                                    51.4506472
                                                ],
                                                [
                                                    12.8813389,
                                                    51.4441373
                                                ],
                                                [
                                                    12.9424638,
                                                    51.4092443
                                                ],
                                                [
                                                    12.9337316,
                                                    51.403776
                                                ],
                                                [
                                                    12.9407173,
                                                    51.392579
                                                ],
                                                [
                                                    12.9136478,
                                                    51.3980473
                                                ],
                                                [
                                                    12.9075353,
                                                    51.393881
                                                ],
                                                [
                                                    12.9162674,
                                                    51.3691434
                                                ],
                                                [
                                                    12.9306754,
                                                    51.3717474
                                                ],
                                                [
                                                    12.9420272,
                                                    51.358988
                                                ],
                                                [
                                                    12.9319852,
                                                    51.3498742
                                                ],
                                                [
                                                    12.9014228,
                                                    51.3446663
                                                ],
                                                [
                                                    12.900113,
                                                    51.3246159
                                                ],
                                                [
                                                    12.9105915,
                                                    51.3199287
                                                ],
                                                [
                                                    12.8905076,
                                                    51.3201891
                                                ],
                                                [
                                                    12.8743532,
                                                    51.3032634
                                                ],
                                                [
                                                    12.8018766,
                                                    51.3063882
                                                ],
                                                [
                                                    12.8044963,
                                                    51.297014
                                                ],
                                                [
                                                    12.7887784,
                                                    51.2923268
                                                ],
                                                [
                                                    12.7983838,
                                                    51.283213
                                                ],
                                                [
                                                    12.770441,
                                                    51.2712348
                                                ],
                                                [
                                                    12.7839758,
                                                    51.2569131
                                                ],
                                                [
                                                    12.7359491,
                                                    51.2678497
                                                ],
                                                [
                                                    12.7110626,
                                                    51.2610794
                                                ],
                                                [
                                                    12.6879224,
                                                    51.272016
                                                ],
                                                [
                                                    12.6713314,
                                                    51.2668081
                                                ],
                                                [
                                                    12.6787537,
                                                    51.2829526
                                                ],
                                                [
                                                    12.6364029,
                                                    51.2863377
                                                ],
                                                [
                                                    12.6062771,
                                                    51.2660269
                                                ],
                                                [
                                                    12.60977,
                                                    51.2582151
                                                ],
                                                [
                                                    12.6001646,
                                                    51.2480596
                                                ],
                                                [
                                                    12.5857566,
                                                    51.2491012
                                                ],
                                                [
                                                    12.5870664,
                                                    51.2373834
                                                ],
                                                [
                                                    12.5691656,
                                                    51.229832
                                                ],
                                                [
                                                    12.5883763,
                                                    51.2217597
                                                ],
                                                [
                                                    12.5827004,
                                                    51.2090003
                                                ],
                                                [
                                                    12.527688,
                                                    51.2037924
                                                ],
                                                [
                                                    12.5154631,
                                                    51.1871271
                                                ],
                                                [
                                                    12.5351103,
                                                    51.1813984
                                                ],
                                                [
                                                    12.4918863,
                                                    51.172545
                                                ],
                                                [
                                                    12.4674364,
                                                    51.1832212
                                                ],
                                                [
                                                    12.4386204,
                                                    51.1728054
                                                ],
                                                [
                                                    12.4180999,
                                                    51.1772321
                                                ],
                                                [
                                                    12.4015089,
                                                    51.1933766
                                                ],
                                                [
                                                    12.3945232,
                                                    51.2191558
                                                ],
                                                [
                                                    12.4154803,
                                                    51.2290508
                                                ],
                                                [
                                                    12.3940866,
                                                    51.2467577
                                                ],
                                                [
                                                    12.3696366,
                                                    51.239727
                                                ],
                                                [
                                                    12.3333983,
                                                    51.2498824
                                                ],
                                                [
                                                    12.3290323,
                                                    51.2582151
                                                ],
                                                [
                                                    12.3150609,
                                                    51.2537883
                                                ],
                                                [
                                                    12.3154975,
                                                    51.241029
                                                ],
                                                [
                                                    12.2591753,
                                                    51.2379042
                                                ],
                                                [
                                                    12.2596119,
                                                    51.2493616
                                                ],
                                                [
                                                    12.2543726,
                                                    51.2576943
                                                ],
                                                [
                                                    12.2238102,
                                                    51.2467577
                                                ],
                                                [
                                                    12.2233736,
                                                    51.238425
                                                ],
                                                [
                                                    12.1980505,
                                                    51.2363419
                                                ],
                                                [
                                                    12.191938,
                                                    51.2556111
                                                ],
                                                [
                                                    12.1687979,
                                                    51.2639438
                                                ],
                                                [
                                                    12.1736005,
                                                    51.2743596
                                                ],
                                                [
                                                    12.1504604,
                                                    51.2767031
                                                ],
                                                [
                                                    12.1430381,
                                                    51.2735784
                                                ],
                                                [
                                                    12.1474042,
                                                    51.2683705
                                                ],
                                                [
                                                    12.1164051,
                                                    51.2665477
                                                ],
                                                [
                                                    12.1150953,
                                                    51.2589962
                                                ],
                                                [
                                                    12.0797302,
                                                    51.2556111
                                                ],
                                                [
                                                    12.0762374,
                                                    51.2472785
                                                ],
                                                [
                                                    12.0544071,
                                                    51.2514448
                                                ],
                                                [
                                                    12.0565901,
                                                    51.2571735
                                                ],
                                                [
                                                    12.0496044,
                                                    51.2605586
                                                ],
                                                [
                                                    12.062266,
                                                    51.2670685
                                                ],
                                                [
                                                    12.0509142,
                                                    51.2759219
                                                ],
                                                [
                                                    12.0587731,
                                                    51.2855566
                                                ],
                                                [
                                                    11.9972117,
                                                    51.2795675
                                                ],
                                                [
                                                    11.9714519,
                                                    51.2678497
                                                ],
                                                [
                                                    11.9282279,
                                                    51.2683705
                                                ],
                                                [
                                                    11.9269181,
                                                    51.2337379
                                                ],
                                                [
                                                    11.8959191,
                                                    51.2326963
                                                ],
                                                [
                                                    11.8884968,
                                                    51.2425913
                                                ],
                                                [
                                                    11.8509487,
                                                    51.2342587
                                                ],
                                                [
                                                    11.8426532,
                                                    51.2162914
                                                ],
                                                [
                                                    11.8561879,
                                                    51.2142083
                                                ],
                                                [
                                                    11.858371,
                                                    51.2050944
                                                ],
                                                [
                                                    11.8356675,
                                                    51.1787945
                                                ],
                                                [
                                                    11.8160202,
                                                    51.2001469
                                                ],
                                                [
                                                    11.7793453,
                                                    51.1970222
                                                ],
                                                [
                                                    11.7767256,
                                                    51.1866064
                                                ],
                                                [
                                                    11.7500927,
                                                    51.18244
                                                ],
                                                [
                                                    11.7470364,
                                                    51.1876479
                                                ],
                                                [
                                                    11.7134178,
                                                    51.1688995
                                                ],
                                                [
                                                    11.6784893,
                                                    51.1764509
                                                ],
                                                [
                                                    11.6640813,
                                                    51.1665559
                                                ],
                                                [
                                                    11.6684473,
                                                    51.1545777
                                                ],
                                                [
                                                    11.613435,
                                                    51.1439015
                                                ],
                                                [
                                                    11.6081957,
                                                    51.1384332
                                                ],
                                                [
                                                    11.6129984,
                                                    51.1222887
                                                ],
                                                [
                                                    11.603393,
                                                    51.1129145
                                                ],
                                                [
                                                    11.5745771,
                                                    51.1189036
                                                ],
                                                [
                                                    11.5610423,
                                                    51.1071858
                                                ],
                                                [
                                                    11.5505637,
                                                    51.1100501
                                                ],
                                                [
                                                    11.5483807,
                                                    51.1006759
                                                ],
                                                [
                                                    11.514762,
                                                    51.1061442
                                                ],
                                                [
                                                    11.4876925,
                                                    51.1006759
                                                ],
                                                [
                                                    11.4658621,
                                                    51.1108313
                                                ],
                                                [
                                                    11.4680452,
                                                    51.1254135
                                                ],
                                                [
                                                    11.4536372,
                                                    51.1449431
                                                ],
                                                [
                                                    11.4745943,
                                                    51.1462451
                                                ],
                                                [
                                                    11.4820166,
                                                    51.1561401
                                                ],
                                                [
                                                    11.4776505,
                                                    51.163952
                                                ],
                                                [
                                                    11.4885657,
                                                    51.1662955
                                                ],
                                                [
                                                    11.4737211,
                                                    51.1681183
                                                ],
                                                [
                                                    11.4719746,
                                                    51.1899915
                                                ],
                                                [
                                                    11.4580032,
                                                    51.1933766
                                                ],
                                                [
                                                    11.4352997,
                                                    51.1720242
                                                ],
                                                [
                                                    11.4374828,
                                                    51.1644728
                                                ],
                                                [
                                                    11.3960052,
                                                    51.1535362
                                                ],
                                                [
                                                    11.3278946,
                                                    51.1787945
                                                ],
                                                [
                                                    11.3265848,
                                                    51.1655143
                                                ],
                                                [
                                                    11.3034447,
                                                    51.1532758
                                                ],
                                                [
                                                    11.296459,
                                                    51.1269758
                                                ],
                                                [
                                                    11.2593475,
                                                    51.1293194
                                                ],
                                                [
                                                    11.2501788,
                                                    51.1183828
                                                ],
                                                [
                                                    11.2567279,
                                                    51.1058838
                                                ],
                                                [
                                                    11.1947298,
                                                    51.0993739
                                                ],
                                                [
                                                    11.1772656,
                                                    51.1038007
                                                ],
                                                [
                                                    11.176829,
                                                    51.1259343
                                                ],
                                                [
                                                    11.1515058,
                                                    51.131663
                                                ],
                                                [
                                                    11.1200702,
                                                    51.120466
                                                ],
                                                [
                                                    11.0668042,
                                                    51.1246323
                                                ],
                                                [
                                                    11.0685507,
                                                    51.1397352
                                                ],
                                                [
                                                    11.0379882,
                                                    51.1431203
                                                ],
                                                [
                                                    11.0187776,
                                                    51.1540569
                                                ],
                                                [
                                                    11.0235802,
                                                    51.1795757
                                                ],
                                                [
                                                    10.965075,
                                                    51.2037924
                                                ],
                                                [
                                                    10.8982743,
                                                    51.2040528
                                                ],
                                                [
                                                    10.8978377,
                                                    51.2157706
                                                ],
                                                [
                                                    10.8183754,
                                                    51.2204577
                                                ],
                                                [
                                                    10.820995,
                                                    51.2363419
                                                ],
                                                [
                                                    10.7917424,
                                                    51.2488408
                                                ],
                                                [
                                                    10.8039674,
                                                    51.2644645
                                                ],
                                                [
                                                    10.8471914,
                                                    51.2636834
                                                ],
                                                [
                                                    10.8419521,
                                                    51.2769635
                                                ],
                                                [
                                                    10.7834469,
                                                    51.281911
                                                ],
                                                [
                                                    10.7808273,
                                                    51.3071694
                                                ],
                                                [
                                                    10.7546309,
                                                    51.3066486
                                                ],
                                                [
                                                    10.7476452,
                                                    51.3173248
                                                ],
                                                [
                                                    10.7223221,
                                                    51.3173248
                                                ],
                                                [
                                                    10.7227587,
                                                    51.3240951
                                                ],
                                                [
                                                    10.6668731,
                                                    51.3537801
                                                ],
                                                [
                                                    10.6398035,
                                                    51.3592484
                                                ],
                                                [
                                                    10.648099,
                                                    51.3667999
                                                ],
                                                [
                                                    10.6288884,
                                                    51.3699246
                                                ],
                                                [
                                                    10.6297616,
                                                    51.3803404
                                                ],
                                                [
                                                    10.6171,
                                                    51.3772157
                                                ],
                                                [
                                                    10.5585948,
                                                    51.3962246
                                                ],
                                                [
                                                    10.5542287,
                                                    51.3761741
                                                ],
                                                [
                                                    10.5420038,
                                                    51.374091
                                                ],
                                                [
                                                    10.5376377,
                                                    51.3634148
                                                ],
                                                [
                                                    10.5258494,
                                                    51.3675811
                                                ],
                                                [
                                                    10.4865548,
                                                    51.339198
                                                ],
                                                [
                                                    10.3944309,
                                                    51.3412812
                                                ],
                                                [
                                                    10.3769667,
                                                    51.3282614
                                                ],
                                                [
                                                    10.3813328,
                                                    51.3089921
                                                ],
                                                [
                                                    10.3629953,
                                                    51.2798279
                                                ],
                                                [
                                                    10.3154052,
                                                    51.2803487
                                                ],
                                                [
                                                    10.3066731,
                                                    51.2642041
                                                ],
                                                [
                                                    10.3228275,
                                                    51.2576943
                                                ],
                                                [
                                                    10.3210811,
                                                    51.2493616
                                                ],
                                                [
                                                    10.2852794,
                                                    51.2293112
                                                ],
                                                [
                                                    10.2219716,
                                                    51.229832
                                                ],
                                                [
                                                    10.1887895,
                                                    51.217333
                                                ],
                                                [
                                                    10.2101832,
                                                    51.1980637
                                                ],
                                                [
                                                    10.2049439,
                                                    51.1972826
                                                ],
                                                [
                                                    10.2097466,
                                                    51.1889499
                                                ],
                                                [
                                                    10.1721985,
                                                    51.2100419
                                                ],
                                                [
                                                    10.1525512,
                                                    51.2043132
                                                ],
                                                [
                                                    10.1425093,
                                                    51.2178538
                                                ],
                                                [
                                                    10.1163129,
                                                    51.2134271
                                                ],
                                                [
                                                    10.0936094,
                                                    51.2246241
                                                ],
                                                [
                                                    10.0735255,
                                                    51.2280092
                                                ],
                                                [
                                                    10.081821,
                                                    51.2407686
                                                ],
                                                [
                                                    10.0499488,
                                                    51.2517052
                                                ],
                                                [
                                                    10.0495122,
                                                    51.2623814
                                                ],
                                                [
                                                    10.063047,
                                                    51.2740992
                                                ],
                                                [
                                                    10.007598,
                                                    51.2850358
                                                ],
                                                [
                                                    9.9757257,
                                                    51.2826922
                                                ],
                                                [
                                                    9.9800918,
                                                    51.2905041
                                                ],
                                                [
                                                    9.9731061,
                                                    51.2977951
                                                ],
                                                [
                                                    9.9434169,
                                                    51.3035238
                                                ],
                                                [
                                                    9.9482196,
                                                    51.3285218
                                                ],
                                                [
                                                    9.9325018,
                                                    51.337896
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Bernburg",
                                        "kuerzel": "BBG",
                                        "kurznummer": "32"
                                    }
                                },
                                {
                                    "id": 16,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    8.2367239,
                                                    48.9675178
                                                ],
                                                [
                                                    8.2930461,
                                                    49.0011087
                                                ],
                                                [
                                                    8.3135666,
                                                    49.0516254
                                                ],
                                                [
                                                    8.3598468,
                                                    49.0953718
                                                ],
                                                [
                                                    8.3716352,
                                                    49.1305252
                                                ],
                                                [
                                                    8.420535,
                                                    49.0982362
                                                ],
                                                [
                                                    8.4318868,
                                                    49.1081312
                                                ],
                                                [
                                                    8.4454216,
                                                    49.1037045
                                                ],
                                                [
                                                    8.45721,
                                                    49.1313064
                                                ],
                                                [
                                                    8.4807867,
                                                    49.1263589
                                                ],
                                                [
                                                    8.5161518,
                                                    49.140941
                                                ],
                                                [
                                                    8.5227009,
                                                    49.131046
                                                ],
                                                [
                                                    8.519208,
                                                    49.1047461
                                                ],
                                                [
                                                    8.5397285,
                                                    49.076363
                                                ],
                                                [
                                                    8.6008533,
                                                    49.0615205
                                                ],
                                                [
                                                    8.6894844,
                                                    49.0917263
                                                ],
                                                [
                                                    8.6938504,
                                                    49.1039649
                                                ],
                                                [
                                                    8.6816255,
                                                    49.119849
                                                ],
                                                [
                                                    8.6501898,
                                                    49.1260985
                                                ],
                                                [
                                                    8.6449506,
                                                    49.140941
                                                ],
                                                [
                                                    8.6794424,
                                                    49.1693241
                                                ],
                                                [
                                                    8.7196102,
                                                    49.174532
                                                ],
                                                [
                                                    8.7392575,
                                                    49.1563043
                                                ],
                                                [
                                                    8.7781154,
                                                    49.1625538
                                                ],
                                                [
                                                    8.8003823,
                                                    49.1544816
                                                ],
                                                [
                                                    8.8222126,
                                                    49.1581271
                                                ],
                                                [
                                                    8.8230858,
                                                    49.1625538
                                                ],
                                                [
                                                    8.8348742,
                                                    49.1630746
                                                ],
                                                [
                                                    8.8462259,
                                                    49.1513568
                                                ],
                                                [
                                                    8.8305081,
                                                    49.1276609
                                                ],
                                                [
                                                    8.8933794,
                                                    49.1169846
                                                ],
                                                [
                                                    8.895999,
                                                    49.0828729
                                                ],
                                                [
                                                    8.9549408,
                                                    49.0820917
                                                ],
                                                [
                                                    8.9523212,
                                                    49.0758422
                                                ],
                                                [
                                                    8.9807006,
                                                    49.0807897
                                                ],
                                                [
                                                    8.994672,
                                                    49.0922471
                                                ],
                                                [
                                                    9.0077702,
                                                    49.0823521
                                                ],
                                                [
                                                    9.0426987,
                                                    49.0831333
                                                ],
                                                [
                                                    9.052304,
                                                    49.0758422
                                                ],
                                                [
                                                    9.0496843,
                                                    49.0695927
                                                ],
                                                [
                                                    9.0195585,
                                                    49.0656868
                                                ],
                                                [
                                                    9.0060237,
                                                    49.0378245
                                                ],
                                                [
                                                    8.9322373,
                                                    49.0378245
                                                ],
                                                [
                                                    8.8903231,
                                                    49.0458967
                                                ],
                                                [
                                                    8.8802812,
                                                    49.0365225
                                                ],
                                                [
                                                    8.9235052,
                                                    49.0164721
                                                ],
                                                [
                                                    8.9889961,
                                                    49.0057959
                                                ],
                                                [
                                                    9.011263,
                                                    48.9860058
                                                ],
                                                [
                                                    9.0064603,
                                                    48.9706425
                                                ],
                                                [
                                                    8.9859399,
                                                    48.965695
                                                ],
                                                [
                                                    9.0003479,
                                                    48.9485089
                                                ],
                                                [
                                                    9.0448817,
                                                    48.9508525
                                                ],
                                                [
                                                    9.0531772,
                                                    48.9417386
                                                ],
                                                [
                                                    9.0186853,
                                                    48.9170011
                                                ],
                                                [
                                                    9.0396424,
                                                    48.9130951
                                                ],
                                                [
                                                    9.0426987,
                                                    48.9024189
                                                ],
                                                [
                                                    9.027854,
                                                    48.9000754
                                                ],
                                                [
                                                    9.0330933,
                                                    48.8831497
                                                ],
                                                [
                                                    9.0592897,
                                                    48.8735151
                                                ],
                                                [
                                                    9.0627825,
                                                    48.8836705
                                                ],
                                                [
                                                    9.0509942,
                                                    48.8836705
                                                ],
                                                [
                                                    9.050121,
                                                    48.8904408
                                                ],
                                                [
                                                    9.097711,
                                                    48.8883576
                                                ],
                                                [
                                                    9.1317663,
                                                    48.8995546
                                                ],
                                                [
                                                    9.1562162,
                                                    48.8930447
                                                ],
                                                [
                                                    9.1505403,
                                                    48.8865348
                                                ],
                                                [
                                                    9.1579626,
                                                    48.8617973
                                                ],
                                                [
                                                    9.1378788,
                                                    48.8586725
                                                ],
                                                [
                                                    9.1474841,
                                                    48.8459132
                                                ],
                                                [
                                                    9.1378788,
                                                    48.845132
                                                ],
                                                [
                                                    9.1448645,
                                                    48.8308102
                                                ],
                                                [
                                                    9.1269636,
                                                    48.8258627
                                                ],
                                                [
                                                    9.097711,
                                                    48.8365389
                                                ],
                                                [
                                                    9.0898521,
                                                    48.8321122
                                                ],
                                                [
                                                    9.0806834,
                                                    48.8157073
                                                ],
                                                [
                                                    9.0902887,
                                                    48.8050311
                                                ],
                                                [
                                                    9.0793736,
                                                    48.7883658
                                                ],
                                                [
                                                    9.0924717,
                                                    48.7831579
                                                ],
                                                [
                                                    9.0798102,
                                                    48.7685758
                                                ],
                                                [
                                                    9.08112,
                                                    48.7563372
                                                ],
                                                [
                                                    9.0426987,
                                                    48.7425362
                                                ],
                                                [
                                                    9.0706414,
                                                    48.7352452
                                                ],
                                                [
                                                    9.0671486,
                                                    48.7284749
                                                ],
                                                [
                                                    9.1108092,
                                                    48.7115492
                                                ],
                                                [
                                                    9.0981476,
                                                    48.7068621
                                                ],
                                                [
                                                    9.1182315,
                                                    48.6914988
                                                ],
                                                [
                                                    9.0920351,
                                                    48.6847285
                                                ],
                                                [
                                                    9.0929083,
                                                    48.6730107
                                                ],
                                                [
                                                    9.025671,
                                                    48.6651988
                                                ],
                                                [
                                                    9.0370228,
                                                    48.6550434
                                                ],
                                                [
                                                    9.0339665,
                                                    48.6490543
                                                ],
                                                [
                                                    9.0527406,
                                                    48.6428048
                                                ],
                                                [
                                                    9.0330933,
                                                    48.6313474
                                                ],
                                                [
                                                    9.0365862,
                                                    48.6219732
                                                ],
                                                [
                                                    9.0282907,
                                                    48.6188485
                                                ],
                                                [
                                                    9.027854,
                                                    48.6006208
                                                ],
                                                [
                                                    9.0409522,
                                                    48.591507
                                                ],
                                                [
                                                    9.050121,
                                                    48.5917674
                                                ],
                                                [
                                                    9.0387692,
                                                    48.5774456
                                                ],
                                                [
                                                    9.0103898,
                                                    48.5896842
                                                ],
                                                [
                                                    8.9549408,
                                                    48.5886426
                                                ],
                                                [
                                                    8.9531944,
                                                    48.5813516
                                                ],
                                                [
                                                    8.9400962,
                                                    48.5787476
                                                ],
                                                [
                                                    8.9497016,
                                                    48.5688526
                                                ],
                                                [
                                                    8.9147731,
                                                    48.5732793
                                                ],
                                                [
                                                    8.8942526,
                                                    48.5654674
                                                ],
                                                [
                                                    8.8911964,
                                                    48.5428131
                                                ],
                                                [
                                                    8.8553947,
                                                    48.5381259
                                                ],
                                                [
                                                    8.865,
                                                    48.5284913
                                                ],
                                                [
                                                    8.8601973,
                                                    48.5201587
                                                ],
                                                [
                                                    8.8702393,
                                                    48.5159923
                                                ],
                                                [
                                                    8.8409867,
                                                    48.4985459
                                                ],
                                                [
                                                    8.8401134,
                                                    48.5053161
                                                ],
                                                [
                                                    8.8078046,
                                                    48.5073993
                                                ],
                                                [
                                                    8.7942698,
                                                    48.5214606
                                                ],
                                                [
                                                    8.7602145,
                                                    48.5264081
                                                ],
                                                [
                                                    8.7680735,
                                                    48.5352616
                                                ],
                                                [
                                                    8.7623976,
                                                    48.5456774
                                                ],
                                                [
                                                    8.7698199,
                                                    48.5498437
                                                ],
                                                [
                                                    8.7606512,
                                                    48.5719773
                                                ],
                                                [
                                                    8.7545387,
                                                    48.5717169
                                                ],
                                                [
                                                    8.7554119,
                                                    48.5943713
                                                ],
                                                [
                                                    8.7178638,
                                                    48.6053079
                                                ],
                                                [
                                                    8.704329,
                                                    48.6240564
                                                ],
                                                [
                                                    8.6785692,
                                                    48.6313474
                                                ],
                                                [
                                                    8.6759496,
                                                    48.6430652
                                                ],
                                                [
                                                    8.661105,
                                                    48.6303059
                                                ],
                                                [
                                                    8.6405845,
                                                    48.6383781
                                                ],
                                                [
                                                    8.636655,
                                                    48.6316078
                                                ],
                                                [
                                                    8.6231203,
                                                    48.6342118
                                                ],
                                                [
                                                    8.5938676,
                                                    48.6154633
                                                ],
                                                [
                                                    8.562432,
                                                    48.6568662
                                                ],
                                                [
                                                    8.5541365,
                                                    48.6383781
                                                ],
                                                [
                                                    8.5593758,
                                                    48.6245772
                                                ],
                                                [
                                                    8.574657,
                                                    48.6144218
                                                ],
                                                [
                                                    8.5488972,
                                                    48.6105158
                                                ],
                                                [
                                                    8.5637418,
                                                    48.5946317
                                                ],
                                                [
                                                    8.5519535,
                                                    48.5896842
                                                ],
                                                [
                                                    8.5488972,
                                                    48.5873406
                                                ],
                                                [
                                                    8.5388553,
                                                    48.5896842
                                                ],
                                                [
                                                    8.5283767,
                                                    48.5751021
                                                ],
                                                [
                                                    8.5178982,
                                                    48.5758833
                                                ],
                                                [
                                                    8.5205178,
                                                    48.5711961
                                                ],
                                                [
                                                    8.4956313,
                                                    48.5519269
                                                ],
                                                [
                                                    8.5061098,
                                                    48.5477606
                                                ],
                                                [
                                                    8.4751108,
                                                    48.5310953
                                                ],
                                                [
                                                    8.4956313,
                                                    48.5212002
                                                ],
                                                [
                                                    8.4943215,
                                                    48.5113052
                                                ],
                                                [
                                                    8.471618,
                                                    48.5253666
                                                ],
                                                [
                                                    8.4746742,
                                                    48.5514061
                                                ],
                                                [
                                                    8.4397457,
                                                    48.5563536
                                                ],
                                                [
                                                    8.4253377,
                                                    48.5662486
                                                ],
                                                [
                                                    8.4200984,
                                                    48.5852575
                                                ],
                                                [
                                                    8.4083101,
                                                    48.591507
                                                ],
                                                [
                                                    8.4104931,
                                                    48.6123386
                                                ],
                                                [
                                                    8.3956485,
                                                    48.6243168
                                                ],
                                                [
                                                    8.3537343,
                                                    48.6110366
                                                ],
                                                [
                                                    8.3624664,
                                                    48.6021832
                                                ],
                                                [
                                                    8.3231719,
                                                    48.5896842
                                                ],
                                                [
                                                    8.2651033,
                                                    48.590205
                                                ],
                                                [
                                                    8.2262454,
                                                    48.6042663
                                                ],
                                                [
                                                    8.2515685,
                                                    48.6040059
                                                ],
                                                [
                                                    8.2524417,
                                                    48.6097346
                                                ],
                                                [
                                                    8.2371605,
                                                    48.6123386
                                                ],
                                                [
                                                    8.2450194,
                                                    48.6303059
                                                ],
                                                [
                                                    8.2061615,
                                                    48.6300455
                                                ],
                                                [
                                                    8.200049,
                                                    48.6204108
                                                ],
                                                [
                                                    8.1611911,
                                                    48.6214524
                                                ],
                                                [
                                                    8.1170939,
                                                    48.6415029
                                                ],
                                                [
                                                    8.1184037,
                                                    48.6513979
                                                ],
                                                [
                                                    8.0939537,
                                                    48.6657196
                                                ],
                                                [
                                                    8.0786725,
                                                    48.6745731
                                                ],
                                                [
                                                    8.037195,
                                                    48.6761354
                                                ],
                                                [
                                                    8.041561,
                                                    48.6808226
                                                ],
                                                [
                                                    8.0358851,
                                                    48.6842077
                                                ],
                                                [
                                                    8.0131816,
                                                    48.6724899
                                                ],
                                                [
                                                    8.0018299,
                                                    48.6774374
                                                ],
                                                [
                                                    8.0000834,
                                                    48.6701463
                                                ],
                                                [
                                                    7.9848022,
                                                    48.6701463
                                                ],
                                                [
                                                    7.9926611,
                                                    48.6513979
                                                ],
                                                [
                                                    7.9747603,
                                                    48.6404613
                                                ],
                                                [
                                                    7.9813094,
                                                    48.6277019
                                                ],
                                                [
                                                    7.9690844,
                                                    48.6170257
                                                ],
                                                [
                                                    7.9542398,
                                                    48.6172861
                                                ],
                                                [
                                                    7.9542398,
                                                    48.6050475
                                                ],
                                                [
                                                    7.9455077,
                                                    48.6045267
                                                ],
                                                [
                                                    7.9367756,
                                                    48.6235356
                                                ],
                                                [
                                                    7.9332827,
                                                    48.6053079
                                                ],
                                                [
                                                    7.9162551,
                                                    48.6066099
                                                ],
                                                [
                                                    7.9254238,
                                                    48.6092138
                                                ],
                                                [
                                                    7.9175649,
                                                    48.6178069
                                                ],
                                                [
                                                    7.8865659,
                                                    48.6131198
                                                ],
                                                [
                                                    7.8909319,
                                                    48.6167653
                                                ],
                                                [
                                                    7.8773971,
                                                    48.6271811
                                                ],
                                                [
                                                    7.883073,
                                                    48.6391593
                                                ],
                                                [
                                                    7.8402856,
                                                    48.6352534
                                                ],
                                                [
                                                    7.8481445,
                                                    48.6464504
                                                ],
                                                [
                                                    7.8957346,
                                                    48.6649384
                                                ],
                                                [
                                                    7.9677746,
                                                    48.7230066
                                                ],
                                                [
                                                    7.9760701,
                                                    48.7592015
                                                ],
                                                [
                                                    8.0175477,
                                                    48.7618055
                                                ],
                                                [
                                                    8.0341387,
                                                    48.7881054
                                                ],
                                                [
                                                    8.0716868,
                                                    48.7914905
                                                ],
                                                [
                                                    8.09701,
                                                    48.8081558
                                                ],
                                                [
                                                    8.1363045,
                                                    48.8849725
                                                ],
                                                [
                                                    8.1996124,
                                                    48.9568416
                                                ],
                                                [
                                                    8.2061615,
                                                    48.9604871
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Bietigheim",
                                        "kuerzel": "BIE",
                                        "kurznummer": "16"
                                    }
                                },
                                {
                                    "id": 28,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    8.5074197,
                                                    49.9838405
                                                ],
                                                [
                                                    8.519208,
                                                    49.9856633
                                                ],
                                                [
                                                    8.5139687,
                                                    49.9976415
                                                ],
                                                [
                                                    8.5388553,
                                                    49.9908712
                                                ],
                                                [
                                                    8.5519535,
                                                    50.002589
                                                ],
                                                [
                                                    8.5523901,
                                                    50.024983
                                                ],
                                                [
                                                    8.5209544,
                                                    50.0255038
                                                ],
                                                [
                                                    8.5235741,
                                                    50.0364404
                                                ],
                                                [
                                                    8.5576293,
                                                    50.048679
                                                ],
                                                [
                                                    8.5467142,
                                                    50.0749789
                                                ],
                                                [
                                                    8.5589392,
                                                    50.0830511
                                                ],
                                                [
                                                    8.5488972,
                                                    50.0945085
                                                ],
                                                [
                                                    8.6248667,
                                                    50.1205481
                                                ],
                                                [
                                                    8.6253033,
                                                    50.1291411
                                                ],
                                                [
                                                    8.6397113,
                                                    50.1348698
                                                ],
                                                [
                                                    8.6397113,
                                                    50.1491915
                                                ],
                                                [
                                                    8.6567389,
                                                    50.159347
                                                ],
                                                [
                                                    8.6711469,
                                                    50.1458064
                                                ],
                                                [
                                                    8.6593586,
                                                    50.1366926
                                                ],
                                                [
                                                    8.6663442,
                                                    50.1312243
                                                ],
                                                [
                                                    8.6982165,
                                                    50.1317451
                                                ],
                                                [
                                                    8.7134977,
                                                    50.1601282
                                                ],
                                                [
                                                    8.7462432,
                                                    50.1637737
                                                ],
                                                [
                                                    8.7667636,
                                                    50.1723667
                                                ],
                                                [
                                                    8.766327,
                                                    50.1786162
                                                ],
                                                [
                                                    8.8169733,
                                                    50.1697628
                                                ],
                                                [
                                                    8.8457893,
                                                    50.1848657
                                                ],
                                                [
                                                    8.8693661,
                                                    50.1820014
                                                ],
                                                [
                                                    8.8846473,
                                                    50.1908548
                                                ],
                                                [
                                                    8.8981821,
                                                    50.2129884
                                                ],
                                                [
                                                    8.9457721,
                                                    50.2194983
                                                ],
                                                [
                                                    8.9462087,
                                                    50.2309557
                                                ],
                                                [
                                                    8.9667292,
                                                    50.2528289
                                                ],
                                                [
                                                    8.951448,
                                                    50.2642863
                                                ],
                                                [
                                                    8.9326739,
                                                    50.2622031
                                                ],
                                                [
                                                    8.9239418,
                                                    50.2739209
                                                ],
                                                [
                                                    8.9042945,
                                                    50.2757437
                                                ],
                                                [
                                                    8.9047311,
                                                    50.2892842
                                                ],
                                                [
                                                    8.9117168,
                                                    50.2918882
                                                ],
                                                [
                                                    8.9012383,
                                                    50.2970961
                                                ],
                                                [
                                                    8.970222,
                                                    50.3140218
                                                ],
                                                [
                                                    8.9667292,
                                                    50.3179277
                                                ],
                                                [
                                                    8.9863765,
                                                    50.331989
                                                ],
                                                [
                                                    8.9907425,
                                                    50.3452692
                                                ],
                                                [
                                                    9.0562334,
                                                    50.3647988
                                                ],
                                                [
                                                    9.0579799,
                                                    50.3718295
                                                ],
                                                [
                                                    9.050121,
                                                    50.3741731
                                                ],
                                                [
                                                    9.0636557,
                                                    50.3869324
                                                ],
                                                [
                                                    9.097711,
                                                    50.3817245
                                                ],
                                                [
                                                    9.1025137,
                                                    50.3908384
                                                ],
                                                [
                                                    9.1225976,
                                                    50.3973483
                                                ],
                                                [
                                                    9.12871,
                                                    50.3950047
                                                ],
                                                [
                                                    9.1169217,
                                                    50.3845889
                                                ],
                                                [
                                                    9.1204145,
                                                    50.3788602
                                                ],
                                                [
                                                    9.1343859,
                                                    50.3799018
                                                ],
                                                [
                                                    9.1535966,
                                                    50.3934423
                                                ],
                                                [
                                                    9.1645117,
                                                    50.3848493
                                                ],
                                                [
                                                    9.1592725,
                                                    50.3791206
                                                ],
                                                [
                                                    9.1666948,
                                                    50.3679236
                                                ],
                                                [
                                                    9.2243268,
                                                    50.3637573
                                                ],
                                                [
                                                    9.270607,
                                                    50.3874532
                                                ],
                                                [
                                                    9.2592552,
                                                    50.3916196
                                                ],
                                                [
                                                    9.2697338,
                                                    50.4101076
                                                ],
                                                [
                                                    9.2941837,
                                                    50.4213046
                                                ],
                                                [
                                                    9.2924373,
                                                    50.4611451
                                                ],
                                                [
                                                    9.3395908,
                                                    50.4515105
                                                ],
                                                [
                                                    9.3382809,
                                                    50.4634887
                                                ],
                                                [
                                                    9.3753924,
                                                    50.4681758
                                                ],
                                                [
                                                    9.3767023,
                                                    50.4814559
                                                ],
                                                [
                                                    9.388054,
                                                    50.4895282
                                                ],
                                                [
                                                    9.4085745,
                                                    50.4697381
                                                ],
                                                [
                                                    9.431278,
                                                    50.4783312
                                                ],
                                                [
                                                    9.4884734,
                                                    50.474946
                                                ],
                                                [
                                                    9.5085573,
                                                    50.4824975
                                                ],
                                                [
                                                    9.5308242,
                                                    50.4767688
                                                ],
                                                [
                                                    9.5504715,
                                                    50.4908302
                                                ],
                                                [
                                                    9.5491617,
                                                    50.5041103
                                                ],
                                                [
                                                    9.5976249,
                                                    50.5176509
                                                ],
                                                [
                                                    9.5871464,
                                                    50.5100994
                                                ],
                                                [
                                                    9.6574399,
                                                    50.5030687
                                                ],
                                                [
                                                    9.6788336,
                                                    50.5439508
                                                ],
                                                [
                                                    9.6421587,
                                                    50.5731151
                                                ],
                                                [
                                                    9.6561301,
                                                    50.5778022
                                                ],
                                                [
                                                    9.6604962,
                                                    50.5858744
                                                ],
                                                [
                                                    9.6535105,
                                                    50.6056645
                                                ],
                                                [
                                                    9.6757774,
                                                    50.6155595
                                                ],
                                                [
                                                    9.676214,
                                                    50.6285793
                                                ],
                                                [
                                                    9.7059032,
                                                    50.619205
                                                ],
                                                [
                                                    9.7115791,
                                                    50.6067061
                                                ],
                                                [
                                                    9.7364656,
                                                    50.6014982
                                                ],
                                                [
                                                    9.7163818,
                                                    50.5939467
                                                ],
                                                [
                                                    9.7076496,
                                                    50.5673864
                                                ],
                                                [
                                                    9.7002273,
                                                    50.5679072
                                                ],
                                                [
                                                    9.70503,
                                                    50.5520231
                                                ],
                                                [
                                                    9.7425781,
                                                    50.5556686
                                                ],
                                                [
                                                    9.7447612,
                                                    50.5457736
                                                ],
                                                [
                                                    9.7814361,
                                                    50.5442112
                                                ],
                                                [
                                                    9.7679013,
                                                    50.533535
                                                ],
                                                [
                                                    9.7783798,
                                                    50.52364
                                                ],
                                                [
                                                    9.7705209,
                                                    50.521036
                                                ],
                                                [
                                                    9.7779432,
                                                    50.511141
                                                ],
                                                [
                                                    9.8015199,
                                                    50.509839
                                                ],
                                                [
                                                    9.8146181,
                                                    50.5186925
                                                ],
                                                [
                                                    9.8412511,
                                                    50.4983816
                                                ],
                                                [
                                                    9.7879852,
                                                    50.4944757
                                                ],
                                                [
                                                    9.7823093,
                                                    50.5015064
                                                ],
                                                [
                                                    9.7661549,
                                                    50.4931737
                                                ],
                                                [
                                                    9.7657182,
                                                    50.4869242
                                                ],
                                                [
                                                    9.7814361,
                                                    50.4853619
                                                ],
                                                [
                                                    9.7940976,
                                                    50.4744253
                                                ],
                                                [
                                                    9.7456344,
                                                    50.4520313
                                                ],
                                                [
                                                    9.7600424,
                                                    50.4447402
                                                ],
                                                [
                                                    9.7434513,
                                                    50.4338036
                                                ],
                                                [
                                                    9.7582959,
                                                    50.4168779
                                                ],
                                                [
                                                    9.805886,
                                                    50.4236482
                                                ],
                                                [
                                                    9.8146181,
                                                    50.4181799
                                                ],
                                                [
                                                    9.8115619,
                                                    50.4119304
                                                ],
                                                [
                                                    9.863518,
                                                    50.3970879
                                                ],
                                                [
                                                    9.8739965,
                                                    50.409066
                                                ],
                                                [
                                                    9.8866581,
                                                    50.3983898
                                                ],
                                                [
                                                    9.9613177,
                                                    50.422867
                                                ],
                                                [
                                                    9.9936266,
                                                    50.4463026
                                                ],
                                                [
                                                    10.0006123,
                                                    50.4606243
                                                ],
                                                [
                                                    10.022006,
                                                    50.4660926
                                                ],
                                                [
                                                    10.0372872,
                                                    50.4806747
                                                ],
                                                [
                                                    10.0433997,
                                                    50.5150469
                                                ],
                                                [
                                                    10.0770183,
                                                    50.5265043
                                                ],
                                                [
                                                    10.0743987,
                                                    50.5330142
                                                ],
                                                [
                                                    10.0770183,
                                                    50.5374409
                                                ],
                                                [
                                                    10.110637,
                                                    50.5626993
                                                ],
                                                [
                                                    10.1285379,
                                                    50.5595745
                                                ],
                                                [
                                                    10.1246084,
                                                    50.5554082
                                                ],
                                                [
                                                    10.1407628,
                                                    50.5423884
                                                ],
                                                [
                                                    10.1503682,
                                                    50.5426488
                                                ],
                                                [
                                                    10.1542976,
                                                    50.5517627
                                                ],
                                                [
                                                    10.180494,
                                                    50.5418676
                                                ],
                                                [
                                                    10.1818038,
                                                    50.5515023
                                                ],
                                                [
                                                    10.2075636,
                                                    50.5541062
                                                ],
                                                [
                                                    10.2119296,
                                                    50.5400449
                                                ],
                                                [
                                                    10.2359429,
                                                    50.5304102
                                                ],
                                                [
                                                    10.2337599,
                                                    50.5108806
                                                ],
                                                [
                                                    10.2603929,
                                                    50.512443
                                                ],
                                                [
                                                    10.310166,
                                                    50.4916113
                                                ],
                                                [
                                                    10.3341793,
                                                    50.4939549
                                                ],
                                                [
                                                    10.3450945,
                                                    50.4824975
                                                ],
                                                [
                                                    10.3398552,
                                                    50.4653114
                                                ],
                                                [
                                                    10.3612489,
                                                    50.453854
                                                ],
                                                [
                                                    10.3621221,
                                                    50.4520313
                                                ],
                                                [
                                                    10.3704176,
                                                    50.4382303
                                                ],
                                                [
                                                    10.3848256,
                                                    50.4387511
                                                ],
                                                [
                                                    10.3743471,
                                                    50.4311996
                                                ],
                                                [
                                                    10.4075291,
                                                    50.4244294
                                                ],
                                                [
                                                    10.3874452,
                                                    50.4082849
                                                ],
                                                [
                                                    10.3961774,
                                                    50.3921403
                                                ],
                                                [
                                                    10.4149514,
                                                    50.3926611
                                                ],
                                                [
                                                    10.4302326,
                                                    50.3924007
                                                ],
                                                [
                                                    10.4315424,
                                                    50.3929215
                                                ],
                                                [
                                                    10.4424576,
                                                    50.3934423
                                                ],
                                                [
                                                    10.4210639,
                                                    50.3827661
                                                ],
                                                [
                                                    10.4263032,
                                                    50.3684444
                                                ],
                                                [
                                                    10.3957408,
                                                    50.3663612
                                                ],
                                                [
                                                    10.4040363,
                                                    50.3496959
                                                ],
                                                [
                                                    10.3712908,
                                                    50.3494355
                                                ],
                                                [
                                                    10.3726006,
                                                    50.3306871
                                                ],
                                                [
                                                    10.3158419,
                                                    50.3007416
                                                ],
                                                [
                                                    10.3293766,
                                                    50.3025644
                                                ],
                                                [
                                                    10.3311231,
                                                    50.2916278
                                                ],
                                                [
                                                    10.3472775,
                                                    50.2858991
                                                ],
                                                [
                                                    10.3346159,
                                                    50.2723585
                                                ],
                                                [
                                                    10.3503337,
                                                    50.2653278
                                                ],
                                                [
                                                    10.3490239,
                                                    50.245017
                                                ],
                                                [
                                                    10.3647417,
                                                    50.2361636
                                                ],
                                                [
                                                    10.3621221,
                                                    50.2301745
                                                ],
                                                [
                                                    10.3407284,
                                                    50.2262686
                                                ],
                                                [
                                                    10.3258838,
                                                    50.2122072
                                                ],
                                                [
                                                    10.2970678,
                                                    50.2327784
                                                ],
                                                [
                                                    10.2752375,
                                                    50.2273101
                                                ],
                                                [
                                                    10.2416188,
                                                    50.2361636
                                                ],
                                                [
                                                    10.2014511,
                                                    50.221321
                                                ],
                                                [
                                                    10.2062537,
                                                    50.2051765
                                                ],
                                                [
                                                    10.1866065,
                                                    50.2056973
                                                ],
                                                [
                                                    10.1852966,
                                                    50.1887716
                                                ],
                                                [
                                                    10.1774377,
                                                    50.1838241
                                                ],
                                                [
                                                    10.1839868,
                                                    50.1775746
                                                ],
                                                [
                                                    10.1752547,
                                                    50.1726271
                                                ],
                                                [
                                                    10.1835502,
                                                    50.1536183
                                                ],
                                                [
                                                    10.153861,
                                                    50.144244
                                                ],
                                                [
                                                    10.1477485,
                                                    50.1197669
                                                ],
                                                [
                                                    10.1342137,
                                                    50.113257
                                                ],
                                                [
                                                    10.1294111,
                                                    50.1080491
                                                ],
                                                [
                                                    10.1237352,
                                                    50.1085699
                                                ],
                                                [
                                                    10.0778916,
                                                    50.1059659
                                                ],
                                                [
                                                    10.0634836,
                                                    50.0984145
                                                ],
                                                [
                                                    10.0167667,
                                                    50.1083095
                                                ],
                                                [
                                                    9.9844579,
                                                    50.0840927
                                                ],
                                                [
                                                    9.9731061,
                                                    50.0843531
                                                ],
                                                [
                                                    9.9717963,
                                                    50.0739373
                                                ],
                                                [
                                                    9.9617544,
                                                    50.0700314
                                                ],
                                                [
                                                    9.9691767,
                                                    50.0577928
                                                ],
                                                [
                                                    9.9630642,
                                                    50.0382632
                                                ],
                                                [
                                                    9.9290089,
                                                    50.0294097
                                                ],
                                                [
                                                    9.9198402,
                                                    50.0062345
                                                ],
                                                [
                                                    9.9076152,
                                                    49.9992039
                                                ],
                                                [
                                                    9.8683207,
                                                    49.9903504
                                                ],
                                                [
                                                    9.8748698,
                                                    49.9692584
                                                ],
                                                [
                                                    9.8700671,
                                                    49.9637901
                                                ],
                                                [
                                                    9.9028125,
                                                    49.9315011
                                                ],
                                                [
                                                    9.9429803,
                                                    49.9484268
                                                ],
                                                [
                                                    9.9569517,
                                                    49.9385318
                                                ],
                                                [
                                                    9.9918802,
                                                    49.9416565
                                                ],
                                                [
                                                    10.0001757,
                                                    49.9348862
                                                ],
                                                [
                                                    9.9892605,
                                                    49.9197833
                                                ],
                                                [
                                                    9.9971194,
                                                    49.9216061
                                                ],
                                                [
                                                    9.9927534,
                                                    49.9124922
                                                ],
                                                [
                                                    10.0045417,
                                                    49.8999933
                                                ],
                                                [
                                                    10.0285551,
                                                    49.8968685
                                                ],
                                                [
                                                    10.0564979,
                                                    49.9114507
                                                ],
                                                [
                                                    10.0543148,
                                                    49.9249912
                                                ],
                                                [
                                                    10.0608639,
                                                    49.9216061
                                                ],
                                                [
                                                    10.0735255,
                                                    49.9317615
                                                ],
                                                [
                                                    10.1097638,
                                                    49.9283763
                                                ],
                                                [
                                                    10.106271,
                                                    49.9093675
                                                ],
                                                [
                                                    10.1556074,
                                                    49.9049408
                                                ],
                                                [
                                                    10.1577905,
                                                    49.8984309
                                                ],
                                                [
                                                    10.1446923,
                                                    49.8903586
                                                ],
                                                [
                                                    10.1433825,
                                                    49.872131
                                                ],
                                                [
                                                    10.1486217,
                                                    49.8622359
                                                ],
                                                [
                                                    10.1687056,
                                                    49.8575488
                                                ],
                                                [
                                                    10.1739449,
                                                    49.8393212
                                                ],
                                                [
                                                    10.2162957,
                                                    49.8197915
                                                ],
                                                [
                                                    10.2189153,
                                                    49.8281242
                                                ],
                                                [
                                                    10.2429286,
                                                    49.8328113
                                                ],
                                                [
                                                    10.2520974,
                                                    49.8187499
                                                ],
                                                [
                                                    10.2612661,
                                                    49.8187499
                                                ],
                                                [
                                                    10.2555902,
                                                    49.8140628
                                                ],
                                                [
                                                    10.2822232,
                                                    49.8098965
                                                ],
                                                [
                                                    10.2752375,
                                                    49.802345
                                                ],
                                                [
                                                    10.2883357,
                                                    49.7971371
                                                ],
                                                [
                                                    10.2787303,
                                                    49.7908876
                                                ],
                                                [
                                                    10.2385626,
                                                    49.793752
                                                ],
                                                [
                                                    10.238126,
                                                    49.7768263
                                                ],
                                                [
                                                    10.2551536,
                                                    49.7747431
                                                ],
                                                [
                                                    10.2761107,
                                                    49.7520887
                                                ],
                                                [
                                                    10.2844062,
                                                    49.7401106
                                                ],
                                                [
                                                    10.2800402,
                                                    49.7309967
                                                ],
                                                [
                                                    10.3158419,
                                                    49.7263096
                                                ],
                                                [
                                                    10.3402918,
                                                    49.7349027
                                                ],
                                                [
                                                    10.3464043,
                                                    49.725268
                                                ],
                                                [
                                                    10.3564462,
                                                    49.7281324
                                                ],
                                                [
                                                    10.3564462,
                                                    49.7218829
                                                ],
                                                [
                                                    10.3752203,
                                                    49.7135502
                                                ],
                                                [
                                                    10.3564462,
                                                    49.7000097
                                                ],
                                                [
                                                    10.3455311,
                                                    49.7044364
                                                ],
                                                [
                                                    10.3363623,
                                                    49.6981869
                                                ],
                                                [
                                                    10.3909381,
                                                    49.6906355
                                                ],
                                                [
                                                    10.3612489,
                                                    49.6776157
                                                ],
                                                [
                                                    10.3918113,
                                                    49.6341297
                                                ],
                                                [
                                                    10.3520802,
                                                    49.6221515
                                                ],
                                                [
                                                    10.310166,
                                                    49.6211099
                                                ],
                                                [
                                                    10.3049267,
                                                    49.627099
                                                ],
                                                [
                                                    10.285716,
                                                    49.6190268
                                                ],
                                                [
                                                    10.2219716,
                                                    49.6328277
                                                ],
                                                [
                                                    10.2040707,
                                                    49.6265782
                                                ],
                                                [
                                                    10.2036341,
                                                    49.6028822
                                                ],
                                                [
                                                    10.1787476,
                                                    49.5992367
                                                ],
                                                [
                                                    10.1756913,
                                                    49.5875189
                                                ],
                                                [
                                                    10.1608467,
                                                    49.5942892
                                                ],
                                                [
                                                    10.1521146,
                                                    49.6119961
                                                ],
                                                [
                                                    10.1032147,
                                                    49.6192871
                                                ],
                                                [
                                                    10.0730889,
                                                    49.5924664
                                                ],
                                                [
                                                    10.0874969,
                                                    49.5435121
                                                ],
                                                [
                                                    10.06523,
                                                    49.5450745
                                                ],
                                                [
                                                    10.0647934,
                                                    49.537523
                                                ],
                                                [
                                                    10.0433997,
                                                    49.52893
                                                ],
                                                [
                                                    10.0468925,
                                                    49.5239825
                                                ],
                                                [
                                                    9.99319,
                                                    49.5237221
                                                ],
                                                [
                                                    9.9944998,
                                                    49.505234
                                                ],
                                                [
                                                    10.0084712,
                                                    49.495339
                                                ],
                                                [
                                                    9.9875141,
                                                    49.4864856
                                                ],
                                                [
                                                    9.9416705,
                                                    49.4851836
                                                ],
                                                [
                                                    9.9176571,
                                                    49.4935162
                                                ],
                                                [
                                                    9.9285723,
                                                    49.5086192
                                                ],
                                                [
                                                    9.9207134,
                                                    49.5192954
                                                ],
                                                [
                                                    9.9307553,
                                                    49.5362211
                                                ],
                                                [
                                                    9.9311919,
                                                    49.5495012
                                                ],
                                                [
                                                    9.9263893,
                                                    49.5604378
                                                ],
                                                [
                                                    9.9019393,
                                                    49.562521
                                                ],
                                                [
                                                    9.9159107,
                                                    49.5856962
                                                ],
                                                [
                                                    9.8787992,
                                                    49.5784051
                                                ],
                                                [
                                                    9.8630814,
                                                    49.5461161
                                                ],
                                                [
                                                    9.8137449,
                                                    49.5573131
                                                ],
                                                [
                                                    9.8526028,
                                                    49.5776239
                                                ],
                                                [
                                                    9.8451805,
                                                    49.59481
                                                ],
                                                [
                                                    9.8766162,
                                                    49.6099129
                                                ],
                                                [
                                                    9.8591519,
                                                    49.6414207
                                                ],
                                                [
                                                    9.8364484,
                                                    49.6497534
                                                ],
                                                [
                                                    9.8281529,
                                                    49.6682415
                                                ],
                                                [
                                                    9.8429975,
                                                    49.6828236
                                                ],
                                                [
                                                    9.8333922,
                                                    49.6882919
                                                ],
                                                [
                                                    9.8364484,
                                                    49.7020928
                                                ],
                                                [
                                                    9.7997735,
                                                    49.7211017
                                                ],
                                                [
                                                    9.8028298,
                                                    49.729174
                                                ],
                                                [
                                                    9.7565495,
                                                    49.7101651
                                                ],
                                                [
                                                    9.7534933,
                                                    49.6950622
                                                ],
                                                [
                                                    9.7395219,
                                                    49.6877711
                                                ],
                                                [
                                                    9.731663,
                                                    49.6880315
                                                ],
                                                [
                                                    9.7141987,
                                                    49.7270908
                                                ],
                                                [
                                                    9.7045934,
                                                    49.7169354
                                                ],
                                                [
                                                    9.6805801,
                                                    49.7161542
                                                ],
                                                [
                                                    9.6797069,
                                                    49.6932394
                                                ],
                                                [
                                                    9.6570033,
                                                    49.6869899
                                                ],
                                                [
                                                    9.6360463,
                                                    49.6932394
                                                ],
                                                [
                                                    9.6290606,
                                                    49.7033948
                                                ],
                                                [
                                                    9.6325534,
                                                    49.7190185
                                                ],
                                                [
                                                    9.6238213,
                                                    49.7083423
                                                ],
                                                [
                                                    9.5766678,
                                                    49.7065196
                                                ],
                                                [
                                                    9.5378099,
                                                    49.6927186
                                                ],
                                                [
                                                    9.5382465,
                                                    49.7096443
                                                ],
                                                [
                                                    9.4972055,
                                                    49.6932394
                                                ],
                                                [
                                                    9.4945859,
                                                    49.7023532
                                                ],
                                                [
                                                    9.4718824,
                                                    49.7083423
                                                ],
                                                [
                                                    9.4526717,
                                                    49.7023532
                                                ],
                                                [
                                                    9.4229825,
                                                    49.7059988
                                                ],
                                                [
                                                    9.4242923,
                                                    49.6908959
                                                ],
                                                [
                                                    9.4098843,
                                                    49.6794385
                                                ],
                                                [
                                                    9.4159968,
                                                    49.6755325
                                                ],
                                                [
                                                    9.4007156,
                                                    49.671887
                                                ],
                                                [
                                                    9.4229825,
                                                    49.6588672
                                                ],
                                                [
                                                    9.4098843,
                                                    49.6453267
                                                ],
                                                [
                                                    9.385871,
                                                    49.6429831
                                                ],
                                                [
                                                    9.3675335,
                                                    49.6557425
                                                ],
                                                [
                                                    9.3378443,
                                                    49.6455871
                                                ],
                                                [
                                                    9.3077185,
                                                    49.6549613
                                                ],
                                                [
                                                    9.2889445,
                                                    49.6356921
                                                ],
                                                [
                                                    9.2754097,
                                                    49.6346505
                                                ],
                                                [
                                                    9.2740998,
                                                    49.6263178
                                                ],
                                                [
                                                    9.2889445,
                                                    49.6148604
                                                ],
                                                [
                                                    9.268424,
                                                    49.6067882
                                                ],
                                                [
                                                    9.2627481,
                                                    49.5932476
                                                ],
                                                [
                                                    9.2500865,
                                                    49.5898625
                                                ],
                                                [
                                                    9.2527062,
                                                    49.5846546
                                                ],
                                                [
                                                    9.1981304,
                                                    49.5739784
                                                ],
                                                [
                                                    9.1064431,
                                                    49.5776239
                                                ],
                                                [
                                                    9.0894155,
                                                    49.5987159
                                                ],
                                                [
                                                    9.0702048,
                                                    49.6023615
                                                ],
                                                [
                                                    9.0736977,
                                                    49.5864773
                                                ],
                                                [
                                                    9.0571066,
                                                    49.5856962
                                                ],
                                                [
                                                    9.0483745,
                                                    49.6005387
                                                ],
                                                [
                                                    9.0300371,
                                                    49.6067882
                                                ],
                                                [
                                                    9.0047139,
                                                    49.6010595
                                                ],
                                                [
                                                    8.9728417,
                                                    49.6101733
                                                ],
                                                [
                                                    8.9047311,
                                                    49.5994971
                                                ],
                                                [
                                                    8.895999,
                                                    49.6106941
                                                ],
                                                [
                                                    8.8798446,
                                                    49.6140792
                                                ],
                                                [
                                                    8.8881401,
                                                    49.6221515
                                                ],
                                                [
                                                    8.8802812,
                                                    49.6372544
                                                ],
                                                [
                                                    8.8676196,
                                                    49.6419415
                                                ],
                                                [
                                                    8.8872669,
                                                    49.650795
                                                ],
                                                [
                                                    8.8881401,
                                                    49.6596484
                                                ],
                                                [
                                                    8.895999,
                                                    49.6661583
                                                ],
                                                [
                                                    8.9042945,
                                                    49.6786573
                                                ],
                                                [
                                                    8.9003651,
                                                    49.7044364
                                                ],
                                                [
                                                    8.9235052,
                                                    49.7023532
                                                ],
                                                [
                                                    8.9326739,
                                                    49.7114671
                                                ],
                                                [
                                                    8.9173927,
                                                    49.7247472
                                                ],
                                                [
                                                    8.9200124,
                                                    49.7312571
                                                ],
                                                [
                                                    8.8789714,
                                                    49.7442769
                                                ],
                                                [
                                                    8.8807178,
                                                    49.7684936
                                                ],
                                                [
                                                    8.8409867,
                                                    49.761463
                                                ],
                                                [
                                                    8.8305081,
                                                    49.7755243
                                                ],
                                                [
                                                    8.7968895,
                                                    49.7739619
                                                ],
                                                [
                                                    8.8012555,
                                                    49.7661501
                                                ],
                                                [
                                                    8.79296,
                                                    49.7619838
                                                ],
                                                [
                                                    8.7816082,
                                                    49.7664105
                                                ],
                                                [
                                                    8.7872841,
                                                    49.7757847
                                                ],
                                                [
                                                    8.7776788,
                                                    49.7869817
                                                ],
                                                [
                                                    8.7632708,
                                                    49.7869817
                                                ],
                                                [
                                                    8.7554119,
                                                    49.7773471
                                                ],
                                                [
                                                    8.7274691,
                                                    49.7750035
                                                ],
                                                [
                                                    8.7174272,
                                                    49.7841174
                                                ],
                                                [
                                                    8.6947236,
                                                    49.7776075
                                                ],
                                                [
                                                    8.6750764,
                                                    49.7737016
                                                ],
                                                [
                                                    8.6663442,
                                                    49.7773471
                                                ],
                                                [
                                                    8.6707103,
                                                    49.7864609
                                                ],
                                                [
                                                    8.6628514,
                                                    49.7882837
                                                ],
                                                [
                                                    8.6624148,
                                                    49.7968767
                                                ],
                                                [
                                                    8.6292327,
                                                    49.8096361
                                                ],
                                                [
                                                    8.6148247,
                                                    49.834634
                                                ],
                                                [
                                                    8.5676713,
                                                    49.8299469
                                                ],
                                                [
                                                    8.5681079,
                                                    49.8296865
                                                ],
                                                [
                                                    8.5615588,
                                                    49.8479142
                                                ],
                                                [
                                                    8.6017266,
                                                    49.8604132
                                                ],
                                                [
                                                    8.6065292,
                                                    49.8825468
                                                ],
                                                [
                                                    8.6384015,
                                                    49.8979101
                                                ],
                                                [
                                                    8.6305426,
                                                    49.9023368
                                                ],
                                                [
                                                    8.634472,
                                                    49.9101487
                                                ],
                                                [
                                                    8.6226836,
                                                    49.913013
                                                ],
                                                [
                                                    8.6357818,
                                                    49.9369694
                                                ],
                                                [
                                                    8.6143881,
                                                    49.9473852
                                                ],
                                                [
                                                    8.6161346,
                                                    49.9536347
                                                ],
                                                [
                                                    8.5864453,
                                                    49.9554575
                                                ],
                                                [
                                                    8.5895016,
                                                    49.9458228
                                                ],
                                                [
                                                    8.5812061,
                                                    49.9434793
                                                ],
                                                [
                                                    8.5777132,
                                                    49.9502496
                                                ],
                                                [
                                                    8.5541365,
                                                    49.9489476
                                                ],
                                                [
                                                    8.5510803,
                                                    49.9650921
                                                ],
                                                [
                                                    8.531433,
                                                    49.9619673
                                                ],
                                                [
                                                    8.5305598,
                                                    49.9679564
                                                ],
                                                [
                                                    8.5139687,
                                                    49.9697792
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Erlensee",
                                        "kuerzel": "ERL",
                                        "kurznummer": "28"
                                    }
                                },
                                {
                                    "id": 8,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    8.1000662,
                                                    51.2949308
                                                ],
                                                [
                                                    8.1315019,
                                                    51.315502
                                                ],
                                                [
                                                    8.1066153,
                                                    51.3287822
                                                ],
                                                [
                                                    8.1336849,
                                                    51.3420623
                                                ],
                                                [
                                                    8.1166572,
                                                    51.3605504
                                                ],
                                                [
                                                    8.1555152,
                                                    51.3899751
                                                ],
                                                [
                                                    8.1817115,
                                                    51.3873711
                                                ],
                                                [
                                                    8.1838946,
                                                    51.4006513
                                                ],
                                                [
                                                    8.214457,
                                                    51.4084631
                                                ],
                                                [
                                                    8.24109,
                                                    51.4011721
                                                ],
                                                [
                                                    8.2799479,
                                                    51.4053384
                                                ],
                                                [
                                                    8.3022148,
                                                    51.3868503
                                                ],
                                                [
                                                    8.3690155,
                                                    51.3944018
                                                ],
                                                [
                                                    8.3960851,
                                                    51.4066404
                                                ],
                                                [
                                                    8.4218449,
                                                    51.4042968
                                                ],
                                                [
                                                    8.4659421,
                                                    51.4253888
                                                ],
                                                [
                                                    8.4746742,
                                                    51.4391898
                                                ],
                                                [
                                                    8.5515169,
                                                    51.4660105
                                                ],
                                                [
                                                    8.5772766,
                                                    51.4662709
                                                ],
                                                [
                                                    8.6074024,
                                                    51.4829362
                                                ],
                                                [
                                                    8.6584853,
                                                    51.479551
                                                ],
                                                [
                                                    8.7244129,
                                                    51.4574174
                                                ],
                                                [
                                                    8.7558485,
                                                    51.4641877
                                                ],
                                                [
                                                    8.7715663,
                                                    51.4459601
                                                ],
                                                [
                                                    8.8405501,
                                                    51.4941332
                                                ],
                                                [
                                                    8.8257055,
                                                    51.517048
                                                ],
                                                [
                                                    8.8134805,
                                                    51.5191311
                                                ],
                                                [
                                                    8.8182831,
                                                    51.5378796
                                                ],
                                                [
                                                    8.8898865,
                                                    51.5464726
                                                ],
                                                [
                                                    8.9003651,
                                                    51.5272034
                                                ],
                                                [
                                                    8.939223,
                                                    51.5337133
                                                ],
                                                [
                                                    8.9344204,
                                                    51.5430875
                                                ],
                                                [
                                                    8.9623631,
                                                    51.5501182
                                                ],
                                                [
                                                    8.9614899,
                                                    51.5589716
                                                ],
                                                [
                                                    9.0047139,
                                                    51.5683458
                                                ],
                                                [
                                                    9.0029675,
                                                    51.5761577
                                                ],
                                                [
                                                    9.0208683,
                                                    51.5732934
                                                ],
                                                [
                                                    9.0169389,
                                                    51.5946458
                                                ],
                                                [
                                                    9.0016577,
                                                    51.5949062
                                                ],
                                                [
                                                    8.9850667,
                                                    51.6102695
                                                ],
                                                [
                                                    8.9815738,
                                                    51.6193833
                                                ],
                                                [
                                                    8.9898693,
                                                    51.6219873
                                                ],
                                                [
                                                    8.9920524,
                                                    51.646204
                                                ],
                                                [
                                                    9.0191219,
                                                    51.6527139
                                                ],
                                                [
                                                    9.0330933,
                                                    51.6472456
                                                ],
                                                [
                                                    9.0348397,
                                                    51.6592238
                                                ],
                                                [
                                                    9.0597263,
                                                    51.6594842
                                                ],
                                                [
                                                    9.0920351,
                                                    51.6331843
                                                ],
                                                [
                                                    9.1125556,
                                                    51.6407357
                                                ],
                                                [
                                                    9.1549064,
                                                    51.6324031
                                                ],
                                                [
                                                    9.1653849,
                                                    51.6422981
                                                ],
                                                [
                                                    9.1850322,
                                                    51.6271952
                                                ],
                                                [
                                                    9.2072991,
                                                    51.6261536
                                                ],
                                                [
                                                    9.2099188,
                                                    51.6391734
                                                ],
                                                [
                                                    9.2247634,
                                                    51.6394338
                                                ],
                                                [
                                                    9.2317491,
                                                    51.6477664
                                                ],
                                                [
                                                    9.227383,
                                                    51.6560991
                                                ],
                                                [
                                                    9.2863248,
                                                    51.678493
                                                ],
                                                [
                                                    9.2989864,
                                                    51.6969811
                                                ],
                                                [
                                                    9.3291122,
                                                    51.7045326
                                                ],
                                                [
                                                    9.3072819,
                                                    51.7352592
                                                ],
                                                [
                                                    9.3618577,
                                                    51.7193751
                                                ],
                                                [
                                                    9.3828148,
                                                    51.73578
                                                ],
                                                [
                                                    9.3788853,
                                                    51.7417691
                                                ],
                                                [
                                                    9.3876174,
                                                    51.7560908
                                                ],
                                                [
                                                    9.4059549,
                                                    51.7573928
                                                ],
                                                [
                                                    9.4173066,
                                                    51.7717146
                                                ],
                                                [
                                                    9.4609672,
                                                    51.7626007
                                                ],
                                                [
                                                    9.4552914,
                                                    51.7540077
                                                ],
                                                [
                                                    9.4740654,
                                                    51.7441127
                                                ],
                                                [
                                                    9.4662065,
                                                    51.7264058
                                                ],
                                                [
                                                    9.4893466,
                                                    51.7183335
                                                ],
                                                [
                                                    9.5613866,
                                                    51.7378632
                                                ],
                                                [
                                                    9.5670625,
                                                    51.760778
                                                ],
                                                [
                                                    9.5836535,
                                                    51.7701522
                                                ],
                                                [
                                                    9.5836535,
                                                    51.7883799
                                                ],
                                                [
                                                    9.6460882,
                                                    51.8157214
                                                ],
                                                [
                                                    9.6578766,
                                                    51.8355114
                                                ],
                                                [
                                                    9.6622426,
                                                    51.8300431
                                                ],
                                                [
                                                    9.6862559,
                                                    51.8381154
                                                ],
                                                [
                                                    9.6919318,
                                                    51.8456668
                                                ],
                                                [
                                                    9.6866926,
                                                    51.8532183
                                                ],
                                                [
                                                    9.7137621,
                                                    51.8714459
                                                ],
                                                [
                                                    9.7128889,
                                                    51.877435
                                                ],
                                                [
                                                    9.7871119,
                                                    51.8620717
                                                ],
                                                [
                                                    9.805886,
                                                    51.8821222
                                                ],
                                                [
                                                    9.8831653,
                                                    51.8987875
                                                ],
                                                [
                                                    9.8766162,
                                                    51.9063389
                                                ],
                                                [
                                                    9.8971367,
                                                    51.8985271
                                                ],
                                                [
                                                    9.9202768,
                                                    51.9115468
                                                ],
                                                [
                                                    9.9591347,
                                                    51.8740499
                                                ],
                                                [
                                                    9.9652472,
                                                    51.8763935
                                                ],
                                                [
                                                    9.964374,
                                                    51.8680608
                                                ],
                                                [
                                                    9.978782,
                                                    51.8740499
                                                ],
                                                [
                                                    10.0019221,
                                                    51.8636341
                                                ],
                                                [
                                                    9.9927534,
                                                    51.8516559
                                                ],
                                                [
                                                    10.0154569,
                                                    51.8524371
                                                ],
                                                [
                                                    10.0433997,
                                                    51.8407193
                                                ],
                                                [
                                                    10.0394702,
                                                    51.8342094
                                                ],
                                                [
                                                    10.0250622,
                                                    51.8360322
                                                ],
                                                [
                                                    10.0307381,
                                                    51.8261372
                                                ],
                                                [
                                                    10.1171861,
                                                    51.8336886
                                                ],
                                                [
                                                    10.1468753,
                                                    51.8284807
                                                ],
                                                [
                                                    10.1420726,
                                                    51.8040036
                                                ],
                                                [
                                                    10.1591003,
                                                    51.8006184
                                                ],
                                                [
                                                    10.1564806,
                                                    51.7816096
                                                ],
                                                [
                                                    10.1634663,
                                                    51.7777036
                                                ],
                                                [
                                                    10.1464387,
                                                    51.7560908
                                                ],
                                                [
                                                    10.1490583,
                                                    51.7459354
                                                ],
                                                [
                                                    10.1556074,
                                                    51.7461958
                                                ],
                                                [
                                                    10.1337771,
                                                    51.7253642
                                                ],
                                                [
                                                    10.120679,
                                                    51.7253642
                                                ],
                                                [
                                                    10.1285379,
                                                    51.7154692
                                                ],
                                                [
                                                    10.1215522,
                                                    51.7128652
                                                ],
                                                [
                                                    10.1433825,
                                                    51.7060949
                                                ],
                                                [
                                                    10.1385798,
                                                    51.6969811
                                                ],
                                                [
                                                    10.1473119,
                                                    51.6813574
                                                ],
                                                [
                                                    10.1857333,
                                                    51.6795346
                                                ],
                                                [
                                                    10.2106198,
                                                    51.6652129
                                                ],
                                                [
                                                    10.2996874,
                                                    51.6886485
                                                ],
                                                [
                                                    10.2782937,
                                                    51.7209375
                                                ],
                                                [
                                                    10.3695444,
                                                    51.7183335
                                                ],
                                                [
                                                    10.3560096,
                                                    51.7422899
                                                ],
                                                [
                                                    10.3992336,
                                                    51.7493206
                                                ],
                                                [
                                                    10.3918113,
                                                    51.7521849
                                                ],
                                                [
                                                    10.3996702,
                                                    51.7652047
                                                ],
                                                [
                                                    10.3651783,
                                                    51.7454146
                                                ],
                                                [
                                                    10.3136588,
                                                    51.7420295
                                                ],
                                                [
                                                    10.2839696,
                                                    51.7300513
                                                ],
                                                [
                                                    10.2848428,
                                                    51.7360404
                                                ],
                                                [
                                                    10.2765473,
                                                    51.734478
                                                ],
                                                [
                                                    10.297941,
                                                    51.7506225
                                                ],
                                                [
                                                    10.3328695,
                                                    51.7589552
                                                ],
                                                [
                                                    10.3092928,
                                                    51.7610383
                                                ],
                                                [
                                                    10.2861526,
                                                    51.7454146
                                                ],
                                                [
                                                    10.2826598,
                                                    51.7503621
                                                ],
                                                [
                                                    10.2686884,
                                                    51.7441127
                                                ],
                                                [
                                                    10.2341965,
                                                    51.75557
                                                ],
                                                [
                                                    10.2472947,
                                                    51.7761413
                                                ],
                                                [
                                                    10.2337599,
                                                    51.7748393
                                                ],
                                                [
                                                    10.2302671,
                                                    51.7836927
                                                ],
                                                [
                                                    10.2464215,
                                                    51.8019204
                                                ],
                                                [
                                                    10.2647589,
                                                    51.8024412
                                                ],
                                                [
                                                    10.2665054,
                                                    51.8092115
                                                ],
                                                [
                                                    10.2503509,
                                                    51.8099927
                                                ],
                                                [
                                                    10.2577732,
                                                    51.8206689
                                                ],
                                                [
                                                    10.2734911,
                                                    51.811555
                                                ],
                                                [
                                                    10.2665054,
                                                    51.7974937
                                                ],
                                                [
                                                    10.2809134,
                                                    51.789161
                                                ],
                                                [
                                                    10.2830964,
                                                    51.7740581
                                                ],
                                                [
                                                    10.2975044,
                                                    51.7761413
                                                ],
                                                [
                                                    10.3106026,
                                                    51.7639027
                                                ],
                                                [
                                                    10.3586292,
                                                    51.7649443
                                                ],
                                                [
                                                    10.3830792,
                                                    51.7881195
                                                ],
                                                [
                                                    10.4638513,
                                                    51.7652047
                                                ],
                                                [
                                                    10.4992164,
                                                    51.7652047
                                                ],
                                                [
                                                    10.5559752,
                                                    51.7834323
                                                ],
                                                [
                                                    10.5826081,
                                                    51.7797868
                                                ],
                                                [
                                                    10.5939599,
                                                    51.7662463
                                                ],
                                                [
                                                    10.6323812,
                                                    51.7550493
                                                ],
                                                [
                                                    10.6454794,
                                                    51.723281
                                                ],
                                                [
                                                    10.6721124,
                                                    51.7079177
                                                ],
                                                [
                                                    10.6764784,
                                                    51.6959395
                                                ],
                                                [
                                                    10.6668731,
                                                    51.6894296
                                                ],
                                                [
                                                    10.6721124,
                                                    51.6665149
                                                ],
                                                [
                                                    10.7052944,
                                                    51.6391734
                                                ],
                                                [
                                                    10.6804079,
                                                    51.6365694
                                                ],
                                                [
                                                    10.6860838,
                                                    51.6269348
                                                ],
                                                [
                                                    10.6419866,
                                                    51.6175605
                                                ],
                                                [
                                                    10.6524651,
                                                    51.6048012
                                                ],
                                                [
                                                    10.6367473,
                                                    51.6055824
                                                ],
                                                [
                                                    10.6419866,
                                                    51.5824072
                                                ],
                                                [
                                                    10.6694927,
                                                    51.5761577
                                                ],
                                                [
                                                    10.6638169,
                                                    51.5589716
                                                ],
                                                [
                                                    10.6074947,
                                                    51.5777201
                                                ],
                                                [
                                                    10.5625243,
                                                    51.5550657
                                                ],
                                                [
                                                    10.5227931,
                                                    51.5519409
                                                ],
                                                [
                                                    10.4992164,
                                                    51.5709498
                                                ],
                                                [
                                                    10.4455138,
                                                    51.5886567
                                                ],
                                                [
                                                    10.3756569,
                                                    51.5863131
                                                ],
                                                [
                                                    10.382206,
                                                    51.5628775
                                                ],
                                                [
                                                    10.3673614,
                                                    51.5545449
                                                ],
                                                [
                                                    10.3756569,
                                                    51.5522013
                                                ],
                                                [
                                                    10.3717274,
                                                    51.5415251
                                                ],
                                                [
                                                    10.3512069,
                                                    51.5303281
                                                ],
                                                [
                                                    10.3459677,
                                                    51.5175688
                                                ],
                                                [
                                                    10.3119124,
                                                    51.5134024
                                                ],
                                                [
                                                    10.3036169,
                                                    51.49205
                                                ],
                                                [
                                                    10.2481679,
                                                    51.482155
                                                ],
                                                [
                                                    10.2363796,
                                                    51.4688748
                                                ],
                                                [
                                                    10.2206617,
                                                    51.4680937
                                                ],
                                                [
                                                    10.2206617,
                                                    51.4769471
                                                ],
                                                [
                                                    10.2053805,
                                                    51.4844986
                                                ],
                                                [
                                                    10.1818038,
                                                    51.4683541
                                                ],
                                                [
                                                    10.1896627,
                                                    51.4605422
                                                ],
                                                [
                                                    10.1778743,
                                                    51.4446581
                                                ],
                                                [
                                                    10.1438191,
                                                    51.4410125
                                                ],
                                                [
                                                    10.156044,
                                                    51.4282532
                                                ],
                                                [
                                                    10.0835674,
                                                    51.4329403
                                                ],
                                                [
                                                    10.0735255,
                                                    51.4167958
                                                ],
                                                [
                                                    10.0626103,
                                                    51.4334611
                                                ],
                                                [
                                                    10.0503854,
                                                    51.4350235
                                                ],
                                                [
                                                    10.0556247,
                                                    51.4298155
                                                ],
                                                [
                                                    10.0416533,
                                                    51.4180978
                                                ],
                                                [
                                                    10.0132739,
                                                    51.4191393
                                                ],
                                                [
                                                    10.0041051,
                                                    51.4019533
                                                ],
                                                [
                                                    9.9691767,
                                                    51.393881
                                                ],
                                                [
                                                    9.9285723,
                                                    51.3665395
                                                ],
                                                [
                                                    9.9329384,
                                                    51.3384168
                                                ],
                                                [
                                                    9.9486562,
                                                    51.3287822
                                                ],
                                                [
                                                    9.9442901,
                                                    51.3037842
                                                ],
                                                [
                                                    9.9735427,
                                                    51.2983159
                                                ],
                                                [
                                                    9.9805284,
                                                    51.2907645
                                                ],
                                                [
                                                    9.9761624,
                                                    51.2829526
                                                ],
                                                [
                                                    10.0080346,
                                                    51.2852962
                                                ],
                                                [
                                                    10.0634836,
                                                    51.2743596
                                                ],
                                                [
                                                    10.0503854,
                                                    51.2629022
                                                ],
                                                [
                                                    10.050822,
                                                    51.2519656
                                                ],
                                                [
                                                    10.0822576,
                                                    51.2412894
                                                ],
                                                [
                                                    10.0743987,
                                                    51.2282696
                                                ],
                                                [
                                                    10.094046,
                                                    51.2251449
                                                ],
                                                [
                                                    10.1167495,
                                                    51.2136875
                                                ],
                                                [
                                                    10.1433825,
                                                    51.2181142
                                                ],
                                                [
                                                    10.1529878,
                                                    51.2045736
                                                ],
                                                [
                                                    10.1726351,
                                                    51.2103023
                                                ],
                                                [
                                                    10.2106198,
                                                    51.1892103
                                                ],
                                                [
                                                    10.2398724,
                                                    51.185044
                                                ],
                                                [
                                                    10.2333233,
                                                    51.1730658
                                                ],
                                                [
                                                    10.2110564,
                                                    51.1634312
                                                ],
                                                [
                                                    10.2045073,
                                                    51.148849
                                                ],
                                                [
                                                    10.2141126,
                                                    51.1407768
                                                ],
                                                [
                                                    10.2071269,
                                                    51.1340065
                                                ],
                                                [
                                                    10.2128028,
                                                    51.11656
                                                ],
                                                [
                                                    10.1988314,
                                                    51.1142165
                                                ],
                                                [
                                                    10.1831136,
                                                    51.126455
                                                ],
                                                [
                                                    10.1887895,
                                                    51.1397352
                                                ],
                                                [
                                                    10.170452,
                                                    51.1522342
                                                ],
                                                [
                                                    10.1215522,
                                                    51.1386936
                                                ],
                                                [
                                                    10.1556074,
                                                    51.1168204
                                                ],
                                                [
                                                    10.1783109,
                                                    51.1155184
                                                ],
                                                [
                                                    10.1791842,
                                                    51.105363
                                                ],
                                                [
                                                    10.163903,
                                                    51.106665
                                                ],
                                                [
                                                    10.1691422,
                                                    51.098072
                                                ],
                                                [
                                                    10.1473119,
                                                    51.0834898
                                                ],
                                                [
                                                    10.1586637,
                                                    51.0691681
                                                ],
                                                [
                                                    10.1442557,
                                                    51.0571899
                                                ],
                                                [
                                                    10.2023243,
                                                    51.0387018
                                                ],
                                                [
                                                    10.2180421,
                                                    51.0238593
                                                ],
                                                [
                                                    10.1962118,
                                                    51.0173494
                                                ],
                                                [
                                                    10.2088734,
                                                    51.0056316
                                                ],
                                                [
                                                    10.1490583,
                                                    50.9918307
                                                ],
                                                [
                                                    10.135087,
                                                    50.9954762
                                                ],
                                                [
                                                    10.1311575,
                                                    51.0001633
                                                ],
                                                [
                                                    10.1368334,
                                                    51.0032881
                                                ],
                                                [
                                                    10.1246084,
                                                    51.0108395
                                                ],
                                                [
                                                    10.1071442,
                                                    51.0019861
                                                ],
                                                [
                                                    10.04078,
                                                    51.0110999
                                                ],
                                                [
                                                    10.0311747,
                                                    51.0053712
                                                ],
                                                [
                                                    10.0228792,
                                                    50.9793317
                                                ],
                                                [
                                                    10.0447095,
                                                    50.9663119
                                                ],
                                                [
                                                    10.0351042,
                                                    50.9577189
                                                ],
                                                [
                                                    10.0464559,
                                                    50.9551149
                                                ],
                                                [
                                                    10.0460193,
                                                    50.9473031
                                                ],
                                                [
                                                    10.0665398,
                                                    50.9420952
                                                ],
                                                [
                                                    10.0329211,
                                                    50.9358457
                                                ],
                                                [
                                                    10.0285551,
                                                    50.9423556
                                                ],
                                                [
                                                    10.0172033,
                                                    50.9332417
                                                ],
                                                [
                                                    9.9944998,
                                                    50.9420952
                                                ],
                                                [
                                                    9.9534588,
                                                    50.9431368
                                                ],
                                                [
                                                    9.9578249,
                                                    50.9207428
                                                ],
                                                [
                                                    9.9700499,
                                                    50.932721
                                                ],
                                                [
                                                    9.995373,
                                                    50.9337625
                                                ],
                                                [
                                                    9.9726695,
                                                    50.9113685
                                                ],
                                                [
                                                    9.9748525,
                                                    50.9059002
                                                ],
                                                [
                                                    10.0172033,
                                                    50.9191804
                                                ],
                                                [
                                                    10.0547514,
                                                    50.8988696
                                                ],
                                                [
                                                    10.0447095,
                                                    50.8915785
                                                ],
                                                [
                                                    10.0634836,
                                                    50.8842874
                                                ],
                                                [
                                                    10.0254988,
                                                    50.8634558
                                                ],
                                                [
                                                    10.0254988,
                                                    50.8467905
                                                ],
                                                [
                                                    10.0425265,
                                                    50.851738
                                                ],
                                                [
                                                    10.0285551,
                                                    50.8303856
                                                ],
                                                [
                                                    10.0089078,
                                                    50.8363747
                                                ],
                                                [
                                                    10.0001757,
                                                    50.8246569
                                                ],
                                                [
                                                    9.9800918,
                                                    50.8322084
                                                ],
                                                [
                                                    9.9556419,
                                                    50.8202302
                                                ],
                                                [
                                                    9.9600079,
                                                    50.808252
                                                ],
                                                [
                                                    9.9469098,
                                                    50.7960134
                                                ],
                                                [
                                                    9.9582615,
                                                    50.7848164
                                                ],
                                                [
                                                    9.9552053,
                                                    50.7723175
                                                ],
                                                [
                                                    9.9469098,
                                                    50.7702343
                                                ],
                                                [
                                                    9.952149,
                                                    50.7780462
                                                ],
                                                [
                                                    9.9329384,
                                                    50.775963
                                                ],
                                                [
                                                    9.9237696,
                                                    50.7582561
                                                ],
                                                [
                                                    9.9429803,
                                                    50.7546106
                                                ],
                                                [
                                                    9.9447267,
                                                    50.7400284
                                                ],
                                                [
                                                    9.9386142,
                                                    50.7228424
                                                ],
                                                [
                                                    9.9111081,
                                                    50.7020107
                                                ],
                                                [
                                                    9.9268259,
                                                    50.6931573
                                                ],
                                                [
                                                    9.8853483,
                                                    50.6702425
                                                ],
                                                [
                                                    9.8892778,
                                                    50.651494
                                                ],
                                                [
                                                    9.8822921,
                                                    50.6337872
                                                ],
                                                [
                                                    9.964374,
                                                    50.6280585
                                                ],
                                                [
                                                    9.9722329,
                                                    50.6400367
                                                ],
                                                [
                                                    9.9543321,
                                                    50.6611287
                                                ],
                                                [
                                                    9.9552053,
                                                    50.6637326
                                                ],
                                                [
                                                    10.0058516,
                                                    50.6754504
                                                ],
                                                [
                                                    10.0543148,
                                                    50.6723257
                                                ],
                                                [
                                                    10.0866237,
                                                    50.6324852
                                                ],
                                                [
                                                    10.0848773,
                                                    50.6189446
                                                ],
                                                [
                                                    10.0617371,
                                                    50.6254545
                                                ],
                                                [
                                                    10.04078,
                                                    50.6113932
                                                ],
                                                [
                                                    10.0525684,
                                                    50.5973318
                                                ],
                                                [
                                                    10.0499488,
                                                    50.5705111
                                                ],
                                                [
                                                    10.06523,
                                                    50.5554082
                                                ],
                                                [
                                                    10.0433997,
                                                    50.5298895
                                                ],
                                                [
                                                    10.0433997,
                                                    50.5145261
                                                ],
                                                [
                                                    10.0372872,
                                                    50.480154
                                                ],
                                                [
                                                    10.022006,
                                                    50.4655718
                                                ],
                                                [
                                                    10.0006123,
                                                    50.4601035
                                                ],
                                                [
                                                    9.9936266,
                                                    50.4457818
                                                ],
                                                [
                                                    9.9613177,
                                                    50.4223462
                                                ],
                                                [
                                                    9.8866581,
                                                    50.397869
                                                ],
                                                [
                                                    9.8739965,
                                                    50.4085453
                                                ],
                                                [
                                                    9.863518,
                                                    50.3965671
                                                ],
                                                [
                                                    9.8115619,
                                                    50.4111492
                                                ],
                                                [
                                                    9.8146181,
                                                    50.4176591
                                                ],
                                                [
                                                    9.805886,
                                                    50.4231274
                                                ],
                                                [
                                                    9.7582959,
                                                    50.4163571
                                                ],
                                                [
                                                    9.7434513,
                                                    50.4332828
                                                ],
                                                [
                                                    9.7600424,
                                                    50.4442194
                                                ],
                                                [
                                                    9.7456344,
                                                    50.4515105
                                                ],
                                                [
                                                    9.7940976,
                                                    50.4739045
                                                ],
                                                [
                                                    9.7814361,
                                                    50.4848411
                                                ],
                                                [
                                                    9.7657182,
                                                    50.4864034
                                                ],
                                                [
                                                    9.7661549,
                                                    50.4926529
                                                ],
                                                [
                                                    9.7823093,
                                                    50.5009856
                                                ],
                                                [
                                                    9.7879852,
                                                    50.4939549
                                                ],
                                                [
                                                    9.8412511,
                                                    50.4978608
                                                ],
                                                [
                                                    9.8146181,
                                                    50.5181717
                                                ],
                                                [
                                                    9.8015199,
                                                    50.5093182
                                                ],
                                                [
                                                    9.7779432,
                                                    50.5106202
                                                ],
                                                [
                                                    9.7705209,
                                                    50.5205152
                                                ],
                                                [
                                                    9.7783798,
                                                    50.5231192
                                                ],
                                                [
                                                    9.7679013,
                                                    50.5330142
                                                ],
                                                [
                                                    9.7814361,
                                                    50.5436904
                                                ],
                                                [
                                                    9.7447612,
                                                    50.5452528
                                                ],
                                                [
                                                    9.7425781,
                                                    50.5551478
                                                ],
                                                [
                                                    9.70503,
                                                    50.5515023
                                                ],
                                                [
                                                    9.7002273,
                                                    50.5673864
                                                ],
                                                [
                                                    9.7076496,
                                                    50.567126
                                                ],
                                                [
                                                    9.7163818,
                                                    50.5934259
                                                ],
                                                [
                                                    9.7369022,
                                                    50.6009774
                                                ],
                                                [
                                                    9.7364656,
                                                    50.6009774
                                                ],
                                                [
                                                    9.7369022,
                                                    50.6012378
                                                ],
                                                [
                                                    9.7115791,
                                                    50.6061853
                                                ],
                                                [
                                                    9.7059032,
                                                    50.6186842
                                                ],
                                                [
                                                    9.676214,
                                                    50.6280585
                                                ],
                                                [
                                                    9.6757774,
                                                    50.6150387
                                                ],
                                                [
                                                    9.6535105,
                                                    50.6051437
                                                ],
                                                [
                                                    9.6604962,
                                                    50.5853536
                                                ],
                                                [
                                                    9.6561301,
                                                    50.5772814
                                                ],
                                                [
                                                    9.6421587,
                                                    50.5723339
                                                ],
                                                [
                                                    9.6788336,
                                                    50.54343
                                                ],
                                                [
                                                    9.6574399,
                                                    50.5025479
                                                ],
                                                [
                                                    9.5871464,
                                                    50.509839
                                                ],
                                                [
                                                    9.5976249,
                                                    50.5171301
                                                ],
                                                [
                                                    9.5491617,
                                                    50.5035895
                                                ],
                                                [
                                                    9.5504715,
                                                    50.4903094
                                                ],
                                                [
                                                    9.5312608,
                                                    50.4765084
                                                ],
                                                [
                                                    9.5089939,
                                                    50.4819767
                                                ],
                                                [
                                                    9.4884734,
                                                    50.4744253
                                                ],
                                                [
                                                    9.431278,
                                                    50.47755
                                                ],
                                                [
                                                    9.4522351,
                                                    50.5041103
                                                ],
                                                [
                                                    9.4504887,
                                                    50.5205152
                                                ],
                                                [
                                                    9.4596574,
                                                    50.5244212
                                                ],
                                                [
                                                    9.4679529,
                                                    50.5491587
                                                ],
                                                [
                                                    9.4945859,
                                                    50.555929
                                                ],
                                                [
                                                    9.4976421,
                                                    50.5681676
                                                ],
                                                [
                                                    9.4474324,
                                                    50.5801457
                                                ],
                                                [
                                                    9.4203629,
                                                    50.5775418
                                                ],
                                                [
                                                    9.3863076,
                                                    50.5929051
                                                ],
                                                [
                                                    9.3684068,
                                                    50.5853536
                                                ],
                                                [
                                                    9.3360979,
                                                    50.5876972
                                                ],
                                                [
                                                    9.3264926,
                                                    50.6028001
                                                ],
                                                [
                                                    9.328239,
                                                    50.6160803
                                                ],
                                                [
                                                    9.3002962,
                                                    50.631704
                                                ],
                                                [
                                                    9.2771561,
                                                    50.6280585
                                                ],
                                                [
                                                    9.2610017,
                                                    50.6340476
                                                ],
                                                [
                                                    9.2452839,
                                                    50.6462861
                                                ],
                                                [
                                                    9.2461571,
                                                    50.654098
                                                ],
                                                [
                                                    9.2147214,
                                                    50.662691
                                                ],
                                                [
                                                    9.2138482,
                                                    50.6702425
                                                ],
                                                [
                                                    9.1837224,
                                                    50.6723257
                                                ],
                                                [
                                                    9.1780465,
                                                    50.6806583
                                                ],
                                                [
                                                    9.1457377,
                                                    50.6702425
                                                ],
                                                [
                                                    9.1522868,
                                                    50.7056563
                                                ],
                                                [
                                                    9.1496671,
                                                    50.7119058
                                                ],
                                                [
                                                    9.1247806,
                                                    50.7147701
                                                ],
                                                [
                                                    9.1247806,
                                                    50.7259671
                                                ],
                                                [
                                                    9.0985842,
                                                    50.7293522
                                                ],
                                                [
                                                    9.095528,
                                                    50.7184156
                                                ],
                                                [
                                                    9.0754441,
                                                    50.7108642
                                                ],
                                                [
                                                    9.0370228,
                                                    50.7077394
                                                ],
                                                [
                                                    9.0488111,
                                                    50.6981048
                                                ],
                                                [
                                                    9.0165023,
                                                    50.673888
                                                ],
                                                [
                                                    9.0082068,
                                                    50.676492
                                                ],
                                                [
                                                    9.0082068,
                                                    50.6861266
                                                ],
                                                [
                                                    8.9785176,
                                                    50.6830019
                                                ],
                                                [
                                                    8.9745881,
                                                    50.676492
                                                ],
                                                [
                                                    8.9440257,
                                                    50.7043543
                                                ],
                                                [
                                                    8.9117168,
                                                    50.711385
                                                ],
                                                [
                                                    8.9138999,
                                                    50.7277899
                                                ],
                                                [
                                                    8.8973088,
                                                    50.7322166
                                                ],
                                                [
                                                    8.9025481,
                                                    50.7486215
                                                ],
                                                [
                                                    8.8981821,
                                                    50.7613809
                                                ],
                                                [
                                                    8.8711125,
                                                    50.7663284
                                                ],
                                                [
                                                    8.8724223,
                                                    50.7827333
                                                ],
                                                [
                                                    8.8396768,
                                                    50.7980966
                                                ],
                                                [
                                                    8.8379304,
                                                    50.8116371
                                                ],
                                                [
                                                    8.8462259,
                                                    50.8150223
                                                ],
                                                [
                                                    8.8335644,
                                                    50.8270005
                                                ],
                                                [
                                                    8.8409867,
                                                    50.843145
                                                ],
                                                [
                                                    8.8318179,
                                                    50.8577271
                                                ],
                                                [
                                                    8.865,
                                                    50.8811627
                                                ],
                                                [
                                                    8.8510286,
                                                    50.8874122
                                                ],
                                                [
                                                    8.8684928,
                                                    50.8887142
                                                ],
                                                [
                                                    8.877225,
                                                    50.9012131
                                                ],
                                                [
                                                    8.8523384,
                                                    50.9134517
                                                ],
                                                [
                                                    8.8174099,
                                                    50.8926201
                                                ],
                                                [
                                                    8.8126073,
                                                    50.9085042
                                                ],
                                                [
                                                    8.8296349,
                                                    50.9342833
                                                ],
                                                [
                                                    8.8139171,
                                                    50.9558961
                                                ],
                                                [
                                                    8.7859743,
                                                    50.9561565
                                                ],
                                                [
                                                    8.7720029,
                                                    50.9775089
                                                ],
                                                [
                                                    8.7383842,
                                                    50.9634476
                                                ],
                                                [
                                                    8.7322718,
                                                    50.9689159
                                                ],
                                                [
                                                    8.751919,
                                                    50.9876644
                                                ],
                                                [
                                                    8.7702565,
                                                    50.9900079
                                                ],
                                                [
                                                    8.761961,
                                                    50.9915703
                                                ],
                                                [
                                                    8.7733127,
                                                    50.998601
                                                ],
                                                [
                                                    8.7737493,
                                                    50.9928723
                                                ],
                                                [
                                                    8.7816082,
                                                    50.9993821
                                                ],
                                                [
                                                    8.8257055,
                                                    50.9999029
                                                ],
                                                [
                                                    8.8497188,
                                                    51.0121415
                                                ],
                                                [
                                                    8.8741687,
                                                    51.0105791
                                                ],
                                                [
                                                    8.8807178,
                                                    51.0204742
                                                ],
                                                [
                                                    8.8396768,
                                                    51.0181306
                                                ],
                                                [
                                                    8.834001,
                                                    51.0204742
                                                ],
                                                [
                                                    8.8392402,
                                                    51.0363583
                                                ],
                                                [
                                                    8.8169733,
                                                    51.038181
                                                ],
                                                [
                                                    8.7606512,
                                                    51.0228177
                                                ],
                                                [
                                                    8.7392575,
                                                    51.0298484
                                                ],
                                                [
                                                    8.7423137,
                                                    51.0436493
                                                ],
                                                [
                                                    8.7248495,
                                                    51.0485969
                                                ],
                                                [
                                                    8.7178638,
                                                    51.0423474
                                                ],
                                                [
                                                    8.6680907,
                                                    51.071772
                                                ],
                                                [
                                                    8.6615416,
                                                    51.0657829
                                                ],
                                                [
                                                    8.6082756,
                                                    51.0686473
                                                ],
                                                [
                                                    8.5886284,
                                                    51.0600542
                                                ],
                                                [
                                                    8.5628686,
                                                    51.0722928
                                                ],
                                                [
                                                    8.5096027,
                                                    51.0707305
                                                ],
                                                [
                                                    8.5052366,
                                                    51.0780215
                                                ],
                                                [
                                                    8.5117857,
                                                    51.0840106
                                                ],
                                                [
                                                    8.533616,
                                                    51.0965096
                                                ],
                                                [
                                                    8.5467142,
                                                    51.0949472
                                                ],
                                                [
                                                    8.5493338,
                                                    51.1123937
                                                ],
                                                [
                                                    8.5104759,
                                                    51.1248927
                                                ],
                                                [
                                                    8.4886456,
                                                    51.1485886
                                                ],
                                                [
                                                    8.4589564,
                                                    51.1332253
                                                ],
                                                [
                                                    8.442802,
                                                    51.137652
                                                ],
                                                [
                                                    8.473801,
                                                    51.1616084
                                                ],
                                                [
                                                    8.4746742,
                                                    51.171243
                                                ],
                                                [
                                                    8.4930117,
                                                    51.1730658
                                                ],
                                                [
                                                    8.4816599,
                                                    51.1840024
                                                ],
                                                [
                                                    8.4567734,
                                                    51.1811381
                                                ],
                                                [
                                                    8.4454216,
                                                    51.2004073
                                                ],
                                                [
                                                    8.4279574,
                                                    51.204834
                                                ],
                                                [
                                                    8.4345064,
                                                    51.2168122
                                                ],
                                                [
                                                    8.4227181,
                                                    51.2181142
                                                ],
                                                [
                                                    8.4436752,
                                                    51.2324359
                                                ],
                                                [
                                                    8.4467314,
                                                    51.2454557
                                                ],
                                                [
                                                    8.4353797,
                                                    51.2459765
                                                ],
                                                [
                                                    8.4379993,
                                                    51.2556111
                                                ],
                                                [
                                                    8.4249011,
                                                    51.2582151
                                                ],
                                                [
                                                    8.4340698,
                                                    51.2644645
                                                ],
                                                [
                                                    8.4078735,
                                                    51.260819
                                                ],
                                                [
                                                    8.4070003,
                                                    51.2793071
                                                ],
                                                [
                                                    8.3773111,
                                                    51.2868585
                                                ],
                                                [
                                                    8.3650861,
                                                    51.2811298
                                                ],
                                                [
                                                    8.3716352,
                                                    51.2722764
                                                ],
                                                [
                                                    8.3546075,
                                                    51.259517
                                                ],
                                                [
                                                    8.3546075,
                                                    51.2491012
                                                ],
                                                [
                                                    8.3458754,
                                                    51.2589962
                                                ],
                                                [
                                                    8.3266648,
                                                    51.2584755
                                                ],
                                                [
                                                    8.31313,
                                                    51.2673289
                                                ],
                                                [
                                                    8.3166228,
                                                    51.2735784
                                                ],
                                                [
                                                    8.2808211,
                                                    51.2777447
                                                ],
                                                [
                                                    8.2751452,
                                                    51.2886813
                                                ],
                                                [
                                                    8.2485123,
                                                    51.2767031
                                                ],
                                                [
                                                    8.243273,
                                                    51.2884209
                                                ],
                                                [
                                                    8.2271186,
                                                    51.2905041
                                                ],
                                                [
                                                    8.2157668,
                                                    51.305607
                                                ],
                                                [
                                                    8.1699232,
                                                    51.303003
                                                ],
                                                [
                                                    8.1594446,
                                                    51.3147208
                                                ],
                                                [
                                                    8.1419804,
                                                    51.2730576
                                                ],
                                                [
                                                    8.1026859,
                                                    51.2655061
                                                ],
                                                [
                                                    8.1105448,
                                                    51.2785259
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Kassel",
                                        "kuerzel": "KAS",
                                        "kurznummer": "8"
                                    }
                                },
                                {
                                    "id": 38,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.2565434,
                                                    50.9853208
                                                ],
                                                [
                                                    7.2849228,
                                                    51.0019861
                                                ],
                                                [
                                                    7.2792469,
                                                    51.0110999
                                                ],
                                                [
                                                    7.2875424,
                                                    51.0152663
                                                ],
                                                [
                                                    7.2888522,
                                                    51.0285464
                                                ],
                                                [
                                                    7.3163584,
                                                    51.0262029
                                                ],
                                                [
                                                    7.3281467,
                                                    51.0454721
                                                ],
                                                [
                                                    7.3639484,
                                                    51.0525028
                                                ],
                                                [
                                                    7.3630752,
                                                    51.0592731
                                                ],
                                                [
                                                    7.4023698,
                                                    51.0775007
                                                ],
                                                [
                                                    7.4281295,
                                                    51.0636998
                                                ],
                                                [
                                                    7.4407911,
                                                    51.0754176
                                                ],
                                                [
                                                    7.4595652,
                                                    51.0691681
                                                ],
                                                [
                                                    7.4853249,
                                                    51.0811463
                                                ],
                                                [
                                                    7.4853249,
                                                    51.0952076
                                                ],
                                                [
                                                    7.508465,
                                                    51.1155184
                                                ],
                                                [
                                                    7.508465,
                                                    51.1267154
                                                ],
                                                [
                                                    7.4975499,
                                                    51.1235907
                                                ],
                                                [
                                                    7.4853249,
                                                    51.1306214
                                                ],
                                                [
                                                    7.4857615,
                                                    51.1394748
                                                ],
                                                [
                                                    7.4761562,
                                                    51.1381728
                                                ],
                                                [
                                                    7.4757196,
                                                    51.1537965
                                                ],
                                                [
                                                    7.4840151,
                                                    51.1636916
                                                ],
                                                [
                                                    7.4447206,
                                                    51.1569213
                                                ],
                                                [
                                                    7.4521429,
                                                    51.1636916
                                                ],
                                                [
                                                    7.4421009,
                                                    51.1647332
                                                ],
                                                [
                                                    7.4407911,
                                                    51.1790549
                                                ],
                                                [
                                                    7.4290027,
                                                    51.1847836
                                                ],
                                                [
                                                    7.4215804,
                                                    51.196241
                                                ],
                                                [
                                                    7.434242,
                                                    51.203532
                                                ],
                                                [
                                                    7.4394813,
                                                    51.2116043
                                                ],
                                                [
                                                    7.4495232,
                                                    51.2261864
                                                ],
                                                [
                                                    7.4682973,
                                                    51.225926
                                                ],
                                                [
                                                    7.5058454,
                                                    51.2415498
                                                ],
                                                [
                                                    7.4975499,
                                                    51.2477992
                                                ],
                                                [
                                                    7.5167606,
                                                    51.2626418
                                                ],
                                                [
                                                    7.5534355,
                                                    51.2675893
                                                ],
                                                [
                                                    7.5848711,
                                                    51.2946704
                                                ],
                                                [
                                                    7.5953496,
                                                    51.2829526
                                                ],
                                                [
                                                    7.6232924,
                                                    51.2837338
                                                ],
                                                [
                                                    7.6372638,
                                                    51.2740992
                                                ],
                                                [
                                                    7.6486156,
                                                    51.2782655
                                                ],
                                                [
                                                    7.6433763,
                                                    51.2821714
                                                ],
                                                [
                                                    7.6468692,
                                                    51.3074298
                                                ],
                                                [
                                                    7.6634602,
                                                    51.3152416
                                                ],
                                                [
                                                    7.6887833,
                                                    51.3142
                                                ],
                                                [
                                                    7.693586,
                                                    51.3048258
                                                ],
                                                [
                                                    7.6844173,
                                                    51.3035238
                                                ],
                                                [
                                                    7.6883467,
                                                    51.3003991
                                                ],
                                                [
                                                    7.7263315,
                                                    51.3160228
                                                ],
                                                [
                                                    7.7734849,
                                                    51.3126377
                                                ],
                                                [
                                                    7.7809072,
                                                    51.3259178
                                                ],
                                                [
                                                    7.8014277,
                                                    51.3306049
                                                ],
                                                [
                                                    7.8009911,
                                                    51.3428435
                                                ],
                                                [
                                                    7.8402856,
                                                    51.3569049
                                                ],
                                                [
                                                    7.8577499,
                                                    51.3779969
                                                ],
                                                [
                                                    7.8512008,
                                                    51.3878919
                                                ],
                                                [
                                                    7.8704114,
                                                    51.3946622
                                                ],
                                                [
                                                    7.8961712,
                                                    51.3910167
                                                ],
                                                [
                                                    7.9166917,
                                                    51.3704454
                                                ],
                                                [
                                                    7.9367756,
                                                    51.3806008
                                                ],
                                                [
                                                    7.9629719,
                                                    51.381382
                                                ],
                                                [
                                                    7.9620987,
                                                    51.3899751
                                                ],
                                                [
                                                    8.0166745,
                                                    51.3897147
                                                ],
                                                [
                                                    8.0166745,
                                                    51.3897147
                                                ],
                                                [
                                                    8.0131816,
                                                    51.3808612
                                                ],
                                                [
                                                    7.9970272,
                                                    51.3808612
                                                ],
                                                [
                                                    8.0118718,
                                                    51.3681019
                                                ],
                                                [
                                                    8.0306459,
                                                    51.3733098
                                                ],
                                                [
                                                    8.0284628,
                                                    51.362894
                                                ],
                                                [
                                                    8.0354485,
                                                    51.3569049
                                                ],
                                                [
                                                    8.0935171,
                                                    51.3540405
                                                ],
                                                [
                                                    8.1175305,
                                                    51.3608108
                                                ],
                                                [
                                                    8.1341215,
                                                    51.3423227
                                                ],
                                                [
                                                    8.1070519,
                                                    51.3290426
                                                ],
                                                [
                                                    8.1319385,
                                                    51.3157624
                                                ],
                                                [
                                                    8.1005028,
                                                    51.2951912
                                                ],
                                                [
                                                    8.1109814,
                                                    51.2787863
                                                ],
                                                [
                                                    8.1035591,
                                                    51.2657665
                                                ],
                                                [
                                                    8.142417,
                                                    51.273318
                                                ],
                                                [
                                                    8.1598812,
                                                    51.3149812
                                                ],
                                                [
                                                    8.1707964,
                                                    51.3032634
                                                ],
                                                [
                                                    8.2162034,
                                                    51.3058674
                                                ],
                                                [
                                                    8.2275552,
                                                    51.2905041
                                                ],
                                                [
                                                    8.2437096,
                                                    51.2886813
                                                ],
                                                [
                                                    8.2493855,
                                                    51.2769635
                                                ],
                                                [
                                                    8.2755818,
                                                    51.2889417
                                                ],
                                                [
                                                    8.2812577,
                                                    51.2780051
                                                ],
                                                [
                                                    8.3170594,
                                                    51.2735784
                                                ],
                                                [
                                                    8.3135666,
                                                    51.2673289
                                                ],
                                                [
                                                    8.3271014,
                                                    51.2584755
                                                ],
                                                [
                                                    8.3467486,
                                                    51.2589962
                                                ],
                                                [
                                                    8.3554808,
                                                    51.2493616
                                                ],
                                                [
                                                    8.3554808,
                                                    51.259517
                                                ],
                                                [
                                                    8.3720718,
                                                    51.2725368
                                                ],
                                                [
                                                    8.3655227,
                                                    51.2813902
                                                ],
                                                [
                                                    8.3781843,
                                                    51.2871189
                                                ],
                                                [
                                                    8.4074369,
                                                    51.2795675
                                                ],
                                                [
                                                    8.4083101,
                                                    51.2610794
                                                ],
                                                [
                                                    8.4345064,
                                                    51.2647249
                                                ],
                                                [
                                                    8.4253377,
                                                    51.2584755
                                                ],
                                                [
                                                    8.4384359,
                                                    51.2558715
                                                ],
                                                [
                                                    8.4358163,
                                                    51.2462369
                                                ],
                                                [
                                                    8.447168,
                                                    51.2454557
                                                ],
                                                [
                                                    8.4441118,
                                                    51.2326963
                                                ],
                                                [
                                                    8.4231547,
                                                    51.2183746
                                                ],
                                                [
                                                    8.434943,
                                                    51.2170726
                                                ],
                                                [
                                                    8.428394,
                                                    51.204834
                                                ],
                                                [
                                                    8.4458582,
                                                    51.2006677
                                                ],
                                                [
                                                    8.45721,
                                                    51.1811381
                                                ],
                                                [
                                                    8.4825331,
                                                    51.1840024
                                                ],
                                                [
                                                    8.4934483,
                                                    51.1733262
                                                ],
                                                [
                                                    8.4751108,
                                                    51.1715034
                                                ],
                                                [
                                                    8.4742376,
                                                    51.1616084
                                                ],
                                                [
                                                    8.4432386,
                                                    51.137652
                                                ],
                                                [
                                                    8.459393,
                                                    51.1332253
                                                ],
                                                [
                                                    8.4890822,
                                                    51.1485886
                                                ],
                                                [
                                                    8.5109125,
                                                    51.1248927
                                                ],
                                                [
                                                    8.550207,
                                                    51.1123937
                                                ],
                                                [
                                                    8.5471508,
                                                    51.0949472
                                                ],
                                                [
                                                    8.5340526,
                                                    51.0965096
                                                ],
                                                [
                                                    8.5126589,
                                                    51.084271
                                                ],
                                                [
                                                    8.5061098,
                                                    51.0782819
                                                ],
                                                [
                                                    8.5104759,
                                                    51.0709909
                                                ],
                                                [
                                                    8.5633052,
                                                    51.0725532
                                                ],
                                                [
                                                    8.589065,
                                                    51.0600542
                                                ],
                                                [
                                                    8.6087123,
                                                    51.0689077
                                                ],
                                                [
                                                    8.6619782,
                                                    51.0657829
                                                ],
                                                [
                                                    8.6685273,
                                                    51.0720324
                                                ],
                                                [
                                                    8.7183004,
                                                    51.0423474
                                                ],
                                                [
                                                    8.7252861,
                                                    51.0488573
                                                ],
                                                [
                                                    8.7427503,
                                                    51.0439097
                                                ],
                                                [
                                                    8.7396941,
                                                    51.0298484
                                                ],
                                                [
                                                    8.7610878,
                                                    51.0230781
                                                ],
                                                [
                                                    8.8178465,
                                                    51.0384414
                                                ],
                                                [
                                                    8.8396768,
                                                    51.0363583
                                                ],
                                                [
                                                    8.8348742,
                                                    51.0207346
                                                ],
                                                [
                                                    8.8401134,
                                                    51.0181306
                                                ],
                                                [
                                                    8.8811544,
                                                    51.0207346
                                                ],
                                                [
                                                    8.8750419,
                                                    51.0108395
                                                ],
                                                [
                                                    8.850592,
                                                    51.0121415
                                                ],
                                                [
                                                    8.8261421,
                                                    51.0001633
                                                ],
                                                [
                                                    8.7820448,
                                                    50.9993821
                                                ],
                                                [
                                                    8.7746225,
                                                    50.9928723
                                                ],
                                                [
                                                    8.7737493,
                                                    50.9988614
                                                ],
                                                [
                                                    8.7628342,
                                                    50.9915703
                                                ],
                                                [
                                                    8.7706931,
                                                    50.9900079
                                                ],
                                                [
                                                    8.7523556,
                                                    50.9876644
                                                ],
                                                [
                                                    8.7327084,
                                                    50.9691763
                                                ],
                                                [
                                                    8.7388208,
                                                    50.963708
                                                ],
                                                [
                                                    8.7724395,
                                                    50.9777693
                                                ],
                                                [
                                                    8.7864109,
                                                    50.9561565
                                                ],
                                                [
                                                    8.8143537,
                                                    50.9561565
                                                ],
                                                [
                                                    8.8305081,
                                                    50.9345437
                                                ],
                                                [
                                                    8.8134805,
                                                    50.9085042
                                                ],
                                                [
                                                    8.8182831,
                                                    50.8928805
                                                ],
                                                [
                                                    8.8532116,
                                                    50.9134517
                                                ],
                                                [
                                                    8.8780982,
                                                    50.9014735
                                                ],
                                                [
                                                    8.8689294,
                                                    50.8887142
                                                ],
                                                [
                                                    8.8514652,
                                                    50.8874122
                                                ],
                                                [
                                                    8.8654366,
                                                    50.8811627
                                                ],
                                                [
                                                    8.8322545,
                                                    50.8577271
                                                ],
                                                [
                                                    8.8418599,
                                                    50.843145
                                                ],
                                                [
                                                    8.8174099,
                                                    50.8454885
                                                ],
                                                [
                                                    8.8060582,
                                                    50.8566855
                                                ],
                                                [
                                                    8.7824815,
                                                    50.8402806
                                                ],
                                                [
                                                    8.7702565,
                                                    50.8506964
                                                ],
                                                [
                                                    8.733145,
                                                    50.8499153
                                                ],
                                                [
                                                    8.7261593,
                                                    50.8572063
                                                ],
                                                [
                                                    8.6925406,
                                                    50.8470509
                                                ],
                                                [
                                                    8.6977799,
                                                    50.8400202
                                                ],
                                                [
                                                    8.6864281,
                                                    50.83325
                                                ],
                                                [
                                                    8.6318524,
                                                    50.8309064
                                                ],
                                                [
                                                    8.6462604,
                                                    50.8121579
                                                ],
                                                [
                                                    8.6401479,
                                                    50.7931491
                                                ],
                                                [
                                                    8.6523729,
                                                    50.7806501
                                                ],
                                                [
                                                    8.6523729,
                                                    50.7613809
                                                ],
                                                [
                                                    8.6694005,
                                                    50.7559126
                                                ],
                                                [
                                                    8.6528095,
                                                    50.7392473
                                                ],
                                                [
                                                    8.6746398,
                                                    50.733779
                                                ],
                                                [
                                                    8.6615416,
                                                    50.7301334
                                                ],
                                                [
                                                    8.6602318,
                                                    50.7236235
                                                ],
                                                [
                                                    8.6737666,
                                                    50.7270087
                                                ],
                                                [
                                                    8.6694005,
                                                    50.7158117
                                                ],
                                                [
                                                    8.6497532,
                                                    50.7126869
                                                ],
                                                [
                                                    8.6523729,
                                                    50.6999276
                                                ],
                                                [
                                                    8.6244301,
                                                    50.673888
                                                ],
                                                [
                                                    8.5956141,
                                                    50.67519
                                                ],
                                                [
                                                    8.5908114,
                                                    50.6913345
                                                ],
                                                [
                                                    8.5781498,
                                                    50.6978444
                                                ],
                                                [
                                                    8.5567561,
                                                    50.6827415
                                                ],
                                                [
                                                    8.550207,
                                                    50.6595663
                                                ],
                                                [
                                                    8.5283767,
                                                    50.6447238
                                                ],
                                                [
                                                    8.52925,
                                                    50.633006
                                                ],
                                                [
                                                    8.4956313,
                                                    50.6238921
                                                ],
                                                [
                                                    8.4685617,
                                                    50.6397763
                                                ],
                                                [
                                                    8.4790403,
                                                    50.6535772
                                                ],
                                                [
                                                    8.444985,
                                                    50.665295
                                                ],
                                                [
                                                    8.3847334,
                                                    50.6593059
                                                ],
                                                [
                                                    8.3777477,
                                                    50.6522752
                                                ],
                                                [
                                                    8.3825503,
                                                    50.6421198
                                                ],
                                                [
                                                    8.375128,
                                                    50.6376931
                                                ],
                                                [
                                                    8.341946,
                                                    50.6366515
                                                ],
                                                [
                                                    8.3310308,
                                                    50.6155595
                                                ],
                                                [
                                                    8.3092005,
                                                    50.6017586
                                                ],
                                                [
                                                    8.3236085,
                                                    50.5900408
                                                ],
                                                [
                                                    8.3581004,
                                                    50.5908219
                                                ],
                                                [
                                                    8.3816771,
                                                    50.5788438
                                                ],
                                                [
                                                    8.3694521,
                                                    50.5616577
                                                ],
                                                [
                                                    8.3794941,
                                                    50.5616577
                                                ],
                                                [
                                                    8.3864798,
                                                    50.5400449
                                                ],
                                                [
                                                    8.3546075,
                                                    50.5304102
                                                ],
                                                [
                                                    8.3375799,
                                                    50.5468151
                                                ],
                                                [
                                                    8.3170594,
                                                    50.5199944
                                                ],
                                                [
                                                    8.3218621,
                                                    50.5153073
                                                ],
                                                [
                                                    8.2926095,
                                                    50.5002044
                                                ],
                                                [
                                                    8.2939193,
                                                    50.512443
                                                ],
                                                [
                                                    8.2729622,
                                                    50.5035895
                                                ],
                                                [
                                                    8.2362873,
                                                    50.5087974
                                                ],
                                                [
                                                    8.2253722,
                                                    50.501246
                                                ],
                                                [
                                                    8.2297382,
                                                    50.4942153
                                                ],
                                                [
                                                    8.2131472,
                                                    50.4942153
                                                ],
                                                [
                                                    8.1825848,
                                                    50.4791124
                                                ],
                                                [
                                                    8.1825848,
                                                    50.4897886
                                                ],
                                                [
                                                    8.1638107,
                                                    50.4983816
                                                ],
                                                [
                                                    8.1218965,
                                                    50.4806747
                                                ],
                                                [
                                                    8.0481101,
                                                    50.4858827
                                                ],
                                                [
                                                    7.9992102,
                                                    50.4692174
                                                ],
                                                [
                                                    8.014928,
                                                    50.4595827
                                                ],
                                                [
                                                    8.0123084,
                                                    50.4478649
                                                ],
                                                [
                                                    7.9926611,
                                                    50.4345848
                                                ],
                                                [
                                                    7.9520568,
                                                    50.4356264
                                                ],
                                                [
                                                    7.911889,
                                                    50.4666134
                                                ],
                                                [
                                                    7.8691016,
                                                    50.4666134
                                                ],
                                                [
                                                    7.8673552,
                                                    50.4851015
                                                ],
                                                [
                                                    7.8459615,
                                                    50.4934341
                                                ],
                                                [
                                                    7.8490177,
                                                    50.5093182
                                                ],
                                                [
                                                    7.8629891,
                                                    50.5181717
                                                ],
                                                [
                                                    7.8756507,
                                                    50.5069747
                                                ],
                                                [
                                                    7.8909319,
                                                    50.5129638
                                                ],
                                                [
                                                    7.8909319,
                                                    50.5202548
                                                ],
                                                [
                                                    7.9158185,
                                                    50.5160885
                                                ],
                                                [
                                                    7.8922417,
                                                    50.5397845
                                                ],
                                                [
                                                    7.8756507,
                                                    50.5444716
                                                ],
                                                [
                                                    7.8712847,
                                                    50.5530646
                                                ],
                                                [
                                                    7.8865659,
                                                    50.5621785
                                                ],
                                                [
                                                    7.8865659,
                                                    50.5741567
                                                ],
                                                [
                                                    7.8699748,
                                                    50.5913427
                                                ],
                                                [
                                                    7.8472713,
                                                    50.5793646
                                                ],
                                                [
                                                    7.8140893,
                                                    50.5827497
                                                ],
                                                [
                                                    7.8140893,
                                                    50.5905616
                                                ],
                                                [
                                                    7.7926956,
                                                    50.5955091
                                                ],
                                                [
                                                    7.7900759,
                                                    50.6139971
                                                ],
                                                [
                                                    7.7809072,
                                                    50.6179031
                                                ],
                                                [
                                                    7.7053744,
                                                    50.6220694
                                                ],
                                                [
                                                    7.679178,
                                                    50.6436822
                                                ],
                                                [
                                                    7.6372638,
                                                    50.6520148
                                                ],
                                                [
                                                    7.6246022,
                                                    50.6470673
                                                ],
                                                [
                                                    7.6302781,
                                                    50.6389951
                                                ],
                                                [
                                                    7.6219826,
                                                    50.631704
                                                ],
                                                [
                                                    7.6787414,
                                                    50.6111328
                                                ],
                                                [
                                                    7.6695727,
                                                    50.5934259
                                                ],
                                                [
                                                    7.6446861,
                                                    50.5931655
                                                ],
                                                [
                                                    7.6232924,
                                                    50.6168615
                                                ],
                                                [
                                                    7.5831247,
                                                    50.6184238
                                                ],
                                                [
                                                    7.5743926,
                                                    50.6434218
                                                ],
                                                [
                                                    7.5940398,
                                                    50.6494109
                                                ],
                                                [
                                                    7.561731,
                                                    50.6660762
                                                ],
                                                [
                                                    7.561731,
                                                    50.6660762
                                                ],
                                                [
                                                    7.5826881,
                                                    50.6806583
                                                ],
                                                [
                                                    7.561731,
                                                    50.6934177
                                                ],
                                                [
                                                    7.5276757,
                                                    50.6744088
                                                ],
                                                [
                                                    7.4722267,
                                                    50.6710237
                                                ],
                                                [
                                                    7.4682973,
                                                    50.6843039
                                                ],
                                                [
                                                    7.4285661,
                                                    50.7197176
                                                ],
                                                [
                                                    7.4180876,
                                                    50.7611205
                                                ],
                                                [
                                                    7.3936377,
                                                    50.7616413
                                                ],
                                                [
                                                    7.3844689,
                                                    50.7780462
                                                ],
                                                [
                                                    7.3709341,
                                                    50.7809105
                                                ],
                                                [
                                                    7.3757368,
                                                    50.7921075
                                                ],
                                                [
                                                    7.3674413,
                                                    50.8027837
                                                ],
                                                [
                                                    7.3425547,
                                                    50.798357
                                                ],
                                                [
                                                    7.3408083,
                                                    50.8074708
                                                ],
                                                [
                                                    7.360019,
                                                    50.8145015
                                                ],
                                                [
                                                    7.3796663,
                                                    50.8441866
                                                ],
                                                [
                                                    7.4097921,
                                                    50.8447073
                                                ],
                                                [
                                                    7.4080457,
                                                    50.8527796
                                                ],
                                                [
                                                    7.3704975,
                                                    50.8634558
                                                ],
                                                [
                                                    7.37661,
                                                    50.8689241
                                                ],
                                                [
                                                    7.3464842,
                                                    50.8819439
                                                ],
                                                [
                                                    7.3416815,
                                                    50.9004319
                                                ],
                                                [
                                                    7.3071897,
                                                    50.9056398
                                                ],
                                                [
                                                    7.32902,
                                                    50.9157953
                                                ],
                                                [
                                                    7.3525967,
                                                    50.9124101
                                                ],
                                                [
                                                    7.3665681,
                                                    50.9332417
                                                ],
                                                [
                                                    7.3905814,
                                                    50.9340229
                                                ],
                                                [
                                                    7.4028064,
                                                    50.9483447
                                                ],
                                                [
                                                    7.3914546,
                                                    50.9579793
                                                ],
                                                [
                                                    7.3604556,
                                                    50.9488655
                                                ],
                                                [
                                                    7.3447378,
                                                    50.9660516
                                                ],
                                                [
                                                    7.333386,
                                                    50.962406
                                                ],
                                                [
                                                    7.3399351,
                                                    50.9709991
                                                ],
                                                [
                                                    7.3355691,
                                                    50.9756862
                                                ],
                                                [
                                                    7.2967111,
                                                    50.9769882
                                                ],
                                                [
                                                    7.2888522,
                                                    50.9699575
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Siegen",
                                        "kuerzel": "SIE",
                                        "kurznummer": "38"
                                    }
                                },
                                {
                                    "id": 2,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.734627,
                                                    49.0833937
                                                ],
                                                [
                                                    7.7638796,
                                                    49.1044857
                                                ],
                                                [
                                                    7.7573305,
                                                    49.1135995
                                                ],
                                                [
                                                    7.7761045,
                                                    49.1227133
                                                ],
                                                [
                                                    7.7708653,
                                                    49.1276609
                                                ],
                                                [
                                                    7.806667,
                                                    49.1276609
                                                ],
                                                [
                                                    7.806667,
                                                    49.1336499
                                                ],
                                                [
                                                    7.8271874,
                                                    49.1255777
                                                ],
                                                [
                                                    7.825441,
                                                    49.1331292
                                                ],
                                                [
                                                    7.8634257,
                                                    49.1471905
                                                ],
                                                [
                                                    7.8594963,
                                                    49.1641162
                                                ],
                                                [
                                                    7.8594963,
                                                    49.1641162
                                                ],
                                                [
                                                    7.8769605,
                                                    49.1872914
                                                ],
                                                [
                                                    7.8704114,
                                                    49.1990092
                                                ],
                                                [
                                                    7.7900759,
                                                    49.209425
                                                ],
                                                [
                                                    7.7564573,
                                                    49.2018735
                                                ],
                                                [
                                                    7.7616965,
                                                    49.2250487
                                                ],
                                                [
                                                    7.7726117,
                                                    49.2346833
                                                ],
                                                [
                                                    7.8184553,
                                                    49.2380685
                                                ],
                                                [
                                                    7.8319901,
                                                    49.2458803
                                                ],
                                                [
                                                    7.8293705,
                                                    49.2823357
                                                ],
                                                [
                                                    7.8485811,
                                                    49.307594
                                                ],
                                                [
                                                    7.8284973,
                                                    49.3391018
                                                ],
                                                [
                                                    7.8363562,
                                                    49.3573295
                                                ],
                                                [
                                                    7.8612427,
                                                    49.3739948
                                                ],
                                                [
                                                    7.9009739,
                                                    49.3799839
                                                ],
                                                [
                                                    7.9249872,
                                                    49.3937848
                                                ],
                                                [
                                                    7.950747,
                                                    49.3880561
                                                ],
                                                [
                                                    7.9690844,
                                                    49.4008155
                                                ],
                                                [
                                                    7.9345925,
                                                    49.4305006
                                                ],
                                                [
                                                    7.940705,
                                                    49.4385728
                                                ],
                                                [
                                                    7.9232408,
                                                    49.4448223
                                                ],
                                                [
                                                    7.9258604,
                                                    49.4523738
                                                ],
                                                [
                                                    7.9197479,
                                                    49.4534154
                                                ],
                                                [
                                                    7.9459443,
                                                    49.4664351
                                                ],
                                                [
                                                    7.9603523,
                                                    49.4646124
                                                ],
                                                [
                                                    7.9524934,
                                                    49.4872667
                                                ],
                                                [
                                                    8.0179843,
                                                    49.5047132
                                                ],
                                                [
                                                    8.0240968,
                                                    49.5143479
                                                ],
                                                [
                                                    8.0192941,
                                                    49.5208577
                                                ],
                                                [
                                                    8.0315191,
                                                    49.5291904
                                                ],
                                                [
                                                    8.0476735,
                                                    49.5218993
                                                ],
                                                [
                                                    8.0878413,
                                                    49.5325755
                                                ],
                                                [
                                                    8.0957002,
                                                    49.5252845
                                                ],
                                                [
                                                    8.0860948,
                                                    49.5174726
                                                ],
                                                [
                                                    8.0943903,
                                                    49.5143479
                                                ],
                                                [
                                                    8.1074885,
                                                    49.5239825
                                                ],
                                                [
                                                    8.1122912,
                                                    49.5138271
                                                ],
                                                [
                                                    8.1005028,
                                                    49.5130459
                                                ],
                                                [
                                                    8.1061787,
                                                    49.5075776
                                                ],
                                                [
                                                    8.156825,
                                                    49.5320547
                                                ],
                                                [
                                                    8.2179498,
                                                    49.5242429
                                                ],
                                                [
                                                    8.2105275,
                                                    49.5534071
                                                ],
                                                [
                                                    8.2218793,
                                                    49.5609586
                                                ],
                                                [
                                                    8.2533149,
                                                    49.5534071
                                                ],
                                                [
                                                    8.2869336,
                                                    49.5583547
                                                ],
                                                [
                                                    8.2847506,
                                                    49.54872
                                                ],
                                                [
                                                    8.3017782,
                                                    49.5505428
                                                ],
                                                [
                                                    8.3096371,
                                                    49.5593962
                                                ],
                                                [
                                                    8.3358335,
                                                    49.5505428
                                                ],
                                                [
                                                    8.36072,
                                                    49.5617398
                                                ],
                                                [
                                                    8.3615932,
                                                    49.5716348
                                                ],
                                                [
                                                    8.3899726,
                                                    49.5659061
                                                ],
                                                [
                                                    8.3856066,
                                                    49.5700724
                                                ],
                                                [
                                                    8.4078735,
                                                    49.5765823
                                                ],
                                                [
                                                    8.4096199,
                                                    49.5830922
                                                ],
                                                [
                                                    8.4262109,
                                                    49.5731972
                                                ],
                                                [
                                                    8.4266475,
                                                    49.5838734
                                                ],
                                                [
                                                    8.4480412,
                                                    49.5906437
                                                ],
                                                [
                                                    8.4685617,
                                                    49.5901229
                                                ],
                                                [
                                                    8.486026,
                                                    49.57502
                                                ],
                                                [
                                                    8.4991241,
                                                    49.5734576
                                                ],
                                                [
                                                    8.5178982,
                                                    49.5872585
                                                ],
                                                [
                                                    8.5982337,
                                                    49.5932476
                                                ],
                                                [
                                                    8.5982337,
                                                    49.6106941
                                                ],
                                                [
                                                    8.7047656,
                                                    49.6247555
                                                ],
                                                [
                                                    8.7300887,
                                                    49.6351713
                                                ],
                                                [
                                                    8.7335816,
                                                    49.6453267
                                                ],
                                                [
                                                    8.7270325,
                                                    49.6497534
                                                ],
                                                [
                                                    8.735328,
                                                    49.6567841
                                                ],
                                                [
                                                    8.7252861,
                                                    49.6656375
                                                ],
                                                [
                                                    8.7279057,
                                                    49.6812612
                                                ],
                                                [
                                                    8.7837913,
                                                    49.6729286
                                                ],
                                                [
                                                    8.7999457,
                                                    49.6890731
                                                ],
                                                [
                                                    8.8331278,
                                                    49.6752721
                                                ],
                                                [
                                                    8.8453527,
                                                    49.6604296
                                                ],
                                                [
                                                    8.8885767,
                                                    49.6601692
                                                ],
                                                [
                                                    8.8877035,
                                                    49.6513158
                                                ],
                                                [
                                                    8.8684928,
                                                    49.6424623
                                                ],
                                                [
                                                    8.8807178,
                                                    49.6377752
                                                ],
                                                [
                                                    8.8890133,
                                                    49.6226723
                                                ],
                                                [
                                                    8.8802812,
                                                    49.6146
                                                ],
                                                [
                                                    8.8964356,
                                                    49.6112149
                                                ],
                                                [
                                                    8.9051677,
                                                    49.6000179
                                                ],
                                                [
                                                    8.9732783,
                                                    49.6106941
                                                ],
                                                [
                                                    9.0051505,
                                                    49.6013199
                                                ],
                                                [
                                                    9.0304737,
                                                    49.607309
                                                ],
                                                [
                                                    9.0488111,
                                                    49.6010595
                                                ],
                                                [
                                                    9.0575433,
                                                    49.5862169
                                                ],
                                                [
                                                    9.0745709,
                                                    49.5869981
                                                ],
                                                [
                                                    9.0706414,
                                                    49.6028822
                                                ],
                                                [
                                                    9.0898521,
                                                    49.5992367
                                                ],
                                                [
                                                    9.1068797,
                                                    49.5778843
                                                ],
                                                [
                                                    9.1003306,
                                                    49.551324
                                                ],
                                                [
                                                    9.0881057,
                                                    49.5440329
                                                ],
                                                [
                                                    9.1195413,
                                                    49.5343983
                                                ],
                                                [
                                                    9.1304565,
                                                    49.5172122
                                                ],
                                                [
                                                    9.1103726,
                                                    49.5101815
                                                ],
                                                [
                                                    9.1038235,
                                                    49.5265864
                                                ],
                                                [
                                                    9.0815566,
                                                    49.5237221
                                                ],
                                                [
                                                    9.0750075,
                                                    49.5094003
                                                ],
                                                [
                                                    9.0907253,
                                                    49.5005469
                                                ],
                                                [
                                                    9.0571066,
                                                    49.4885687
                                                ],
                                                [
                                                    9.0627825,
                                                    49.4771113
                                                ],
                                                [
                                                    9.05667,
                                                    49.4825796
                                                ],
                                                [
                                                    9.0287273,
                                                    49.4721638
                                                ],
                                                [
                                                    9.0509942,
                                                    49.4479471
                                                ],
                                                [
                                                    9.0296005,
                                                    49.4271154
                                                ],
                                                [
                                                    9.0601629,
                                                    49.4286778
                                                ],
                                                [
                                                    9.0571066,
                                                    49.4148769
                                                ],
                                                [
                                                    9.0732611,
                                                    49.4247719
                                                ],
                                                [
                                                    9.1029503,
                                                    49.4211263
                                                ],
                                                [
                                                    9.1300199,
                                                    49.4411768
                                                ],
                                                [
                                                    9.124344,
                                                    49.4562797
                                                ],
                                                [
                                                    9.1343859,
                                                    49.4614876
                                                ],
                                                [
                                                    9.1549064,
                                                    49.4521134
                                                ],
                                                [
                                                    9.155343,
                                                    49.4440411
                                                ],
                                                [
                                                    9.1291466,
                                                    49.4310214
                                                ],
                                                [
                                                    9.1566528,
                                                    49.4143561
                                                ],
                                                [
                                                    9.1942009,
                                                    49.4245115
                                                ],
                                                [
                                                    9.1880885,
                                                    49.4278966
                                                ],
                                                [
                                                    9.198567,
                                                    49.4370105
                                                ],
                                                [
                                                    9.1885251,
                                                    49.4456035
                                                ],
                                                [
                                                    9.1981304,
                                                    49.4489886
                                                ],
                                                [
                                                    9.2653677,
                                                    49.4357085
                                                ],
                                                [
                                                    9.2658043,
                                                    49.4242511
                                                ],
                                                [
                                                    9.2382982,
                                                    49.3849314
                                                ],
                                                [
                                                    9.2413544,
                                                    49.3745156
                                                ],
                                                [
                                                    9.1976938,
                                                    49.3570691
                                                ],
                                                [
                                                    9.2011866,
                                                    49.3437889
                                                ],
                                                [
                                                    9.1828492,
                                                    49.3364979
                                                ],
                                                [
                                                    9.2444106,
                                                    49.3026465
                                                ],
                                                [
                                                    9.2426642,
                                                    49.2859812
                                                ],
                                                [
                                                    9.2173411,
                                                    49.2750446
                                                ],
                                                [
                                                    9.2208339,
                                                    49.2560357
                                                ],
                                                [
                                                    9.1981304,
                                                    49.2651496
                                                ],
                                                [
                                                    9.1618921,
                                                    49.2604625
                                                ],
                                                [
                                                    9.1522868,
                                                    49.2750446
                                                ],
                                                [
                                                    9.1191047,
                                                    49.2729614
                                                ],
                                                [
                                                    9.1003306,
                                                    49.2578585
                                                ],
                                                [
                                                    9.0758807,
                                                    49.2602021
                                                ],
                                                [
                                                    9.064529,
                                                    49.2685347
                                                ],
                                                [
                                                    9.0697682,
                                                    49.2836376
                                                ],
                                                [
                                                    9.0287273,
                                                    49.2982198
                                                ],
                                                [
                                                    9.0317835,
                                                    49.2854604
                                                ],
                                                [
                                                    9.0413888,
                                                    49.286502
                                                ],
                                                [
                                                    9.0461915,
                                                    49.2786901
                                                ],
                                                [
                                                    9.0221782,
                                                    49.2659308
                                                ],
                                                [
                                                    9.0243612,
                                                    49.2573377
                                                ],
                                                [
                                                    9.0016577,
                                                    49.2661911
                                                ],
                                                [
                                                    9.006897,
                                                    49.2591605
                                                ],
                                                [
                                                    9.0012211,
                                                    49.2536922
                                                ],
                                                [
                                                    9.0147559,
                                                    49.2497862
                                                ],
                                                [
                                                    8.9623631,
                                                    49.2219239
                                                ],
                                                [
                                                    8.9671658,
                                                    49.2177576
                                                ],
                                                [
                                                    8.9588703,
                                                    49.2096854
                                                ],
                                                [
                                                    8.9689122,
                                                    49.1971864
                                                ],
                                                [
                                                    8.963673,
                                                    49.1862498
                                                ],
                                                [
                                                    8.9352936,
                                                    49.1789587
                                                ],
                                                [
                                                    8.8977454,
                                                    49.1865102
                                                ],
                                                [
                                                    8.8676196,
                                                    49.1750528
                                                ],
                                                [
                                                    8.8230858,
                                                    49.1953636
                                                ],
                                                [
                                                    8.8300715,
                                                    49.1878122
                                                ],
                                                [
                                                    8.8230858,
                                                    49.1622934
                                                ],
                                                [
                                                    8.8222126,
                                                    49.1578667
                                                ],
                                                [
                                                    8.8003823,
                                                    49.1539608
                                                ],
                                                [
                                                    8.7781154,
                                                    49.162033
                                                ],
                                                [
                                                    8.7392575,
                                                    49.1560439
                                                ],
                                                [
                                                    8.7196102,
                                                    49.1740112
                                                ],
                                                [
                                                    8.6794424,
                                                    49.1688033
                                                ],
                                                [
                                                    8.6449506,
                                                    49.1404202
                                                ],
                                                [
                                                    8.6501898,
                                                    49.1255777
                                                ],
                                                [
                                                    8.6816255,
                                                    49.1195886
                                                ],
                                                [
                                                    8.6938504,
                                                    49.1034441
                                                ],
                                                [
                                                    8.6894844,
                                                    49.0912055
                                                ],
                                                [
                                                    8.6008533,
                                                    49.0609997
                                                ],
                                                [
                                                    8.5397285,
                                                    49.0758422
                                                ],
                                                [
                                                    8.519208,
                                                    49.1044857
                                                ],
                                                [
                                                    8.5227009,
                                                    49.1305252
                                                ],
                                                [
                                                    8.5161518,
                                                    49.1404202
                                                ],
                                                [
                                                    8.4807867,
                                                    49.1260985
                                                ],
                                                [
                                                    8.45721,
                                                    49.131046
                                                ],
                                                [
                                                    8.4454216,
                                                    49.1031837
                                                ],
                                                [
                                                    8.4318868,
                                                    49.1076104
                                                ],
                                                [
                                                    8.420535,
                                                    49.0979758
                                                ],
                                                [
                                                    8.3716352,
                                                    49.1302648
                                                ],
                                                [
                                                    8.3598468,
                                                    49.0951114
                                                ],
                                                [
                                                    8.3135666,
                                                    49.051365
                                                ],
                                                [
                                                    8.2930461,
                                                    49.0008484
                                                ],
                                                [
                                                    8.2367239,
                                                    48.9672574
                                                ],
                                                [
                                                    8.2271186,
                                                    48.9766316
                                                ],
                                                [
                                                    8.2035418,
                                                    48.9675178
                                                ],
                                                [
                                                    8.197866,
                                                    48.9779336
                                                ],
                                                [
                                                    8.1524589,
                                                    48.9779336
                                                ],
                                                [
                                                    8.0917707,
                                                    48.9904325
                                                ],
                                                [
                                                    8.0533494,
                                                    49.0149097
                                                ],
                                                [
                                                    8.0044495,
                                                    49.028971
                                                ],
                                                [
                                                    7.9791263,
                                                    49.0271483
                                                ],
                                                [
                                                    7.9708308,
                                                    49.0425116
                                                ],
                                                [
                                                    7.9494371,
                                                    49.0563125
                                                ],
                                                [
                                                    7.9354657,
                                                    49.0586561
                                                ],
                                                [
                                                    7.9171283,
                                                    49.0399076
                                                ],
                                                [
                                                    7.8926784,
                                                    49.0498027
                                                ],
                                                [
                                                    7.8708481,
                                                    49.0336582
                                                ],
                                                [
                                                    7.8132161,
                                                    49.0623016
                                                ],
                                                [
                                                    7.7983714,
                                                    49.066468
                                                ],
                                                [
                                                    7.7992447,
                                                    49.075061
                                                ],
                                                [
                                                    7.7485984,
                                                    49.0719363
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Speyer",
                                        "kuerzel": "SPE",
                                        "kurznummer": "2"
                                    }
                                },
                                {
                                    "id": 12,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    9.0247978,
                                                    48.6654592
                                                ],
                                                [
                                                    9.0920351,
                                                    48.6732711
                                                ],
                                                [
                                                    9.0911619,
                                                    48.6849889
                                                ],
                                                [
                                                    9.1173583,
                                                    48.6917592
                                                ],
                                                [
                                                    9.0972744,
                                                    48.7071225
                                                ],
                                                [
                                                    9.109936,
                                                    48.7118096
                                                ],
                                                [
                                                    9.0662754,
                                                    48.7287353
                                                ],
                                                [
                                                    9.0702048,
                                                    48.7355056
                                                ],
                                                [
                                                    9.042262,
                                                    48.7425362
                                                ],
                                                [
                                                    9.0802468,
                                                    48.7565976
                                                ],
                                                [
                                                    9.0793736,
                                                    48.7685758
                                                ],
                                                [
                                                    9.0915985,
                                                    48.7834183
                                                ],
                                                [
                                                    9.0785003,
                                                    48.7886262
                                                ],
                                                [
                                                    9.0894155,
                                                    48.8052915
                                                ],
                                                [
                                                    9.0802468,
                                                    48.8159677
                                                ],
                                                [
                                                    9.0894155,
                                                    48.8323726
                                                ],
                                                [
                                                    9.0968378,
                                                    48.8367993
                                                ],
                                                [
                                                    9.126527,
                                                    48.8261231
                                                ],
                                                [
                                                    9.1444279,
                                                    48.8310706
                                                ],
                                                [
                                                    9.1732439,
                                                    48.841226
                                                ],
                                                [
                                                    9.1802296,
                                                    48.8508607
                                                ],
                                                [
                                                    9.2112286,
                                                    48.8539854
                                                ],
                                                [
                                                    9.2094822,
                                                    48.8625785
                                                ],
                                                [
                                                    9.2265098,
                                                    48.8664844
                                                ],
                                                [
                                                    9.227383,
                                                    48.8852328
                                                ],
                                                [
                                                    9.2592552,
                                                    48.88992
                                                ],
                                                [
                                                    9.2592552,
                                                    48.8982526
                                                ],
                                                [
                                                    9.2719168,
                                                    48.8943467
                                                ],
                                                [
                                                    9.3072819,
                                                    48.9128347
                                                ],
                                                [
                                                    9.3033525,
                                                    48.9073664
                                                ],
                                                [
                                                    9.3177605,
                                                    48.9016378
                                                ],
                                                [
                                                    9.3400274,
                                                    48.9104912
                                                ],
                                                [
                                                    9.3631675,
                                                    48.9060645
                                                ],
                                                [
                                                    9.388054,
                                                    48.9224694
                                                ],
                                                [
                                                    9.4753752,
                                                    48.8925239
                                                ],
                                                [
                                                    9.51336,
                                                    48.9058041
                                                ],
                                                [
                                                    9.544359,
                                                    48.9042417
                                                ],
                                                [
                                                    9.5626964,
                                                    48.9141367
                                                ],
                                                [
                                                    9.5744848,
                                                    48.9115328
                                                ],
                                                [
                                                    9.5749214,
                                                    48.9018981
                                                ],
                                                [
                                                    9.5884562,
                                                    48.8987734
                                                ],
                                                [
                                                    9.5910758,
                                                    48.9076268
                                                ],
                                                [
                                                    9.6011178,
                                                    48.8946071
                                                ],
                                                [
                                                    9.6159624,
                                                    48.8961694
                                                ],
                                                [
                                                    9.6168356,
                                                    48.9091892
                                                ],
                                                [
                                                    9.6827631,
                                                    48.8992942
                                                ],
                                                [
                                                    9.692805,
                                                    48.9120536
                                                ],
                                                [
                                                    9.721621,
                                                    48.9164803
                                                ],
                                                [
                                                    9.7198746,
                                                    48.9094496
                                                ],
                                                [
                                                    9.7451978,
                                                    48.9032001
                                                ],
                                                [
                                                    9.7500004,
                                                    48.9102308
                                                ],
                                                [
                                                    9.7674647,
                                                    48.9052833
                                                ],
                                                [
                                                    9.7958441,
                                                    48.9143971
                                                ],
                                                [
                                                    9.7954075,
                                                    48.9042417
                                                ],
                                                [
                                                    9.8054494,
                                                    48.9050229
                                                ],
                                                [
                                                    9.8050128,
                                                    48.9120536
                                                ],
                                                [
                                                    9.8137449,
                                                    48.9050229
                                                ],
                                                [
                                                    9.8207306,
                                                    48.9149179
                                                ],
                                                [
                                                    9.8674475,
                                                    48.9253337
                                                ],
                                                [
                                                    9.8735599,
                                                    48.922209
                                                ],
                                                [
                                                    9.8722501,
                                                    48.9063249
                                                ],
                                                [
                                                    9.9237696,
                                                    48.9005962
                                                ],
                                                [
                                                    9.9237696,
                                                    48.8909615
                                                ],
                                                [
                                                    9.9678668,
                                                    48.8735151
                                                ],
                                                [
                                                    9.9613177,
                                                    48.8685675
                                                ],
                                                [
                                                    9.9674302,
                                                    48.8581517
                                                ],
                                                [
                                                    9.9792186,
                                                    48.8571102
                                                ],
                                                [
                                                    9.9840213,
                                                    48.8461736
                                                ],
                                                [
                                                    10.0032319,
                                                    48.846434
                                                ],
                                                [
                                                    9.9888239,
                                                    48.8347162
                                                ],
                                                [
                                                    10.0010489,
                                                    48.8287271
                                                ],
                                                [
                                                    9.9862043,
                                                    48.8279459
                                                ],
                                                [
                                                    9.9892605,
                                                    48.8123222
                                                ],
                                                [
                                                    9.9971194,
                                                    48.8131034
                                                ],
                                                [
                                                    10.0006123,
                                                    48.8050311
                                                ],
                                                [
                                                    9.9831481,
                                                    48.800344
                                                ],
                                                [
                                                    9.9831481,
                                                    48.7907094
                                                ],
                                                [
                                                    9.9656838,
                                                    48.7802935
                                                ],
                                                [
                                                    9.9669936,
                                                    48.7625867
                                                ],
                                                [
                                                    9.9608811,
                                                    48.755556
                                                ],
                                                [
                                                    9.9115447,
                                                    48.7605035
                                                ],
                                                [
                                                    9.9137277,
                                                    48.7451402
                                                ],
                                                [
                                                    9.9359946,
                                                    48.7422758
                                                ],
                                                [
                                                    9.9373044,
                                                    48.7315996
                                                ],
                                                [
                                                    9.9901337,
                                                    48.7289957
                                                ],
                                                [
                                                    9.9984293,
                                                    48.7159759
                                                ],
                                                [
                                                    9.9962462,
                                                    48.7063413
                                                ],
                                                [
                                                    9.980965,
                                                    48.7081641
                                                ],
                                                [
                                                    9.9761624,
                                                    48.6980086
                                                ],
                                                [
                                                    9.9669936,
                                                    48.6990502
                                                ],
                                                [
                                                    9.9722329,
                                                    48.6730107
                                                ],
                                                [
                                                    9.9508392,
                                                    48.6641573
                                                ],
                                                [
                                                    9.935558,
                                                    48.668584
                                                ],
                                                [
                                                    9.9290089,
                                                    48.6615533
                                                ],
                                                [
                                                    9.9342482,
                                                    48.6529603
                                                ],
                                                [
                                                    9.9246428,
                                                    48.6469712
                                                ],
                                                [
                                                    9.9250794,
                                                    48.6383781
                                                ],
                                                [
                                                    9.9490928,
                                                    48.6368157
                                                ],
                                                [
                                                    9.9565151,
                                                    48.6292643
                                                ],
                                                [
                                                    9.9504026,
                                                    48.6256188
                                                ],
                                                [
                                                    9.9735427,
                                                    48.6165049
                                                ],
                                                [
                                                    9.9652472,
                                                    48.6050475
                                                ],
                                                [
                                                    9.976599,
                                                    48.5959337
                                                ],
                                                [
                                                    9.9656838,
                                                    48.5954129
                                                ],
                                                [
                                                    9.9648106,
                                                    48.5842159
                                                ],
                                                [
                                                    9.9442901,
                                                    48.5865595
                                                ],
                                                [
                                                    9.9237696,
                                                    48.5711961
                                                ],
                                                [
                                                    9.8796724,
                                                    48.5717169
                                                ],
                                                [
                                                    9.8761796,
                                                    48.567811
                                                ],
                                                [
                                                    9.8914608,
                                                    48.5615615
                                                ],
                                                [
                                                    9.8827287,
                                                    48.5537497
                                                ],
                                                [
                                                    9.8875313,
                                                    48.5511457
                                                ],
                                                [
                                                    9.8766162,
                                                    48.5485417
                                                ],
                                                [
                                                    9.8836019,
                                                    48.5394279
                                                ],
                                                [
                                                    9.846927,
                                                    48.5428131
                                                ],
                                                [
                                                    9.8255333,
                                                    48.5092221
                                                ],
                                                [
                                                    9.805886,
                                                    48.5136488
                                                ],
                                                [
                                                    9.8119985,
                                                    48.5050557
                                                ],
                                                [
                                                    9.8032664,
                                                    48.503233
                                                ],
                                                [
                                                    9.8054494,
                                                    48.4860469
                                                ],
                                                [
                                                    9.779253,
                                                    48.4883904
                                                ],
                                                [
                                                    9.7434513,
                                                    48.4748499
                                                ],
                                                [
                                                    9.7211844,
                                                    48.480839
                                                ],
                                                [
                                                    9.7438879,
                                                    48.4566222
                                                ],
                                                [
                                                    9.7425781,
                                                    48.4415193
                                                ],
                                                [
                                                    9.7133255,
                                                    48.4438628
                                                ],
                                                [
                                                    9.7128889,
                                                    48.437353
                                                ],
                                                [
                                                    9.692805,
                                                    48.4337074
                                                ],
                                                [
                                                    9.6932416,
                                                    48.4423005
                                                ],
                                                [
                                                    9.7041568,
                                                    48.4454252
                                                ],
                                                [
                                                    9.6840729,
                                                    48.4699024
                                                ],
                                                [
                                                    9.6600596,
                                                    48.4693816
                                                ],
                                                [
                                                    9.6377927,
                                                    48.4576638
                                                ],
                                                [
                                                    9.6233847,
                                                    48.4613093
                                                ],
                                                [
                                                    9.6399757,
                                                    48.4191253
                                                ],
                                                [
                                                    9.6273141,
                                                    48.4154798
                                                ],
                                                [
                                                    9.6251311,
                                                    48.3972521
                                                ],
                                                [
                                                    9.5849633,
                                                    48.3962105
                                                ],
                                                [
                                                    9.5941321,
                                                    48.3850135
                                                ],
                                                [
                                                    9.5858366,
                                                    48.378764
                                                ],
                                                [
                                                    9.6085401,
                                                    48.3745977
                                                ],
                                                [
                                                    9.591949,
                                                    48.3678274
                                                ],
                                                [
                                                    9.5954419,
                                                    48.3511621
                                                ],
                                                [
                                                    9.5836535,
                                                    48.3285077
                                                ],
                                                [
                                                    9.5618232,
                                                    48.3334552
                                                ],
                                                [
                                                    9.5535277,
                                                    48.3212167
                                                ],
                                                [
                                                    9.5386831,
                                                    48.3175711
                                                ],
                                                [
                                                    9.5268947,
                                                    48.3232998
                                                ],
                                                [
                                                    9.5212189,
                                                    48.3094989
                                                ],
                                                [
                                                    9.519909,
                                                    48.3092385
                                                ],
                                                [
                                                    9.503318,
                                                    48.3123632
                                                ],
                                                [
                                                    9.4749386,
                                                    48.3308513
                                                ],
                                                [
                                                    9.457911,
                                                    48.3305909
                                                ],
                                                [
                                                    9.4522351,
                                                    48.3376216
                                                ],
                                                [
                                                    9.4609672,
                                                    48.3555888
                                                ],
                                                [
                                                    9.4173066,
                                                    48.3620987
                                                ],
                                                [
                                                    9.3976594,
                                                    48.3519433
                                                ],
                                                [
                                                    9.3915469,
                                                    48.3553284
                                                ],
                                                [
                                                    9.3967861,
                                                    48.3680878
                                                ],
                                                [
                                                    9.3745192,
                                                    48.371473
                                                ],
                                                [
                                                    9.3767023,
                                                    48.3772017
                                                ],
                                                [
                                                    9.3352247,
                                                    48.3727749
                                                ],
                                                [
                                                    9.3339149,
                                                    48.3923046
                                                ],
                                                [
                                                    9.3500693,
                                                    48.391263
                                                ],
                                                [
                                                    9.3422104,
                                                    48.4014184
                                                ],
                                                [
                                                    9.3457032,
                                                    48.4115738
                                                ],
                                                [
                                                    9.3343515,
                                                    48.4225104
                                                ],
                                                [
                                                    9.3090283,
                                                    48.4269372
                                                ],
                                                [
                                                    9.3107748,
                                                    48.4605281
                                                ],
                                                [
                                                    9.29724,
                                                    48.4667776
                                                ],
                                                [
                                                    9.3072819,
                                                    48.4725063
                                                ],
                                                [
                                                    9.2950569,
                                                    48.4824013
                                                ],
                                                [
                                                    9.2976766,
                                                    48.4904736
                                                ],
                                                [
                                                    9.3151408,
                                                    48.4941191
                                                ],
                                                [
                                                    9.2570722,
                                                    48.5136488
                                                ],
                                                [
                                                    9.2426642,
                                                    48.5365636
                                                ],
                                                [
                                                    9.2487767,
                                                    48.5451566
                                                ],
                                                [
                                                    9.2431008,
                                                    48.5529685
                                                ],
                                                [
                                                    9.2544526,
                                                    48.55401
                                                ],
                                                [
                                                    9.2500865,
                                                    48.5631239
                                                ],
                                                [
                                                    9.2592552,
                                                    48.5675506
                                                ],
                                                [
                                                    9.2426642,
                                                    48.5787476
                                                ],
                                                [
                                                    9.2177777,
                                                    48.5631239
                                                ],
                                                [
                                                    9.2234535,
                                                    48.5547912
                                                ],
                                                [
                                                    9.1732439,
                                                    48.5508853
                                                ],
                                                [
                                                    9.1291466,
                                                    48.5680714
                                                ],
                                                [
                                                    9.1295833,
                                                    48.5834347
                                                ],
                                                [
                                                    9.0972744,
                                                    48.5800496
                                                ],
                                                [
                                                    9.0981476,
                                                    48.5868199
                                                ],
                                                [
                                                    9.0741343,
                                                    48.5948921
                                                ],
                                                [
                                                    9.0492477,
                                                    48.5920278
                                                ],
                                                [
                                                    9.040079,
                                                    48.591507
                                                ],
                                                [
                                                    9.0269808,
                                                    48.6008812
                                                ],
                                                [
                                                    9.0274174,
                                                    48.6191089
                                                ],
                                                [
                                                    9.035713,
                                                    48.6222336
                                                ],
                                                [
                                                    9.0322201,
                                                    48.6313474
                                                ],
                                                [
                                                    9.0518674,
                                                    48.6430652
                                                ],
                                                [
                                                    9.0330933,
                                                    48.6490543
                                                ],
                                                [
                                                    9.0361496,
                                                    48.6553038
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Stuttgart",
                                        "kuerzel": "STU",
                                        "kurznummer": "12"
                                    }
                                },
                                {
                                    "id": 25,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    8.8226492,
                                                    49.1953636
                                                ],
                                                [
                                                    8.8667464,
                                                    49.1750528
                                                ],
                                                [
                                                    8.8968722,
                                                    49.1865102
                                                ],
                                                [
                                                    8.934857,
                                                    49.1789587
                                                ],
                                                [
                                                    8.9632364,
                                                    49.1862498
                                                ],
                                                [
                                                    8.9684756,
                                                    49.1974468
                                                ],
                                                [
                                                    8.9579971,
                                                    49.2096854
                                                ],
                                                [
                                                    8.9667292,
                                                    49.2177576
                                                ],
                                                [
                                                    8.9619265,
                                                    49.2219239
                                                ],
                                                [
                                                    9.0138827,
                                                    49.2497862
                                                ],
                                                [
                                                    9.0007845,
                                                    49.2539526
                                                ],
                                                [
                                                    9.0064603,
                                                    49.2591605
                                                ],
                                                [
                                                    9.0007845,
                                                    49.2661911
                                                ],
                                                [
                                                    9.0239246,
                                                    49.2573377
                                                ],
                                                [
                                                    9.0217416,
                                                    49.2659308
                                                ],
                                                [
                                                    9.0457549,
                                                    49.2789505
                                                ],
                                                [
                                                    9.0409522,
                                                    49.2867624
                                                ],
                                                [
                                                    9.0309103,
                                                    49.2857208
                                                ],
                                                [
                                                    9.027854,
                                                    49.2982198
                                                ],
                                                [
                                                    9.068895,
                                                    49.2836376
                                                ],
                                                [
                                                    9.0640923,
                                                    49.2685347
                                                ],
                                                [
                                                    9.0754441,
                                                    49.2602021
                                                ],
                                                [
                                                    9.099894,
                                                    49.2578585
                                                ],
                                                [
                                                    9.1186681,
                                                    49.2729614
                                                ],
                                                [
                                                    9.1518502,
                                                    49.2750446
                                                ],
                                                [
                                                    9.1614555,
                                                    49.2604625
                                                ],
                                                [
                                                    9.1976938,
                                                    49.2651496
                                                ],
                                                [
                                                    9.2199607,
                                                    49.2560357
                                                ],
                                                [
                                                    9.2169045,
                                                    49.2750446
                                                ],
                                                [
                                                    9.241791,
                                                    49.2859812
                                                ],
                                                [
                                                    9.243974,
                                                    49.3029069
                                                ],
                                                [
                                                    9.181976,
                                                    49.3364979
                                                ],
                                                [
                                                    9.2003134,
                                                    49.3437889
                                                ],
                                                [
                                                    9.1972572,
                                                    49.3570691
                                                ],
                                                [
                                                    9.2409178,
                                                    49.3745156
                                                ],
                                                [
                                                    9.2378615,
                                                    49.3849314
                                                ],
                                                [
                                                    9.2649311,
                                                    49.4242511
                                                ],
                                                [
                                                    9.2644945,
                                                    49.4357085
                                                ],
                                                [
                                                    9.1972572,
                                                    49.4489886
                                                ],
                                                [
                                                    9.1876519,
                                                    49.4456035
                                                ],
                                                [
                                                    9.1981304,
                                                    49.4370105
                                                ],
                                                [
                                                    9.1872152,
                                                    49.4278966
                                                ],
                                                [
                                                    9.1933277,
                                                    49.4245115
                                                ],
                                                [
                                                    9.1562162,
                                                    49.4143561
                                                ],
                                                [
                                                    9.1282734,
                                                    49.4310214
                                                ],
                                                [
                                                    9.1549064,
                                                    49.4440411
                                                ],
                                                [
                                                    9.1544698,
                                                    49.4521134
                                                ],
                                                [
                                                    9.1339493,
                                                    49.4614876
                                                ],
                                                [
                                                    9.1239074,
                                                    49.4562797
                                                ],
                                                [
                                                    9.1295833,
                                                    49.4414372
                                                ],
                                                [
                                                    9.1020771,
                                                    49.4211263
                                                ],
                                                [
                                                    9.0728245,
                                                    49.4247719
                                                ],
                                                [
                                                    9.0562334,
                                                    49.4148769
                                                ],
                                                [
                                                    9.0597263,
                                                    49.4286778
                                                ],
                                                [
                                                    9.0287273,
                                                    49.4271154
                                                ],
                                                [
                                                    9.050121,
                                                    49.4479471
                                                ],
                                                [
                                                    9.0282907,
                                                    49.4721638
                                                ],
                                                [
                                                    9.0557968,
                                                    49.4825796
                                                ],
                                                [
                                                    9.0619093,
                                                    49.4771113
                                                ],
                                                [
                                                    9.05667,
                                                    49.4885687
                                                ],
                                                [
                                                    9.0898521,
                                                    49.5005469
                                                ],
                                                [
                                                    9.0745709,
                                                    49.5094003
                                                ],
                                                [
                                                    9.0806834,
                                                    49.5237221
                                                ],
                                                [
                                                    9.1033869,
                                                    49.5265864
                                                ],
                                                [
                                                    9.109936,
                                                    49.5101815
                                                ],
                                                [
                                                    9.1300199,
                                                    49.5172122
                                                ],
                                                [
                                                    9.1191047,
                                                    49.5343983
                                                ],
                                                [
                                                    9.0872325,
                                                    49.5440329
                                                ],
                                                [
                                                    9.099894,
                                                    49.551324
                                                ],
                                                [
                                                    9.1064431,
                                                    49.5778843
                                                ],
                                                [
                                                    9.1981304,
                                                    49.5744992
                                                ],
                                                [
                                                    9.2527062,
                                                    49.5851754
                                                ],
                                                [
                                                    9.2496499,
                                                    49.5903833
                                                ],
                                                [
                                                    9.2627481,
                                                    49.5937684
                                                ],
                                                [
                                                    9.2679874,
                                                    49.607309
                                                ],
                                                [
                                                    9.2885078,
                                                    49.6153812
                                                ],
                                                [
                                                    9.2740998,
                                                    49.6268386
                                                ],
                                                [
                                                    9.2754097,
                                                    49.6351713
                                                ],
                                                [
                                                    9.2889445,
                                                    49.6362128
                                                ],
                                                [
                                                    9.3077185,
                                                    49.6554821
                                                ],
                                                [
                                                    9.3374077,
                                                    49.6461079
                                                ],
                                                [
                                                    9.3670969,
                                                    49.6562633
                                                ],
                                                [
                                                    9.385871,
                                                    49.6435039
                                                ],
                                                [
                                                    9.4098843,
                                                    49.6458475
                                                ],
                                                [
                                                    9.4229825,
                                                    49.659388
                                                ],
                                                [
                                                    9.400279,
                                                    49.6724078
                                                ],
                                                [
                                                    9.4155602,
                                                    49.6760533
                                                ],
                                                [
                                                    9.4098843,
                                                    49.6799593
                                                ],
                                                [
                                                    9.4242923,
                                                    49.6914166
                                                ],
                                                [
                                                    9.4229825,
                                                    49.7065196
                                                ],
                                                [
                                                    9.4526717,
                                                    49.702874
                                                ],
                                                [
                                                    9.4714458,
                                                    49.7088631
                                                ],
                                                [
                                                    9.4941493,
                                                    49.702874
                                                ],
                                                [
                                                    9.4972055,
                                                    49.6937602
                                                ],
                                                [
                                                    9.5382465,
                                                    49.7101651
                                                ],
                                                [
                                                    9.5378099,
                                                    49.6932394
                                                ],
                                                [
                                                    9.5766678,
                                                    49.7070404
                                                ],
                                                [
                                                    9.6238213,
                                                    49.7088631
                                                ],
                                                [
                                                    9.6325534,
                                                    49.7192789
                                                ],
                                                [
                                                    9.6290606,
                                                    49.7039156
                                                ],
                                                [
                                                    9.6356096,
                                                    49.6937602
                                                ],
                                                [
                                                    9.6565667,
                                                    49.6875107
                                                ],
                                                [
                                                    9.6797069,
                                                    49.6937602
                                                ],
                                                [
                                                    9.6805801,
                                                    49.716675
                                                ],
                                                [
                                                    9.7041568,
                                                    49.7174562
                                                ],
                                                [
                                                    9.7141987,
                                                    49.7273512
                                                ],
                                                [
                                                    9.731663,
                                                    49.6885523
                                                ],
                                                [
                                                    9.7390853,
                                                    49.6882919
                                                ],
                                                [
                                                    9.7534933,
                                                    49.695583
                                                ],
                                                [
                                                    9.7565495,
                                                    49.7106859
                                                ],
                                                [
                                                    9.8028298,
                                                    49.7296947
                                                ],
                                                [
                                                    9.7997735,
                                                    49.7216225
                                                ],
                                                [
                                                    9.8364484,
                                                    49.7026136
                                                ],
                                                [
                                                    9.8329556,
                                                    49.6888127
                                                ],
                                                [
                                                    9.8429975,
                                                    49.6833444
                                                ],
                                                [
                                                    9.8281529,
                                                    49.6687623
                                                ],
                                                [
                                                    9.8364484,
                                                    49.6502742
                                                ],
                                                [
                                                    9.8591519,
                                                    49.6419415
                                                ],
                                                [
                                                    9.8761796,
                                                    49.6104337
                                                ],
                                                [
                                                    9.8451805,
                                                    49.5953308
                                                ],
                                                [
                                                    9.8521662,
                                                    49.5781447
                                                ],
                                                [
                                                    9.8137449,
                                                    49.5578339
                                                ],
                                                [
                                                    9.8630814,
                                                    49.5466369
                                                ],
                                                [
                                                    9.8787992,
                                                    49.5789259
                                                ],
                                                [
                                                    9.9159107,
                                                    49.5862169
                                                ],
                                                [
                                                    9.9019393,
                                                    49.5630418
                                                ],
                                                [
                                                    9.9259527,
                                                    49.5609586
                                                ],
                                                [
                                                    9.9311919,
                                                    49.550022
                                                ],
                                                [
                                                    9.9307553,
                                                    49.5364814
                                                ],
                                                [
                                                    9.9202768,
                                                    49.5198162
                                                ],
                                                [
                                                    9.9285723,
                                                    49.5091399
                                                ],
                                                [
                                                    9.9176571,
                                                    49.494037
                                                ],
                                                [
                                                    9.9416705,
                                                    49.485444
                                                ],
                                                [
                                                    9.9875141,
                                                    49.486746
                                                ],
                                                [
                                                    10.0084712,
                                                    49.4958598
                                                ],
                                                [
                                                    9.9940632,
                                                    49.5057548
                                                ],
                                                [
                                                    9.99319,
                                                    49.5242429
                                                ],
                                                [
                                                    10.0468925,
                                                    49.5245033
                                                ],
                                                [
                                                    10.0433997,
                                                    49.5294508
                                                ],
                                                [
                                                    10.0647934,
                                                    49.5380438
                                                ],
                                                [
                                                    10.06523,
                                                    49.5455953
                                                ],
                                                [
                                                    10.0870603,
                                                    49.5440329
                                                ],
                                                [
                                                    10.0953558,
                                                    49.5349191
                                                ],
                                                [
                                                    10.0822576,
                                                    49.5278884
                                                ],
                                                [
                                                    10.0831308,
                                                    49.5135667
                                                ],
                                                [
                                                    10.1246084,
                                                    49.5114835
                                                ],
                                                [
                                                    10.1036513,
                                                    49.4919539
                                                ],
                                                [
                                                    10.1193691,
                                                    49.4734658
                                                ],
                                                [
                                                    10.1508048,
                                                    49.4804965
                                                ],
                                                [
                                                    10.1765645,
                                                    49.4760697
                                                ],
                                                [
                                                    10.1879163,
                                                    49.4919539
                                                ],
                                                [
                                                    10.238126,
                                                    49.4888291
                                                ],
                                                [
                                                    10.2472947,
                                                    49.4752886
                                                ],
                                                [
                                                    10.2721812,
                                                    49.4682579
                                                ],
                                                [
                                                    10.2494777,
                                                    49.4528946
                                                ],
                                                [
                                                    10.2686884,
                                                    49.4344065
                                                ],
                                                [
                                                    10.2796035,
                                                    49.4336253
                                                ],
                                                [
                                                    10.2931383,
                                                    49.4143561
                                                ],
                                                [
                                                    10.3464043,
                                                    49.4341461
                                                ],
                                                [
                                                    10.3529534,
                                                    49.4109709
                                                ],
                                                [
                                                    10.3891917,
                                                    49.4135749
                                                ],
                                                [
                                                    10.3874452,
                                                    49.4015967
                                                ],
                                                [
                                                    10.4053461,
                                                    49.4028987
                                                ],
                                                [
                                                    10.4149514,
                                                    49.3943056
                                                ],
                                                [
                                                    10.4581754,
                                                    49.3857126
                                                ],
                                                [
                                                    10.4712736,
                                                    49.3903997
                                                ],
                                                [
                                                    10.5044557,
                                                    49.3706097
                                                ],
                                                [
                                                    10.5524823,
                                                    49.3661829
                                                ],
                                                [
                                                    10.5529189,
                                                    49.3851918
                                                ],
                                                [
                                                    10.5747492,
                                                    49.3877957
                                                ],
                                                [
                                                    10.5795519,
                                                    49.3792027
                                                ],
                                                [
                                                    10.5721296,
                                                    49.3716512
                                                ],
                                                [
                                                    10.5834814,
                                                    49.3651414
                                                ],
                                                [
                                                    10.5682001,
                                                    49.3513404
                                                ],
                                                [
                                                    10.5909037,
                                                    49.3432681
                                                ],
                                                [
                                                    10.5952697,
                                                    49.3333731
                                                ],
                                                [
                                                    10.6533383,
                                                    49.3229573
                                                ],
                                                [
                                                    10.6729856,
                                                    49.3083752
                                                ],
                                                [
                                                    10.7018016,
                                                    49.3047296
                                                ],
                                                [
                                                    10.6952525,
                                                    49.3008237
                                                ],
                                                [
                                                    10.7031114,
                                                    49.2961366
                                                ],
                                                [
                                                    10.7319274,
                                                    49.3023861
                                                ],
                                                [
                                                    10.7441524,
                                                    49.2961366
                                                ],
                                                [
                                                    10.7380399,
                                                    49.2911891
                                                ],
                                                [
                                                    10.7437158,
                                                    49.2859812
                                                ],
                                                [
                                                    10.7751514,
                                                    49.2773881
                                                ],
                                                [
                                                    10.7686023,
                                                    49.2669723
                                                ],
                                                [
                                                    10.7768978,
                                                    49.2596813
                                                ],
                                                [
                                                    10.7541943,
                                                    49.2549941
                                                ],
                                                [
                                                    10.7450256,
                                                    49.2445783
                                                ],
                                                [
                                                    10.7659827,
                                                    49.2367665
                                                ],
                                                [
                                                    10.7651095,
                                                    49.2281734
                                                ],
                                                [
                                                    10.7773344,
                                                    49.2219239
                                                ],
                                                [
                                                    10.7677291,
                                                    49.2148933
                                                ],
                                                [
                                                    10.7882496,
                                                    49.209425
                                                ],
                                                [
                                                    10.7821371,
                                                    49.1977072
                                                ],
                                                [
                                                    10.7956719,
                                                    49.2023943
                                                ],
                                                [
                                                    10.8480646,
                                                    49.1940617
                                                ],
                                                [
                                                    10.816629,
                                                    49.1688033
                                                ],
                                                [
                                                    10.8463182,
                                                    49.1596895
                                                ],
                                                [
                                                    10.8375861,
                                                    49.154742
                                                ],
                                                [
                                                    10.8563601,
                                                    49.1513568
                                                ],
                                                [
                                                    10.8506842,
                                                    49.1490133
                                                ],
                                                [
                                                    10.8655288,
                                                    49.1482321
                                                ],
                                                [
                                                    10.8546137,
                                                    49.1427638
                                                ],
                                                [
                                                    10.8655288,
                                                    49.1393786
                                                ],
                                                [
                                                    10.8358396,
                                                    49.1383371
                                                ],
                                                [
                                                    10.8511209,
                                                    49.1287024
                                                ],
                                                [
                                                    10.8271075,
                                                    49.1253173
                                                ],
                                                [
                                                    10.8148825,
                                                    49.0997986
                                                ],
                                                [
                                                    10.8048406,
                                                    49.097455
                                                ],
                                                [
                                                    10.804404,
                                                    49.086258
                                                ],
                                                [
                                                    10.7856299,
                                                    49.0883412
                                                ],
                                                [
                                                    10.7358569,
                                                    49.0680303
                                                ],
                                                [
                                                    10.691323,
                                                    49.0719363
                                                ],
                                                [
                                                    10.691323,
                                                    49.0716759
                                                ],
                                                [
                                                    10.6908864,
                                                    49.0716759
                                                ],
                                                [
                                                    10.6843373,
                                                    49.0612601
                                                ],
                                                [
                                                    10.691323,
                                                    49.0479799
                                                ],
                                                [
                                                    10.6799713,
                                                    49.0396473
                                                ],
                                                [
                                                    10.6773516,
                                                    49.0255859
                                                ],
                                                [
                                                    10.670366,
                                                    49.0180344
                                                ],
                                                [
                                                    10.6463526,
                                                    49.019076
                                                ],
                                                [
                                                    10.6424232,
                                                    48.9990256
                                                ],
                                                [
                                                    10.6332544,
                                                    48.9930365
                                                ],
                                                [
                                                    10.6476624,
                                                    48.9862662
                                                ],
                                                [
                                                    10.6441696,
                                                    48.9823603
                                                ],
                                                [
                                                    10.6729856,
                                                    48.9849642
                                                ],
                                                [
                                                    10.6956891,
                                                    48.9602267
                                                ],
                                                [
                                                    10.6921963,
                                                    48.9448634
                                                ],
                                                [
                                                    10.7052944,
                                                    48.9443426
                                                ],
                                                [
                                                    10.674732,
                                                    48.9240317
                                                ],
                                                [
                                                    10.6852106,
                                                    48.9143971
                                                ],
                                                [
                                                    10.6790981,
                                                    48.9117932
                                                ],
                                                [
                                                    10.7105337,
                                                    48.9089288
                                                ],
                                                [
                                                    10.6638169,
                                                    48.888618
                                                ],
                                                [
                                                    10.6646901,
                                                    48.8956487
                                                ],
                                                [
                                                    10.6419866,
                                                    48.898513
                                                ],
                                                [
                                                    10.6371839,
                                                    48.9086684
                                                ],
                                                [
                                                    10.5712564,
                                                    48.9068457
                                                ],
                                                [
                                                    10.555102,
                                                    48.9141367
                                                ],
                                                [
                                                    10.5585948,
                                                    48.9211674
                                                ],
                                                [
                                                    10.5367645,
                                                    48.9232506
                                                ],
                                                [
                                                    10.5245395,
                                                    48.90971
                                                ],
                                                [
                                                    10.530652,
                                                    48.9058041
                                                ],
                                                [
                                                    10.4900477,
                                                    48.9107516
                                                ],
                                                [
                                                    10.4773861,
                                                    48.9003358
                                                ],
                                                [
                                                    10.4568656,
                                                    48.9156991
                                                ],
                                                [
                                                    10.4175711,
                                                    48.9071061
                                                ],
                                                [
                                                    10.398797,
                                                    48.8938259
                                                ],
                                                [
                                                    10.3852622,
                                                    48.8987734
                                                ],
                                                [
                                                    10.3918113,
                                                    48.9107516
                                                ],
                                                [
                                                    10.372164,
                                                    48.9076268
                                                ],
                                                [
                                                    10.3564462,
                                                    48.9211674
                                                ],
                                                [
                                                    10.3455311,
                                                    48.9104912
                                                ],
                                                [
                                                    10.3359257,
                                                    48.9117932
                                                ],
                                                [
                                                    10.3363623,
                                                    48.9185634
                                                ],
                                                [
                                                    10.3106026,
                                                    48.9117932
                                                ],
                                                [
                                                    10.3023071,
                                                    48.9190842
                                                ],
                                                [
                                                    10.2883357,
                                                    48.9175219
                                                ],
                                                [
                                                    10.285716,
                                                    48.9242921
                                                ],
                                                [
                                                    10.2935749,
                                                    48.9281981
                                                ],
                                                [
                                                    10.269125,
                                                    48.9295
                                                ],
                                                [
                                                    10.2660688,
                                                    48.9172615
                                                ],
                                                [
                                                    10.2490411,
                                                    48.9078872
                                                ],
                                                [
                                                    10.1669592,
                                                    48.9076268
                                                ],
                                                [
                                                    10.1433825,
                                                    48.8893992
                                                ],
                                                [
                                                    10.1311575,
                                                    48.8964298
                                                ],
                                                [
                                                    10.1163129,
                                                    48.8870556
                                                ],
                                                [
                                                    10.1241718,
                                                    48.8857536
                                                ],
                                                [
                                                    10.0953558,
                                                    48.8766398
                                                ],
                                                [
                                                    10.0656666,
                                                    48.8849725
                                                ],
                                                [
                                                    10.063047,
                                                    48.8995546
                                                ],
                                                [
                                                    10.0438363,
                                                    48.8953883
                                                ],
                                                [
                                                    10.0403434,
                                                    48.8836705
                                                ],
                                                [
                                                    10.0254988,
                                                    48.8797645
                                                ],
                                                [
                                                    10.0062882,
                                                    48.8870556
                                                ],
                                                [
                                                    10.0041051,
                                                    48.8784626
                                                ],
                                                [
                                                    10.0132739,
                                                    48.8703903
                                                ],
                                                [
                                                    9.9822748,
                                                    48.8766398
                                                ],
                                                [
                                                    9.9748525,
                                                    48.8672656
                                                ],
                                                [
                                                    9.978782,
                                                    48.8565894
                                                ],
                                                [
                                                    9.9669936,
                                                    48.8576309
                                                ],
                                                [
                                                    9.9608811,
                                                    48.8680468
                                                ],
                                                [
                                                    9.9678668,
                                                    48.8727339
                                                ],
                                                [
                                                    9.923333,
                                                    48.8904408
                                                ],
                                                [
                                                    9.923333,
                                                    48.9000754
                                                ],
                                                [
                                                    9.8722501,
                                                    48.9058041
                                                ],
                                                [
                                                    9.8735599,
                                                    48.9216882
                                                ],
                                                [
                                                    9.8670108,
                                                    48.9245525
                                                ],
                                                [
                                                    9.820294,
                                                    48.9141367
                                                ],
                                                [
                                                    9.8133083,
                                                    48.9042417
                                                ],
                                                [
                                                    9.8050128,
                                                    48.9115328
                                                ],
                                                [
                                                    9.8050128,
                                                    48.9045021
                                                ],
                                                [
                                                    9.7949708,
                                                    48.9034605
                                                ],
                                                [
                                                    9.7954075,
                                                    48.9138763
                                                ],
                                                [
                                                    9.7670281,
                                                    48.9047625
                                                ],
                                                [
                                                    9.7495638,
                                                    48.90971
                                                ],
                                                [
                                                    9.7447612,
                                                    48.9026793
                                                ],
                                                [
                                                    9.7198746,
                                                    48.9089288
                                                ],
                                                [
                                                    9.7211844,
                                                    48.9159595
                                                ],
                                                [
                                                    9.692805,
                                                    48.9115328
                                                ],
                                                [
                                                    9.6823265,
                                                    48.8987734
                                                ],
                                                [
                                                    9.616399,
                                                    48.908408
                                                ],
                                                [
                                                    9.6155258,
                                                    48.8956487
                                                ],
                                                [
                                                    9.6011178,
                                                    48.8940863
                                                ],
                                                [
                                                    9.5906392,
                                                    48.9071061
                                                ],
                                                [
                                                    9.5880196,
                                                    48.8982526
                                                ],
                                                [
                                                    9.5749214,
                                                    48.9013774
                                                ],
                                                [
                                                    9.5744848,
                                                    48.911012
                                                ],
                                                [
                                                    9.5626964,
                                                    48.9136159
                                                ],
                                                [
                                                    9.544359,
                                                    48.9037209
                                                ],
                                                [
                                                    9.51336,
                                                    48.9052833
                                                ],
                                                [
                                                    9.4753752,
                                                    48.8917427
                                                ],
                                                [
                                                    9.388054,
                                                    48.9216882
                                                ],
                                                [
                                                    9.3627309,
                                                    48.9052833
                                                ],
                                                [
                                                    9.3400274,
                                                    48.9099704
                                                ],
                                                [
                                                    9.3177605,
                                                    48.901117
                                                ],
                                                [
                                                    9.3033525,
                                                    48.9065853
                                                ],
                                                [
                                                    9.3068453,
                                                    48.9120536
                                                ],
                                                [
                                                    9.2719168,
                                                    48.8935655
                                                ],
                                                [
                                                    9.2588186,
                                                    48.8977318
                                                ],
                                                [
                                                    9.2592552,
                                                    48.8891388
                                                ],
                                                [
                                                    9.227383,
                                                    48.8844517
                                                ],
                                                [
                                                    9.2265098,
                                                    48.8659636
                                                ],
                                                [
                                                    9.2094822,
                                                    48.8620577
                                                ],
                                                [
                                                    9.2112286,
                                                    48.8534646
                                                ],
                                                [
                                                    9.1802296,
                                                    48.8503399
                                                ],
                                                [
                                                    9.1732439,
                                                    48.8407053
                                                ],
                                                [
                                                    9.1444279,
                                                    48.8305498
                                                ],
                                                [
                                                    9.1370056,
                                                    48.8446112
                                                ],
                                                [
                                                    9.1466109,
                                                    48.8456528
                                                ],
                                                [
                                                    9.1374422,
                                                    48.8584121
                                                ],
                                                [
                                                    9.1570894,
                                                    48.8615369
                                                ],
                                                [
                                                    9.1496671,
                                                    48.8862744
                                                ],
                                                [
                                                    9.155343,
                                                    48.8927843
                                                ],
                                                [
                                                    9.1313297,
                                                    48.8992942
                                                ],
                                                [
                                                    9.0972744,
                                                    48.8880972
                                                ],
                                                [
                                                    9.0492477,
                                                    48.8901804
                                                ],
                                                [
                                                    9.0505576,
                                                    48.8834101
                                                ],
                                                [
                                                    9.0619093,
                                                    48.8831497
                                                ],
                                                [
                                                    9.0588531,
                                                    48.8732547
                                                ],
                                                [
                                                    9.0326567,
                                                    48.8828893
                                                ],
                                                [
                                                    9.0274174,
                                                    48.8995546
                                                ],
                                                [
                                                    9.0418254,
                                                    48.9021585
                                                ],
                                                [
                                                    9.0387692,
                                                    48.9128347
                                                ],
                                                [
                                                    9.0178121,
                                                    48.9167407
                                                ],
                                                [
                                                    9.052304,
                                                    48.9414782
                                                ],
                                                [
                                                    9.0440085,
                                                    48.9505921
                                                ],
                                                [
                                                    8.9994747,
                                                    48.9479881
                                                ],
                                                [
                                                    8.9855033,
                                                    48.9651742
                                                ],
                                                [
                                                    9.0060237,
                                                    48.9703821
                                                ],
                                                [
                                                    9.0108264,
                                                    48.985485
                                                ],
                                                [
                                                    8.9885595,
                                                    49.0052751
                                                ],
                                                [
                                                    8.9230686,
                                                    49.0159513
                                                ],
                                                [
                                                    8.879408,
                                                    49.0362621
                                                ],
                                                [
                                                    8.8894499,
                                                    49.0456363
                                                ],
                                                [
                                                    8.9318007,
                                                    49.0375641
                                                ],
                                                [
                                                    9.0055871,
                                                    49.0373037
                                                ],
                                                [
                                                    9.0191219,
                                                    49.0654264
                                                ],
                                                [
                                                    9.0492477,
                                                    49.0690719
                                                ],
                                                [
                                                    9.0514308,
                                                    49.0755818
                                                ],
                                                [
                                                    9.0418254,
                                                    49.0828729
                                                ],
                                                [
                                                    9.006897,
                                                    49.0820917
                                                ],
                                                [
                                                    8.9942354,
                                                    49.0917263
                                                ],
                                                [
                                                    8.9798274,
                                                    49.0805293
                                                ],
                                                [
                                                    8.951448,
                                                    49.0755818
                                                ],
                                                [
                                                    8.9545042,
                                                    49.0818313
                                                ],
                                                [
                                                    8.8951258,
                                                    49.0823521
                                                ],
                                                [
                                                    8.8925062,
                                                    49.1167243
                                                ],
                                                [
                                                    8.8300715,
                                                    49.1271401
                                                ],
                                                [
                                                    8.8457893,
                                                    49.150836
                                                ],
                                                [
                                                    8.8344376,
                                                    49.1628142
                                                ],
                                                [
                                                    8.8226492,
                                                    49.1622934
                                                ],
                                                [
                                                    8.8291983,
                                                    49.1878122
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Waldenburg",
                                        "kuerzel": "WAL",
                                        "kurznummer": "25"
                                    }
                                },
                                {
                                    "id": 448,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    7.8594963,
                                                    50.3890156
                                                ],
                                                [
                                                    7.8896221,
                                                    50.3825057
                                                ],
                                                [
                                                    7.8870025,
                                                    50.399171
                                                ],
                                                [
                                                    7.9018471,
                                                    50.400473
                                                ],
                                                [
                                                    7.8983542,
                                                    50.3950047
                                                ],
                                                [
                                                    7.9171283,
                                                    50.4098472
                                                ],
                                                [
                                                    7.938522,
                                                    50.4140136
                                                ],
                                                [
                                                    7.9498737,
                                                    50.3957859
                                                ],
                                                [
                                                    7.9765067,
                                                    50.4056809
                                                ],
                                                [
                                                    7.969521,
                                                    50.412972
                                                ],
                                                [
                                                    7.9904781,
                                                    50.421565
                                                ],
                                                [
                                                    7.9922245,
                                                    50.4348452
                                                ],
                                                [
                                                    8.0123084,
                                                    50.4481253
                                                ],
                                                [
                                                    8.0144914,
                                                    50.4598431
                                                ],
                                                [
                                                    7.9987736,
                                                    50.4694777
                                                ],
                                                [
                                                    8.0476735,
                                                    50.486143
                                                ],
                                                [
                                                    8.1214599,
                                                    50.4811955
                                                ],
                                                [
                                                    8.1638107,
                                                    50.4989024
                                                ],
                                                [
                                                    8.1821482,
                                                    50.490049
                                                ],
                                                [
                                                    8.1821482,
                                                    50.4793728
                                                ],
                                                [
                                                    8.2131472,
                                                    50.4944757
                                                ],
                                                [
                                                    8.2297382,
                                                    50.4944757
                                                ],
                                                [
                                                    8.2253722,
                                                    50.5015064
                                                ],
                                                [
                                                    8.2358507,
                                                    50.5093182
                                                ],
                                                [
                                                    8.2725256,
                                                    50.5038499
                                                ],
                                                [
                                                    8.2939193,
                                                    50.5127034
                                                ],
                                                [
                                                    8.2921729,
                                                    50.5004648
                                                ],
                                                [
                                                    8.3214255,
                                                    50.5158281
                                                ],
                                                [
                                                    8.3166228,
                                                    50.5202548
                                                ],
                                                [
                                                    8.3375799,
                                                    50.5473359
                                                ],
                                                [
                                                    8.3546075,
                                                    50.5306706
                                                ],
                                                [
                                                    8.3860432,
                                                    50.5405657
                                                ],
                                                [
                                                    8.3790575,
                                                    50.5619181
                                                ],
                                                [
                                                    8.3690155,
                                                    50.5619181
                                                ],
                                                [
                                                    8.3812405,
                                                    50.5791042
                                                ],
                                                [
                                                    8.3581004,
                                                    50.5910823
                                                ],
                                                [
                                                    8.3231719,
                                                    50.5903012
                                                ],
                                                [
                                                    8.3087639,
                                                    50.6020189
                                                ],
                                                [
                                                    8.3305942,
                                                    50.6160803
                                                ],
                                                [
                                                    8.3415094,
                                                    50.6371723
                                                ],
                                                [
                                                    8.3746914,
                                                    50.6382139
                                                ],
                                                [
                                                    8.3825503,
                                                    50.6423802
                                                ],
                                                [
                                                    8.3773111,
                                                    50.6525356
                                                ],
                                                [
                                                    8.3842967,
                                                    50.6595663
                                                ],
                                                [
                                                    8.4445484,
                                                    50.6658158
                                                ],
                                                [
                                                    8.4790403,
                                                    50.6538376
                                                ],
                                                [
                                                    8.4685617,
                                                    50.6400367
                                                ],
                                                [
                                                    8.4951947,
                                                    50.6241525
                                                ],
                                                [
                                                    8.5288133,
                                                    50.6332664
                                                ],
                                                [
                                                    8.5283767,
                                                    50.6452446
                                                ],
                                                [
                                                    8.5497704,
                                                    50.6598267
                                                ],
                                                [
                                                    8.5563195,
                                                    50.6830019
                                                ],
                                                [
                                                    8.5777132,
                                                    50.6983652
                                                ],
                                                [
                                                    8.5903748,
                                                    50.6915949
                                                ],
                                                [
                                                    8.5951775,
                                                    50.6754504
                                                ],
                                                [
                                                    8.6239935,
                                                    50.6741484
                                                ],
                                                [
                                                    8.6519362,
                                                    50.7004484
                                                ],
                                                [
                                                    8.6493166,
                                                    50.7129473
                                                ],
                                                [
                                                    8.6689639,
                                                    50.7163325
                                                ],
                                                [
                                                    8.6733299,
                                                    50.7272691
                                                ],
                                                [
                                                    8.6602318,
                                                    50.7238839
                                                ],
                                                [
                                                    8.6615416,
                                                    50.7303938
                                                ],
                                                [
                                                    8.6742032,
                                                    50.7342997
                                                ],
                                                [
                                                    8.6523729,
                                                    50.7395077
                                                ],
                                                [
                                                    8.6689639,
                                                    50.7564333
                                                ],
                                                [
                                                    8.6523729,
                                                    50.7619016
                                                ],
                                                [
                                                    8.6519362,
                                                    50.7811709
                                                ],
                                                [
                                                    8.6397113,
                                                    50.7936699
                                                ],
                                                [
                                                    8.6458238,
                                                    50.8124183
                                                ],
                                                [
                                                    8.6314158,
                                                    50.8311668
                                                ],
                                                [
                                                    8.6859915,
                                                    50.8335104
                                                ],
                                                [
                                                    8.6973433,
                                                    50.8402806
                                                ],
                                                [
                                                    8.6925406,
                                                    50.8473113
                                                ],
                                                [
                                                    8.7257227,
                                                    50.8574667
                                                ],
                                                [
                                                    8.7257227,
                                                    50.8577271
                                                ],
                                                [
                                                    8.7327084,
                                                    50.8501757
                                                ],
                                                [
                                                    8.7702565,
                                                    50.8512172
                                                ],
                                                [
                                                    8.7820448,
                                                    50.8408014
                                                ],
                                                [
                                                    8.8056216,
                                                    50.8569459
                                                ],
                                                [
                                                    8.8174099,
                                                    50.8457489
                                                ],
                                                [
                                                    8.8414233,
                                                    50.8434054
                                                ],
                                                [
                                                    8.834001,
                                                    50.8275213
                                                ],
                                                [
                                                    8.8462259,
                                                    50.8155431
                                                ],
                                                [
                                                    8.8379304,
                                                    50.8121579
                                                ],
                                                [
                                                    8.8401134,
                                                    50.7986174
                                                ],
                                                [
                                                    8.8728589,
                                                    50.7829937
                                                ],
                                                [
                                                    8.8715491,
                                                    50.7668492
                                                ],
                                                [
                                                    8.8981821,
                                                    50.7619016
                                                ],
                                                [
                                                    8.9029847,
                                                    50.7488819
                                                ],
                                                [
                                                    8.8977454,
                                                    50.732477
                                                ],
                                                [
                                                    8.9143365,
                                                    50.7283107
                                                ],
                                                [
                                                    8.9121534,
                                                    50.7119058
                                                ],
                                                [
                                                    8.9440257,
                                                    50.7046147
                                                ],
                                                [
                                                    8.9750247,
                                                    50.6767524
                                                ],
                                                [
                                                    8.9789542,
                                                    50.6832623
                                                ],
                                                [
                                                    9.0086434,
                                                    50.6866474
                                                ],
                                                [
                                                    9.0082068,
                                                    50.6770128
                                                ],
                                                [
                                                    9.0169389,
                                                    50.6741484
                                                ],
                                                [
                                                    9.0492477,
                                                    50.6983652
                                                ],
                                                [
                                                    9.0374594,
                                                    50.7079998
                                                ],
                                                [
                                                    9.0754441,
                                                    50.711385
                                                ],
                                                [
                                                    9.0959646,
                                                    50.7189364
                                                ],
                                                [
                                                    9.0990208,
                                                    50.729873
                                                ],
                                                [
                                                    9.1247806,
                                                    50.7262275
                                                ],
                                                [
                                                    9.1252172,
                                                    50.7150305
                                                ],
                                                [
                                                    9.1501037,
                                                    50.7124265
                                                ],
                                                [
                                                    9.1527234,
                                                    50.7059167
                                                ],
                                                [
                                                    9.1457377,
                                                    50.6705029
                                                ],
                                                [
                                                    9.1780465,
                                                    50.6811791
                                                ],
                                                [
                                                    9.1837224,
                                                    50.6728465
                                                ],
                                                [
                                                    9.2142848,
                                                    50.6707633
                                                ],
                                                [
                                                    9.215158,
                                                    50.6629514
                                                ],
                                                [
                                                    9.2465937,
                                                    50.6543584
                                                ],
                                                [
                                                    9.2457205,
                                                    50.6465465
                                                ],
                                                [
                                                    9.2610017,
                                                    50.6345684
                                                ],
                                                [
                                                    9.2775927,
                                                    50.6283189
                                                ],
                                                [
                                                    9.3007328,
                                                    50.6319644
                                                ],
                                                [
                                                    9.3286756,
                                                    50.6163407
                                                ],
                                                [
                                                    9.3269292,
                                                    50.6030605
                                                ],
                                                [
                                                    9.3365345,
                                                    50.5879576
                                                ],
                                                [
                                                    9.3684068,
                                                    50.5858744
                                                ],
                                                [
                                                    9.3863076,
                                                    50.5934259
                                                ],
                                                [
                                                    9.4207995,
                                                    50.5778022
                                                ],
                                                [
                                                    9.4478691,
                                                    50.5804061
                                                ],
                                                [
                                                    9.4980787,
                                                    50.568428
                                                ],
                                                [
                                                    9.4950225,
                                                    50.5561894
                                                ],
                                                [
                                                    9.4683895,
                                                    50.5494191
                                                ],
                                                [
                                                    9.460094,
                                                    50.5249419
                                                ],
                                                [
                                                    9.4509253,
                                                    50.521036
                                                ],
                                                [
                                                    9.4526717,
                                                    50.5043707
                                                ],
                                                [
                                                    9.4317146,
                                                    50.4780708
                                                ],
                                                [
                                                    9.4090111,
                                                    50.4694777
                                                ],
                                                [
                                                    9.3884906,
                                                    50.4892678
                                                ],
                                                [
                                                    9.3771389,
                                                    50.4811955
                                                ],
                                                [
                                                    9.3758291,
                                                    50.4679154
                                                ],
                                                [
                                                    9.3387175,
                                                    50.4632283
                                                ],
                                                [
                                                    9.3400274,
                                                    50.4515105
                                                ],
                                                [
                                                    9.2928739,
                                                    50.4608847
                                                ],
                                                [
                                                    9.2941837,
                                                    50.4210442
                                                ],
                                                [
                                                    9.2701704,
                                                    50.4098472
                                                ],
                                                [
                                                    9.2596919,
                                                    50.3913592
                                                ],
                                                [
                                                    9.2710436,
                                                    50.3871928
                                                ],
                                                [
                                                    9.2247634,
                                                    50.3634969
                                                ],
                                                [
                                                    9.1671314,
                                                    50.3679236
                                                ],
                                                [
                                                    9.1597091,
                                                    50.3791206
                                                ],
                                                [
                                                    9.1645117,
                                                    50.3845889
                                                ],
                                                [
                                                    9.1540332,
                                                    50.3931819
                                                ],
                                                [
                                                    9.1348225,
                                                    50.3796414
                                                ],
                                                [
                                                    9.1208511,
                                                    50.3785998
                                                ],
                                                [
                                                    9.1173583,
                                                    50.3843285
                                                ],
                                                [
                                                    9.1291466,
                                                    50.3947443
                                                ],
                                                [
                                                    9.1230342,
                                                    50.3970879
                                                ],
                                                [
                                                    9.1029503,
                                                    50.390578
                                                ],
                                                [
                                                    9.0981476,
                                                    50.3814641
                                                ],
                                                [
                                                    9.0640923,
                                                    50.386672
                                                ],
                                                [
                                                    9.0505576,
                                                    50.3741731
                                                ],
                                                [
                                                    9.0584165,
                                                    50.3718295
                                                ],
                                                [
                                                    9.0562334,
                                                    50.3645384
                                                ],
                                                [
                                                    8.9907425,
                                                    50.3450088
                                                ],
                                                [
                                                    8.9868131,
                                                    50.3317286
                                                ],
                                                [
                                                    8.9671658,
                                                    50.3176673
                                                ],
                                                [
                                                    8.9706587,
                                                    50.3137614
                                                ],
                                                [
                                                    8.9016749,
                                                    50.2970961
                                                ],
                                                [
                                                    8.9121534,
                                                    50.2916278
                                                ],
                                                [
                                                    8.9051677,
                                                    50.2890238
                                                ],
                                                [
                                                    8.9047311,
                                                    50.2754833
                                                ],
                                                [
                                                    8.9239418,
                                                    50.2739209
                                                ],
                                                [
                                                    8.9331105,
                                                    50.2619427
                                                ],
                                                [
                                                    8.9518846,
                                                    50.2640259
                                                ],
                                                [
                                                    8.9667292,
                                                    50.2525685
                                                ],
                                                [
                                                    8.9466453,
                                                    50.2306953
                                                ],
                                                [
                                                    8.9462087,
                                                    50.2192379
                                                ],
                                                [
                                                    8.8981821,
                                                    50.212728
                                                ],
                                                [
                                                    8.8850839,
                                                    50.1905944
                                                ],
                                                [
                                                    8.8693661,
                                                    50.181741
                                                ],
                                                [
                                                    8.8462259,
                                                    50.1846053
                                                ],
                                                [
                                                    8.8169733,
                                                    50.1697628
                                                ],
                                                [
                                                    8.7667636,
                                                    50.1783558
                                                ],
                                                [
                                                    8.7672002,
                                                    50.1721063
                                                ],
                                                [
                                                    8.7466798,
                                                    50.1635133
                                                ],
                                                [
                                                    8.7139343,
                                                    50.1598678
                                                ],
                                                [
                                                    8.6986531,
                                                    50.1314847
                                                ],
                                                [
                                                    8.6663442,
                                                    50.1309639
                                                ],
                                                [
                                                    8.6597952,
                                                    50.1364322
                                                ],
                                                [
                                                    8.6715835,
                                                    50.145546
                                                ],
                                                [
                                                    8.6567389,
                                                    50.1590866
                                                ],
                                                [
                                                    8.6397113,
                                                    50.1489312
                                                ],
                                                [
                                                    8.6401479,
                                                    50.1346094
                                                ],
                                                [
                                                    8.6257399,
                                                    50.1288807
                                                ],
                                                [
                                                    8.6248667,
                                                    50.1202877
                                                ],
                                                [
                                                    8.5493338,
                                                    50.0942481
                                                ],
                                                [
                                                    8.5593758,
                                                    50.0827908
                                                ],
                                                [
                                                    8.5467142,
                                                    50.0747185
                                                ],
                                                [
                                                    8.5576293,
                                                    50.0484186
                                                ],
                                                [
                                                    8.5240107,
                                                    50.03618
                                                ],
                                                [
                                                    8.5209544,
                                                    50.0252434
                                                ],
                                                [
                                                    8.4842795,
                                                    50.0260246
                                                ],
                                                [
                                                    8.488209,
                                                    50.0322741
                                                ],
                                                [
                                                    8.4799135,
                                                    50.0367008
                                                ],
                                                [
                                                    8.4576466,
                                                    50.0187335
                                                ],
                                                [
                                                    8.4510975,
                                                    50.0239414
                                                ],
                                                [
                                                    8.4550269,
                                                    50.0377424
                                                ],
                                                [
                                                    8.471618,
                                                    50.0512829
                                                ],
                                                [
                                                    8.4484778,
                                                    50.0577928
                                                ],
                                                [
                                                    8.4170422,
                                                    50.0450334
                                                ],
                                                [
                                                    8.389536,
                                                    50.0575324
                                                ],
                                                [
                                                    8.3781843,
                                                    50.0515433
                                                ],
                                                [
                                                    8.3856066,
                                                    50.0463354
                                                ],
                                                [
                                                    8.3681423,
                                                    50.0398255
                                                ],
                                                [
                                                    8.3738182,
                                                    50.0382632
                                                ],
                                                [
                                                    8.3362701,
                                                    50.0260246
                                                ],
                                                [
                                                    8.3340871,
                                                    50.0005058
                                                ],
                                                [
                                                    8.2939193,
                                                    49.9932148
                                                ],
                                                [
                                                    8.2498221,
                                                    50.0265454
                                                ],
                                                [
                                                    8.2135838,
                                                    50.0330553
                                                ],
                                                [
                                                    8.2170766,
                                                    50.0583136
                                                ],
                                                [
                                                    8.1349947,
                                                    50.0913838
                                                ],
                                                [
                                                    8.1192769,
                                                    50.0885194
                                                ],
                                                [
                                                    8.1066153,
                                                    50.1041432
                                                ],
                                                [
                                                    8.1253894,
                                                    50.110653
                                                ],
                                                [
                                                    8.1127278,
                                                    50.1163817
                                                ],
                                                [
                                                    8.1153474,
                                                    50.1312243
                                                ],
                                                [
                                                    8.0577154,
                                                    50.1166421
                                                ],
                                                [
                                                    8.0502931,
                                                    50.1088303
                                                ],
                                                [
                                                    8.0555324,
                                                    50.1015392
                                                ],
                                                [
                                                    8.0310825,
                                                    50.0945085
                                                ],
                                                [
                                                    8.0131816,
                                                    50.0958105
                                                ],
                                                [
                                                    8.0000834,
                                                    50.1109134
                                                ],
                                                [
                                                    7.9603523,
                                                    50.1127362
                                                ],
                                                [
                                                    8.0236602,
                                                    50.1307035
                                                ],
                                                [
                                                    8.0206039,
                                                    50.1452856
                                                ],
                                                [
                                                    8.0472369,
                                                    50.1616905
                                                ],
                                                [
                                                    8.0350119,
                                                    50.1744499
                                                ],
                                                [
                                                    8.0197307,
                                                    50.177835
                                                ],
                                                [
                                                    8.0380682,
                                                    50.1939795
                                                ],
                                                [
                                                    8.0419976,
                                                    50.21403
                                                ],
                                                [
                                                    8.0367583,
                                                    50.2218418
                                                ],
                                                [
                                                    8.0625181,
                                                    50.2335596
                                                ],
                                                [
                                                    8.0254066,
                                                    50.2577764
                                                ],
                                                [
                                                    8.0398146,
                                                    50.2637655
                                                ],
                                                [
                                                    8.0398146,
                                                    50.2705358
                                                ],
                                                [
                                                    8.0638279,
                                                    50.2728793
                                                ],
                                                [
                                                    8.068194,
                                                    50.2892842
                                                ],
                                                [
                                                    8.0860948,
                                                    50.2916278
                                                ],
                                                [
                                                    8.0904609,
                                                    50.3051683
                                                ],
                                                [
                                                    8.1079251,
                                                    50.3072515
                                                ],
                                                [
                                                    8.111418,
                                                    50.320792
                                                ],
                                                [
                                                    8.0904609,
                                                    50.3293851
                                                ],
                                                [
                                                    8.0882779,
                                                    50.3150633
                                                ],
                                                [
                                                    8.0677574,
                                                    50.3176673
                                                ],
                                                [
                                                    8.0459271,
                                                    50.3049079
                                                ],
                                                [
                                                    8.0214771,
                                                    50.3025644
                                                ],
                                                [
                                                    8.0027031,
                                                    50.3384989
                                                ],
                                                [
                                                    7.9791263,
                                                    50.3244376
                                                ],
                                                [
                                                    7.9538032,
                                                    50.3286039
                                                ],
                                                [
                                                    7.9538032,
                                                    50.3364158
                                                ],
                                                [
                                                    7.9398318,
                                                    50.333291
                                                ],
                                                [
                                                    7.9223676,
                                                    50.3418841
                                                ],
                                                [
                                                    7.9420148,
                                                    50.3551642
                                                ],
                                                [
                                                    7.9066497,
                                                    50.3632365
                                                ],
                                                [
                                                    7.8904953,
                                                    50.3778186
                                                ],
                                                [
                                                    7.8839462,
                                                    50.3715691
                                                ],
                                                [
                                                    7.8555668,
                                                    50.3827661
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Butzbach",
                                        "kuerzel": "BUT",
                                        "kurznummer": "48"
                                    }
                                },
                                {
                                    "id": 20,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    12.6918519,
                                                    50.9582397
                                                ],
                                                [
                                                    12.7062599,
                                                    50.9795921
                                                ],
                                                [
                                                    12.7267804,
                                                    50.9819357
                                                ],
                                                [
                                                    12.7333295,
                                                    50.9962574
                                                ],
                                                [
                                                    12.745991,
                                                    51.0012049
                                                ],
                                                [
                                                    12.7289634,
                                                    51.0186514
                                                ],
                                                [
                                                    12.7163018,
                                                    51.020995
                                                ],
                                                [
                                                    12.7328929,
                                                    51.0363583
                                                ],
                                                [
                                                    12.7280902,
                                                    51.0449513
                                                ],
                                                [
                                                    12.7350759,
                                                    51.0498988
                                                ],
                                                [
                                                    12.7189215,
                                                    51.0590127
                                                ],
                                                [
                                                    12.7193581,
                                                    51.0686473
                                                ],
                                                [
                                                    12.7280902,
                                                    51.0824482
                                                ],
                                                [
                                                    12.7486107,
                                                    51.0928641
                                                ],
                                                [
                                                    12.7398786,
                                                    51.094166
                                                ],
                                                [
                                                    12.7464277,
                                                    51.106665
                                                ],
                                                [
                                                    12.7905249,
                                                    51.0991135
                                                ],
                                                [
                                                    12.8040596,
                                                    51.1043214
                                                ],
                                                [
                                                    12.8101721,
                                                    51.0897393
                                                ],
                                                [
                                                    12.8944371,
                                                    51.0933848
                                                ],
                                                [
                                                    12.8905076,
                                                    51.1006759
                                                ],
                                                [
                                                    12.9014228,
                                                    51.1077066
                                                ],
                                                [
                                                    12.8874514,
                                                    51.1199452
                                                ],
                                                [
                                                    12.8966201,
                                                    51.1293194
                                                ],
                                                [
                                                    12.8931273,
                                                    51.1363501
                                                ],
                                                [
                                                    12.8512131,
                                                    51.1530154
                                                ],
                                                [
                                                    12.8822121,
                                                    51.1782737
                                                ],
                                                [
                                                    12.8940005,
                                                    51.2071776
                                                ],
                                                [
                                                    12.9298022,
                                                    51.2139479
                                                ],
                                                [
                                                    12.9070987,
                                                    51.2274884
                                                ],
                                                [
                                                    12.9249995,
                                                    51.2295716
                                                ],
                                                [
                                                    12.9119013,
                                                    51.2353003
                                                ],
                                                [
                                                    12.9319852,
                                                    51.2454557
                                                ],
                                                [
                                                    12.9284924,
                                                    51.2681101
                                                ],
                                                [
                                                    12.9153942,
                                                    51.2652457
                                                ],
                                                [
                                                    12.9140844,
                                                    51.2756615
                                                ],
                                                [
                                                    12.9009862,
                                                    51.2767031
                                                ],
                                                [
                                                    12.9009862,
                                                    51.2865981
                                                ],
                                                [
                                                    12.87348,
                                                    51.3035238
                                                ],
                                                [
                                                    12.8896344,
                                                    51.3204495
                                                ],
                                                [
                                                    12.9101549,
                                                    51.3204495
                                                ],
                                                [
                                                    12.8992398,
                                                    51.3248763
                                                ],
                                                [
                                                    12.9005496,
                                                    51.3451871
                                                ],
                                                [
                                                    12.9315486,
                                                    51.350395
                                                ],
                                                [
                                                    12.9415905,
                                                    51.3592484
                                                ],
                                                [
                                                    12.9298022,
                                                    51.3720078
                                                ],
                                                [
                                                    12.9153942,
                                                    51.3694038
                                                ],
                                                [
                                                    12.9066621,
                                                    51.3941414
                                                ],
                                                [
                                                    12.9132112,
                                                    51.3983077
                                                ],
                                                [
                                                    12.9398441,
                                                    51.3930998
                                                ],
                                                [
                                                    12.9328584,
                                                    51.4040364
                                                ],
                                                [
                                                    12.9415905,
                                                    51.4095047
                                                ],
                                                [
                                                    12.8804657,
                                                    51.4443977
                                                ],
                                                [
                                                    12.8184676,
                                                    51.4509076
                                                ],
                                                [
                                                    12.7975106,
                                                    51.4667917
                                                ],
                                                [
                                                    12.7717508,
                                                    51.4592402
                                                ],
                                                [
                                                    12.772624,
                                                    51.4951748
                                                ],
                                                [
                                                    12.7555964,
                                                    51.5061114
                                                ],
                                                [
                                                    12.7455544,
                                                    51.5469934
                                                ],
                                                [
                                                    12.7381321,
                                                    51.5501182
                                                ],
                                                [
                                                    12.7551598,
                                                    51.5633983
                                                ],
                                                [
                                                    12.7796097,
                                                    51.5631379
                                                ],
                                                [
                                                    12.7809195,
                                                    51.5727726
                                                ],
                                                [
                                                    12.7608357,
                                                    51.5907398
                                                ],
                                                [
                                                    12.7665115,
                                                    51.6029784
                                                ],
                                                [
                                                    12.727217,
                                                    51.5912606
                                                ],
                                                [
                                                    12.714992,
                                                    51.5920418
                                                ],
                                                [
                                                    12.7080063,
                                                    51.605322
                                                ],
                                                [
                                                    12.7101894,
                                                    51.6266744
                                                ],
                                                [
                                                    12.7285268,
                                                    51.6258932
                                                ],
                                                [
                                                    12.7398786,
                                                    51.6407357
                                                ],
                                                [
                                                    12.7398786,
                                                    51.6542763
                                                ],
                                                [
                                                    12.7743704,
                                                    51.6454228
                                                ],
                                                [
                                                    12.7944543,
                                                    51.6636505
                                                ],
                                                [
                                                    12.8337489,
                                                    51.6743267
                                                ],
                                                [
                                                    12.8298194,
                                                    51.6800554
                                                ],
                                                [
                                                    12.8416078,
                                                    51.6881277
                                                ],
                                                [
                                                    12.8599452,
                                                    51.7230206
                                                ],
                                                [
                                                    12.8774095,
                                                    51.7235414
                                                ],
                                                [
                                                    12.8747898,
                                                    51.7136464
                                                ],
                                                [
                                                    12.8944371,
                                                    51.7191147
                                                ],
                                                [
                                                    12.9315486,
                                                    51.7409879
                                                ],
                                                [
                                                    12.9704065,
                                                    51.7292701
                                                ],
                                                [
                                                    12.9730262,
                                                    51.7433315
                                                ],
                                                [
                                                    12.988744,
                                                    51.7386444
                                                ],
                                                [
                                                    12.990927,
                                                    51.7516641
                                                ],
                                                [
                                                    12.9791387,
                                                    51.7545285
                                                ],
                                                [
                                                    12.9773922,
                                                    51.7605176
                                                ],
                                                [
                                                    12.9961663,
                                                    51.7735373
                                                ],
                                                [
                                                    13.0280385,
                                                    51.7732769
                                                ],
                                                [
                                                    13.0249823,
                                                    51.7639027
                                                ],
                                                [
                                                    13.0612206,
                                                    51.7592156
                                                ],
                                                [
                                                    13.0734456,
                                                    51.7735373
                                                ],
                                                [
                                                    13.0682063,
                                                    51.7774433
                                                ],
                                                [
                                                    13.0887268,
                                                    51.777964
                                                ],
                                                [
                                                    13.1026982,
                                                    51.7750997
                                                ],
                                                [
                                                    13.091783,
                                                    51.7558304
                                                ],
                                                [
                                                    13.104008,
                                                    51.7612987
                                                ],
                                                [
                                                    13.1223454,
                                                    51.7521849
                                                ],
                                                [
                                                    13.1223454,
                                                    51.7524453
                                                ],
                                                [
                                                    13.1223454,
                                                    51.7521849
                                                ],
                                                [
                                                    13.1245285,
                                                    51.7563512
                                                ],
                                                [
                                                    13.1302044,
                                                    51.766767
                                                ],
                                                [
                                                    13.1511614,
                                                    51.7573928
                                                ],
                                                [
                                                    13.1620766,
                                                    51.7821304
                                                ],
                                                [
                                                    13.1721185,
                                                    51.7849947
                                                ],
                                                [
                                                    13.16164,
                                                    51.7860363
                                                ],
                                                [
                                                    13.163823,
                                                    51.8024412
                                                ],
                                                [
                                                    13.1437391,
                                                    51.8201481
                                                ],
                                                [
                                                    13.1267115,
                                                    51.8524371
                                                ],
                                                [
                                                    13.1646962,
                                                    51.8586866
                                                ],
                                                [
                                                    13.1664427,
                                                    51.8816014
                                                ],
                                                [
                                                    13.2319336,
                                                    51.8761331
                                                ],
                                                [
                                                    13.2249479,
                                                    51.8521767
                                                ],
                                                [
                                                    13.2520174,
                                                    51.8204085
                                                ],
                                                [
                                                    13.2830165,
                                                    51.8248352
                                                ],
                                                [
                                                    13.3052834,
                                                    51.8167629
                                                ],
                                                [
                                                    13.3118325,
                                                    51.8284807
                                                ],
                                                [
                                                    13.3568029,
                                                    51.8305639
                                                ],
                                                [
                                                    13.3978439,
                                                    51.8136382
                                                ],
                                                [
                                                    13.4205474,
                                                    51.8180649
                                                ],
                                                [
                                                    13.4227304,
                                                    51.8094719
                                                ],
                                                [
                                                    13.4463071,
                                                    51.8071283
                                                ],
                                                [
                                                    13.4441241,
                                                    51.8000976
                                                ],
                                                [
                                                    13.4650812,
                                                    51.7915046
                                                ],
                                                [
                                                    13.4764329,
                                                    51.7972333
                                                ],
                                                [
                                                    13.4886579,
                                                    51.789161
                                                ],
                                                [
                                                    13.5091784,
                                                    51.7899422
                                                ],
                                                [
                                                    13.5222766,
                                                    51.7803076
                                                ],
                                                [
                                                    13.5292623,
                                                    51.7602572
                                                ],
                                                [
                                                    13.5510926,
                                                    51.7441127
                                                ],
                                                [
                                                    13.5807818,
                                                    51.7542681
                                                ],
                                                [
                                                    13.6109076,
                                                    51.7389048
                                                ],
                                                [
                                                    13.6633003,
                                                    51.7454146
                                                ],
                                                [
                                                    13.66592,
                                                    51.7310929
                                                ],
                                                [
                                                    13.6973556,
                                                    51.7248434
                                                ],
                                                [
                                                    13.6977922,
                                                    51.7396859
                                                ],
                                                [
                                                    13.7314109,
                                                    51.7576532
                                                ],
                                                [
                                                    13.7532412,
                                                    51.7524453
                                                ],
                                                [
                                                    13.7772545,
                                                    51.7576532
                                                ],
                                                [
                                                    13.7842402,
                                                    51.7524453
                                                ],
                                                [
                                                    13.7838036,
                                                    51.7331761
                                                ],
                                                [
                                                    13.799958,
                                                    51.7349988
                                                ],
                                                [
                                                    13.8060705,
                                                    51.7157296
                                                ],
                                                [
                                                    13.8161124,
                                                    51.7110425
                                                ],
                                                [
                                                    13.81,
                                                    51.6933356
                                                ],
                                                [
                                                    13.8279008,
                                                    51.6933356
                                                ],
                                                [
                                                    13.8366329,
                                                    51.679795
                                                ],
                                                [
                                                    13.9968673,
                                                    51.7409879
                                                ],
                                                [
                                                    14.1557919,
                                                    51.7415087
                                                ],
                                                [
                                                    14.2029454,
                                                    51.724583
                                                ],
                                                [
                                                    14.302055,
                                                    51.7235414
                                                ],
                                                [
                                                    14.4439519,
                                                    51.704793
                                                ],
                                                [
                                                    14.4522474,
                                                    51.7196355
                                                ],
                                                [
                                                    14.3967985,
                                                    51.7404671
                                                ],
                                                [
                                                    14.3933056,
                                                    51.7516641
                                                ],
                                                [
                                                    14.4653456,
                                                    51.7467166
                                                ],
                                                [
                                                    14.4745143,
                                                    51.7748393
                                                ],
                                                [
                                                    14.4880491,
                                                    51.7777036
                                                ],
                                                [
                                                    14.4945982,
                                                    51.770673
                                                ],
                                                [
                                                    14.4876125,
                                                    51.7639027
                                                ],
                                                [
                                                    14.5120625,
                                                    51.7378632
                                                ],
                                                [
                                                    14.5138089,
                                                    51.7196355
                                                ],
                                                [
                                                    14.536949,
                                                    51.7073969
                                                ],
                                                [
                                                    14.62558,
                                                    51.7079177
                                                ],
                                                [
                                                    14.7102816,
                                                    51.6691188
                                                ],
                                                [
                                                    14.7548154,
                                                    51.6626089
                                                ],
                                                [
                                                    14.755252,
                                                    51.6261536
                                                ],
                                                [
                                                    14.7666038,
                                                    51.6058428
                                                ],
                                                [
                                                    14.7129012,
                                                    51.5610548
                                                ],
                                                [
                                                    14.7308021,
                                                    51.5482954
                                                ],
                                                [
                                                    14.7281824,
                                                    51.5370984
                                                ],
                                                [
                                                    14.7373512,
                                                    51.524339
                                                ],
                                                [
                                                    14.7976028,
                                                    51.5160064
                                                ],
                                                [
                                                    14.872699,
                                                    51.4831966
                                                ],
                                                [
                                                    14.923782,
                                                    51.4805926
                                                ],
                                                [
                                                    14.928148,
                                                    51.4714788
                                                ],
                                                [
                                                    14.9504149,
                                                    51.4699164
                                                ],
                                                [
                                                    14.9757381,
                                                    51.4404918
                                                ],
                                                [
                                                    14.9722452,
                                                    51.4305967
                                                ],
                                                [
                                                    14.9604569,
                                                    51.4298155
                                                ],
                                                [
                                                    14.9687524,
                                                    51.4152334
                                                ],
                                                [
                                                    14.9604569,
                                                    51.4084631
                                                ],
                                                [
                                                    14.9704988,
                                                    51.396485
                                                ],
                                                [
                                                    14.9600203,
                                                    51.393881
                                                ],
                                                [
                                                    14.9704988,
                                                    51.3777365
                                                ],
                                                [
                                                    14.9853434,
                                                    51.3720078
                                                ],
                                                [
                                                    14.9674426,
                                                    51.3584672
                                                ],
                                                [
                                                    14.9779211,
                                                    51.3556029
                                                ],
                                                [
                                                    14.987963,
                                                    51.3274802
                                                ],
                                                [
                                                    15.0106666,
                                                    51.3152416
                                                ],
                                                [
                                                    15.0141594,
                                                    51.2993575
                                                ],
                                                [
                                                    15.0351165,
                                                    51.2925872
                                                ],
                                                [
                                                    15.0359897,
                                                    51.2759219
                                                ],
                                                [
                                                    15.043412,
                                                    51.2712348
                                                ],
                                                [
                                                    15.0399192,
                                                    51.2566527
                                                ],
                                                [
                                                    15.0250746,
                                                    51.2488408
                                                ],
                                                [
                                                    15.0390459,
                                                    51.2423309
                                                ],
                                                [
                                                    15.0303138,
                                                    51.2399874
                                                ],
                                                [
                                                    15.0180889,
                                                    51.225926
                                                ],
                                                [
                                                    15.0189621,
                                                    51.2134271
                                                ],
                                                [
                                                    15.0115398,
                                                    51.2118647
                                                ],
                                                [
                                                    15.0093567,
                                                    51.1978034
                                                ],
                                                [
                                                    15.0163424,
                                                    51.1957202
                                                ],
                                                [
                                                    15.0067371,
                                                    51.1897311
                                                ],
                                                [
                                                    15.0067371,
                                                    51.1662955
                                                ],
                                                [
                                                    14.9949487,
                                                    51.1608272
                                                ],
                                                [
                                                    15.0028076,
                                                    51.148849
                                                ],
                                                [
                                                    14.9918925,
                                                    51.1410372
                                                ],
                                                [
                                                    14.9993148,
                                                    51.1209867
                                                ],
                                                [
                                                    14.9827238,
                                                    51.1147373
                                                ],
                                                [
                                                    14.98578,
                                                    51.0894789
                                                ],
                                                [
                                                    14.9639497,
                                                    51.0543256
                                                ],
                                                [
                                                    14.9665693,
                                                    51.0485969
                                                ],
                                                [
                                                    14.9504149,
                                                    51.0413058
                                                ],
                                                [
                                                    14.9508515,
                                                    51.0290672
                                                ],
                                                [
                                                    14.9368801,
                                                    51.0189118
                                                ],
                                                [
                                                    14.9307676,
                                                    50.9967782
                                                ],
                                                [
                                                    14.9189793,
                                                    50.9941742
                                                ],
                                                [
                                                    14.9211623,
                                                    50.9741238
                                                ],
                                                [
                                                    14.9050079,
                                                    50.9702179
                                                ],
                                                [
                                                    14.9054445,
                                                    50.9598021
                                                ],
                                                [
                                                    14.8945293,
                                                    50.9483447
                                                ],
                                                [
                                                    14.8980222,
                                                    50.9389704
                                                ],
                                                [
                                                    14.8220527,
                                                    50.8845478
                                                ],
                                                [
                                                    14.8268554,
                                                    50.8663202
                                                ],
                                                [
                                                    14.8019689,
                                                    50.8217926
                                                ],
                                                [
                                                    14.7679136,
                                                    50.8178866
                                                ],
                                                [
                                                    14.7465199,
                                                    50.8280421
                                                ],
                                                [
                                                    14.7190137,
                                                    50.822053
                                                ],
                                                [
                                                    14.7216334,
                                                    50.8309064
                                                ],
                                                [
                                                    14.7102816,
                                                    50.8394994
                                                ],
                                                [
                                                    14.6915075,
                                                    50.8366351
                                                ],
                                                [
                                                    14.6203408,
                                                    50.8564251
                                                ],
                                                [
                                                    14.6382416,
                                                    50.896526
                                                ],
                                                [
                                                    14.654396,
                                                    50.9040775
                                                ],
                                                [
                                                    14.6517764,
                                                    50.930117
                                                ],
                                                [
                                                    14.5836658,
                                                    50.9121497
                                                ],
                                                [
                                                    14.565765,
                                                    50.9170972
                                                ],
                                                [
                                                    14.5622722,
                                                    50.9238675
                                                ],
                                                [
                                                    14.5976372,
                                                    50.9613644
                                                ],
                                                [
                                                    14.6006935,
                                                    50.9858416
                                                ],
                                                [
                                                    14.5662016,
                                                    51.0087564
                                                ],
                                                [
                                                    14.5365124,
                                                    51.0022465
                                                ],
                                                [
                                                    14.5413151,
                                                    51.0090168
                                                ],
                                                [
                                                    14.5338928,
                                                    51.0150059
                                                ],
                                                [
                                                    14.5002741,
                                                    51.0207346
                                                ],
                                                [
                                                    14.5098794,
                                                    51.0418266
                                                ],
                                                [
                                                    14.4924152,
                                                    51.042087
                                                ],
                                                [
                                                    14.4941616,
                                                    51.0220365
                                                ],
                                                [
                                                    14.4553037,
                                                    51.0345355
                                                ],
                                                [
                                                    14.4103333,
                                                    51.0173494
                                                ],
                                                [
                                                    14.3863199,
                                                    51.0254217
                                                ],
                                                [
                                                    14.3841369,
                                                    51.0371395
                                                ],
                                                [
                                                    14.3636164,
                                                    51.0439097
                                                ],
                                                [
                                                    14.3387299,
                                                    51.0373999
                                                ],
                                                [
                                                    14.318646,
                                                    51.0538048
                                                ],
                                                [
                                                    14.3033648,
                                                    51.0535444
                                                ],
                                                [
                                                    14.2907032,
                                                    51.0379206
                                                ],
                                                [
                                                    14.275422,
                                                    51.0384414
                                                ],
                                                [
                                                    14.2880836,
                                                    51.0259425
                                                ],
                                                [
                                                    14.2815345,
                                                    51.0126623
                                                ],
                                                [
                                                    14.2623238,
                                                    51.0074544
                                                ],
                                                [
                                                    14.2701827,
                                                    50.998601
                                                ],
                                                [
                                                    14.2601408,
                                                    50.986102
                                                ],
                                                [
                                                    14.2872104,
                                                    50.9754258
                                                ],
                                                [
                                                    14.3251951,
                                                    50.9840188
                                                ],
                                                [
                                                    14.3295611,
                                                    50.9717802
                                                ],
                                                [
                                                    14.304238,
                                                    50.9639684
                                                ],
                                                [
                                                    14.318646,
                                                    50.9592813
                                                ],
                                                [
                                                    14.3129701,
                                                    50.9527714
                                                ],
                                                [
                                                    14.3985449,
                                                    50.9350645
                                                ],
                                                [
                                                    14.4037842,
                                                    50.9225655
                                                ],
                                                [
                                                    14.3871931,
                                                    50.9152745
                                                ],
                                                [
                                                    14.3898128,
                                                    50.897828
                                                ],
                                                [
                                                    14.3509548,
                                                    50.8993904
                                                ],
                                                [
                                                    14.3509548,
                                                    50.8913181
                                                ],
                                                [
                                                    14.306421,
                                                    50.8824647
                                                ],
                                                [
                                                    14.2688729,
                                                    50.8939221
                                                ],
                                                [
                                                    14.2348176,
                                                    50.8861102
                                                ],
                                                [
                                                    14.2374373,
                                                    50.8746528
                                                ],
                                                [
                                                    14.2252123,
                                                    50.8577271
                                                ],
                                                [
                                                    14.0911742,
                                                    50.8246569
                                                ],
                                                [
                                                    14.0802591,
                                                    50.8111164
                                                ],
                                                [
                                                    14.0317958,
                                                    50.8030441
                                                ],
                                                [
                                                    13.9920647,
                                                    50.8186678
                                                ],
                                                [
                                                    13.9558264,
                                                    50.8061688
                                                ],
                                                [
                                                    13.9580094,
                                                    50.7991382
                                                ],
                                                [
                                                    13.9409818,
                                                    50.7887224
                                                ],
                                                [
                                                    13.9025604,
                                                    50.7921075
                                                ],
                                                [
                                                    13.8890256,
                                                    50.7686719
                                                ],
                                                [
                                                    13.9043069,
                                                    50.7517462
                                                ],
                                                [
                                                    13.9003774,
                                                    50.7439344
                                                ],
                                                [
                                                    13.8820399,
                                                    50.7363829
                                                ],
                                                [
                                                    13.8637025,
                                                    50.7415908
                                                ],
                                                [
                                                    13.8567168,
                                                    50.7257067
                                                ],
                                                [
                                                    13.8283374,
                                                    50.7228424
                                                ],
                                                [
                                                    13.8091267,
                                                    50.7322166
                                                ],
                                                [
                                                    13.7597903,
                                                    50.7345601
                                                ],
                                                [
                                                    13.742326,
                                                    50.7259671
                                                ],
                                                [
                                                    13.7296644,
                                                    50.732477
                                                ],
                                                [
                                                    13.7100172,
                                                    50.7241443
                                                ],
                                                [
                                                    13.7139466,
                                                    50.7181552
                                                ],
                                                [
                                                    13.7082707,
                                                    50.7155513
                                                ],
                                                [
                                                    13.6663566,
                                                    50.7309146
                                                ],
                                                [
                                                    13.6436531,
                                                    50.7283107
                                                ],
                                                [
                                                    13.6266254,
                                                    50.7218008
                                                ],
                                                [
                                                    13.6288084,
                                                    50.7147701
                                                ],
                                                [
                                                    13.6043585,
                                                    50.7090414
                                                ],
                                                [
                                                    13.5537122,
                                                    50.7124265
                                                ],
                                                [
                                                    13.5270792,
                                                    50.7030523
                                                ],
                                                [
                                                    13.5458533,
                                                    50.6762316
                                                ],
                                                [
                                                    13.5419238,
                                                    50.6668574
                                                ],
                                                [
                                                    13.5144177,
                                                    50.6525356
                                                ],
                                                [
                                                    13.5275158,
                                                    50.6481089
                                                ],
                                                [
                                                    13.526206,
                                                    50.6376931
                                                ],
                                                [
                                                    13.4991365,
                                                    50.6306624
                                                ],
                                                [
                                                    13.4672642,
                                                    50.6009774
                                                ],
                                                [
                                                    13.4166179,
                                                    50.6152991
                                                ],
                                                [
                                                    13.3934778,
                                                    50.6452446
                                                ],
                                                [
                                                    13.3729573,
                                                    50.6496713
                                                ],
                                                [
                                                    13.3795064,
                                                    50.6270169
                                                ],
                                                [
                                                    13.3672814,
                                                    50.6168615
                                                ],
                                                [
                                                    13.3266771,
                                                    50.6072269
                                                ],
                                                [
                                                    13.3210012,
                                                    50.600717
                                                ],
                                                [
                                                    13.3249306,
                                                    50.5798853
                                                ],
                                                [
                                                    13.2926218,
                                                    50.5738963
                                                ],
                                                [
                                                    13.2803968,
                                                    50.5918635
                                                ],
                                                [
                                                    13.250271,
                                                    50.5908219
                                                ],
                                                [
                                                    13.2349898,
                                                    50.5780626
                                                ],
                                                [
                                                    13.2376094,
                                                    50.5692091
                                                ],
                                                [
                                                    13.2245113,
                                                    50.5616577
                                                ],
                                                [
                                                    13.2306237,
                                                    50.5478567
                                                ],
                                                [
                                                    13.1965685,
                                                    50.5142657
                                                ],
                                                [
                                                    13.1987515,
                                                    50.5030687
                                                ],
                                                [
                                                    13.1795408,
                                                    50.5017668
                                                ],
                                                [
                                                    13.1786676,
                                                    50.5080162
                                                ],
                                                [
                                                    13.1764846,
                                                    50.5252023
                                                ],
                                                [
                                                    13.2022444,
                                                    50.5384825
                                                ],
                                                [
                                                    13.1887096,
                                                    50.5702507
                                                ],
                                                [
                                                    13.1481052,
                                                    50.5689487
                                                ],
                                                [
                                                    13.1476686,
                                                    50.579625
                                                ],
                                                [
                                                    13.1363168,
                                                    50.5887388
                                                ],
                                                [
                                                    13.0765018,
                                                    50.6033209
                                                ],
                                                [
                                                    13.0612206,
                                                    50.6270169
                                                ],
                                                [
                                                    13.0415733,
                                                    50.6233714
                                                ],
                                                [
                                                    13.0193064,
                                                    50.6434218
                                                ],
                                                [
                                                    12.9878708,
                                                    50.645505
                                                ],
                                                [
                                                    12.9804485,
                                                    50.6522752
                                                ],
                                                [
                                                    12.9874342,
                                                    50.6593059
                                                ],
                                                [
                                                    12.9717164,
                                                    50.6569624
                                                ],
                                                [
                                                    12.9699699,
                                                    50.6637326
                                                ],
                                                [
                                                    12.9939833,
                                                    50.6793563
                                                ],
                                                [
                                                    12.9861244,
                                                    50.6900326
                                                ],
                                                [
                                                    12.9961663,
                                                    50.7079998
                                                ],
                                                [
                                                    13.0088279,
                                                    50.7150305
                                                ],
                                                [
                                                    12.9708432,
                                                    50.7371641
                                                ],
                                                [
                                                    12.9704065,
                                                    50.7530482
                                                ],
                                                [
                                                    12.9656039,
                                                    50.7488819
                                                ],
                                                [
                                                    12.9538155,
                                                    50.7574749
                                                ],
                                                [
                                                    12.9341682,
                                                    50.7431532
                                                ],
                                                [
                                                    12.914521,
                                                    50.744976
                                                ],
                                                [
                                                    12.8979299,
                                                    50.7514858
                                                ],
                                                [
                                                    12.8931273,
                                                    50.7619016
                                                ],
                                                [
                                                    12.8830853,
                                                    50.7603393
                                                ],
                                                [
                                                    12.8992398,
                                                    50.7720571
                                                ],
                                                [
                                                    12.890071,
                                                    50.7840352
                                                ],
                                                [
                                                    12.871297,
                                                    50.7790877
                                                ],
                                                [
                                                    12.8778461,
                                                    50.7874204
                                                ],
                                                [
                                                    12.842481,
                                                    50.8007005
                                                ],
                                                [
                                                    12.8184676,
                                                    50.78716
                                                ],
                                                [
                                                    12.7839758,
                                                    50.784556
                                                ],
                                                [
                                                    12.7774267,
                                                    50.8004402
                                                ],
                                                [
                                                    12.768258,
                                                    50.8030441
                                                ],
                                                [
                                                    12.7708776,
                                                    50.8098144
                                                ],
                                                [
                                                    12.7455544,
                                                    50.8212718
                                                ],
                                                [
                                                    12.7294,
                                                    50.8147619
                                                ],
                                                [
                                                    12.7420616,
                                                    50.8285628
                                                ],
                                                [
                                                    12.7638919,
                                                    50.8204906
                                                ],
                                                [
                                                    12.7647651,
                                                    50.8280421
                                                ],
                                                [
                                                    12.7739338,
                                                    50.8233549
                                                ],
                                                [
                                                    12.7865954,
                                                    50.829344
                                                ],
                                                [
                                                    12.784849,
                                                    50.8355935
                                                ],
                                                [
                                                    12.8075525,
                                                    50.8460093
                                                ],
                                                [
                                                    12.8079891,
                                                    50.8572063
                                                ],
                                                [
                                                    12.8071159,
                                                    50.864237
                                                ],
                                                [
                                                    12.7948909,
                                                    50.8704865
                                                ],
                                                [
                                                    12.7791731,
                                                    50.865539
                                                ],
                                                [
                                                    12.7708776,
                                                    50.875434
                                                ],
                                                [
                                                    12.7761169,
                                                    50.8793399
                                                ],
                                                [
                                                    12.7656383,
                                                    50.8785587
                                                ],
                                                [
                                                    12.768258,
                                                    50.8892349
                                                ],
                                                [
                                                    12.7835392,
                                                    50.884027
                                                ],
                                                [
                                                    12.7874686,
                                                    50.8988696
                                                ],
                                                [
                                                    12.7822293,
                                                    50.9142329
                                                ],
                                                [
                                                    12.7590892,
                                                    50.9277734
                                                ],
                                                [
                                                    12.7586526,
                                                    50.9384497
                                                ],
                                                [
                                                    12.7464277,
                                                    50.9397516
                                                ],
                                                [
                                                    12.7420616,
                                                    50.9574585
                                                ],
                                                [
                                                    12.7184849,
                                                    50.9480843
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Radeburg",
                                        "kuerzel": "RAD",
                                        "kurznummer": "20"
                                    }
                                },
                                {
                                    "id": 446,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    9.8229136,
                                                    53.6694754
                                                ],
                                                [
                                                    9.861335,
                                                    53.7059307
                                                ],
                                                [
                                                    9.8486734,
                                                    53.7048891
                                                ],
                                                [
                                                    9.834702,
                                                    53.7176485
                                                ],
                                                [
                                                    9.8342654,
                                                    53.7361366
                                                ],
                                                [
                                                    9.8709403,
                                                    53.7478544
                                                ],
                                                [
                                                    9.8709403,
                                                    53.758791
                                                ],
                                                [
                                                    9.8905876,
                                                    53.7434276
                                                ],
                                                [
                                                    9.9049956,
                                                    53.766082
                                                ],
                                                [
                                                    9.8700671,
                                                    53.7770186
                                                ],
                                                [
                                                    9.8866581,
                                                    53.7978502
                                                ],
                                                [
                                                    9.8836019,
                                                    53.8080057
                                                ],
                                                [
                                                    9.8705037,
                                                    53.8160779
                                                ],
                                                [
                                                    9.8792358,
                                                    53.8272749
                                                ],
                                                [
                                                    9.8578421,
                                                    53.8366491
                                                ],
                                                [
                                                    9.8949536,
                                                    53.8538352
                                                ],
                                                [
                                                    9.9102348,
                                                    53.8715421
                                                ],
                                                [
                                                    9.9303187,
                                                    53.8746669
                                                ],
                                                [
                                                    9.9752891,
                                                    53.85696
                                                ],
                                                [
                                                    9.9700499,
                                                    53.8684174
                                                ],
                                                [
                                                    9.9504026,
                                                    53.8697193
                                                ],
                                                [
                                                    9.9303187,
                                                    53.8835203
                                                ],
                                                [
                                                    9.9517124,
                                                    53.8889886
                                                ],
                                                [
                                                    9.9556419,
                                                    53.9056539
                                                ],
                                                [
                                                    10.0058516,
                                                    53.9137262
                                                ],
                                                [
                                                    9.991007,
                                                    53.924142
                                                ],
                                                [
                                                    10.0115274,
                                                    53.9311726
                                                ],
                                                [
                                                    10.0425265,
                                                    53.9246628
                                                ],
                                                [
                                                    10.0420899,
                                                    53.9158093
                                                ],
                                                [
                                                    10.0643568,
                                                    53.9007064
                                                ],
                                                [
                                                    10.0866237,
                                                    53.9139865
                                                ],
                                                [
                                                    10.0874969,
                                                    53.9033103
                                                ],
                                                [
                                                    10.1088906,
                                                    53.890551
                                                ],
                                                [
                                                    10.1097638,
                                                    53.8796144
                                                ],
                                                [
                                                    10.0957924,
                                                    53.8788332
                                                ],
                                                [
                                                    10.0905531,
                                                    53.8671154
                                                ],
                                                [
                                                    10.1486217,
                                                    53.8647718
                                                ],
                                                [
                                                    10.1770011,
                                                    53.8658134
                                                ],
                                                [
                                                    10.1962118,
                                                    53.8525333
                                                ],
                                                [
                                                    10.2176055,
                                                    53.8783124
                                                ],
                                                [
                                                    10.2490411,
                                                    53.8770104
                                                ],
                                                [
                                                    10.254717,
                                                    53.8869054
                                                ],
                                                [
                                                    10.3175883,
                                                    53.8874262
                                                ],
                                                [
                                                    10.3302498,
                                                    53.8751876
                                                ],
                                                [
                                                    10.3512069,
                                                    53.8884678
                                                ],
                                                [
                                                    10.3455311,
                                                    53.9022688
                                                ],
                                                [
                                                    10.3717274,
                                                    53.9025292
                                                ],
                                                [
                                                    10.3922479,
                                                    53.912945
                                                ],
                                                [
                                                    10.4341621,
                                                    53.8941965
                                                ],
                                                [
                                                    10.4655977,
                                                    53.8965401
                                                ],
                                                [
                                                    10.4210639,
                                                    53.9171113
                                                ],
                                                [
                                                    10.4376549,
                                                    53.9355994
                                                ],
                                                [
                                                    10.4328523,
                                                    53.9402865
                                                ],
                                                [
                                                    10.4577388,
                                                    53.9496607
                                                ],
                                                [
                                                    10.4485701,
                                                    53.9566914
                                                ],
                                                [
                                                    10.4538094,
                                                    53.9858556
                                                ],
                                                [
                                                    10.4917941,
                                                    54.0163219
                                                ],
                                                [
                                                    10.5149342,
                                                    54.0241338
                                                ],
                                                [
                                                    10.514061,
                                                    54.0394971
                                                ],
                                                [
                                                    10.4909209,
                                                    54.046007
                                                ],
                                                [
                                                    10.4887378,
                                                    54.0538188
                                                ],
                                                [
                                                    10.499653,
                                                    54.065797
                                                ],
                                                [
                                                    10.542877,
                                                    54.0618911
                                                ],
                                                [
                                                    10.5769323,
                                                    54.0704841
                                                ],
                                                [
                                                    10.6013822,
                                                    54.0655366
                                                ],
                                                [
                                                    10.6000724,
                                                    54.0592871
                                                ],
                                                [
                                                    10.6131706,
                                                    54.0569436
                                                ],
                                                [
                                                    10.6157902,
                                                    54.0488713
                                                ],
                                                [
                                                    10.6882668,
                                                    54.0410594
                                                ],
                                                [
                                                    10.7092239,
                                                    54.0553812
                                                ],
                                                [
                                                    10.7188292,
                                                    54.0491317
                                                ],
                                                [
                                                    10.7437158,
                                                    54.0684009
                                                ],
                                                [
                                                    10.7162096,
                                                    54.0905345
                                                ],
                                                [
                                                    10.7537577,
                                                    54.0915761
                                                ],
                                                [
                                                    10.7502649,
                                                    54.0999088
                                                ],
                                                [
                                                    10.7642362,
                                                    54.1035543
                                                ],
                                                [
                                                    10.7568139,
                                                    54.1173553
                                                ],
                                                [
                                                    10.7271247,
                                                    54.1233444
                                                ],
                                                [
                                                    10.7310542,
                                                    54.1449572
                                                ],
                                                [
                                                    10.7432792,
                                                    54.1486027
                                                ],
                                                [
                                                    10.7472086,
                                                    54.1590185
                                                ],
                                                [
                                                    10.7681657,
                                                    54.1634452
                                                ],
                                                [
                                                    10.7908692,
                                                    54.1597997
                                                ],
                                                [
                                                    10.7965451,
                                                    54.1509463
                                                ],
                                                [
                                                    10.8140093,
                                                    54.155373
                                                ],
                                                [
                                                    10.8340932,
                                                    54.1642264
                                                ],
                                                [
                                                    10.8214316,
                                                    54.1743818
                                                ],
                                                [
                                                    10.8231781,
                                                    54.1814125
                                                ],
                                                [
                                                    10.8541771,
                                                    54.1827145
                                                ],
                                                [
                                                    10.8650922,
                                                    54.1743818
                                                ],
                                                [
                                                    10.8615994,
                                                    54.1702155
                                                ],
                                                [
                                                    10.8956547,
                                                    54.1668304
                                                ],
                                                [
                                                    10.9458644,
                                                    54.1746422
                                                ],
                                                [
                                                    10.9493572,
                                                    54.1897452
                                                ],
                                                [
                                                    10.9292733,
                                                    54.2025045
                                                ],
                                                [
                                                    10.9497938,
                                                    54.2176074
                                                ],
                                                [
                                                    10.9611456,
                                                    54.2139619
                                                ],
                                                [
                                                    10.9545965,
                                                    54.2035461
                                                ],
                                                [
                                                    10.9847223,
                                                    54.1993798
                                                ],
                                                [
                                                    11.0218338,
                                                    54.2118787
                                                ],
                                                [
                                                    11.0432275,
                                                    54.2022441
                                                ],
                                                [
                                                    11.0838319,
                                                    54.2071916
                                                ],
                                                [
                                                    11.0768462,
                                                    54.2019837
                                                ],
                                                [
                                                    11.082522,
                                                    54.1910471
                                                ],
                                                [
                                                    11.0545793,
                                                    54.1741214
                                                ],
                                                [
                                                    10.9602724,
                                                    54.1371453
                                                ],
                                                [
                                                    10.8803735,
                                                    54.0832435
                                                ],
                                                [
                                                    10.8262343,
                                                    54.0845455
                                                ],
                                                [
                                                    10.8135727,
                                                    54.1017315
                                                ],
                                                [
                                                    10.8161924,
                                                    54.0920969
                                                ],
                                                [
                                                    10.8030942,
                                                    54.0944405
                                                ],
                                                [
                                                    10.8109531,
                                                    54.088191
                                                ],
                                                [
                                                    10.7934889,
                                                    54.0697029
                                                ],
                                                [
                                                    10.7576872,
                                                    54.0491317
                                                ],
                                                [
                                                    10.7559407,
                                                    54.0301228
                                                ],
                                                [
                                                    10.7895594,
                                                    53.9931467
                                                ],
                                                [
                                                    10.8703315,
                                                    53.9871576
                                                ],
                                                [
                                                    10.8869225,
                                                    53.9757002
                                                ],
                                                [
                                                    10.8877958,
                                                    53.9590349
                                                ],
                                                [
                                                    10.9026404,
                                                    53.9509627
                                                ],
                                                [
                                                    10.864219,
                                                    53.934037
                                                ],
                                                [
                                                    10.8703315,
                                                    53.9137262
                                                ],
                                                [
                                                    10.8284173,
                                                    53.8936757
                                                ],
                                                [
                                                    10.7886862,
                                                    53.8918529
                                                ],
                                                [
                                                    10.7681657,
                                                    53.9022688
                                                ],
                                                [
                                                    10.7537577,
                                                    53.9048727
                                                ],
                                                [
                                                    10.7799541,
                                                    53.8939361
                                                ],
                                                [
                                                    10.7690389,
                                                    53.8936757
                                                ],
                                                [
                                                    10.7725318,
                                                    53.8861243
                                                ],
                                                [
                                                    10.8061504,
                                                    53.8895094
                                                ],
                                                [
                                                    10.8118263,
                                                    53.8796144
                                                ],
                                                [
                                                    10.8026576,
                                                    53.8715421
                                                ],
                                                [
                                                    10.7747148,
                                                    53.8686778
                                                ],
                                                [
                                                    10.7511381,
                                                    53.8468046
                                                ],
                                                [
                                                    10.7572506,
                                                    53.844461
                                                ],
                                                [
                                                    10.7511381,
                                                    53.8293581
                                                ],
                                                [
                                                    10.7646729,
                                                    53.8189423
                                                ],
                                                [
                                                    10.7760246,
                                                    53.7923819
                                                ],
                                                [
                                                    10.7620532,
                                                    53.7431672
                                                ],
                                                [
                                                    10.8100799,
                                                    53.7343138
                                                ],
                                                [
                                                    10.8140093,
                                                    53.7158257
                                                ],
                                                [
                                                    10.8559235,
                                                    53.7012436
                                                ],
                                                [
                                                    10.8541771,
                                                    53.6957753
                                                ],
                                                [
                                                    10.890852,
                                                    53.7012436
                                                ],
                                                [
                                                    10.9257805,
                                                    53.6949941
                                                ],
                                                [
                                                    10.9257805,
                                                    53.6949941
                                                ],
                                                [
                                                    10.9292733,
                                                    53.6874426
                                                ],
                                                [
                                                    10.9214144,
                                                    53.6850991
                                                ],
                                                [
                                                    10.9449911,
                                                    53.6801516
                                                ],
                                                [
                                                    10.9419349,
                                                    53.6614031
                                                ],
                                                [
                                                    10.9576527,
                                                    53.6543724
                                                ],
                                                [
                                                    10.9323296,
                                                    53.6246874
                                                ],
                                                [
                                                    10.9205412,
                                                    53.5952627
                                                ],
                                                [
                                                    10.9266537,
                                                    53.579639
                                                ],
                                                [
                                                    10.9144287,
                                                    53.5676608
                                                ],
                                                [
                                                    10.8655288,
                                                    53.5601094
                                                ],
                                                [
                                                    10.8423887,
                                                    53.5713064
                                                ],
                                                [
                                                    10.8257977,
                                                    53.5700044
                                                ],
                                                [
                                                    10.835403,
                                                    53.5382362
                                                ],
                                                [
                                                    10.816629,
                                                    53.5168837
                                                ],
                                                [
                                                    10.8271075,
                                                    53.5093323
                                                ],
                                                [
                                                    10.7895594,
                                                    53.5059471
                                                ],
                                                [
                                                    10.7812639,
                                                    53.4905838
                                                ],
                                                [
                                                    10.7594336,
                                                    53.478866
                                                ],
                                                [
                                                    10.7052944,
                                                    53.4739185
                                                ],
                                                [
                                                    10.6961257,
                                                    53.4507433
                                                ],
                                                [
                                                    10.6568312,
                                                    53.4569928
                                                ],
                                                [
                                                    10.6354375,
                                                    53.4504829
                                                ],
                                                [
                                                    10.6210295,
                                                    53.4207979
                                                ],
                                                [
                                                    10.6201563,
                                                    53.3799158
                                                ],
                                                [
                                                    10.6022554,
                                                    53.3731455
                                                ],
                                                [
                                                    10.5970161,
                                                    53.3588238
                                                ],
                                                [
                                                    10.5035824,
                                                    53.3697604
                                                ],
                                                [
                                                    10.3808961,
                                                    53.4194959
                                                ],
                                                [
                                                    10.3333061,
                                                    53.4205375
                                                ],
                                                [
                                                    10.3127856,
                                                    53.4288701
                                                ],
                                                [
                                                    10.2617027,
                                                    53.4135068
                                                ],
                                                [
                                                    10.2407456,
                                                    53.3929356
                                                ],
                                                [
                                                    10.2350697,
                                                    53.3916336
                                                ],
                                                [
                                                    10.1717619,
                                                    53.3947584
                                                ],
                                                [
                                                    10.1403262,
                                                    53.4174127
                                                ],
                                                [
                                                    10.110637,
                                                    53.4231414
                                                ],
                                                [
                                                    10.0687228,
                                                    53.4575136
                                                ],
                                                [
                                                    10.0547514,
                                                    53.4835531
                                                ],
                                                [
                                                    10.0634836,
                                                    53.505166
                                                ],
                                                [
                                                    9.9971194,
                                                    53.5148006
                                                ],
                                                [
                                                    10.0154569,
                                                    53.5171441
                                                ],
                                                [
                                                    10.0106542,
                                                    53.5189669
                                                ],
                                                [
                                                    10.0281185,
                                                    53.5317263
                                                ],
                                                [
                                                    10.0233158,
                                                    53.536153
                                                ],
                                                [
                                                    10.0368506,
                                                    53.5379758
                                                ],
                                                [
                                                    10.0285551,
                                                    53.5491728
                                                ],
                                                [
                                                    10.005415,
                                                    53.5491728
                                                ],
                                                [
                                                    10.0014855,
                                                    53.5533391
                                                ],
                                                [
                                                    10.0106542,
                                                    53.5627133
                                                ],
                                                [
                                                    9.9949364,
                                                    53.5567242
                                                ],
                                                [
                                                    9.9669936,
                                                    53.5679212
                                                ],
                                                [
                                                    9.9800918,
                                                    53.5733895
                                                ],
                                                [
                                                    9.9739793,
                                                    53.5892736
                                                ],
                                                [
                                                    10.0041051,
                                                    53.6111468
                                                ],
                                                [
                                                    9.9800918,
                                                    53.6168755
                                                ],
                                                [
                                                    9.962191,
                                                    53.6082825
                                                ],
                                                [
                                                    9.9905704,
                                                    53.6327596
                                                ],
                                                [
                                                    9.980965,
                                                    53.6447378
                                                ],
                                                [
                                                    9.9176571,
                                                    53.6504665
                                                ],
                                                [
                                                    9.8988831,
                                                    53.6301557
                                                ],
                                                [
                                                    9.8753064,
                                                    53.6494249
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Siek",
                                        "kuerzel": "SIK",
                                        "kurznummer": "46"
                                    }
                                },
                                {
                                    "id": 21,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.898963,
                                                    51.4761659
                                                ],
                                                [
                                                    6.9063853,
                                                    51.4863213
                                                ],
                                                [
                                                    6.9260326,
                                                    51.4894461
                                                ],
                                                [
                                                    6.9238496,
                                                    51.4943936
                                                ],
                                                [
                                                    6.9923967,
                                                    51.5066322
                                                ],
                                                [
                                                    6.999819,
                                                    51.5290262
                                                ],
                                                [
                                                    7.0364939,
                                                    51.5443895
                                                ],
                                                [
                                                    7.0177199,
                                                    51.5626171
                                                ],
                                                [
                                                    7.0229591,
                                                    51.5758973
                                                ],
                                                [
                                                    7.0177199,
                                                    51.5850111
                                                ],
                                                [
                                                    6.9985092,
                                                    51.5917814
                                                ],
                                                [
                                                    7.0024386,
                                                    51.6178209
                                                ],
                                                [
                                                    6.9919601,
                                                    51.6209457
                                                ],
                                                [
                                                    7.04086,
                                                    51.6290179
                                                ],
                                                [
                                                    7.0391136,
                                                    51.6407357
                                                ],
                                                [
                                                    7.0491555,
                                                    51.6417773
                                                ],
                                                [
                                                    7.0273252,
                                                    51.6678168
                                                ],
                                                [
                                                    7.0613805,
                                                    51.6870861
                                                ],
                                                [
                                                    7.0517751,
                                                    51.6977623
                                                ],
                                                [
                                                    7.0827742,
                                                    51.7115632
                                                ],
                                                [
                                                    7.0788447,
                                                    51.7183335
                                                ],
                                                [
                                                    7.0849572,
                                                    51.7230206
                                                ],
                                                [
                                                    7.0775349,
                                                    51.727187
                                                ],
                                                [
                                                    7.0919429,
                                                    51.7297909
                                                ],
                                                [
                                                    7.084084,
                                                    51.7394255
                                                ],
                                                [
                                                    7.0928161,
                                                    51.7631215
                                                ],
                                                [
                                                    7.0827742,
                                                    51.7764017
                                                ],
                                                [
                                                    7.1190125,
                                                    51.7860363
                                                ],
                                                [
                                                    7.1731516,
                                                    51.8183253
                                                ],
                                                [
                                                    7.1971649,
                                                    51.8201481
                                                ],
                                                [
                                                    7.2648389,
                                                    51.7980145
                                                ],
                                                [
                                                    7.2674585,
                                                    51.7808284
                                                ],
                                                [
                                                    7.2753174,
                                                    51.7771829
                                                ],
                                                [
                                                    7.2639657,
                                                    51.7711938
                                                ],
                                                [
                                                    7.2849228,
                                                    51.7472374
                                                ],
                                                [
                                                    7.3150486,
                                                    51.7443731
                                                ],
                                                [
                                                    7.3255271,
                                                    51.734478
                                                ],
                                                [
                                                    7.3058798,
                                                    51.7115632
                                                ],
                                                [
                                                    7.2897254,
                                                    51.7185939
                                                ],
                                                [
                                                    7.2871058,
                                                    51.7094801
                                                ],
                                                [
                                                    7.2622192,
                                                    51.6975019
                                                ],
                                                [
                                                    7.2517407,
                                                    51.7032306
                                                ],
                                                [
                                                    7.244755,
                                                    51.6883881
                                                ],
                                                [
                                                    7.261346,
                                                    51.6821386
                                                ],
                                                [
                                                    7.2761906,
                                                    51.6579218
                                                ],
                                                [
                                                    7.3019504,
                                                    51.6469852
                                                ],
                                                [
                                                    7.2954013,
                                                    51.6292783
                                                ],
                                                [
                                                    7.2766272,
                                                    51.6201645
                                                ],
                                                [
                                                    7.3063164,
                                                    51.6240704
                                                ],
                                                [
                                                    7.3089361,
                                                    51.6144358
                                                ],
                                                [
                                                    7.3473574,
                                                    51.6076655
                                                ],
                                                [
                                                    7.3421181,
                                                    51.5998537
                                                ],
                                                [
                                                    7.37661,
                                                    51.5889171
                                                ],
                                                [
                                                    7.3731172,
                                                    51.5805844
                                                ],
                                                [
                                                    7.3587092,
                                                    51.5831884
                                                ],
                                                [
                                                    7.343428,
                                                    51.5748557
                                                ],
                                                [
                                                    7.3587092,
                                                    51.5631379
                                                ],
                                                [
                                                    7.3613288,
                                                    51.5540241
                                                ],
                                                [
                                                    7.3521601,
                                                    51.5433479
                                                ],
                                                [
                                                    7.3687511,
                                                    51.5261618
                                                ],
                                                [
                                                    7.3172316,
                                                    51.5193915
                                                ],
                                                [
                                                    7.3084995,
                                                    51.5136628
                                                ],
                                                [
                                                    7.3089361,
                                                    51.5024658
                                                ],
                                                [
                                                    7.3220343,
                                                    51.5040282
                                                ],
                                                [
                                                    7.3285834,
                                                    51.4871025
                                                ],
                                                [
                                                    7.3425547,
                                                    51.4941332
                                                ],
                                                [
                                                    7.3473574,
                                                    51.4816342
                                                ],
                                                [
                                                    7.3945109,
                                                    51.4719996
                                                ],
                                                [
                                                    7.3940743,
                                                    51.4605422
                                                ],
                                                [
                                                    7.4163412,
                                                    51.4509076
                                                ],
                                                [
                                                    7.4285661,
                                                    51.4295552
                                                ],
                                                [
                                                    7.3582726,
                                                    51.4069008
                                                ],
                                                [
                                                    7.3652583,
                                                    51.3957038
                                                ],
                                                [
                                                    7.3491038,
                                                    51.4082027
                                                ],
                                                [
                                                    7.3237807,
                                                    51.3988285
                                                ],
                                                [
                                                    7.3242173,
                                                    51.3899751
                                                ],
                                                [
                                                    7.3036968,
                                                    51.3733098
                                                ],
                                                [
                                                    7.3071897,
                                                    51.3712266
                                                ],
                                                [
                                                    7.3006406,
                                                    51.3582068
                                                ],
                                                [
                                                    7.3163584,
                                                    51.358988
                                                ],
                                                [
                                                    7.3194146,
                                                    51.3472702
                                                ],
                                                [
                                                    7.3076263,
                                                    51.3438851
                                                ],
                                                [
                                                    7.3084995,
                                                    51.3363336
                                                ],
                                                [
                                                    7.3220343,
                                                    51.3287822
                                                ],
                                                [
                                                    7.2997674,
                                                    51.3147208
                                                ],
                                                [
                                                    7.2683317,
                                                    51.3014407
                                                ],
                                                [
                                                    7.2687683,
                                                    51.3160228
                                                ],
                                                [
                                                    7.23253,
                                                    51.3097733
                                                ],
                                                [
                                                    7.2024042,
                                                    51.2925872
                                                ],
                                                [
                                                    7.1735882,
                                                    51.295712
                                                ],
                                                [
                                                    7.1853766,
                                                    51.3035238
                                                ],
                                                [
                                                    7.174898,
                                                    51.3105545
                                                ],
                                                [
                                                    7.1500115,
                                                    51.3376356
                                                ],
                                                [
                                                    7.1644195,
                                                    51.3631544
                                                ],
                                                [
                                                    7.1543775,
                                                    51.3751325
                                                ],
                                                [
                                                    7.1220687,
                                                    51.3790385
                                                ],
                                                [
                                                    7.102858,
                                                    51.3681019
                                                ],
                                                [
                                                    7.084084,
                                                    51.3725286
                                                ],
                                                [
                                                    7.059634,
                                                    51.36029
                                                ],
                                                [
                                                    7.0487189,
                                                    51.3662791
                                                ],
                                                [
                                                    7.0404234,
                                                    51.3595088
                                                ],
                                                [
                                                    7.0220859,
                                                    51.362894
                                                ],
                                                [
                                                    6.96882,
                                                    51.3457079
                                                ],
                                                [
                                                    6.9330183,
                                                    51.3464891
                                                ],
                                                [
                                                    6.9033291,
                                                    51.3654979
                                                ],
                                                [
                                                    6.9207933,
                                                    51.372789
                                                ],
                                                [
                                                    6.9151174,
                                                    51.3772157
                                                ],
                                                [
                                                    6.9478629,
                                                    51.3873711
                                                ],
                                                [
                                                    6.9478629,
                                                    51.3873711
                                                ],
                                                [
                                                    6.9478629,
                                                    51.3873711
                                                ],
                                                [
                                                    6.9482995,
                                                    51.4123691
                                                ],
                                                [
                                                    6.9640173,
                                                    51.437367
                                                ],
                                                [
                                                    6.9557218,
                                                    51.447262
                                                ],
                                                [
                                                    6.9194835,
                                                    51.4483036
                                                ],
                                                [
                                                    6.9216665,
                                                    51.4605422
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Herne",
                                        "kuerzel": "HER",
                                        "kurznummer": "21"
                                    }
                                },
                                {
                                    "id": 17,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    6.9020193,
                                                    51.063179
                                                ],
                                                [
                                                    6.9260326,
                                                    51.0806255
                                                ],
                                                [
                                                    6.9552852,
                                                    51.0686473
                                                ],
                                                [
                                                    6.9788619,
                                                    51.0660433
                                                ],
                                                [
                                                    6.9928333,
                                                    51.0725532
                                                ],
                                                [
                                                    6.9928333,
                                                    51.1058838
                                                ],
                                                [
                                                    7.0054949,
                                                    51.1139561
                                                ],
                                                [
                                                    6.9980726,
                                                    51.1243719
                                                ],
                                                [
                                                    6.9989458,
                                                    51.1433807
                                                ],
                                                [
                                                    6.9557218,
                                                    51.1454639
                                                ],
                                                [
                                                    6.9640173,
                                                    51.16265
                                                ],
                                                [
                                                    6.9902137,
                                                    51.1688995
                                                ],
                                                [
                                                    7.0338743,
                                                    51.1871271
                                                ],
                                                [
                                                    7.0526483,
                                                    51.207438
                                                ],
                                                [
                                                    7.04086,
                                                    51.218635
                                                ],
                                                [
                                                    7.045226,
                                                    51.2261864
                                                ],
                                                [
                                                    7.0277618,
                                                    51.2402478
                                                ],
                                                [
                                                    7.0661831,
                                                    51.2561319
                                                ],
                                                [
                                                    7.0853938,
                                                    51.2793071
                                                ],
                                                [
                                                    7.1024214,
                                                    51.2811298
                                                ],
                                                [
                                                    7.1032946,
                                                    51.29441
                                                ],
                                                [
                                                    7.1216321,
                                                    51.3045654
                                                ],
                                                [
                                                    7.1281812,
                                                    51.3003991
                                                ],
                                                [
                                                    7.174898,
                                                    51.3110753
                                                ],
                                                [
                                                    7.1853766,
                                                    51.304305
                                                ],
                                                [
                                                    7.1731516,
                                                    51.2962328
                                                ],
                                                [
                                                    7.2024042,
                                                    51.293108
                                                ],
                                                [
                                                    7.23253,
                                                    51.3105545
                                                ],
                                                [
                                                    7.2687683,
                                                    51.316804
                                                ],
                                                [
                                                    7.2683317,
                                                    51.3022219
                                                ],
                                                [
                                                    7.2997674,
                                                    51.315502
                                                ],
                                                [
                                                    7.3242173,
                                                    51.2769635
                                                ],
                                                [
                                                    7.3076263,
                                                    51.2626418
                                                ],
                                                [
                                                    7.3115557,
                                                    51.2501428
                                                ],
                                                [
                                                    7.3115557,
                                                    51.2501428
                                                ],
                                                [
                                                    7.3019504,
                                                    51.2449349
                                                ],
                                                [
                                                    7.3128655,
                                                    51.2392062
                                                ],
                                                [
                                                    7.3381887,
                                                    51.2488408
                                                ],
                                                [
                                                    7.3451744,
                                                    51.2376438
                                                ],
                                                [
                                                    7.3966939,
                                                    51.2444141
                                                ],
                                                [
                                                    7.4084823,
                                                    51.2379042
                                                ],
                                                [
                                                    7.3997501,
                                                    51.2308736
                                                ],
                                                [
                                                    7.4137215,
                                                    51.2194162
                                                ],
                                                [
                                                    7.4403545,
                                                    51.2116043
                                                ],
                                                [
                                                    7.4351152,
                                                    51.203532
                                                ],
                                                [
                                                    7.422017,
                                                    51.196241
                                                ],
                                                [
                                                    7.4294393,
                                                    51.1847836
                                                ],
                                                [
                                                    7.4416643,
                                                    51.1790549
                                                ],
                                                [
                                                    7.4429741,
                                                    51.1647332
                                                ],
                                                [
                                                    7.4530161,
                                                    51.1636916
                                                ],
                                                [
                                                    7.4455938,
                                                    51.1569213
                                                ],
                                                [
                                                    7.4844517,
                                                    51.1636916
                                                ],
                                                [
                                                    7.4761562,
                                                    51.1537965
                                                ],
                                                [
                                                    7.4770294,
                                                    51.1381728
                                                ],
                                                [
                                                    7.4866347,
                                                    51.1394748
                                                ],
                                                [
                                                    7.4861981,
                                                    51.1306214
                                                ],
                                                [
                                                    7.4984231,
                                                    51.1235907
                                                ],
                                                [
                                                    7.5093383,
                                                    51.1267154
                                                ],
                                                [
                                                    7.5093383,
                                                    51.115258
                                                ],
                                                [
                                                    7.4861981,
                                                    51.0949472
                                                ],
                                                [
                                                    7.4861981,
                                                    51.0811463
                                                ],
                                                [
                                                    7.4600018,
                                                    51.0689077
                                                ],
                                                [
                                                    7.4416643,
                                                    51.0754176
                                                ],
                                                [
                                                    7.4285661,
                                                    51.0634394
                                                ],
                                                [
                                                    7.4028064,
                                                    51.0775007
                                                ],
                                                [
                                                    7.3635118,
                                                    51.0592731
                                                ],
                                                [
                                                    7.3648217,
                                                    51.0525028
                                                ],
                                                [
                                                    7.32902,
                                                    51.0454721
                                                ],
                                                [
                                                    7.3172316,
                                                    51.0259425
                                                ],
                                                [
                                                    7.2892888,
                                                    51.0285464
                                                ],
                                                [
                                                    7.287979,
                                                    51.0150059
                                                ],
                                                [
                                                    7.2801201,
                                                    51.0110999
                                                ],
                                                [
                                                    7.2853594,
                                                    51.0019861
                                                ],
                                                [
                                                    7.25698,
                                                    50.9853208
                                                ],
                                                [
                                                    7.2892888,
                                                    50.9696971
                                                ],
                                                [
                                                    7.2971477,
                                                    50.9769882
                                                ],
                                                [
                                                    7.3360057,
                                                    50.9756862
                                                ],
                                                [
                                                    7.3403717,
                                                    50.9709991
                                                ],
                                                [
                                                    7.3338226,
                                                    50.962406
                                                ],
                                                [
                                                    7.3451744,
                                                    50.9657912
                                                ],
                                                [
                                                    7.3613288,
                                                    50.9488655
                                                ],
                                                [
                                                    7.3918912,
                                                    50.9579793
                                                ],
                                                [
                                                    7.4036796,
                                                    50.9483447
                                                ],
                                                [
                                                    7.3914546,
                                                    50.9337625
                                                ],
                                                [
                                                    7.3674413,
                                                    50.9329814
                                                ],
                                                [
                                                    7.3530333,
                                                    50.9121497
                                                ],
                                                [
                                                    7.3294566,
                                                    50.9155349
                                                ],
                                                [
                                                    7.3080629,
                                                    50.9053795
                                                ],
                                                [
                                                    7.3421181,
                                                    50.9001715
                                                ],
                                                [
                                                    7.3469208,
                                                    50.8819439
                                                ],
                                                [
                                                    7.3770466,
                                                    50.8686637
                                                ],
                                                [
                                                    7.3709341,
                                                    50.8631954
                                                ],
                                                [
                                                    7.4084823,
                                                    50.8525192
                                                ],
                                                [
                                                    7.4102287,
                                                    50.844447
                                                ],
                                                [
                                                    7.3801029,
                                                    50.8441866
                                                ],
                                                [
                                                    7.3604556,
                                                    50.8142411
                                                ],
                                                [
                                                    7.3412449,
                                                    50.8072104
                                                ],
                                                [
                                                    7.30457,
                                                    50.8100748
                                                ],
                                                [
                                                    7.3150486,
                                                    50.819449
                                                ],
                                                [
                                                    7.2888522,
                                                    50.8264797
                                                ],
                                                [
                                                    7.242572,
                                                    50.8105956
                                                ],
                                                [
                                                    7.2093899,
                                                    50.8160639
                                                ],
                                                [
                                                    7.1958551,
                                                    50.8270005
                                                ],
                                                [
                                                    7.2194318,
                                                    50.8533004
                                                ],
                                                [
                                                    7.1906158,
                                                    50.8730904
                                                ],
                                                [
                                                    7.0910697,
                                                    50.8303856
                                                ],
                                                [
                                                    7.0670563,
                                                    50.8290836
                                                ],
                                                [
                                                    7.0657465,
                                                    50.8426242
                                                ],
                                                [
                                                    7.0557046,
                                                    50.8486133
                                                ],
                                                [
                                                    7.0199029,
                                                    50.8363747
                                                ],
                                                [
                                                    6.9897771,
                                                    50.839239
                                                ],
                                                [
                                                    7.0487189,
                                                    50.8730904
                                                ],
                                                [
                                                    7.0557046,
                                                    50.8842874
                                                ],
                                                [
                                                    7.0024386,
                                                    50.8954844
                                                ],
                                                [
                                                    6.9823548,
                                                    50.9131913
                                                ],
                                                [
                                                    6.9727494,
                                                    50.9431368
                                                ],
                                                [
                                                    7.0033119,
                                                    50.9699575
                                                ],
                                                [
                                                    6.9670736,
                                                    50.9952158
                                                ],
                                                [
                                                    6.9775521,
                                                    51.0225573
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Leverkusen",
                                        "kuerzel": "LEV",
                                        "kurznummer": "17"
                                    }
                                },
                                {
                                    "id": 23,
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "MultiPolygon",
                                        "coordinates": [
                                            [
                                                [
                                                    [
                                                        8.2830041,
                                                        54.7477722
                                                    ],
                                                    [
                                                        8.2926095,
                                                        54.8735432
                                                    ],
                                                    [
                                                        8.3039612,
                                                        54.9092173
                                                    ],
                                                    [
                                                        8.389536,
                                                        55.0344674
                                                    ],
                                                    [
                                                        8.4021976,
                                                        55.048008
                                                    ],
                                                    [
                                                        8.4231547,
                                                        55.0529555
                                                    ],
                                                    [
                                                        8.4676885,
                                                        55.0401961
                                                    ],
                                                    [
                                                        8.3991414,
                                                        55.0401961
                                                    ],
                                                    [
                                                        8.4056904,
                                                        55.0287388
                                                    ],
                                                    [
                                                        8.4401823,
                                                        55.0331655
                                                    ],
                                                    [
                                                        8.4310136,
                                                        55.0253536
                                                    ],
                                                    [
                                                        8.4454216,
                                                        55.0112923
                                                    ],
                                                    [
                                                        8.3834235,
                                                        54.9912418
                                                    ],
                                                    [
                                                        8.3567906,
                                                        54.9618172
                                                    ],
                                                    [
                                                        8.3655227,
                                                        54.9524429
                                                    ],
                                                    [
                                                        8.3637763,
                                                        54.9282262
                                                    ],
                                                    [
                                                        8.3703254,
                                                        54.9185915
                                                    ],
                                                    [
                                                        8.3646495,
                                                        54.9123421
                                                    ],
                                                    [
                                                        8.3733816,
                                                        54.893854
                                                    ],
                                                    [
                                                        8.4253377,
                                                        54.8735432
                                                    ],
                                                    [
                                                        8.605656,
                                                        54.8816154
                                                    ],
                                                    [
                                                        8.634472,
                                                        54.8941144
                                                    ],
                                                    [
                                                        8.6392747,
                                                        54.9060926
                                                    ],
                                                    [
                                                        8.6742032,
                                                        54.9058322
                                                    ],
                                                    [
                                                        8.7318352,
                                                        54.8873441
                                                    ],
                                                    [
                                                        8.780735,
                                                        54.8870837
                                                    ],
                                                    [
                                                        8.8025653,
                                                        54.8990619
                                                    ],
                                                    [
                                                        8.8278885,
                                                        54.9014055
                                                    ],
                                                    [
                                                        8.8632536,
                                                        54.89125
                                                    ],
                                                    [
                                                        8.895999,
                                                        54.8993223
                                                    ],
                                                    [
                                                        8.951448,
                                                        54.8969787
                                                    ],
                                                    [
                                                        9.0514308,
                                                        54.8665125
                                                    ],
                                                    [
                                                        9.1169217,
                                                        54.8683353
                                                    ],
                                                    [
                                                        9.243974,
                                                        54.8443789
                                                    ],
                                                    [
                                                        9.2483401,
                                                        54.8383898
                                                    ],
                                                    [
                                                        9.239608,
                                                        54.8258908
                                                    ],
                                                    [
                                                        9.2535794,
                                                        54.804278
                                                    ],
                                                    [
                                                        9.2767195,
                                                        54.8063612
                                                    ],
                                                    [
                                                        9.2985498,
                                                        54.7962058
                                                    ],
                                                    [
                                                        9.29724,
                                                        54.8034968
                                                    ],
                                                    [
                                                        9.3474497,
                                                        54.7949038
                                                    ],
                                                    [
                                                        9.3470131,
                                                        54.8016741
                                                    ],
                                                    [
                                                        9.3775755,
                                                        54.8157354
                                                    ],
                                                    [
                                                        9.3863076,
                                                        54.8334423
                                                    ],
                                                    [
                                                        9.414687,
                                                        54.836567
                                                    ],
                                                    [
                                                        9.4426298,
                                                        54.8027156
                                                    ],
                                                    [
                                                        9.4317146,
                                                        54.7959454
                                                    ],
                                                    [
                                                        9.4404467,
                                                        54.7829256
                                                    ],
                                                    [
                                                        9.4417566,
                                                        54.7977681
                                                    ],
                                                    [
                                                        9.4566012,
                                                        54.8021949
                                                    ],
                                                    [
                                                        9.4688261,
                                                        54.8172978
                                                    ],
                                                    [
                                                        9.5015716,
                                                        54.8172978
                                                    ],
                                                    [
                                                        9.5207823,
                                                        54.8337027
                                                    ],
                                                    [
                                                        9.5880196,
                                                        54.8594818
                                                    ],
                                                    [
                                                        9.5932589,
                                                        54.8709392
                                                    ],
                                                    [
                                                        9.6168356,
                                                        54.8717204
                                                    ],
                                                    [
                                                        9.5932589,
                                                        54.8443789
                                                    ],
                                                    [
                                                        9.6067936,
                                                        54.8258908
                                                    ],
                                                    [
                                                        9.7761968,
                                                        54.7902167
                                                    ],
                                                    [
                                                        9.7949708,
                                                        54.7925602
                                                    ],
                                                    [
                                                        9.8473636,
                                                        54.750897
                                                    ],
                                                    [
                                                        9.8792358,
                                                        54.7472515
                                                    ],
                                                    [
                                                        9.8980099,
                                                        54.7657395
                                                    ],
                                                    [
                                                        9.908925,
                                                        54.7579277
                                                    ],
                                                    [
                                                        9.9032491,
                                                        54.7680831
                                                    ],
                                                    [
                                                        9.9102348,
                                                        54.7938622
                                                    ],
                                                    [
                                                        9.9608811,
                                                        54.7743326
                                                    ],
                                                    [
                                                        9.9800918,
                                                        54.7519386
                                                    ],
                                                    [
                                                        9.9927534,
                                                        54.7126189
                                                    ],
                                                    [
                                                        10.0399068,
                                                        54.6821526
                                                    ],
                                                    [
                                                        10.0351042,
                                                        54.6649665
                                                    ],
                                                    [
                                                        10.0464559,
                                                        54.6542903
                                                    ],
                                                    [
                                                        10.0298649,
                                                        54.6581963
                                                    ],
                                                    [
                                                        10.0202596,
                                                        54.6584567
                                                    ],
                                                    [
                                                        10.0176399,
                                                        54.6548111
                                                    ],
                                                    [
                                                        10.0451461,
                                                        54.6535091
                                                    ],
                                                    [
                                                        10.0351042,
                                                        54.6441349
                                                    ],
                                                    [
                                                        10.0324845,
                                                        54.5761717
                                                    ],
                                                    [
                                                        10.0307381,
                                                        54.5782549
                                                    ],
                                                    [
                                                        10.026372,
                                                        54.5772133
                                                    ],
                                                    [
                                                        10.026372,
                                                        54.5761717
                                                    ],
                                                    [
                                                        10.0298649,
                                                        54.5769529
                                                    ],
                                                    [
                                                        10.0316113,
                                                        54.5759114
                                                    ],
                                                    [
                                                        10.0320479,
                                                        54.5753906
                                                    ],
                                                    [
                                                        10.0307381,
                                                        54.5459659
                                                    ],
                                                    [
                                                        9.9988659,
                                                        54.5141977
                                                    ],
                                                    [
                                                        9.9656838,
                                                        54.49597
                                                    ],
                                                    [
                                                        9.8748698,
                                                        54.4694097
                                                    ],
                                                    [
                                                        9.8526028,
                                                        54.4717532
                                                    ],
                                                    [
                                                        9.8464904,
                                                        54.4691493
                                                    ],
                                                    [
                                                        9.8495466,
                                                        54.4532652
                                                    ],
                                                    [
                                                        9.8705037,
                                                        54.4423286
                                                    ],
                                                    [
                                                        9.9359946,
                                                        54.4558691
                                                    ],
                                                    [
                                                        9.9276991,
                                                        54.4571711
                                                    ],
                                                    [
                                                        10.1315941,
                                                        54.4798255
                                                    ],
                                                    [
                                                        10.2023243,
                                                        54.4509216
                                                    ],
                                                    [
                                                        10.1721985,
                                                        54.4277464
                                                    ],
                                                    [
                                                        10.1918457,
                                                        54.406394
                                                    ],
                                                    [
                                                        10.1957752,
                                                        54.3850416
                                                    ],
                                                    [
                                                        10.1678324,
                                                        54.3806149
                                                    ],
                                                    [
                                                        10.1643396,
                                                        54.3800941
                                                    ],
                                                    [
                                                        10.170452,
                                                        54.372803
                                                    ],
                                                    [
                                                        10.1534244,
                                                        54.3636892
                                                    ],
                                                    [
                                                        10.1547342,
                                                        54.3493675
                                                    ],
                                                    [
                                                        10.1490583,
                                                        54.3561377
                                                    ],
                                                    [
                                                        10.1446923,
                                                        54.3488467
                                                    ],
                                                    [
                                                        10.1442557,
                                                        54.3483259
                                                    ],
                                                    [
                                                        10.1608467,
                                                        54.3321814
                                                    ],
                                                    [
                                                        10.1355236,
                                                        54.3064022
                                                    ],
                                                    [
                                                        10.1673958,
                                                        54.3189012
                                                    ],
                                                    [
                                                        10.1726351,
                                                        54.3251507
                                                    ],
                                                    [
                                                        10.1748181,
                                                        54.3238487
                                                    ],
                                                    [
                                                        10.1900993,
                                                        54.3217656
                                                    ],
                                                    [
                                                        10.170452,
                                                        54.3303586
                                                    ],
                                                    [
                                                        10.180494,
                                                        54.329317
                                                    ],
                                                    [
                                                        10.1813672,
                                                        54.3561377
                                                    ],
                                                    [
                                                        10.199268,
                                                        54.3610852
                                                    ],
                                                    [
                                                        10.1979582,
                                                        54.3746258
                                                    ],
                                                    [
                                                        10.2293939,
                                                        54.4087376
                                                    ],
                                                    [
                                                        10.2800402,
                                                        54.4139455
                                                    ],
                                                    [
                                                        10.3254472,
                                                        54.4303504
                                                    ],
                                                    [
                                                        10.3944309,
                                                        54.4204554
                                                    ],
                                                    [
                                                        10.4786959,
                                                        54.3868644
                                                    ],
                                                    [
                                                        10.602692,
                                                        54.3584813
                                                    ],
                                                    [
                                                        10.6424232,
                                                        54.3425972
                                                    ],
                                                    [
                                                        10.6873936,
                                                        54.3056211
                                                    ],
                                                    [
                                                        10.7118435,
                                                        54.299632
                                                    ],
                                                    [
                                                        10.7930522,
                                                        54.3071834
                                                    ],
                                                    [
                                                        10.934076,
                                                        54.376709
                                                    ],
                                                    [
                                                        10.9834125,
                                                        54.3715011
                                                    ],
                                                    [
                                                        11.0301293,
                                                        54.3626476
                                                    ],
                                                    [
                                                        11.0755364,
                                                        54.3709803
                                                    ],
                                                    [
                                                        11.1122113,
                                                        54.3918119
                                                    ],
                                                    [
                                                        11.133605,
                                                        54.3829584
                                                    ],
                                                    [
                                                        11.1288023,
                                                        54.3683763
                                                    ],
                                                    [
                                                        11.0807756,
                                                        54.3402536
                                                    ],
                                                    [
                                                        11.0851417,
                                                        54.2465113
                                                    ],
                                                    [
                                                        11.0964934,
                                                        54.1939115
                                                    ],
                                                    [
                                                        11.0820854,
                                                        54.1907867
                                                    ],
                                                    [
                                                        11.0768462,
                                                        54.2017233
                                                    ],
                                                    [
                                                        11.0838319,
                                                        54.2066708
                                                    ],
                                                    [
                                                        11.0432275,
                                                        54.2019837
                                                    ],
                                                    [
                                                        11.0218338,
                                                        54.2116184
                                                    ],
                                                    [
                                                        10.9847223,
                                                        54.198859
                                                    ],
                                                    [
                                                        10.9545965,
                                                        54.2030253
                                                    ],
                                                    [
                                                        10.9611456,
                                                        54.2134411
                                                    ],
                                                    [
                                                        10.9497938,
                                                        54.217347
                                                    ],
                                                    [
                                                        10.9292733,
                                                        54.2019837
                                                    ],
                                                    [
                                                        10.9493572,
                                                        54.1894848
                                                    ],
                                                    [
                                                        10.9458644,
                                                        54.1743818
                                                    ],
                                                    [
                                                        10.8956547,
                                                        54.1663096
                                                    ],
                                                    [
                                                        10.8615994,
                                                        54.1696947
                                                    ],
                                                    [
                                                        10.8650922,
                                                        54.173861
                                                    ],
                                                    [
                                                        10.8541771,
                                                        54.1821937
                                                    ],
                                                    [
                                                        10.8231781,
                                                        54.1811521
                                                    ],
                                                    [
                                                        10.8214316,
                                                        54.1741214
                                                    ],
                                                    [
                                                        10.8340932,
                                                        54.163966
                                                    ],
                                                    [
                                                        10.8140093,
                                                        54.1548522
                                                    ],
                                                    [
                                                        10.7965451,
                                                        54.1506859
                                                    ],
                                                    [
                                                        10.7908692,
                                                        54.1592789
                                                    ],
                                                    [
                                                        10.7681657,
                                                        54.1631848
                                                    ],
                                                    [
                                                        10.7472086,
                                                        54.1587581
                                                    ],
                                                    [
                                                        10.7432792,
                                                        54.1480819
                                                    ],
                                                    [
                                                        10.7314908,
                                                        54.1444364
                                                    ],
                                                    [
                                                        10.7271247,
                                                        54.123084
                                                    ],
                                                    [
                                                        10.7568139,
                                                        54.1170949
                                                    ],
                                                    [
                                                        10.7642362,
                                                        54.1032939
                                                    ],
                                                    [
                                                        10.7507015,
                                                        54.0996484
                                                    ],
                                                    [
                                                        10.7537577,
                                                        54.0910553
                                                    ],
                                                    [
                                                        10.7166462,
                                                        54.0902742
                                                    ],
                                                    [
                                                        10.7437158,
                                                        54.0678802
                                                    ],
                                                    [
                                                        10.7192658,
                                                        54.0488713
                                                    ],
                                                    [
                                                        10.7096605,
                                                        54.0551208
                                                    ],
                                                    [
                                                        10.6882668,
                                                        54.0405387
                                                    ],
                                                    [
                                                        10.6157902,
                                                        54.0486109
                                                    ],
                                                    [
                                                        10.6136072,
                                                        54.0566832
                                                    ],
                                                    [
                                                        10.600509,
                                                        54.0590267
                                                    ],
                                                    [
                                                        10.6018188,
                                                        54.0650158
                                                    ],
                                                    [
                                                        10.5769323,
                                                        54.0702237
                                                    ],
                                                    [
                                                        10.5433136,
                                                        54.0613703
                                                    ],
                                                    [
                                                        10.5000896,
                                                        54.0652762
                                                    ],
                                                    [
                                                        10.4891744,
                                                        54.053298
                                                    ],
                                                    [
                                                        10.4909209,
                                                        54.0457466
                                                    ],
                                                    [
                                                        10.514061,
                                                        54.0389763
                                                    ],
                                                    [
                                                        10.5149342,
                                                        54.023613
                                                    ],
                                                    [
                                                        10.4922307,
                                                        54.0160615
                                                    ],
                                                    [
                                                        10.454246,
                                                        53.9855952
                                                    ],
                                                    [
                                                        10.4485701,
                                                        53.956431
                                                    ],
                                                    [
                                                        10.4581754,
                                                        53.9494003
                                                    ],
                                                    [
                                                        10.4328523,
                                                        53.9400261
                                                    ],
                                                    [
                                                        10.4380915,
                                                        53.935339
                                                    ],
                                                    [
                                                        10.4210639,
                                                        53.9168509
                                                    ],
                                                    [
                                                        10.4660343,
                                                        53.8960193
                                                    ],
                                                    [
                                                        10.4345987,
                                                        53.8939361
                                                    ],
                                                    [
                                                        10.3926845,
                                                        53.9126846
                                                    ],
                                                    [
                                                        10.372164,
                                                        53.9022688
                                                    ],
                                                    [
                                                        10.3459677,
                                                        53.9020084
                                                    ],
                                                    [
                                                        10.3516435,
                                                        53.8882074
                                                    ],
                                                    [
                                                        10.3306865,
                                                        53.8746669
                                                    ],
                                                    [
                                                        10.3175883,
                                                        53.8871658
                                                    ],
                                                    [
                                                        10.254717,
                                                        53.8863846
                                                    ],
                                                    [
                                                        10.2494777,
                                                        53.87675
                                                    ],
                                                    [
                                                        10.2180421,
                                                        53.8777916
                                                    ],
                                                    [
                                                        10.1966484,
                                                        53.8522729
                                                    ],
                                                    [
                                                        10.1774377,
                                                        53.865553
                                                    ],
                                                    [
                                                        10.1486217,
                                                        53.8645114
                                                    ],
                                                    [
                                                        10.0909897,
                                                        53.866855
                                                    ],
                                                    [
                                                        10.096229,
                                                        53.8785728
                                                    ],
                                                    [
                                                        10.1102004,
                                                        53.8790936
                                                    ],
                                                    [
                                                        10.1088906,
                                                        53.8902906
                                                    ],
                                                    [
                                                        10.0874969,
                                                        53.9030499
                                                    ],
                                                    [
                                                        10.0870603,
                                                        53.9137262
                                                    ],
                                                    [
                                                        10.0647934,
                                                        53.900446
                                                    ],
                                                    [
                                                        10.0420899,
                                                        53.9155489
                                                    ],
                                                    [
                                                        10.0429631,
                                                        53.9244024
                                                    ],
                                                    [
                                                        10.011964,
                                                        53.9306518
                                                    ],
                                                    [
                                                        9.9914436,
                                                        53.9238816
                                                    ],
                                                    [
                                                        10.0062882,
                                                        53.9134658
                                                    ],
                                                    [
                                                        9.9560785,
                                                        53.9053935
                                                    ],
                                                    [
                                                        9.952149,
                                                        53.8887282
                                                    ],
                                                    [
                                                        9.9307553,
                                                        53.8829995
                                                    ],
                                                    [
                                                        9.9508392,
                                                        53.869459
                                                    ],
                                                    [
                                                        9.9704865,
                                                        53.8678966
                                                    ],
                                                    [
                                                        9.9752891,
                                                        53.8566996
                                                    ],
                                                    [
                                                        9.9307553,
                                                        53.8744065
                                                    ],
                                                    [
                                                        9.9106714,
                                                        53.8710213
                                                    ],
                                                    [
                                                        9.8953902,
                                                        53.8535748
                                                    ],
                                                    [
                                                        9.8582787,
                                                        53.8361284
                                                    ],
                                                    [
                                                        9.8796724,
                                                        53.8270145
                                                    ],
                                                    [
                                                        9.8705037,
                                                        53.8158175
                                                    ],
                                                    [
                                                        9.8547859,
                                                        53.8257125
                                                    ],
                                                    [
                                                        9.8456172,
                                                        53.8210254
                                                    ],
                                                    [
                                                        9.8482368,
                                                        53.8124324
                                                    ],
                                                    [
                                                        9.8246601,
                                                        53.8210254
                                                    ],
                                                    [
                                                        9.8329556,
                                                        53.833264
                                                    ],
                                                    [
                                                        9.8246601,
                                                        53.8363888
                                                    ],
                                                    [
                                                        9.8272797,
                                                        53.8408155
                                                    ],
                                                    [
                                                        9.7975905,
                                                        53.8553976
                                                    ],
                                                    [
                                                        9.7513102,
                                                        53.8405551
                                                    ],
                                                    [
                                                        9.7513102,
                                                        53.8215462
                                                    ],
                                                    [
                                                        9.7382121,
                                                        53.8301393
                                                    ],
                                                    [
                                                        9.7015372,
                                                        53.8192027
                                                    ],
                                                    [
                                                        9.7002273,
                                                        53.8272749
                                                    ],
                                                    [
                                                        9.6757774,
                                                        53.8296185
                                                    ],
                                                    [
                                                        9.6797069,
                                                        53.8462838
                                                    ],
                                                    [
                                                        9.661806,
                                                        53.8501897
                                                    ],
                                                    [
                                                        9.6513275,
                                                        53.8697193
                                                    ],
                                                    [
                                                        9.6356096,
                                                        53.8660738
                                                    ],
                                                    [
                                                        9.6260043,
                                                        53.854356
                                                    ],
                                                    [
                                                        9.5810339,
                                                        53.8483669
                                                    ],
                                                    [
                                                        9.5762312,
                                                        53.8426382
                                                    ],
                                                    [
                                                        9.5902026,
                                                        53.8298789
                                                    ],
                                                    [
                                                        9.5779777,
                                                        53.8199838
                                                    ],
                                                    [
                                                        9.5050644,
                                                        53.7905592
                                                    ],
                                                    [
                                                        9.5164162,
                                                        53.7832681
                                                    ],
                                                    [
                                                        9.5399929,
                                                        53.7856117
                                                    ],
                                                    [
                                                        9.5308242,
                                                        53.7767582
                                                    ],
                                                    [
                                                        9.5399929,
                                                        53.7702483
                                                    ],
                                                    [
                                                        9.5557107,
                                                        53.7681652
                                                    ],
                                                    [
                                                        9.5478518,
                                                        53.7626969
                                                    ],
                                                    [
                                                        9.5570206,
                                                        53.7556662
                                                    ],
                                                    [
                                                        9.4548547,
                                                        53.7626969
                                                    ],
                                                    [
                                                        9.4387003,
                                                        53.7551454
                                                    ],
                                                    [
                                                        9.4373905,
                                                        53.7460316
                                                    ],
                                                    [
                                                        9.388054,
                                                        53.822067
                                                    ],
                                                    [
                                                        9.3299854,
                                                        53.855658
                                                    ],
                                                    [
                                                        9.2339321,
                                                        53.8816975
                                                    ],
                                                    [
                                                        9.095528,
                                                        53.8840411
                                                    ],
                                                    [
                                                        9.0344031,
                                                        53.8941965
                                                    ],
                                                    [
                                                        8.9719685,
                                                        53.889249
                                                    ],
                                                    [
                                                        8.9187025,
                                                        53.920236
                                                    ],
                                                    [
                                                        8.877225,
                                                        53.9574726
                                                    ],
                                                    [
                                                        8.8684928,
                                                        53.9822101
                                                    ],
                                                    [
                                                        8.8553947,
                                                        53.9858556
                                                    ],
                                                    [
                                                        8.836184,
                                                        54.0184051
                                                    ],
                                                    [
                                                        8.823959,
                                                        54.0199674
                                                    ],
                                                    [
                                                        8.8842107,
                                                        54.0410594
                                                    ],
                                                    [
                                                        8.9654194,
                                                        54.0296021
                                                    ],
                                                    [
                                                        8.9820104,
                                                        54.0371535
                                                    ],
                                                    [
                                                        8.9894327,
                                                        54.0527772
                                                    ],
                                                    [
                                                        8.9623631,
                                                        54.0585059
                                                    ],
                                                    [
                                                        8.9833202,
                                                        54.0639742
                                                    ],
                                                    [
                                                        8.9505748,
                                                        54.088191
                                                    ],
                                                    [
                                                        8.9304909,
                                                        54.1267295
                                                    ],
                                                    [
                                                        8.8964356,
                                                        54.1280315
                                                    ],
                                                    [
                                                        8.8619438,
                                                        54.1142305
                                                    ],
                                                    [
                                                        8.8580143,
                                                        54.1233444
                                                    ],
                                                    [
                                                        8.8396768,
                                                        54.1288127
                                                    ],
                                                    [
                                                        8.8130439,
                                                        54.1663096
                                                    ],
                                                    [
                                                        8.8178465,
                                                        54.1931303
                                                    ],
                                                    [
                                                        8.8422965,
                                                        54.2241173
                                                    ],
                                                    [
                                                        8.8374938,
                                                        54.2316688
                                                    ],
                                                    [
                                                        8.8479724,
                                                        54.2642182
                                                    ],
                                                    [
                                                        8.8409867,
                                                        54.2790607
                                                    ],
                                                    [
                                                        8.8257055,
                                                        54.2863518
                                                    ],
                                                    [
                                                        8.7859743,
                                                        54.2756756
                                                    ],
                                                    [
                                                        8.7672002,
                                                        54.2855706
                                                    ],
                                                    [
                                                        8.7152441,
                                                        54.2837478
                                                    ],
                                                    [
                                                        8.6890478,
                                                        54.2670825
                                                    ],
                                                    [
                                                        8.6938504,
                                                        54.2636974
                                                    ],
                                                    [
                                                        8.6685273,
                                                        54.2592707
                                                    ],
                                                    [
                                                        8.6475702,
                                                        54.2655202
                                                    ],
                                                    [
                                                        8.6301059,
                                                        54.2709885
                                                    ],
                                                    [
                                                        8.6052194,
                                                        54.2795815
                                                    ],
                                                    [
                                                        8.5842623,
                                                        54.3024963
                                                    ],
                                                    [
                                                        8.591248,
                                                        54.3290566
                                                    ],
                                                    [
                                                        8.6074024,
                                                        54.3480655
                                                    ],
                                                    [
                                                        8.6449506,
                                                        54.3340041
                                                    ],
                                                    [
                                                        8.6423309,
                                                        54.340514
                                                    ],
                                                    [
                                                        8.6593586,
                                                        54.3485863
                                                    ],
                                                    [
                                                        8.6842451,
                                                        54.351711
                                                    ],
                                                    [
                                                        8.6794424,
                                                        54.3597833
                                                    ],
                                                    [
                                                        8.6938504,
                                                        54.3665535
                                                    ],
                                                    [
                                                        8.6418943,
                                                        54.36421
                                                    ],
                                                    [
                                                        8.6379649,
                                                        54.3761882
                                                    ],
                                                    [
                                                        8.6493166,
                                                        54.3876456
                                                    ],
                                                    [
                                                        8.8243956,
                                                        54.4084772
                                                    ],
                                                    [
                                                        8.8580143,
                                                        54.397801
                                                    ],
                                                    [
                                                        8.8955624,
                                                        54.406394
                                                    ],
                                                    [
                                                        8.963673,
                                                        54.4517028
                                                    ],
                                                    [
                                                        9.0060237,
                                                        54.4587335
                                                    ],
                                                    [
                                                        9.006897,
                                                        54.4746176
                                                    ],
                                                    [
                                                        9.0173755,
                                                        54.4793047
                                                    ],
                                                    [
                                                        9.00908,
                                                        54.494668
                                                    ],
                                                    [
                                                        8.9841934,
                                                        54.5160204
                                                    ],
                                                    [
                                                        8.9676024,
                                                        54.507167
                                                    ],
                                                    [
                                                        8.9593069,
                                                        54.4894601
                                                    ],
                                                    [
                                                        8.9440257,
                                                        54.486075
                                                    ],
                                                    [
                                                        8.9444623,
                                                        54.4753988
                                                    ],
                                                    [
                                                        8.9252516,
                                                        54.4615978
                                                    ],
                                                    [
                                                        8.8807178,
                                                        54.453786
                                                    ],
                                                    [
                                                        8.8108608,
                                                        54.4644622
                                                    ],
                                                    [
                                                        8.8226492,
                                                        54.4813879
                                                    ],
                                                    [
                                                        8.8134805,
                                                        54.4845126
                                                    ],
                                                    [
                                                        8.8099876,
                                                        54.4936264
                                                    ],
                                                    [
                                                        8.8754785,
                                                        54.5230511
                                                    ],
                                                    [
                                                        8.881591,
                                                        54.5404976
                                                    ],
                                                    [
                                                        8.8737321,
                                                        54.5569025
                                                    ],
                                                    [
                                                        8.8925062,
                                                        54.5845044
                                                    ],
                                                    [
                                                        8.881591,
                                                        54.6006489
                                                    ],
                                                    [
                                                        8.8169733,
                                                        54.5923163
                                                    ],
                                                    [
                                                        8.8121707,
                                                        54.5985657
                                                    ],
                                                    [
                                                        8.8444795,
                                                        54.6097627
                                                    ],
                                                    [
                                                        8.821776,
                                                        54.6480408
                                                    ],
                                                    [
                                                        8.7589047,
                                                        54.6748616
                                                    ],
                                                    [
                                                        8.7471164,
                                                        54.7029843
                                                    ],
                                                    [
                                                        8.6907942,
                                                        54.7251179
                                                    ],
                                                    [
                                                        8.7091316,
                                                        54.7347525
                                                    ],
                                                    [
                                                        8.6964701,
                                                        54.7654791
                                                    ],
                                                    [
                                                        8.6100221,
                                                        54.8344839
                                                    ],
                                                    [
                                                        8.6100221,
                                                        54.8654709
                                                    ],
                                                    [
                                                        8.6004167,
                                                        54.8756263
                                                    ],
                                                    [
                                                        8.5144053,
                                                        54.8769283
                                                    ],
                                                    [
                                                        8.4174788,
                                                        54.8415145
                                                    ],
                                                    [
                                                        8.3821137,
                                                        54.8532323
                                                    ],
                                                    [
                                                        8.3685789,
                                                        54.870158
                                                    ],
                                                    [
                                                        8.344129,
                                                        54.8756263
                                                    ],
                                                    [
                                                        8.3362701,
                                                        54.8581798
                                                    ],
                                                    [
                                                        8.3105103,
                                                        54.8534927
                                                    ],
                                                    [
                                                        8.2995952,
                                                        54.836567
                                                    ],
                                                    [
                                                        8.300905,
                                                        54.737096
                                                    ]
                                                ],
                                                [
                                                    [
                                                        11.0772828,
                                                        54.5272174
                                                    ],
                                                    [
                                                        11.1676602,
                                                        54.5173224
                                                    ],
                                                    [
                                                        11.2060816,
                                                        54.5024799
                                                    ],
                                                    [
                                                        11.2344609,
                                                        54.5022195
                                                    ],
                                                    [
                                                        11.255418,
                                                        54.4668057
                                                    ],
                                                    [
                                                        11.3008251,
                                                        54.4256633
                                                    ],
                                                    [
                                                        11.3161063,
                                                        54.3967594
                                                    ],
                                                    [
                                                        11.2484323,
                                                        54.4066544
                                                    ],
                                                    [
                                                        11.1999691,
                                                        54.4011861
                                                    ],
                                                    [
                                                        11.197786,
                                                        54.4082168
                                                    ],
                                                    [
                                                        11.2143771,
                                                        54.4121227
                                                    ],
                                                    [
                                                        11.1938566,
                                                        54.4168098
                                                    ],
                                                    [
                                                        11.1685334,
                                                        54.4071752
                                                    ],
                                                    [
                                                        11.1899271,
                                                        54.4032693
                                                    ],
                                                    [
                                                        11.1803218,
                                                        54.3967594
                                                    ],
                                                    [
                                                        11.1239996,
                                                        54.3967594
                                                    ],
                                                    [
                                                        11.0978033,
                                                        54.4040505
                                                    ],
                                                    [
                                                        11.104789,
                                                        54.4267049
                                                    ],
                                                    [
                                                        11.09693,
                                                        54.4407662
                                                    ],
                                                    [
                                                        11.0777194,
                                                        54.4397246
                                                    ],
                                                    [
                                                        11.0668042,
                                                        54.4475365
                                                    ],
                                                    [
                                                        11.0541427,
                                                        54.4376415
                                                    ],
                                                    [
                                                        11.0537061,
                                                        54.4376415
                                                    ],
                                                    [
                                                        11.0244534,
                                                        54.4381622
                                                    ],
                                                    [
                                                        11.0248901,
                                                        54.4319128
                                                    ],
                                                    [
                                                        11.0122285,
                                                        54.4360791
                                                    ],
                                                    [
                                                        11.0074258,
                                                        54.4480573
                                                    ],
                                                    [
                                                        11.0200874,
                                                        54.4891997
                                                    ],
                                                    [
                                                        11.0502132,
                                                        54.5199264
                                                    ],
                                                    [
                                                        11.0698605,
                                                        54.5311234
                                                    ]
                                                ],
                                                [
                                                    [
                                                        8.708695,
                                                        54.5300818
                                                    ],
                                                    [
                                                        8.7003995,
                                                        54.518364
                                                    ],
                                                    [
                                                        8.6855549,
                                                        54.5165412
                                                    ],
                                                    [
                                                        8.6986531,
                                                        54.5141977
                                                    ],
                                                    [
                                                        8.7008361,
                                                        54.507167
                                                    ],
                                                    [
                                                        8.6728933,
                                                        54.4889393
                                                    ],
                                                    [
                                                        8.6270497,
                                                        54.4837314
                                                    ],
                                                    [
                                                        8.5921212,
                                                        54.5105521
                                                    ],
                                                    [
                                                        8.5973605,
                                                        54.5279986
                                                    ],
                                                    [
                                                        8.6353452,
                                                        54.5319046
                                                    ],
                                                    [
                                                        8.6890478,
                                                        54.5542985
                                                    ],
                                                    [
                                                        8.7130611,
                                                        54.5498718
                                                    ]
                                                ],
                                                [
                                                    [
                                                        8.3428192,
                                                        54.6891833
                                                    ],
                                                    [
                                                        8.3650861,
                                                        54.6441349
                                                    ],
                                                    [
                                                        8.387353,
                                                        54.6334587
                                                    ],
                                                    [
                                                        8.3882262,
                                                        54.6235637
                                                    ],
                                                    [
                                                        8.4061271,
                                                        54.6217409
                                                    ],
                                                    [
                                                        8.3960851,
                                                        54.6188766
                                                    ],
                                                    [
                                                        8.4070003,
                                                        54.6188766
                                                    ],
                                                    [
                                                        8.4021976,
                                                        54.6082004
                                                    ],
                                                    [
                                                        8.3698887,
                                                        54.6042944
                                                    ],
                                                    [
                                                        8.3039612,
                                                        54.6542903
                                                    ],
                                                    [
                                                        8.298722,
                                                        54.6634042
                                                    ],
                                                    [
                                                        8.3065809,
                                                        54.6743408
                                                    ],
                                                    [
                                                        8.3519879,
                                                        54.7024635
                                                    ],
                                                    [
                                                        8.3659593,
                                                        54.7055882
                                                    ]
                                                ],
                                                [
                                                    [
                                                        8.6694005,
                                                        54.6558527
                                                    ],
                                                    [
                                                        8.6645978,
                                                        54.6412706
                                                    ],
                                                    [
                                                        8.651063,
                                                        54.6339795
                                                    ],
                                                    [
                                                        8.5886284,
                                                        54.6285112
                                                    ],
                                                    [
                                                        8.5510803,
                                                        54.6121063
                                                    ],
                                                    [
                                                        8.5323062,
                                                        54.6217409
                                                    ],
                                                    [
                                                        8.543658,
                                                        54.6308548
                                                    ],
                                                    [
                                                        8.6130783,
                                                        54.6378854
                                                    ]
                                                ],
                                                [
                                                    [
                                                        8.574657,
                                                        54.7451683
                                                    ],
                                                    [
                                                        8.5903748,
                                                        54.7368356
                                                    ],
                                                    [
                                                        8.5855721,
                                                        54.7235555
                                                    ],
                                                    [
                                                        8.6012899,
                                                        54.7134001
                                                    ],
                                                    [
                                                        8.5842623,
                                                        54.7029843
                                                    ],
                                                    [
                                                        8.5702909,
                                                        54.6746012
                                                    ],
                                                    [
                                                        8.4755474,
                                                        54.6772051
                                                    ],
                                                    [
                                                        8.4056904,
                                                        54.6959536
                                                    ],
                                                    [
                                                        8.399578,
                                                        54.7042862
                                                    ],
                                                    [
                                                        8.4091833,
                                                        54.7248575
                                                    ],
                                                    [
                                                        8.4310136,
                                                        54.7402208
                                                    ],
                                                    [
                                                        8.5253205,
                                                        54.7503762
                                                    ]
                                                ]
                                            ]
                                        ]
                                    },
                                    "properties": {
                                        "name": "Wasbek",
                                        "kuerzel": "WAS",
                                        "kurznummer": "23"
                                    }
                                }
                            ]
                        },
                        "featureidkey": "properties.kuerzel",
                        "locationssrc": "sandra_seifert:0:fc7a72"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "mapbox": {
                        "zoom": 4.126981361888782,
                        "pitch": 0,
                        "center": {
                            "lat": 51.10565254068348,
                            "lon": 12.273969503266358
                        },
                        "bearing": 0
                    },
                    "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": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "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": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_GRAY"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sandra_seifert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-26 11:23:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sandra_seifert",
                "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-26T11:37:47.783046Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Paige.H/1.embed",
            "fid": "Paige.H:1",
            "filename": "3d_surface_plot_left",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Paige.H/1/9_9XXQA84908EA2C9RWRDAPKWM2UCBO5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Paige.H/1/2_495K2Z3LBI4UPEMJTFMRPJQIP51UME.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Paige.H/1/8_0ZGD49KS54XAPMMQI1N528UDV6KV8G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Paige.H/1/9_9XXQA84908EA2C9RWRDAPKWM2UCBO5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Paige.H:1",
                "plots": "https://api.plotly.com/v2/plots/Paige.H:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Paige.H"
            },
            "owner": "Paige.H",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Paige.H/1/",
            "world_readable": true,
            "date_modified": "2024-04-26T11:37:47.794Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Paige.H/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "z": {
                            "1": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "5": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "6": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "7": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "1.1": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.2": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.3": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.4": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.5": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.6": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.7": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.8": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "1.9": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.1": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.2": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.3": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.4": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.5": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.6": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.7": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.8": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "2.9": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.1": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.2": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.3": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.4": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.5": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.6": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.7": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.8": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "3.9": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.1": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.2": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.3": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.4": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.5": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.6": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.7": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.8": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "4.9": [
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0,
                                0
                            ],
                            "5.1": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.2": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.3": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.4": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.5": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.6": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.7": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.8": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "5.9": [
                                0,
                                0,
                                0,
                                1.945331097,
                                2.778668165,
                                2.822949886,
                                2.749782324,
                                2.061165333,
                                0,
                                0
                            ],
                            "6.1": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.2": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.3": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.4": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.5": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.6": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.7": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.8": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "6.9": [
                                2.091609955,
                                2.787972927,
                                2.198047638,
                                3.266406536,
                                3.6553967,
                                3.346966982,
                                2.789445877,
                                2.232743502,
                                0,
                                0
                            ],
                            "7.1": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.2": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.3": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.4": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.5": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.6": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.7": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.8": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ],
                            "7.9": [
                                1.886886239,
                                2.395409346,
                                0,
                                1.691570759,
                                2.127391577,
                                1.745281339,
                                2.073343992,
                                0,
                                0,
                                0
                            ]
                        },
                        "type": "surface",
                        "xsrc": "Paige.H:0:96a8cc",
                        "ysrc": "Paige.H:0:ba8b9f",
                        "frame": null
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": "X"
                        },
                        "yaxis": {
                            "title": "Y"
                        },
                        "zaxis": {
                            "title": "Z"
                        }
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Paige.H",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2024-04-26 10:42:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Paige.H",
                "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-26T11:25:26.139105Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~afifah/1.embed",
            "fid": "afifah:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/afifah/1/9_FP6CRWDC4C1H6Y1SWJRE7FV0ZH11WJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/afifah/1/2_XTBFPTK87YQN83MKDV4I3L2KXGGD4O.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/afifah/1/8_57BM1J07MI6URI1DR4FIC3QTCYX6GV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/afifah/1/9_FP6CRWDC4C1H6Y1SWJRE7FV0ZH11WJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/afifah:1",
                "plots": "https://api.plotly.com/v2/plots/afifah:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=afifah"
            },
            "owner": "afifah",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~afifah/1/",
            "world_readable": true,
            "date_modified": "2024-04-27T10:12:51.942Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~afifah/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "CMAX D1",
                                "y": "WSI D1"
                            }
                        },
                        "mode": "markers",
                        "name": "D1 Experiment",
                        "type": "scatter",
                        "xsrc": "afifah:2:e2459d",
                        "ysrc": "afifah:2:0f4269",
                        "marker": {
                            "size": 10
                        },
                        "visible": true,
                        "selectedpoints": [
                            0,
                            1,
                            2,
                            3
                        ]
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "CMAX D2",
                                "y": "WSI D2"
                            }
                        },
                        "mode": "markers",
                        "name": "D2 Experiment",
                        "type": "scatter",
                        "xsrc": "afifah:2:42f7a8",
                        "ysrc": "afifah:2:c8dfd8",
                        "marker": {
                            "size": 10
                        },
                        "visible": true,
                        "stackgroup": null,
                        "selectedpoints": [
                            0,
                            1,
                            2,
                            3
                        ]
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "CMAX D3",
                                "y": "WSI D3"
                            }
                        },
                        "mode": "markers",
                        "name": "D3 Experiment",
                        "type": "scatter",
                        "xsrc": "afifah:2:5660dd",
                        "ysrc": "afifah:2:e080d8",
                        "marker": {
                            "size": 10
                        },
                        "visible": true,
                        "stackgroup": null,
                        "selectedpoints": [
                            0,
                            1,
                            2,
                            3
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "color": "rgb(0, 2, 5)",
                            "family": "Times New Roman"
                        },
                        "text": "<b>Non-dominated Solutions for case 4 x 3 x 2</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            135.10182632667127,
                            185.39817367332873
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "<b>Makespan</b>"
                        },
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "zeroline": true,
                        "autorange": true,
                        "gridcolor": "rgb(10, 10, 10)",
                        "linecolor": "rgb(10, 10, 10)",
                        "linewidth": 2,
                        "automargin": true,
                        "fixedrange": false,
                        "showspikes": true,
                        "rangeslider": {
                            "range": [
                                156.54506203890006,
                                205.20493796109994
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinecolor": "rgb(0, 0, 0)",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            45.54826686544912
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "color": "rgb(0, 3, 8)",
                                "family": "Times New Roman"
                            },
                            "text": "<b>WSI</b>"
                        },
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "zeroline": true,
                        "autorange": false,
                        "gridcolor": "rgb(0, 0, 0)",
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2,
                        "fixedrange": false,
                        "showspikes": true,
                        "showticklabels": true
                    },
                    "modebar": {
                        "color": "rgba(0, 0, 0, 0.3)",
                        "activecolor": "rgba(0, 0, 0, 0.7)",
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "select",
                    "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"
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(251, 251, 251)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~afifah",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2023-10-15 12:46:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "afifah",
                "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-26T11:07:36.353939Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ludoautorino/92.embed",
            "fid": "ludoautorino:92",
            "filename": "Pressure Over Time with Extraordinary Rain Days in Rome",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/92/9_U523SE133RPC2FW49CR8G8XVXKL4MT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/92/2_EN2JUPJN5HO5AYWIWMZXROQEZTAE0P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/92/8_D80LRCMQQBBSH4VJR4I6H33Z9UQC5O.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/92/9_U523SE133RPC2FW49CR8G8XVXKL4MT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ludoautorino:92",
                "plots": "https://api.plotly.com/v2/plots/ludoautorino:92",
                "parent": "https://api.plotly.com/v2/folders/home?user=ludoautorino"
            },
            "owner": "ludoautorino",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 6,
            "web_url": "https://chart-studio.plotly.com/~ludoautorino/92/",
            "world_readable": true,
            "date_modified": "2024-04-26T11:08:30.374Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ludoautorino/92/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#EE59A3"
                        },
                        "mode": "lines",
                        "name": "Pressure - 2018",
                        "type": "scatter",
                        "xsrc": "ludoautorino:93:834c9c",
                        "ysrc": "ludoautorino:93:c49910"
                    },
                    {
                        "mode": "markers",
                        "name": "Extraordinary Rain - 2018",
                        "type": "scatter",
                        "xsrc": "ludoautorino:93:b4224d",
                        "ysrc": "ludoautorino:93:8513f6",
                        "marker": {
                            "size": 10,
                            "color": "black",
                            "symbol": "circle"
                        }
                    },
                    {
                        "line": {
                            "color": "#B81365"
                        },
                        "mode": "lines",
                        "name": "Pressure - 2019",
                        "type": "scatter",
                        "xsrc": "ludoautorino:93:99ab38",
                        "ysrc": "ludoautorino:93:bc0f1b"
                    },
                    {
                        "mode": "markers",
                        "name": "Extraordinary Rain - 2019",
                        "type": "scatter",
                        "xsrc": "ludoautorino:93:95efba",
                        "ysrc": "ludoautorino:93:f83e16",
                        "marker": {
                            "size": 10,
                            "color": "black",
                            "symbol": "circle"
                        }
                    },
                    {
                        "line": {
                            "color": "#931052"
                        },
                        "mode": "lines",
                        "name": "Pressure - 2020",
                        "type": "scatter",
                        "xsrc": "ludoautorino:93:387187",
                        "ysrc": "ludoautorino:93:3c7ba0"
                    },
                    {
                        "mode": "markers",
                        "name": "Extraordinary Rain - 2020",
                        "type": "scatter",
                        "xsrc": "ludoautorino:93:c04617",
                        "ysrc": "ludoautorino:93:58adca",
                        "marker": {
                            "size": 10,
                            "color": "black",
                            "symbol": "circle"
                        }
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Futura"
                    },
                    "title": {
                        "text": "Pressure Over Time with Extraordinary Rain Days in Rome"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Date"
                        },
                        "showgrid": true
                    },
                    "yaxis": {
                        "title": {
                            "text": "Pressure (hPa)"
                        },
                        "showgrid": true
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "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.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "plot_bgcolor": "#EEE4D2",
                    "paper_bgcolor": "#EEE4D2"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ludoautorino",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-25 09:06:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ludoautorino",
                "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-26T11:02:59.220004Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ludoautorino/91.embed",
            "fid": "ludoautorino:91",
            "filename": "Days with precipitations higher than the prior 30 days in Firenze",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/91/9_9ILJ1WG69KTH2XZEQD5X50DPFO1YZ3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/91/2_FKX5NG0X8S08ZLNFIALXK6G8SPWWD5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/91/8_YW1HI30SRG4YVFZXDO78E4H0T63R8Z.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ludoautorino/91/9_9ILJ1WG69KTH2XZEQD5X50DPFO1YZ3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ludoautorino:91",
                "plots": "https://api.plotly.com/v2/plots/ludoautorino:91",
                "parent": "https://api.plotly.com/v2/folders/home?user=ludoautorino"
            },
            "owner": "ludoautorino",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~ludoautorino/91/",
            "world_readable": true,
            "date_modified": "2024-04-26T11:02:59.230Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ludoautorino/91/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#FFBB5C"
                        },
                        "mode": "lines",
                        "name": "2018",
                        "type": "scatter",
                        "xsrc": "ludoautorino:90:e89940",
                        "ysrc": "ludoautorino:90:950ad0"
                    },
                    {
                        "mode": "markers",
                        "name": "Intense precipitations days 2018",
                        "type": "scatter",
                        "xsrc": "ludoautorino:90:4611db",
                        "ysrc": "ludoautorino:90:94a804",
                        "marker": {
                            "line": {
                                "color": "black"
                            },
                            "size": 14,
                            "color": "black",
                            "symbol": "x"
                        }
                    },
                    {
                        "line": {
                            "color": "#FFAA33"
                        },
                        "mode": "lines",
                        "name": "2019",
                        "type": "scatter",
                        "xsrc": "ludoautorino:90:585063",
                        "ysrc": "ludoautorino:90:3daa4c"
                    },
                    {
                        "mode": "markers",
                        "name": "Intense precipitations days 2019",
                        "type": "scatter",
                        "xsrc": "ludoautorino:90:d09160",
                        "ysrc": "ludoautorino:90:519b1b",
                        "marker": {
                            "line": {
                                "color": "black"
                            },
                            "size": 14,
                            "color": "black",
                            "symbol": "x"
                        }
                    },
                    {
                        "line": {
                            "color": "#CC7700"
                        },
                        "mode": "lines",
                        "name": "2020",
                        "type": "scatter",
                        "xsrc": "ludoautorino:90:968bad",
                        "ysrc": "ludoautorino:90:2cb4bd"
                    },
                    {
                        "mode": "markers",
                        "name": "Intense precipitations days 2020",
                        "type": "scatter",
                        "xsrc": "ludoautorino:90:adbd90",
                        "ysrc": "ludoautorino:90:415bc2",
                        "marker": {
                            "line": {
                                "color": "black"
                            },
                            "size": 14,
                            "color": "black",
                            "symbol": "x"
                        }
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Futura"
                    },
                    "title": {
                        "text": "Days with precipitations higher than the prior 30 days in Firenze"
                    },
                    "xaxis": {
                        "title": {
                            "text": "datetime"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Precipitations (mm)"
                        }
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "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.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "plot_bgcolor": "#EEE4D2",
                    "paper_bgcolor": "#EEE4D2"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ludoautorino",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-25 09:06:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ludoautorino",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}