{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gipsy Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.94318,
            50.389316
          ],
          [
            -3.942751,
            50.387943
          ],
          [
            -3.942632,
            50.387562
          ],
          [
            -3.942715,
            50.386552
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023564108, PL21 9UF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.9426579920751648,
          50.38656836490286
        ]
      }
    }
  ]
}