{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rose Gardens",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.304333,
            51.75033
          ],
          [
            -1.304336,
            51.750177
          ],
          [
            -1.304337,
            51.750096
          ],
          [
            -1.30434,
            51.749862
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014080211, OX2 9BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3043192973778797,
          51.75029369099117
        ]
      }
    }
  ]
}