{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Rye Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.283332,
            51.612543
          ],
          [
            -0.283451,
            51.612265
          ],
          [
            -0.28357,
            51.611988
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070268579, HA8 7NT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.28356934074649104,
          51.61200643827943
        ]
      }
    }
  ]
}