{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gerrard Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.51638,
            53.496538
          ],
          [
            -2.516025,
            53.496513
          ],
          [
            -2.515671,
            53.496487
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064027, WN7 1BJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.515987518664083,
          53.496503781317315
        ]
      }
    }
  ]
}