Skip to content

Commit

Permalink
Rename predefined field names for cluster and union layers (#4082)
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest committed Mar 26, 2014
1 parent 673ad22 commit 794cdcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mapcluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@

/* custom attributes provided by this layer data source */
#define MSCLUSTER_NUMITEMS 3
#define MSCLUSTER_FEATURECOUNT "Cluster:FeatureCount"
#define MSCLUSTER_FEATURECOUNT "Cluster_FeatureCount"
#define MSCLUSTER_FEATURECOUNTINDEX -100
#define MSCLUSTER_GROUP "Cluster:Group"
#define MSCLUSTER_GROUP "Cluster_Group"
#define MSCLUSTER_GROUPINDEX -101
#define MSCLUSTER_BASEFID "Cluster:BaseFID"
#define MSCLUSTER_BASEFID "Cluster_BaseFID"
#define MSCLUSTER_BASEFIDINDEX -102

typedef struct cluster_tree_node clusterTreeNode;
Expand Down
6 changes: 3 additions & 3 deletions mapunion.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@


#define MSUNION_NUMITEMS 3
#define MSUNION_SOURCELAYERNAME "Union:SourceLayerName"
#define MSUNION_SOURCELAYERNAME "Union_SourceLayerName"
#define MSUNION_SOURCELAYERNAMEINDEX -100
#define MSUNION_SOURCELAYERGROUP "Union:SourceLayerGroup"
#define MSUNION_SOURCELAYERGROUP "Union_SourceLayerGroup"
#define MSUNION_SOURCELAYERGROUPINDEX -101
#define MSUNION_SOURCELAYERVISIBLE "Union:SourceLayerVisible"
#define MSUNION_SOURCELAYERVISIBLE "Union_SourceLayerVisible"
#define MSUNION_SOURCELAYERVISIBLEINDEX -102

typedef struct {
Expand Down

0 comments on commit 794cdcc

Please sign in to comment.