Skip to content
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

GEBCO layer disturbs the chart #49

Closed
Nautic opened this issue Sep 21, 2014 · 1 comment
Closed

GEBCO layer disturbs the chart #49

Nautic opened this issue Sep 21, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@Nautic
Copy link
Contributor

Nautic commented Sep 21, 2014

Since years, the GEBCO layer makes all other layers "milky". This is due to the fact that the GEBCO tiles are rendered in a way where the land areas are white, and they are put on top of the base layer with a certain level of opacity.

Now Martin submitted a patch:

//GebcoDepth
layer_gebco_deeps_gwc = new OpenLayers.Layer.WMS("deeps_gwc", 
"http://osm.franken.de:8080/geoserver/gwc/service/wms",
{layers: "gebco_new", format:"image/png"},
{layerId: 6, isBaseLayer: false, visibility: false, opacity: 0.4});

Please can somebody integrate this code?

@Nautic Nautic added the bug label Sep 21, 2014
@Nautic Nautic added this to the INTERGEO 3.10.2014 milestone Sep 21, 2014
ehrenfeu added a commit to ehrenfeu/oseam_online_chart that referenced this issue Sep 22, 2014
@ehrenfeu ehrenfeu self-assigned this Jan 15, 2015
@ehrenfeu
Copy link
Contributor

There have been a lot of things going on regarding the GEBCO layer, see e.g. the corresponding thread on the developer's mailing list:

Still open / new bugs:

  • shallow water zones are rendered in rather dark grey, which adds an ugly dark
    region on all coasts, see e.g. Mallorca / Menorca or the German Bight (see attached image 1)
  • due to the relatively low resolution of the contour shading data, and the dark grey rendering, a pretty annoying "sawtooth" effect is visible on many coastlines for zoom levels 3 through 11 (see attached image 2)
Image 1 (Mallorca)

mallorca_shading_shallow_water

Image 2 (Menorca)

menorca_shading_sawtooth

ehrenfeu added a commit that referenced this issue Jan 18, 2015
GEBCO 2014 data update for depth colouring and shading layers.

* Resolution of the shading layer is 30 arc seconds (~900m).
* Depth colouring now includes contours for 25 and 50 meters.
* Data is clipped using the OSM water bodies to avoid overlaps.

This should now finally fully fix #49.
ehrenfeu added a commit to ehrenfeu/oseam_online_chart that referenced this issue Jan 19, 2015
GEBCO 2014 data update for depth colouring and shading layers.

* Resolution of the shading layer is 30 arc seconds (~900m).
* Depth colouring now includes contours for 25 and 50 meters.
* Data is clipped using the OSM water bodies to avoid overlaps.

This should now finally fully fix OpenSeaMap#49.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants