{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rose Terrace",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.92135,
            51.845234
          ],
          [
            -0.921572,
            51.845382
          ],
          [
            -0.921793,
            51.845529
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "766350061, HP18 0LG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.9213489548925324,
          51.84523004073412
        ]
      }
    }
  ]
}