{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jackson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.188716,
            53.550617
          ],
          [
            -2.188617,
            53.550465
          ],
          [
            -2.188519,
            53.550312
          ],
          [
            -2.188468,
            53.55024
          ],
          [
            -2.188418,
            53.550168
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23112499, M24 2HR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1887161329593487,
          53.55061748815388
        ]
      }
    }
  ]
}