{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queen Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.196327,
            54.693368
          ],
          [
            -1.196176,
            54.693333
          ],
          [
            -1.196025,
            54.693297
          ],
          [
            -1.195883,
            54.693259
          ],
          [
            -1.19574,
            54.69322
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009718495, TS24 0SA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.196296443744786,
          54.69334967335631
        ]
      }
    }
  ]
}