{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lee Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.581682,
            53.410644
          ],
          [
            -2.581444,
            53.410705
          ],
          [
            -2.581205,
            53.410767
          ],
          [
            -2.581107,
            53.410748
          ],
          [
            -2.581009,
            53.410729
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10092998230, WA2 9BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.581110851182113,
          53.41074107965589
        ]
      }
    }
  ]
}