{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chandlers Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.747422,
            53.33617
          ],
          [
            -2.747,
            53.335848
          ],
          [
            -2.746578,
            53.335526
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090869390, WA7 4UA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.7474786660598998,
          53.335109211167456
        ]
      }
    }
  ]
}