{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Haythill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.519506,
            52.490645
          ],
          [
            0.518825,
            52.49085
          ],
          [
            0.514285,
            52.490999
          ],
          [
            0.508986,
            52.491171
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10096051790, IP26 4EQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5034886057481724,
          52.49133619018236
        ]
      }
    }
  ]
}