{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oil Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.002668,
            55.767346
          ],
          [
            -2.00207,
            55.767216
          ],
          [
            -2.001472,
            55.767085
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034177685, TD15 1HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0026836595018556,
          55.76734589983365
        ]
      }
    }
  ]
}