{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Caxton Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.505771,
            53.375063
          ],
          [
            -1.505293,
            53.375232
          ],
          [
            -1.504816,
            53.3754
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013333512, S10 3DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.504865704135339,
          53.37535597449645
        ]
      }
    }
  ]
}