{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "John Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.365066,
            53.478958
          ],
          [
            -2.364938,
            53.478859
          ],
          [
            -2.364856,
            53.478796
          ],
          [
            -2.364809,
            53.478761
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007891793, M30 7HZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3648086396071237,
          53.47876055136268
        ]
      }
    }
  ]
}