{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Six O Clock Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.050078,
            50.378701
          ],
          [
            -4.050032,
            50.379223
          ],
          [
            -4.050028,
            50.379269
          ],
          [
            -4.050536,
            50.379619
          ],
          [
            -4.050553,
            50.379651
          ],
          [
            -4.050571,
            50.379682
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070766083, PL7 1UP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.050031235862033,
          50.379265198665045
        ]
      }
    }
  ]
}