{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tyro Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.111528,
            53.527084
          ],
          [
            -2.11141,
            53.527119
          ],
          [
            -2.111291,
            53.527153
          ],
          [
            -2.111217,
            53.527174
          ],
          [
            -2.111143,
            53.527196
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000116885, OL8 2AP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1111514662445097,
          53.52719237356657
        ]
      }
    }
  ]
}