{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Garth Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.918778,
            53.866528
          ],
          [
            -1.918745,
            53.86659
          ],
          [
            -1.918222,
            53.866682
          ],
          [
            -1.917593,
            53.866792
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591505, BD21 2LZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9181821425167682,
          53.866661442564535
        ]
      }
    }
  ]
}