{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Engineer's Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.281257,
            51.375002
          ],
          [
            -1.281709,
            51.375056
          ],
          [
            -1.281957,
            51.375275
          ],
          [
            -1.282079,
            51.375382
          ],
          [
            -1.282178,
            51.375399
          ],
          [
            -1.28268,
            51.375224
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022806701, RG19 6HN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2826619941953725,
          51.37522590863007
        ]
      }
    }
  ]
}