{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "School Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.863523,
            51.116487
          ],
          [
            -0.863756,
            51.116473
          ],
          [
            -0.86399,
            51.11646
          ],
          [
            -0.864107,
            51.116463
          ],
          [
            -0.864223,
            51.116466
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032901705, GU35 0HP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.8634389774658426,
          51.11641380808307
        ]
      }
    }
  ]
}