{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Riverside",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.503699,
            51.397319
          ],
          [
            0.504696,
            51.397509
          ],
          [
            0.504986,
            51.397565
          ],
          [
            0.505722,
            51.397599
          ],
          [
            0.505857,
            51.397708
          ],
          [
            0.505885,
            51.397781
          ],
          [
            0.505966,
            51.397987
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "44014469, ME2 4HQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5059880862858767,
          51.39798784303254
        ]
      }
    }
  ]
}