{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thomson's Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.381213,
            57.28702
          ],
          [
            -2.381693,
            57.286852
          ],
          [
            -2.382173,
            57.286683
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "151051503, AB51 4RS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.381777947778927,
          57.28694180070563
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "151155326, AB51 4RR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3812147748765953,
          57.28702435635081
        ]
      }
    }
  ]
}