{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "New Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.187844,
            53.615972
          ],
          [
            -1.192044,
            53.616356
          ],
          [
            -1.192322,
            53.616381
          ],
          [
            -1.196179,
            53.616936
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10006609839, DN6 8NA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1961516302297341,
          53.616937421640145
        ]
      }
    }
  ]
}