{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rokeby Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.284968,
            55.875998
          ],
          [
            -4.285328,
            55.876103
          ],
          [
            -4.285689,
            55.876208
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700395959, G12 8JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.284963910372722,
          55.87598478981527
        ]
      }
    }
  ]
}