{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Post Office Hill",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.653936,
            52.795532
          ],
          [
            -0.653964,
            52.794972
          ],
          [
            -0.653991,
            52.794411
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007259700, NG33 5QZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.6539306737048171,
          52.795529166338895
        ]
      }
    }
  ]
}