[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] Reloading WMS layers - timing question
- Subject: [Mapserver-users] Reloading WMS layers - timing question
- From: tjmitchell@riverside.bc.ca (Tyler Mitchell)
- Date: Mon, 5 Jul 2004 09:00:44 -0700
I'm getting slightly confused by some WMS layer behaviour.
I've got numerous layers, one of which is wms (see map file snippits
below).
The wms layer usually loads up within 4-5 seconds. But I'm finding when I
turn on other layers or zoom in while other layers are drawing, the wms
layer doesn't appear. There is also no time lag, so I know it's not even
trying wms. But if I request a redraw, it usually (not always) draws the
wms layer then.
Is there something wrong with the format of my layer in the map file?
Has anyone else seen this behaviour?
Tyler
-------
LAYER
NAME global_mosaic
TYPE RASTER
STATUS ON
CONNECTIONTYPE WMS
CONNECTION "http://wms.jpl.nasa.gov/wms.cgi?"
METADATA
"wms_onlineresource" "http://wms.jpl.nasa.gov/wms.cgi?"
"wms_name" "global_mosaic"
"wms_format" "image/jpeg"
"wms_srs" "EPSG:4326"
"wms_extents" "-180 -90 180 90"
"wms_layers" "global_mosaic"
"wms_server_version" "1.1.0"
"wms_connectiontimeout" "30"
END
END # global_mosaic