{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Dale Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.18373,
            53.545969
          ],
          [
            -2.183814,
            53.5459
          ],
          [
            -2.183898,
            53.54583
          ],
          [
            -2.183937,
            53.545786
          ],
          [
            -2.183977,
            53.545743
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23105055, M24 2AF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.183730334274909,
          53.545969298565446
        ]
      }
    }
  ]
}