{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cross Emily Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.902875,
            53.870758
          ],
          [
            -1.902916,
            53.870687
          ],
          [
            -1.902957,
            53.870617
          ],
          [
            -1.903,
            53.870543
          ],
          [
            -1.903043,
            53.87047
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591612, BD21 3EH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.902966363867263,
          53.87062277013812
        ]
      }
    }
  ]
}