{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodside Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.12184,
            57.061394
          ],
          [
            -4.122379,
            57.060982
          ],
          [
            -4.122917,
            57.060571
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "130107073, PH20 1AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.122736015538029,
          57.061149457773546
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "130164061, PH20 1AR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.1229174030005415,
          57.06057130128121
        ]
      }
    }
  ]
}