{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodward's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.554156,
            52.770681
          ],
          [
            -1.553793,
            52.77063
          ],
          [
            -1.553431,
            52.77058
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023237784, DE11 9AA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5537562523545414,
          52.77063419386727
        ]
      }
    }
  ]
}