{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fisher Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.980653,
            53.393298
          ],
          [
            -2.980009,
            53.393406
          ],
          [
            -2.979365,
            53.393513
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38259786, L8 5SF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.979364704592993,
          53.3935131681909
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38274839, L8 5SF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9795587180710035,
          53.39344865354768
        ]
      }
    }
  ]
}