{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Knight Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.781312,
            53.649384
          ],
          [
            -1.781054,
            53.649428
          ],
          [
            -1.780797,
            53.649472
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83204916, HD1 1RD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7807972619768622,
          53.64947335857312
        ]
      }
    }
  ]
}