{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bassett Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.267889,
            53.004022
          ],
          [
            -1.267664,
            53.004124
          ],
          [
            -1.267438,
            53.004226
          ],
          [
            -1.267213,
            53.004346
          ],
          [
            -1.266987,
            53.004466
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003428859, NG16 2JH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.26733327912098,
          53.004279163272905
        ]
      }
    }
  ]
}