{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Spicer Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.087049,
            50.80224
          ],
          [
            -1.087175,
            50.802407
          ],
          [
            -1.0873,
            50.802574
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "1775110729, PO1 4EZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0873125064758973,
          50.802575240862055
        ]
      }
    }
  ]
}