{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Portugal Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.41654,
            53.579082
          ],
          [
            -2.415848,
            53.578844
          ],
          [
            -2.41548,
            53.578717
          ],
          [
            -2.415206,
            53.578565
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070910233, BL2 1AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.416540432245702,
          53.579081995324955
        ]
      }
    }
  ]
}