{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ramsey Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.510195,
            53.493678
          ],
          [
            -2.509975,
            53.493645
          ],
          [
            -2.509754,
            53.493613
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014064222, WN7 2PL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5100442617304073,
          53.493652976048295
        ]
      }
    }
  ]
}