{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cedar Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.630705,
            53.448979
          ],
          [
            -2.630527,
            53.44905
          ],
          [
            -2.63035,
            53.449121
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "39203471, WA12 8EJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6303153730333806,
          53.44913369662057
        ]
      }
    }
  ]
}