OpenStreetMap

Most hedges have been added to OpenStreetMap as lines. Most renderers show something like this:

hedge rendering 1 from wiki page

and everyone’s happy.

However, from the beginning of OSM, people have mapped some hedges as areas, so for example something like this:

hedge obviously mapped as area in OSM

is clearly meant to be an area. The map style at map.atownsend.org.uk inherited what “OSM Carto” did in 2014, which was to show linear hedges as lines (using one bit of code) and area hedges as areas (using another). This works fine here:

hedge obviously mapped as area on map

However, in some cases there are problems. In an osm2pgsql database, an object can only be either an area or a line, but not a bit of both. If a tag that is thought to apply only to lines is found on an area, it will be ignored. Another effect is that if a hedge is drawn around an obviously area object (a field, for example), then the hedge will also be considered an area, if hedge areas are “a thing” in that map style:

See for example here:

hedge drawn around a field

which results in this “very large area hedge”:

linear hedge shown as area by mistake

More details and links to previous discussion can be found on the github issue here. The solution was this - if another tag might be making the item into an area feature, assume that the hedge is linear, but if no other tag is doing that, assume that the hedge is an area.

This results in the correct rendering here:

linear hedge shown as area by mistake

As an aside, in 2019 OSM Carto removed support for area hedges, and numerous people complained about that change. The result is that OSM Carto gets the “field” one above right but fails basic tests such as the example at the top of this diary entry:

hedge shown incorrectly by OSM Carto

To be fair - it’s not entirely the OSM Carto developers’ fault - part of the problem is mappers combining “features they expect to be linear” and “features they expect to be areas”, and partly that is because OSM does not have an area data type.

Although it’s not perfect, the solution here is clearly a better one than what they went with.

As another aside, the mismapping of hedges with barrier=hedge; area=yes when (according to the imagery) they are clearly not hedge areas is a real problem. As an example, if you look at the imagery here you can see that’s clearly a field, not a very big hedge. However (before some enthusiast decides a mechanical edit is in order) not all of these are mistagged - this one is just a very big hedge.

For completeness, from a database count there are 5999 “area hedges” in UK/IE, and 3026 “linear hedges around other area features”. Some of those “area hedges” should probably be something else (for example, way 1086001254 is a bit of a stretch as a hedge), and some of those “linear hedges” might actually be areas if an area hedge is, say, it’s very own nature reserve.

Location: Selby, North Yorkshire, England, United Kingdom

Discussion

Comment from RobJN on 29 May 2023 at 12:25

I think once it starts to cover a large non-linear area (as in your second example), calling it a hedge is not right. Instead it is an area of land that includes many of the same plants that you expect to see in a hedge. These are shrubs, trees, bushes. Looks like natural=scrub is the right tag (“uncultivated land covered with shrubs, bushes or stunted trees”). Indeed the wiki page for natural=shrub states “draw the area and tag it natural=scrub, and then you can map the individual shrubs by placing a node”. I also add nodes for large trees in hedgerows if I can be bothered.

So in summary, I don’t think area=yes on barrier=hedge is correct.

Comment from SomeoneElse on 29 May 2023 at 14:10

Perhaps I wasn’t clear about my second example - it is clearly not a hedge.

However, generally speaking you’re correct - things such as way 1086001254 is currently tagged in OSM as a hedge, but is surely mistagged. Bing and Maxar imagery there suggest different bits of woodland (perhaps some broadleaved and some needle-leaved). Rather then guess from imagery I’ve left a number of these for future survey.

When i was looking at the “alleged hedge areas sorted by area” in the UK and Ireland yesterday I didn’t see many that looked like scrub - most were some either obviously fields (which I fixed), genuine large hedges or sort of woodland (which I left).

Comment from trigpoint on 4 June 2023 at 13:39

Quite a common feature on rights of way are thick hedges, which result in the need for two stiles or gates.

It is important to be able to represent this as SomeoneElse does very well here. https://map.atownsend.org.uk/maps/map/map.html#22/52.86684/-2.72629

It is probably a couple of metres thick.

Carto is less clear that the hedge is solid. https://www.openstreetmap.org/#map=19/52.86689/-2.72640

Comment from Hungerburg on 6 August 2023 at 22:38

It would be much easier today, if hedgerows were mapped as barrier=hedgerow on a line, and thick hedges as barrier=hedge on a closed way meant to represent an area. Yet, that ship has sailed.

Nowadays, new tagging has a steep barrier to entry. The OSM-Carto issue on that is just bagatelle.

Log in to leave a comment