{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Downs Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.278147,
            51.303478
          ],
          [
            -0.278835,
            51.303119
          ],
          [
            -0.279373,
            51.302687
          ],
          [
            -0.280462,
            51.301812
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000826634, KT18 6BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.27814697364188185,
          51.30347759000373
        ]
      }
    }
  ]
}