{
  "type": "FeatureCollection", 
  "features": [
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "Crimson",
          "weight": "7"
        },
        "ID": "X001",
        "name": "Dehner",
        "description": "Das ist ein Test"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            8.592894,
            49.898397
          ],
          [
            8.594375,
            49.898411
          ],
          [
            8.595834,
            49.898384
          ],
          [
            8.597185,
            49.898411
          ],
          [
            8.597958,
            49.898425
          ],
          [
            8.598108,
            49.898619
          ],
          [
            8.597829,
            49.898992
          ],
          [
            8.597357,
            49.899185
          ],
          [
            8.597035,
            49.899489
          ],
          [
            8.596928,
            49.899683
          ],
          [
            8.596177,
            49.899683
          ],
          [
            8.595404,
            49.89971
          ],
          [
            8.594834,
            49.899859
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "Blue",
          "weight": "7"
        },
        "ID": "X002",
        "name": "Penny",
        "description": "Penny Markt"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            8.594763,
            49.899877
          ],
          [
            8.593046,
            49.899877
          ],
          [
            8.59311,
            49.899746
          ],
          [
            8.592992,
            49.899137
          ],
          [
            8.593207,
            49.898972
          ],
          [
            8.593089,
            49.89855
          ],
          [
            8.593679,
            49.898557
          ],
          [
            8.59369,
            49.898418
          ]
        ]
      }
    }
  ]
}