{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Quarry Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.943996,
            51.624321
          ],
          [
            -3.944198,
            51.624322
          ],
          [
            -3.9444,
            51.624324
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010050770, SA1 6XG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9444004223776536,
          51.62432351954707
        ]
      }
    }
  ]
}