{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Little Redlands",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.041278,
            51.405211
          ],
          [
            0.041125,
            51.405503
          ],
          [
            0.040971,
            51.405794
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003640473, BR1 2NJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.04111184331613278,
          51.405534255004355
        ]
      }
    }
  ]
}