{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Smiley Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.713613,
            55.428006
          ],
          [
            -1.712663,
            55.428283
          ],
          [
            -1.709843,
            55.429605
          ],
          [
            -1.709252,
            55.429882
          ],
          [
            -1.707894,
            55.430366
          ],
          [
            -1.706036,
            55.431187
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022932962, NE66 2JZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.713596742760949,
          55.428033108412066
        ]
      }
    }
  ]
}