{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Britton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.701048,
            53.719013
          ],
          [
            -1.701221,
            53.71913
          ],
          [
            -1.701395,
            53.719248
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83206275, BD19 5LL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.701047783790629,
          53.71901317128239
        ]
      }
    }
  ]
}