{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Avon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.314237,
            53.75759
          ],
          [
            -0.314354,
            53.757515
          ],
          [
            -0.314472,
            53.75744
          ],
          [
            -0.314588,
            53.757365
          ],
          [
            -0.314704,
            53.757291
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008631213, HU8 8SF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.31423711198750576,
          53.75758996242924
        ]
      }
    }
  ]
}