MCPcopy Create free account
hub / github.com/MapServer/MapServer / clusterObj_getGroupString

Function clusterObj_getGroupString

mapscript/php/mapscript_i.c:1590–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1588}
1589
1590char *clusterObj_getGroupString(clusterObj *self) {
1591 return msGetExpressionString(&(self->group));
1592 }
1593
1594int clusterObj_setFilter(clusterObj *self, char *string) {
1595 if (!string || strlen(string) == 0) {

Callers 1

cluster.cFile · 0.85

Calls 1

msGetExpressionStringFunction · 0.85

Tested by

no test coverage detected