{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodleys Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.310461,
            50.69848
          ],
          [
            -3.310531,
            50.69826
          ],
          [
            -3.310601,
            50.698041
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023095004, EX10 0BJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.3105245456931676,
          50.69823633462729
        ]
      }
    }
  ]
}