{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Royds Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.146739,
            53.606359
          ],
          [
            -2.146776,
            53.606543
          ],
          [
            -2.146812,
            53.606726
          ],
          [
            -2.146814,
            53.606736
          ],
          [
            -2.146816,
            53.606745
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114388, OL16 5JL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1467391979515935,
          53.60635893449813
        ]
      }
    }
  ]
}