{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West Register Street Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.190601,
            55.953537
          ],
          [
            -3.191063,
            55.953469
          ],
          [
            -3.191077,
            55.953493
          ],
          [
            -3.191233,
            55.953773
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906475106, EH2 2AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1910962313132005,
          55.95349581917992
        ]
      }
    }
  ]
}