{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Joy Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.621551,
            51.45024
          ],
          [
            -2.621411,
            51.450203
          ],
          [
            -2.62127,
            51.450167
          ],
          [
            -2.621115,
            51.450124
          ],
          [
            -2.620959,
            51.450081
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "314266, BS8 4NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6210745220085436,
          51.45011614628997
        ]
      }
    }
  ]
}