{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Swan Yard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.888229,
            52.224622
          ],
          [
            0.88794,
            52.224503
          ],
          [
            0.887958,
            52.224486
          ],
          [
            0.888115,
            52.224337
          ],
          [
            0.888039,
            52.224304
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10094153505, IP30 9QN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.8881470817178599,
          52.224601179650634
        ]
      }
    }
  ]
}