Issue Details (XML | Word | Printable)

Key: GEOS-2505
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: David Winslow
Reporter: Mike Pumphrey
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GeoServer

KML Feature Limit not respected

Created: 10/Dec/08 04:42 PM   Updated: 07/Jan/09 06:00 PM   Resolved: 07/Jan/09 06:00 PM
Component/s: Google Earth KML Output
Affects Version/s: 1.7.1
Fix Version/s: 1.7.2

Time Tracking:
Not Specified


 Description  « Hide

I'm trying to show/change how aggressively regionation acts, and the "KML Feature Limit" value seems to not affect the output at all.



David Winslow added a comment - 11/Dec/08 10:03 AM

I've been unable to reproduce this problem. Looking at the code, it seems that when the feature limit is set to 1, it is automatically overridden with a value of 64; I can see how this might confuse you.

If you can provide some steps to reproduce the issue, I'll look into this further.


David Winslow added a comment - 07/Jan/09 05:53 PM

Presumably this complaint could also be an interpretation of the fact that the regionating index is cached between requests, even if the per-tile feature limit changes. I've added code that clears out the cache when the regionating settings change, so this should be fixed as well.