[OpenLayers-Users] WMSGetFeatureInfo eventListener resolving dependencies

2010-08-24 Thread Sige
of the eventListeners ? Thanks, Sige -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/WMSGetFeatureInfo-eventListener-resolving-dependencies-tp5459621p5459621.html Sent from the OpenLayers Users mailing list archive at Nabble.com

Re: [OpenLayers-Users] WFS render problem with WMS wrapDateLine=true

2010-08-18 Thread Sige
I have tried to modify the OpenLayers.Strategy.BBOX's createFilter method to always include the features, however since the feature's coordinate (173.71,-40.19) is outside the map bound(e.g. -205.63,-72.10 -147.625,-12.33) the feature is not rendered. I had a look at the

[OpenLayers-Users] contours polygon render color problem

2010-08-16 Thread Sige
/contours_1.png http://osgeo-org.1803224.n2.nabble.com/file/n5430068/contours2.png Any idea how to deal with this problem and get the color consistent? Thanks Sige -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/contours-polygon-render-color-problem-tp5430068p5430068

[OpenLayers-Users] WFS render problem with WMS wrapDateLine=true

2010-08-04 Thread Sige
Hi All, I have a problem with rendering WFS feature near the dateline along with a WMS layer (with wrapDateLine=true). The feature location is: 173.71,-40.19. At first the feature is shown fine, but when the map is moved toward the West, at some point the feature disappeared. It likes like at

Re: [OpenLayers-Users] wrapDateLine with WMS, map covered by opaque film

2009-11-25 Thread Sige
and overriding the getURL() method. The new method checks the latitude bounds, setting the URL to that of a fixed blank image if out of bounds. Thank you Jon! Sige wrote: I found that wrapDateLine tries to request http://maps.geonet.org.nz/tilecache/tilecache.py?LAYERS=nasagmSERVICE=WMSVERSION

[OpenLayers-Users] wrapDateLine with WMS, map covered by opaque film

2009-11-16 Thread Sige
'}, {wrapDateLine: true} ); map.addLayers([ wms1]); Thanks, Sige -- View this message in context: http://n2.nabble.com/wrapDateLine-with-WMS-map-covered-by-opaque-film-tp4016174p4016174.html Sent from the OpenLayers Users mailing list archive at Nabble.com