{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mountjoy Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.187861,
            51.436355
          ],
          [
            -3.187919,
            51.435824
          ],
          [
            -3.187949,
            51.435812
          ],
          [
            -3.188703,
            51.435519
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "64101701, CF64 2SZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1878612039467003,
          51.43635465723704
        ]
      }
    }
  ]
}