{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Under Parade Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.301836,
            51.856741
          ],
          [
            -4.301074,
            51.857003
          ],
          [
            -4.300808,
            51.857094
          ],
          [
            -4.300385,
            51.857328
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023610070, SA31 1LY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.299286703799065,
          51.857735100036635
        ]
      }
    }
  ]
}