{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queen Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.122272,
            53.011928
          ],
          [
            -1.122231,
            53.011824
          ],
          [
            -1.122191,
            53.011719
          ],
          [
            -1.121871,
            53.011506
          ],
          [
            -1.121551,
            53.011293
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002889571, NG5 8FU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1219781676522766,
          53.01154739835258
        ]
      }
    }
  ]
}