{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bogton Avenue Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.271011,
            55.811425
          ],
          [
            -4.271552,
            55.810579
          ],
          [
            -4.272094,
            55.809733
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "906700542179, G44 3JQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.271011134343456,
          55.81142517083862
        ]
      }
    }
  ]
}