nakijun / morisoliver

Automatically exported from code.google.com/p/morisoliver
0 stars 0 forks source link

OSM Topo map for MA broken #231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The basemap "Massachusetts Topographic Map" in OLIVER is no longer working.
It used requests like http://tile1.toposm.com/ma/final/8/80/93.png
tile1, tile2, tile3
That server seems to no longer be available.
I looked at http://www.toposm.com 
which serves things like:

       "http://a.tile.stamen.com" + "/toposm-color-relief/${z}/${x}/${y}.png"
      ,"http://b.tile.stamen.com" + "/toposm-color-relief/${z}/${x}/${y}.png"
      ,"http://c.tile.stamen.com" + "/toposm-color-relief/${z}/${x}/${y}.png"
      ,"http://a.tile.stamen.com" + "/toposm-features/${z}/${x}/${y}.png"
      ,"http://b.tile.stamen.com" + "/toposm-features/${z}/${x}/${y}.png"
      ,"http://c.tile.stamen.com" + "/toposm-features/${z}/${x}/${y}.png"
      ,"http://a.tile.stamen.com" + "/toposm-contours/${z}/${x}/${y}.png"
      ,"http://b.tile.stamen.com" + "/toposm-contours/${z}/${x}/${y}.png"
      ,"http://c.tile.stamen.com" + "/toposm-contours/${z}/${x}/${y}.png"

But it's in 3 layers, and all 3 layers don't seem to work for the same tile 
when I look at a sample tile in Firebug.
I could add it as 3 basemaps, but that would be awkward.
I could switch to using only features which works, but without the contours 
lines and shaded relief it's not really a topo feel.

Charlton says:In order for it to come across as a single basemap option, I 
think we would need to code some kind of grouping concept.  Or could geoserver 
do that on the backend as a proxy?

Original issue reported on code.google.com by Aleda.Fr...@state.ma.us on 20 Nov 2013 at 3:44