osmlab / editor-layer-index

A unified layer index for OSM editors.
https://osmlab.github.io/editor-layer-index/
Other
214 stars 251 forks source link

Add Stamen terrain #143

Closed bhousel closed 8 years ago

bhousel commented 8 years ago

About: http://mike.teczno.com/notes/osm-us-terrain-layer/foreground.html Tiles: http://maps.stamen.com/terrain/#12/37.7706/-122.3782 Code: https://github.com/Citytracking/Terrain Template: http://{switch:a,b,c,d}.tile.stamen.com/terrain/{z}/{x}/{y}.jpg

USGS Topographic has holes in coverage and doesn't really have great detail at the zoom levels where people trace in iD. Stamen Terrain looks great all across North America..

@pnorman is this ok? Tiles seem to be CC-BY 3.0. @migurski is it ok to include this as a background source for tracing in iD and other editors?

migurski commented 8 years ago

Hi, this is a great use of Terrain, happy to see it! @mojodna might be better informed about current issues though.

almccon commented 8 years ago

Hi @bhousel, what features in Stamen Terrain do you find useful? Just the hillshade I assume?

Current Stamen Terrain is more-or-less license compatible with OSM. It's basically OSM data + a hillshade derived from NED + and the landcover is also from USGS, I think, so those are both in the Public Domain.

Since the road data in Stamen Terrain is already from OSM, you wouldn't want to trace that. Plus, it's extremely old (circa 2012), which is even worse: people might see features in Stamen Terrain and try to trace them, only to find that they've been deleted from OSM itself long ago (either because they were wrong in the first place, or because the real-world feature has changed). And finally, that OSM data is from before the license change (hence the CC-BY-SA license) so that there might be some features in Terrain that were redacted from the current ODbL OSM database.

So you probably want to use terrain-background http://maps.stamen.com/terrain-background which has just the hillshade, plus landcover, plus some OSM area features like parks and such.

Oh, one last thing: Stamen Terrain is really just for the US only. It has landcover and OSM data for Canada and Mexico, but no hillshades there.

At Stamen we are working on a reboot of Stamen Terrain which will be for the whole world, and eventually we will serve that up as a drop-in replacement.

bhousel commented 8 years ago

Hey @almccon! Yes, I'm primarily interested the hillshade. I agree that terrain-background is the right style to support iD and other editors. Roads aren't needed because at lower zooms we can show the transparent "locator overlay", which is updated frequently with current OSM road and place data.

The usecase for this is to see elevation data, which can helpful for hydrography mappers to know which way rivers flow. There was a recent thread on the HOT mailing list, but this is something that I'm asked about every few months. Making this layer available in US only for now is ok, but a reboot of Stamen Terrain with worldwide terrain coverage would be fantastic..

Some mappers use the OpenCycleMap style for this kind of tracing, as it does have worldwide coverage and displays contour lines, however the style displays plenty of other features and isn't really designed for this. cc @gravitystorm - would you want any of your other styles included in the editor-layer-index project? I don't see a reason to have more than one or two terrain background sources in iD, but this imagery index is also used by Potlatch and maybe others?

imagico commented 8 years ago

Few notes on use of topographic data for mapping:

http://dev.opentopomap.org/#map=11/50.3231/89.3127

for an area of possible application. Unfortunately there is no worldwide coverage in the main version and performance is not really as you'd want it for mapping (cc @der-stefan).

bhousel commented 8 years ago

@imagico, @der-stefan - Nice, that opentopomap style is ideal for what I'm looking to add! Yes, performance looks like an issue. I'm not sure who to approach about improving that - I guess either opentopomap would need additional resources to cache and bake the tiles down to higher zooms, or we'd need to find a donor to host that style someplace that can do it?

der-stefan commented 8 years ago

@imagico Thanks for the commendation. OpenTopoMap could need some more developers. Currently I am doing it all alone. So don't expect the project to do fast steps forward...

bhousel commented 8 years ago

Thanks everyone for your comments - for now I've added Stamen's terrain-background tiles for use within US only.

@der-stefan, @imagico, @gravitystorm and others, if you ever want your tiles added to the OSM editors please open an issue or pull request - you do beautiful work and we'd love to support them if the resources to serve the tiles become available. :+1: