{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "New Haig Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.739202,
            51.191886
          ],
          [
            -1.73852,
            51.191672
          ],
          [
            -1.737838,
            51.191459
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010450743, SP4 9LR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.739209729236428,
          51.19186294631212
        ]
      }
    }
  ]
}