{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilson Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.962995,
            51.598156
          ],
          [
            -2.962819,
            51.598103
          ],
          [
            -2.962644,
            51.59805
          ],
          [
            -2.962304,
            51.597961
          ],
          [
            -2.961965,
            51.597872
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010552799, NP19 7PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9629948629915814,
          51.59815599587608
        ]
      }
    }
  ]
}