{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pauntley Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.252732,
            54.53137
          ],
          [
            -1.253258,
            54.531328
          ],
          [
            -1.253784,
            54.531286
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007596845, TS5 8EZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2527321307003498,
          54.53136979450161
        ]
      }
    }
  ]
}