{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Landor Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.897596,
            53.871544
          ],
          [
            -1.897383,
            53.871472
          ],
          [
            -1.89717,
            53.8714
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010589101, BD21 4BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8974437168716953,
          53.87149001206229
        ]
      }
    }
  ]
}