{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Central Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.589755,
            53.380955
          ],
          [
            -2.588736,
            53.381194
          ],
          [
            -2.587717,
            53.381433
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008653446, WA4 6QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.587717133734874,
          53.38143254338455
        ]
      }
    }
  ]
}