{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Garth Esels",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -5.043237,
            50.412447
          ],
          [
            -5.042765,
            50.412544
          ],
          [
            -5.042749,
            50.412509
          ],
          [
            -5.042591,
            50.412155
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094911288, TR8 4GN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -5.04323047782848,
          50.41243862263221
        ]
      }
    }
  ]
}