{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Conway Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.045821,
            53.419997
          ],
          [
            -3.045538,
            53.419802
          ],
          [
            -3.045255,
            53.419607
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42182792, CH45 4NE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.045821164190115,
          53.419997235115325
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024829927, CH44 5XT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0452875583663266,
          53.41971426118424
        ]
      }
    }
  ]
}