{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ingwell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.490105,
            53.680695
          ],
          [
            -1.490333,
            53.680568
          ],
          [
            -1.49056,
            53.680441
          ],
          [
            -1.490856,
            53.680278
          ],
          [
            -1.491152,
            53.680116
          ],
          [
            -1.491195,
            53.680091
          ],
          [
            -1.491238,
            53.680065
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63169676, WF1 4EW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4909198963269965,
          53.67968281163885
        ]
      }
    }
  ]
}