Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3054 closed enhancement (fixed)

Debug notice when LAYER.EXTENT culls a layer

Reported by: pramsey Owned by: pramsey
Priority: normal Milestone: 6.0 release
Component: MapServer C Library Version: svn-trunk (development)
Severity: normal Keywords:
Cc: hobu

Description

hobu: debug should maybe note that it is culling layers, even when STATUS DEFAULT, that do not meet their EXTENT filter

Attachments (3)

mapvis.patch (3.7 KB ) - added by pramsey 15 years ago.
Attempt #1
mapvis2.patch (3.1 KB ) - added by pramsey 15 years ago.
Attempt 2, w/o the extra change from maprimitive.
mapvis3.patch (3.2 KB ) - added by pramsey 15 years ago.
Final patch

Download all attachments as: .zip

Change History (8)

comment:1 by pramsey, 15 years ago

Status: newassigned

Follow on to #3043.

comment:2 by pramsey, 15 years ago

Actually, it looks like an out-of-scale DEFAULT layer will also not be drawn. No debug message there. Do we really want to do this?

http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapdraw.c#L625

comment:3 by hobu, 15 years ago

Good point. I think at some debug level (maybe not merely just "ON"), *both* conditions should cause a notification. "Why isn't my layer drawing?" is *the* question in MapServer. Anything we can do to allow folks to answer that themselves is improvement in my mind.

by pramsey, 15 years ago

Attachment: mapvis.patch added

Attempt #1

by pramsey, 15 years ago

Attachment: mapvis2.patch added

Attempt 2, w/o the extra change from maprimitive.

by pramsey, 15 years ago

Attachment: mapvis3.patch added

Final patch

comment:4 by pramsey, 15 years ago

Resolution: fixed
Status: assignedclosed

Committed to trunk at r9108

comment:5 by pramsey, 15 years ago

Er, r9109.

Note: See TracTickets for help on using tickets.