{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Addiewell Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.17177,
            55.860959
          ],
          [
            -4.171389,
            55.860714
          ],
          [
            -4.171007,
            55.860469
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700391095, G32 6QT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.171769758231928,
          55.86095904142126
        ]
      }
    }
  ]
}