{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Well Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.619446,
            55.069551
          ],
          [
            -3.619185,
            55.069594
          ],
          [
            -3.618924,
            55.069638
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "137088814, DG2 9AQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.6193753477376838,
          55.06956899288258
        ]
      }
    }
  ]
}