{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nibletts Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.090243,
            52.35579
          ],
          [
            -2.089521,
            52.354996
          ],
          [
            -2.089216,
            52.35466
          ],
          [
            -2.089117,
            52.354139
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000219163, B61 9BB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.089179610910623,
          52.35416652709825
        ]
      }
    }
  ]
}