{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Duncan Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.964237,
            51.454851
          ],
          [
            -0.964296,
            51.455103
          ],
          [
            -0.964355,
            51.455354
          ],
          [
            -0.964347,
            51.455365
          ],
          [
            -0.964338,
            51.455375
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "310071435, RG1 3DD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.9643032747083669,
          51.45511218700483
        ]
      }
    }
  ]
}