{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tenth Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.615938,
            54.924031
          ],
          [
            -1.615649,
            54.924092
          ],
          [
            -1.61536,
            54.924154
          ],
          [
            -1.615009,
            54.924229
          ],
          [
            -1.614658,
            54.924304
          ],
          [
            -1.614557,
            54.924326
          ],
          [
            -1.614455,
            54.924348
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070834921, NE11 0SH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.615937682799724,
          54.924030635244506
        ]
      }
    }
  ]
}