{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Riverside Mills",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.36753,
            50.641026
          ],
          [
            -4.367837,
            50.641043
          ],
          [
            -4.368144,
            50.641061
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094915106, PL15 8DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.367536161878837,
          50.64102467688518
        ]
      }
    }
  ]
}