{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Winton Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.297793,
            55.798974
          ],
          [
            -4.297414,
            55.799318
          ],
          [
            -4.297036,
            55.799662
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "131046209, G46 7NH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.297793099932246,
          55.79897392011545
        ]
      }
    }
  ]
}