{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "School Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.056951,
            53.537792
          ],
          [
            -2.057171,
            53.537862
          ],
          [
            -2.05739,
            53.537932
          ],
          [
            -2.057506,
            53.537969
          ],
          [
            -2.057622,
            53.538006
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000116003, OL4 4QP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.056951053471092,
          53.53778292191658
        ]
      }
    }
  ]
}