[Mapserver-users] NQUERY on version 3.6 vs 4.01 differences?
Nicolas Boretos
nicolas at maich.gr
Tue May 25 23:09:34 PDT 2004
Hello,
I've a mapfile in which the nquery works correctly using 3.6 based ms,
returning results from the 3 active layers
but not correctly on 4.01 ms e.g., only return query from a single layer.
Has anything changed, or should I start looking at my compilations etc....
I've found this bug reference...
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=569
but my template is in the class.....
----mapfile snippet---
.
.
.other layers ommited...
# 3 layer ktiria
layer
classitem "ID"
data "ktiria"
footer "ktiria_footer.html"
group "ktiria"
header "ktiria_header.html"
labelcache on
labelitem "ID"
name "ktiria"
postlabelcache true
status on
type polygon
# 1 class ktiria_1
class
backgroundcolor 128 128 128
color 128 128 0
name "ktiria_1"
outlinecolor 0 0 0
template "ktiria_query.html"
end
end
# 4 layer intranet
layer
classitem "Id"
data "intranet"
footer "intranet_footer.html"
group "intranet"
header "intranet_header.html"
labelcache on
labelitem "Id"
name "intranet"
postlabelcache true
status on
type line
# 1 class intranet_1
class
backgroundcolor 128 128 128
color 255 0 55
name "intranet_1"
outlinecolor 0 0 0
template "intranet_query.html"
end
end
-------end snippet......
only the "ktiria" layer shows up using an nquery....
regards,
nicolas
More information about the MapServer-users
mailing list