{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hill Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.958874,
            50.787377
          ],
          [
            -1.957981,
            50.787465
          ],
          [
            -1.957088,
            50.787552
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023688347, BH21 3AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9570493969145688,
          50.78756572728658
        ]
      }
    }
  ]
}