logo for rowmaps web site rowmaps

these web pages
are being produced by
Barry Cornelius

rowmaps@gmail.com
Follow me at https://bsky.app/profile/rowmaps.bsky.social Bluesky

home

maps
preferences

original data
missing data
KMLs
GPXs
CSVs
GeoJSONs

using Organic Maps
app on a phone 
and getting it to
display rights of way


tweets
blog
contact
privacy

2025-09-17-0917

GeoJSON files containing the public rights of way of Haringey

The council of Haringey have provided me with two zip files that both have an ESRI shape file. The ESRI shape files seem to have been created on 9th October 2025. The Council say that the data is released "subject to a caveat that only the map of PROW for the East of Haringey Borough was adopted following the direction from the Planning Inspectorate". This zip file has the ESRI shape file for the East of Haringey Borough whereas this zip file has the ESRI shape file for the whole of Haringey.

This web page says "We're currently working on a 'definitive map' of the public rights of way in Haringey. We have confirmed an order for a network of public rights of way for the east of Haringey. We are also submitting orders for the central and west areas of Haringey to the Secretary of State, Department of Communities and Local Government." The derived data and the maps on the rowmaps web site use the data for the whole of Haringey. They only have the public rights of way that have an id field. I think that this means that some are missing. I've guessed that all the public rights of way are footpaths. This spreadsheet indicates that some are "proposed bridleways".

The Council also provides information about their public rights of way on online maps. It may be that their maps use more up-to-date information.

An authority's Definitive Map is the authoritative source of their rights of way. The details of the public rights of way network contained in an authority's data are for information only, and are an interpretation of the Definitive Map, not the Definitive Map itself, and should not be relied on for determining the position or alignment of any public right of way. For legal purposes, an authority's data does not replace their Definitive Map. And changes may have been made to the Definitive Map that are not included in their data. The authority's data contains Ordnance Survey data © Crown copyright and database right 2026. Attempting to view this data with more detail than 1:10000 may produce an inaccurate rendering of the route of a public right of way.

The council of Haringey have informed me that the ESRI shape files are made available under the terms of Open Government Licence v3.0. So it's possible for you to use this data provided you give the attribution that the data has been provided by the council of Haringey.

Elsewhere on this web site, there is a web page about how this web site provides the public rights of way of Haringey in KML format. That web page explains how I've augmented the basic KML with additional information.

I've converted this augmented KML into GeoJSON. Besides giving the longitudes and latitudes of the route of a public right of way, each entry in the GeoJSON also has a name and a description.
The name will be something like:
HG|Haringey|248-249#1
There are three parts to the name: "HG" (meaning "Haringey"), the id of the parish/community/area and the id of the path within the parish/community/area.
The description will be something like:
Fo|HG:12#1|0.094|565|-0.06505|51.59699|-0.06290|51.59701|534119,190456|534268,190462
This gives other information about the public right of way. First, there is a two letter code giving its type which is one of Fo (meaning Footpath), Br (meaning Bridleway), Re (meaning Restricted byway) and BO (meaning Byway open to all traffic). Following this code, there are a unique name, the length in miles, any additional information obtained from the data supplied by the authority (or none), the longitude of its first point, the latitude of its first point, the longitude of its last point, the latitude of its last point, the eastings and northings of its first point and the eastings and northings of its last point.

The following GeoJSON files are available:
GeoJSON file for footpaths in Haringey;
GeoJSON file for bridleways in Haringey;
GeoJSON file for restricted byways in Haringey;
GeoJSON file for byways open to all traffic in Haringey.

Because some of these GeoJSON files are large, the GeoJSON is also available in a large number of smaller files. Each smaller file has information about public rights of way that are in a square that is 0.1 degrees longitude wide and 0.1 degrees latitude high. For example, the file 00W515Fo.json contains details about the Footpaths that are partly/wholly in the square that is west and north of -0.0 degrees longitude and 51.5 degrees latitude.
Here is a link to a zip file containing all the smaller GeoJSON files for Haringey.

The latitude values for Haringey range from 51.56 to 51.6. And the longitude values range from -0.15 to -0.04.