{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jackson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.736959,
            53.789806
          ],
          [
            -1.736318,
            53.790425
          ],
          [
            -1.735676,
            53.791044
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010592359, BD3 9SJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7363637484837051,
          53.79037122393485
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100052224876, BD3 9SJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7362401209204066,
          53.7907214841626
        ]
      }
    }
  ]
}