{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chatfield Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.123303,
            52.983898
          ],
          [
            -2.123373,
            52.983846
          ],
          [
            -2.123443,
            52.983793
          ],
          [
            -2.123521,
            52.98372
          ],
          [
            -2.1236,
            52.983646
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455132923, ST3 1LZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.123303006017881,
          52.98389844472306
        ]
      }
    }
  ]
}