{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "New Gladstone Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.15857,
            51.764898
          ],
          [
            -3.158472,
            51.764958
          ],
          [
            -3.158373,
            51.765019
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014112158, NP13 3HH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1585731254847356,
          51.764899826074796
        ]
      }
    }
  ]
}