{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hampton Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.483942,
            55.040643
          ],
          [
            -1.483773,
            55.040381
          ],
          [
            -1.483605,
            55.04012
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "47228415, NE25 9PZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4839420474990905,
          55.04064274310993
        ]
      }
    }
  ]
}