{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nyatt Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.260994,
            51.675536
          ],
          [
            -1.260887,
            51.675426
          ],
          [
            -1.260781,
            51.675316
          ],
          [
            -1.260582,
            51.675087
          ],
          [
            -1.260383,
            51.674858
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014080315, OX14 3YF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.26095116413271,
          51.67550913958562
        ]
      }
    }
  ]
}