{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cromer Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.916149,
            53.856935
          ],
          [
            -1.916545,
            53.856625
          ],
          [
            -1.91694,
            53.856316
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591620, BD21 1AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9165140977361612,
          53.85663883159379
        ]
      }
    }
  ]
}