{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Link Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.419778,
            51.452617
          ],
          [
            -0.419294,
            51.452449
          ],
          [
            -0.418811,
            51.45228
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001272363, TW14 9NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4197636618536732,
          51.452607957340334
        ]
      }
    }
  ]
}