{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cottage Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.030058,
            53.397239
          ],
          [
            -3.029226,
            53.397015
          ],
          [
            -3.028802,
            53.3969
          ],
          [
            -3.028566,
            53.397126
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "42182822, CH41 3NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.0300580141760345,
          53.39723937797898
        ]
      }
    }
  ]
}