{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Grange Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.574419,
            53.528039
          ],
          [
            -2.574615,
            53.527979
          ],
          [
            -2.574796,
            53.527924
          ],
          [
            -2.57481,
            53.52792
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063947, WN2 3RX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5746893450973296,
          53.52794733967117
        ]
      }
    }
  ]
}