{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hope Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.202876,
            53.582683
          ],
          [
            -2.202443,
            53.582882
          ],
          [
            -2.20201,
            53.583081
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114616, OL10 2JE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2028458466538967,
          53.582664658693005
        ]
      }
    }
  ]
}