{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jane's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.752886,
            52.715489
          ],
          [
            -2.753145,
            52.715545
          ],
          [
            -2.753363,
            52.715591
          ],
          [
            -2.753405,
            52.7156
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023704843, SY1 2DT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.752916278939,
          52.715493726553426
        ]
      }
    }
  ]
}