{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Frank Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.291602,
            53.589438
          ],
          [
            -2.29133,
            53.589533
          ],
          [
            -2.291059,
            53.589628
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210004819, BL9 0RY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.291601564382423,
          53.58943802484473
        ]
      }
    }
  ]
}