{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cromer Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.025319,
            51.614997
          ],
          [
            0.025643,
            51.614978
          ],
          [
            0.025968,
            51.61496
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023189196, IG8 0PN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.025319049465697418,
          51.61499668160475
        ]
      }
    }
  ]
}