TransforMap / transformap-viewer

https://viewer.transformap.co/
Do What The F*ck You Want To Public License
10 stars 16 forks source link

Tiles choice #18

Closed AdrienLab closed 7 years ago

AdrienLab commented 8 years ago

currently by default the viewer is displaying Stamen Terrain Background. It does a poor job at displaying street (one needs to zoom a lot). I would suggest to switch to Stamen Terrain instead. Don't expect the lay user to switch tiles.

almereyda commented 8 years ago

I had chosen Terrain Background for showing no national borders. Yet this is not totally the case. Unfortunately the Terrain typography is somewhat bold.

Should we play with Terrain Background and overlay some streets and names like Toner lines and names?

species commented 8 years ago

@almereyda do you know an overlay style which is a transparent tile layer that only displays road/place names?

AdrienLab commented 8 years ago

Yes that's what I thought. I like the idea to see no country borders. Can you mix different tiles? which one? what can you do? Because then one could play with mapstack and then once a result is good use the configuration...

AdrienLab commented 8 years ago

what about something in this direction http://mapstack.stamen.com/edit.html#watercolor[alpha=60];positron[comp=multiply]/9/52.5288/13.4500

almereyda commented 8 years ago

I think from the moment on we want to see lines, there is going to be borders:

1. http://mapstack.stamen.com/edit.html#terrain-background;toner-hybrid[tint=$88cc00@100,comp=multiply,alpha=60]/9/52.5288/13.4500 2. http://mapstack.stamen.com/edit.html#terrain-background;toner-labels[tint=$88cc00@100,comp=multiply,alpha=60]/9/52.5288/13.4500

We would have to render our own background tiles or build upon WebGL maps, if we want to control this appearance granulary.

On 23 August 2016 at 11:47, AdrienLab notifications@github.com wrote:

what about something in this direction http://mapstack.stamen.com/ edit.html#watercolor[alpha=60];positron[comp=multiply]/9/52.5288/13.4500

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TransforMap/transformap-viewer/issues/18#issuecomment-241681362, or mute the thread https://github.com/notifications/unsubscribe-auth/ABka_BFck3W7ETy0iLJVhb54VroW9Ul_ks5qisGhgaJpZM4Jp7tL .

josefkreitmayer commented 7 years ago

Today at the SUSY-Webinar, we noticed, that Stamen Background Terrain does not have street level zoom, as already noticed by @AdrienLab in the initial post to this thread.


We could:

  1. set another default view (Stamen Terrain or Humanitarian e.g.)
  2. develop some kind of switch, that changes the map tiles at a certain zoom level

Given current priorities, I would prefer option 1.

species commented 7 years ago

To suppress any "edit wars" between different actors preferring different backgrounds, the background is now configurable via a parameter in the embedding code. Everyone embedding the viewer can now choose a different default background, see README.md#embedding.

josefkreitmayer commented 7 years ago

@species thank you for enabling the independent choice per implementation. Can the background for the 2 SUSY-Map implementations be set to Mapnik as default?