{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Princess Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.28316,
            53.492725
          ],
          [
            -2.2829,
            53.49289
          ],
          [
            -2.282889,
            53.492897
          ],
          [
            -2.282528,
            53.492925
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007892722, M6 6WY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2825279375637466,
          53.49292466382484
        ]
      }
    }
  ]
}