{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ted's Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.000345,
            50.740921
          ],
          [
            -4.000237,
            50.740962
          ],
          [
            -4.00013,
            50.741002
          ],
          [
            -4.00001,
            50.741047
          ],
          [
            -3.999894,
            50.741091
          ],
          [
            -3.99989,
            50.741093
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013753901, EX20 1BA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.000333946680767,
          50.74091509351451
        ]
      }
    }
  ]
}