This is a brief post to share my thoughts about university mapping in the UK after consolidating 100+ amenity=university in Wales into just 12. In Cardiff alone there were 56 examples of amenity=university, that number now correctly stands at 4. To view all universities now mapped in Wales, use this Overpass query.
The current problem
The main problem is that many university campuses (and faculties) are tagged amenity=university when only the parent university should carry this tag. There are many downsides to this practice, namely inflating the count of universities, making it hard to understand the extent of universities, and erasing any difference between campus and university. The reason for this practice is obvious - tagging for the renderer. Mappers want campus names to render, as they are individually significant locations, and can often be tens of miles away from other parts of the university. By correcting a number of campuses I have caused their names to disappear from carto and other maps - I couldnât see any replacement, legitimate tag that could be applied that would render. I feel like this is a necessary tradeoff to represent reality correctly. Of course, if all campuses were tagged in the same way, it would be possible to reintroduce rendering for this new tag.
What tags have I used?
I am using Swansea University as an example
Each university multipolygon is tagged in the following way:
- amenity=university
- name=Swansea University
- type=multipolygon
- +other details
Relation: âȘSwansea University⏠(âȘ16197245âŹ) | OpenStreetMap
Each campus is tagged in the following way:
- campus=Singleton Park
- education=campus
- name=Swansea University Singleton Park Campus
- +other details
Way: âȘSwansea University Singleton Park Campus⏠(âȘ1384451960âŹ) | OpenStreetMap
Some campuses may themselves need to be multipolygons. As the amenity=university is a multipolygon, it would not be correct to add a campus multipolygon as a member of the university multipolygon.
Other ancillary parts of the university have not been tagged education=campus, and may be untagged outer ways, with other features mapped within, e.g. Way: âȘUniversity Playing Fields⏠(âȘ15091278âŹ) | OpenStreetMap or Way: 1522933960 | OpenStreetMap
I made sure to leave a couple of changeset comments for some users that have been editing university relations to let them know of my tagging changes.
Why did I select these tags?
Mainly, why have I used education=campus? I felt it was important to have a top-level tag to represent named campus areas, as they are important for wayfinding and are clearly distinct, mappable features. I ATYL education=campus in the abscence of any other specific tag existing. I also added campus= which is documented and should carry only the unique part of the full campus name, e.g. âSingleton Parkâ. (Key:campus - OpenStreetMap Wiki)
Whatâs the wider issue in the UK?
Depending what data source you look at, there are between 160-310 universities in the UK. As per taginfo, there are 1,100 examples of amenity=university. If the rest of the UK is anything like Wales, that means there will be hundreds of examples of campuses and faculties tagged with amenity=university, nested university nodes and areas, and the names of entire universities unmapped because only their campuses are mapped.
Collegiate Universities Caveat
I havenât looked too much into how many universities this may apply to, but Oxford University certainly is one. Where individual constituent colleges function independently from one another, having their own admissions process, staff, acommodation etc. they should be each treated as their own amenity=university.
Next Steps
Iâm not planning to tackle any more universities any time soon, as itâs quite a time consuming and complex job to unpick the unique messes in each city. This post serves to inform others of some of the issues Iâve found, potential solutions, and to seek feedback if there are any better ways I could have represented some of these universities.
Thanks for reading,
~LGS