{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Earl Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.509482,
            53.495601
          ],
          [
            -2.509555,
            53.495464
          ],
          [
            -2.509627,
            53.495327
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064024, WN7 2PB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.509553580635968,
          53.495470750369606
        ]
      }
    }
  ]
}