{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Liberty Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.535088,
            53.49127
          ],
          [
            -1.534584,
            53.490666
          ],
          [
            -1.534079,
            53.490062
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022881225, S35 7DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5350786055670471,
          53.49125944400672
        ]
      }
    }
  ]
}