{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.719991,
            50.472578
          ],
          [
            -4.720079,
            50.472476
          ],
          [
            -4.720167,
            50.472374
          ],
          [
            -4.720231,
            50.472297
          ],
          [
            -4.720294,
            50.47222
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003311261, PL31 2LL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.7202515701508805,
          50.47221168812713
        ]
      }
    }
  ]
}