-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Cluster: wrong name Cluster_FeatureCount #5021
Comments
|
@aperi2007 please note the version of MapServer you are testing with. As mentioned on the mailing list, this change applies only to the unreleased 6.5-dev version, therefore the live docs (6.4.1) are accurate. |
|
Right. So this is not an issue, but a break change for next release ? A. |
|
@aperi2007 correct. |
|
@jmckenna: how can we handle this change to be ready for the next release? |
|
@yjacolin my personal opinion is that we should add a note in the cluster doc, in the live branch-6-4, that if using 6.5-dev be sure to use xxxx syntax instead. |
|
This issue is related to #4082 |
|
In MS 7.0 documentation http://mapserver.org/mapfile/cluster.html "Cluster_FeatureCount" is used in all places. Old documentation for 6.4 seems to be hidden somewhere, at least I can't find it here: |
Hi,
I notice in mapclust.c the
name
LabelItem "Cluster:FeatureCount"
is not recognized
It is knowed as
LabelItem "Cluster_FeatureCount"
I see the code:
define MSCLUSTER_FEATURECOUNT "Cluster_FeatureCount"
I guess it is wrong accordly to the documentation.
A.
The text was updated successfully, but these errors were encountered: