-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a tileset for land use #13
Comments
Have been looking at building our own tiles for that, using cyclOSM as a starting point (partly because it's bike-focused, partly because it's documented...).
And now I have a tile server! Now I just need to work out how to style things differently... |
To get this running again I needed to do the following, while
|
https://blog.datawrapper.de/beautifulcolors/ has some good tips on choosing sets of colours to use |
What different land uses are we interested in?
Kosmtik uses CartoCSS to describe how to render the maps. The Mapbox CartoCSS manual is a decent starting point to find out more. I expect it'll be useful to use the CartoCSS variables to define the different landuse colours.
The colours used in CyclOSM are all defined in Given the amount of different types of data, etc. to render, it makes more sense to modify the CyclOSM styles than it does to start from scratch. So, we have forked that into https://github.com/Liverpool-UK/landuse-cartocss-style and cloned it and set things up on the server to allow us to render and show that tileset. Next we'll be able to start making serious changes to the carto-css to start designing our map. |
Of course, there's already a landuse OSM project. We should check it out to see if we're reinventing the wheel :-) |
Definitely looks relevant and high quality - the question is how/where to get the data. So I wrote Prof. Dr. Alexander Zipf whose team is behind the osmlanduse.org project to see if there is any open data available. Their research project involves combining the highest-resolution Copernicus data with OpenStreetMap, and using deep learning per their blog post. Currently they're part of an EU project seeking citizen scientists to help validate the deep learning results. Will pass on what I find! |
Related to #5, it would be good to have a tileset that showed different land usage so you could see if your 15-minute-isochrone included green space, somewhere to shop, places to work (both in an office and somewhere more industrial), somewhere to live, amenities (schools, libraries, etc.)
The text was updated successfully, but these errors were encountered: