{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sea Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.11477,
            51.072394
          ],
          [
            1.114861,
            51.072055
          ],
          [
            1.114953,
            51.071715
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "50111425, CT21 5QZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.114962107221752,
          51.07167863312984
        ]
      }
    }
  ]
}