{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Albert Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.401889,
            53.048153
          ],
          [
            -1.401913,
            53.04817
          ],
          [
            -1.401937,
            53.048188
          ],
          [
            -1.402135,
            53.048329
          ],
          [
            -1.402332,
            53.04847
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000061180, DE5 3ES",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4021109494548967,
          53.04830714568258
        ]
      }
    }
  ]
}