{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "First Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.84858,
            52.474966
          ],
          [
            -1.848541,
            52.474896
          ],
          [
            -1.848503,
            52.474826
          ],
          [
            -1.848432,
            52.474698
          ],
          [
            -1.848361,
            52.47457
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023497162, B9 5BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8485802375575657,
          52.47496615408143
        ]
      }
    }
  ]
}