{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brick Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.822285,
            51.074573
          ],
          [
            -1.822242,
            51.074681
          ],
          [
            -1.822384,
            51.074816
          ],
          [
            -1.822547,
            51.074896
          ],
          [
            -1.823051,
            51.075145
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010450588, SP2 9NX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8222851237572042,
          51.074573391512025
        ]
      }
    }
  ]
}