{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.840488,
            52.223151
          ],
          [
            -0.840337,
            52.223215
          ],
          [
            -0.840186,
            52.223279
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "15116505, NN4 6AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.8406959428176478,
          52.2233923311507
        ]
      }
    }
  ]
}