{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stoney Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.797158,
            50.341651
          ],
          [
            -4.797337,
            50.3414
          ],
          [
            -4.79735,
            50.341383
          ],
          [
            -4.797433,
            50.341266
          ],
          [
            -4.797522,
            50.341141
          ],
          [
            -4.797626,
            50.340862
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034634875, PL25 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.797643664449014,
          50.340818290180074
        ]
      }
    }
  ]
}