{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Heys Yard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.812667,
            52.572018
          ],
          [
            0.811912,
            52.571917
          ],
          [
            0.811158,
            52.571816
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10011979139, IP25 6LA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.8126065645900743,
          52.57201269192274
        ]
      }
    }
  ]
}