{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "South Pondside Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.530911,
            51.397219
          ],
          [
            0.530847,
            51.397339
          ],
          [
            0.530448,
            51.397599
          ],
          [
            0.52991,
            51.39795
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "44115668, ME4 4TZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5299095976177232,
          51.3979503028114
        ]
      }
    }
  ]
}