{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.516392,
            54.50842
          ],
          [
            -3.51614,
            54.508535
          ],
          [
            -3.515888,
            54.50865
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000902195, CA23 3DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5158756522839254,
          54.50866050591708
        ]
      }
    }
  ]
}