{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Broomhill Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.973131,
            55.735633
          ],
          [
            -3.973029,
            55.73584
          ],
          [
            -3.972926,
            55.736047
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484173858, ML9 1ED",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9731159460351013,
          55.735630683311015
        ]
      }
    }
  ]
}