{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Victory Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.577328,
            51.764586
          ],
          [
            -0.577448,
            51.764444
          ],
          [
            -0.577553,
            51.764319
          ],
          [
            -0.577568,
            51.764302
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014241266, HP4 1DJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5773275036362577,
          51.76458633147635
        ]
      }
    }
  ]
}