{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "King Johns Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.55648,
            51.43058
          ],
          [
            -0.55665,
            51.430816
          ],
          [
            -0.556821,
            51.431051
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023376243, TW20 0EP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5564807160911714,
          51.430568549059196
        ]
      }
    }
  ]
}