MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapObj_drawScalebar

Function mapObj_drawScalebar

mapscript/php/mapscript_i.c:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135imageObj *mapObj_drawScalebar(mapObj* self) {
136 return msDrawScalebar(self);
137 }
138
139imageObj *mapObj_drawReferenceMap(mapObj* self) {
140 return msDrawReferenceMap(self);

Callers 1

map.cFile · 0.85

Calls 1

msDrawScalebarFunction · 0.85

Tested by

no test coverage detected