{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Crescent Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.407831,
            53.347145
          ],
          [
            -2.408084,
            53.346937
          ],
          [
            -2.408338,
            53.34673
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008882418, WA16 6RH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4083375177755224,
          53.34672987767561
        ]
      }
    }
  ]
}