{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queen's Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.510078,
            53.035014
          ],
          [
            -0.51005,
            53.034883
          ],
          [
            -0.50995,
            53.034414
          ],
          [
            -0.509822,
            53.033815
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006537018, NG34 8EB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5100840758534193,
          53.03501534334263
        ]
      }
    }
  ]
}