stamen / terrain-classic

World-wide CartoCSS port of Stamen's classic terrain style
ISC License
144 stars 35 forks source link

halo at low zooms: blur? #5

Closed almccon closed 8 years ago

almccon commented 9 years ago

Looks like the original terrain does a blur, which helps:

screen shot 2015-06-19 at 6 40 25 pm

almccon commented 9 years ago

This is true for some labels all the way up to zoom 11: screen shot 2015-06-19 at 6 41 42 pm Notice that San Francisco has a blur halo, but the parks just have a colored halo

clhenrick commented 9 years ago

Applying the following helps but makes the labels stand out too much when they are over water or green areas.

  text-halo-radius: 2;
  text-halo-fill: fadeout(rgba(255,255,255, 0.7), 30%);

screen shot 2015-08-28 at 6 25 11 pm

clhenrick commented 8 years ago

Haven't had much luck attempting to implement the blur halo effect from the og tiles. None of the comp-op options seem to grab the color under the text halo.

The best I found so far seems to be text-halo-comp-op: overlay; but it's fairly subtle.

screen shot 2015-09-01 at 11 30 34 am

clhenrick commented 8 years ago

Marking as resolved for now screen shot 2015-09-01 at 3 46 11 pm