{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Field Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.147947,
            53.601791
          ],
          [
            -2.147691,
            53.601846
          ],
          [
            -2.147434,
            53.6019
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114424, OL11 2JX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.147494365064053,
          53.601890840984204
        ]
      }
    }
  ]
}