{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bond Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.793421,
            52.693479
          ],
          [
            -1.793738,
            52.693311
          ],
          [
            -1.794055,
            52.693142
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10091154968, WS13 8GD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7934371830219273,
          52.69347916235179
        ]
      }
    }
  ]
}