{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Piccadilly",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.505239,
            53.681199
          ],
          [
            -1.50494,
            53.680861
          ],
          [
            -1.504641,
            53.680522
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "63170311, WF2 9FQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5046414643100166,
          53.680522292982666
        ]
      }
    }
  ]
}