{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Forshaw Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.228575,
            54.112289
          ],
          [
            -3.228337,
            54.112362
          ],
          [
            -3.228099,
            54.112435
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "36042916, LA14 1RX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.228568355281528,
          54.112277443288605
        ]
      }
    }
  ]
}