{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Little Hambrook Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.094781,
            50.789135
          ],
          [
            -1.094745,
            50.789255
          ],
          [
            -1.094708,
            50.789375
          ],
          [
            -1.094692,
            50.78943
          ],
          [
            -1.094675,
            50.789485
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "1775109684, PO5 3BE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0947669406645415,
          50.78913514605828
        ]
      }
    }
  ]
}