{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lower Cross Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.133808,
            52.990081
          ],
          [
            -2.133913,
            52.990206
          ],
          [
            -2.134017,
            52.990332
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455133989, ST3 1EL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.134017462163452,
          52.990332076795006
        ]
      }
    }
  ]
}