{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Emery Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.136785,
            52.201118
          ],
          [
            0.136358,
            52.201221
          ],
          [
            0.135932,
            52.201323
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002566190, CB1 2AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.1367700992490659,
          52.20110972419691
        ]
      }
    }
  ]
}