{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Harcourt Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.201835,
            53.703868
          ],
          [
            -2.201575,
            53.703939
          ],
          [
            -2.201316,
            53.70401
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014225947, OL13 8AB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.201868868758844,
          53.70389023746611
        ]
      }
    }
  ]
}