{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chapel Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.849778,
            56.368121
          ],
          [
            -3.850022,
            56.368245
          ],
          [
            -3.850265,
            56.368369
          ],
          [
            -3.850389,
            56.368425
          ],
          [
            -3.850513,
            56.368481
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "124007860, PH7 3HW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.8501881244503298,
          56.36813508917208
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "124087522, PH7 3HJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.849782339036194,
          56.36811418879078
        ]
      }
    }
  ]
}