{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sharon Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.123955,
            50.423836
          ],
          [
            -4.123908,
            50.42364
          ],
          [
            -4.12386,
            50.423443
          ],
          [
            -4.123853,
            50.423191
          ],
          [
            -4.123845,
            50.422939
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070765458, PL6 6AP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.123850722831943,
          50.42338836424993
        ]
      }
    }
  ]
}