{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Seaside Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.536676,
            50.851217
          ],
          [
            0.536701,
            50.851107
          ],
          [
            0.536725,
            50.850998
          ],
          [
            0.536746,
            50.850904
          ],
          [
            0.536767,
            50.85081
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070600992, TN38 0AH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5366758646837593,
          50.8512171660835
        ]
      }
    }
  ]
}