Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1733) info tool: add preference for WMS FEATURE_COUNT

info tool: add preference for WMS FEATURE_COUNT
-----------------------------------------------

                 Key: UDIG-1733
                 URL: http://jira.codehaus.org/browse/UDIG-1733
             Project: uDIG
          Issue Type: Improvement
          Components: tools and editing
    Affects Versions: UDIG 1.2.0
            Reporter: Atte Kemppilä
         Attachments: infotool.patch

In udig 1.2, info tool doesn't send FEATURE_COUNT parameter in WMS GetFeatureInfo request. According to spec (WMS 1.1.1, and 1.3.0) FEATURE_COUNT is optional and if omitted its default value is 1.

I have a need for FEATURE_COUNT to be larger than 1 in my application, so I added a preference for it.

Some notes:

* pref's default value is 1, so uDig's current behavior doesn't change.
* no ui.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Back to the top