{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Westfield Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.596906,
            53.78376
          ],
          [
            -1.597014,
            53.78416
          ],
          [
            -1.597024,
            53.784198
          ],
          [
            -1.597636,
            53.784145
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72649032, LS12 4PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5968999407170676,
          53.78384500983733
        ]
      }
    }
  ]
}