{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wellington Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.905289,
            53.865933
          ],
          [
            -1.905897,
            53.865727
          ],
          [
            -1.905953,
            53.865444
          ],
          [
            -1.906036,
            53.865026
          ],
          [
            -1.906114,
            53.865024
          ],
          [
            -1.906165,
            53.865023
          ],
          [
            -1.906506,
            53.865017
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010587125, BD21 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9059585601069051,
          53.865520044687656
        ]
      }
    }
  ]
}