{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nickel Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.095438,
            50.789626
          ],
          [
            -1.095609,
            50.789609
          ],
          [
            -1.095652,
            50.789479
          ],
          [
            -1.09573,
            50.789242
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "1775109664, PO5 3BE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.095424084461441,
          50.789634845647186
        ]
      }
    }
  ]
}