{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "North Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.051689,
            53.64805
          ],
          [
            -1.050961,
            53.648283
          ],
          [
            -1.049431,
            53.648647
          ],
          [
            -1.047133,
            53.649194
          ],
          [
            -1.047017,
            53.649218
          ],
          [
            -1.046901,
            53.649242
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10095781052, DN14 9BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.051628056232468,
          53.6480768619743
        ]
      }
    }
  ]
}