planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
27 stars 15 forks source link

disable dateline wrapping in the ol3 map #158

Closed bartvde closed 10 years ago

bartvde commented 10 years ago

since GWC does not handle this properly and will lead to empty basemap

bartvde commented 10 years ago

e.g. http://maps.opengeo.org/geowebcache/service/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=openstreetmap&WIDTH=256&HEIGHT=256&SRS=EPSG%3A4326&STYLES=&BBOX=-360%2C0%2C-270%2C90 results in empty image

bartvde commented 10 years ago

I can put an extent on the layer to prevent these request but I would need an unmerged patch of ol3 to constrain the center (https://github.com/openlayers/ol3/pull/2777)