{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sydney Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.832107,
            53.848956
          ],
          [
            -1.83207,
            53.84898
          ],
          [
            -1.831818,
            53.84914
          ],
          [
            -1.831573,
            53.849295
          ],
          [
            -1.831528,
            53.849324
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010596911, BD16 2NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.831817699229147,
          53.849153184219404
        ]
      }
    }
  ]
}