The default layer on this map is created from OpenStreetMap data. It’s designed to show information that’s specifically useful to rural pedestrians - things like public footpaths and bridleways, and which roads you can safely walk along because there’s a roadside pavement or verge. There’s a map legend, but it’s quite large so you’ll need to scroll around to see it all, and also zoom in to see things that are only visible at higher zoom levels. Recent changes that have been made to what is shown on the map can be seen on a changelog.
It uses a Javascript library called Leaflet, which is really well documented and simple to use, and makes it easy to create map web sites such as this one.
Other map layers contain data from other sources - for example the “Flooding” layer contains Environment Agency data.
There’s also an experimental vector-tile based map. Unlike the raster maps it’s not updated as people update OpenStreetMap.
It handles a much larger proportion of the tags used in OSM than other maps. It groups similar objects together, so for example “shop=vehicle” will appear with the same icon as “shop=car”. It does this via osm2pgsql and lua to customise the database for rendering, making queries easy to write.
It uses a wider variety of icons than other maps, especially icons with a small modifier indicating a certain feature, such as a shop that sells zero-waste products.
It shows features not normally shown on general-purpose map tiles, such as England and Wales rights of way and hiking and cycling routes.
It uses geographical customisation so that (for example) a Welsh name will be shown in Welsh-speaking parts of Wales and an English name in English-speaking parts.
Yes, you’re welcome to link to it. As you zoom in the URL changes, so the contents of the URL bar should always link to what you are seeing.
The raster map is actually composed of a series of map tiles, such as this one. You can add these tiles as a layer to another map, provided that you link back to the map style somehow (e.g. by linking to this page) and credit OpenStreetMap on the map layer as described on OSM’s copyright page.
What you are not allowed to do is any sort of bulk downloading (i.e. downloading more than you need to display on screen at once). What any normal person would view as normal usage of a web map is likely to be absolutely fine.
Similar “normal usage is likely to be fine” rules apply to the vector map tiles too. However, the way that these are served is slightly different; if that becomes problematic I’ll have to review how and if it can continue to be provided.
This data that this map uses is all added by contributors to the OpenStreetMap project . In some areas it’ll be significantly better than commercial or governmental alternatives, but in other places (with fewer OSM contributors) it won’t be as good. As with all maps, it may contain errors - because of that please don’t infer that you have a legal right to do anything or go anywhere based on information shown on this map. In particular, the “No vis paths” layer includes things that might be “a way to get up a mountain” but may not be an obvious “path”. Also note that a particular route (e.g. at Gordale Scar may be safe to travel along at some times but not others (e.g. when a river is in spate), or only with suitable equipment. Your safety and that of those with you is your responsibility.
Apart from the places shown at very low zoom levels, the data that the raster map uses is updated from OpenStreetMap data every few minutes. Depending on what you’re looking at, changes will either appear very nearly immediately (when you’re zoomed in) or in a few days (zoomed out). Nothing should be more than about 4 days old, though you may see cached tiles (either in your browser or from the server, while a new tile is being created).
The raster map is completely reloaded every time there are minor style changes; typically this is once or twice a month. The vector map is updated periodically, also when there have been minor style changes. The maps for Garmin devices for Great Britain and the island of Ireland are updated weekly.
You can update the data that this map uses by going to https://www.openstreetmap.org/ and following the advice on this page.
There have been occasional examples of vandalism at OpenStreetMap. If you think you can see an example of that, please message me via OpenStreetMap. You also might find this article useful - but note that you’ll need to go to the main OpenStreetMap site to follow that.
You can, but only by creating your version of the map using your own map tiles. The changelog contains some links at the top to the various parts of the map style in github - you can create an issue there if you’ve got further questions, or message me via OpenStreetMap.
The vector map is similar, except that the schema is defined separately to the display style. If you just need to change what the vector map looks like, you essentially need to edit one .json file.
I am the only person that I’ve set up to have access to this server (tiles loaded from other servers are accessed by other people, of course). If you request tiles or any other files then the normal Linux logs will record the fact (Apache’s “access” log stores which IP address asked for a tile when, and the “syslog” stores details about new raster tiles being rendered). I can’t comment on who might be watching traffic between you and the server (in Germany). If you’re particularly worried about people NOT knowing that you’re requesting certain map tiles I recommend that you set up your own server and serve everything from there instead.