{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Trafalgar Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.256565,
            53.496651
          ],
          [
            -2.255151,
            53.496468
          ],
          [
            -2.253737,
            53.496284
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007893402, M7 1ZD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.256565188421397,
          53.49665055025422
        ]
      }
    }
  ]
}