{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nive Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.730741,
            51.496771
          ],
          [
            -1.730612,
            51.495511
          ],
          [
            -1.730484,
            51.494251
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009421553, SN4 0JJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7304603477142975,
          51.494252930484954
        ]
      }
    }
  ]
}