{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Holcombe Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.23614,
            51.624286
          ],
          [
            -0.236419,
            51.624407
          ],
          [
            -0.236457,
            51.624424
          ],
          [
            -0.236621,
            51.624576
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200149236, NW7 4ER",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.23616793029573538,
          51.62427960546491
        ]
      }
    }
  ]
}