{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lench Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.894678,
            52.486388
          ],
          [
            -1.894524,
            52.486265
          ],
          [
            -1.894487,
            52.486235
          ],
          [
            -1.894313,
            52.48619
          ],
          [
            -1.894076,
            52.486217
          ],
          [
            -1.893839,
            52.486244
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023493631, B4 6JU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.894678400609601,
          52.48638836919119
        ]
      }
    }
  ]
}