{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Patrick Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.620271,
            53.545085
          ],
          [
            -2.620282,
            53.545078
          ],
          [
            -2.620293,
            53.54507
          ],
          [
            -2.620521,
            53.544915
          ],
          [
            -2.620749,
            53.544759
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024145526, WN1 3RZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.62049513114514,
          53.54492231568808
        ]
      }
    }
  ]
}