{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Newry Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.236455,
            54.10601
          ],
          [
            -3.236538,
            54.105911
          ],
          [
            -3.236621,
            54.105813
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "36042913, LA14 2QQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.236621261047848,
          54.10581336791843
        ]
      }
    }
  ]
}