{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Goose Gate",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.042734,
            52.909212
          ],
          [
            -1.042503,
            52.909295
          ],
          [
            -1.042272,
            52.909378
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3040066339, NG12 3JE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0423364588104311,
          52.90933280532939
        ]
      }
    }
  ]
}