{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lismore Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.982446,
            56.491521
          ],
          [
            -2.982527,
            56.491195
          ],
          [
            -2.982607,
            56.490868
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "9059096902, DD3 0EQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9826071482445284,
          56.490868258055336
        ]
      }
    }
  ]
}