{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brickley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.242125,
            53.491449
          ],
          [
            -2.242229,
            53.491278
          ],
          [
            -2.242334,
            53.491107
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023062932, M3 1HJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2423338698203406,
          53.49110744760247
        ]
      }
    }
  ]
}