{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Queen Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.801688,
            54.044956
          ],
          [
            -2.801336,
            54.044945
          ],
          [
            -2.800985,
            54.044934
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009292106, LA1 1RF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.801168226847949,
          54.04493264359687
        ]
      }
    }
  ]
}