{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "New Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.30874,
            54.045492
          ],
          [
            -1.308698,
            54.045312
          ],
          [
            -1.308778,
            54.044993
          ],
          [
            -1.308904,
            54.044495
          ],
          [
            -1.309024,
            54.044313
          ],
          [
            -1.309051,
            54.044271
          ],
          [
            -1.309259,
            54.044183
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022910683, YO26 9SJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.308740465646924,
          54.04549202766799
        ]
      }
    }
  ]
}