{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Northbrook Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.962998,
            53.394626
          ],
          [
            -2.963115,
            53.39461
          ],
          [
            -2.963231,
            53.394595
          ],
          [
            -2.963601,
            53.394543
          ],
          [
            -2.963763,
            53.394521
          ],
          [
            -2.9639,
            53.394619
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38256619, L8 2TU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.95764730863984,
          53.39541525632092
        ]
      }
    }
  ]
}