{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rock Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.323048,
            53.5569
          ],
          [
            -2.322731,
            53.556991
          ],
          [
            -2.322717,
            53.556985
          ],
          [
            -2.322428,
            53.556848
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210007232, M26 1AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.323047737492646,
          53.55690030621735
        ]
      }
    }
  ]
}