{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Page Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.779532,
            53.642568
          ],
          [
            -1.780137,
            53.642664
          ],
          [
            -1.780741,
            53.642759
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83205083, HD1 3DH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.780741279579937,
          53.642759067948404
        ]
      }
    }
  ]
}