{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Silkstone Square",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.362668,
            53.745183
          ],
          [
            -1.362867,
            53.745378
          ],
          [
            -1.363066,
            53.745574
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72663249, WF10 2FJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3629804437038964,
          53.74564693730315
        ]
      }
    }
  ]
}