{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Peel Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.621515,
            54.969833
          ],
          [
            -1.621438,
            54.969991
          ],
          [
            -1.62136,
            54.970148
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510714690, NE1 4BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.621515026262942,
          54.96983331367335
        ]
      }
    }
  ]
}