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

Function mapObj_embedScalebar

mapscript/php/mapscript_i.c:144–146  ·  view source on GitHub ↗

TODO

Source from the content-addressed store, hash-verified

142
143//TODO
144int mapObj_embedScalebar(mapObj* self, imageObj *img) {
145 return msEmbedScalebar(self, img);
146 }
147
148//TODO
149int mapObj_embedLegend(mapObj* self, imageObj *img) {

Callers 1

map.cFile · 0.85

Calls 1

msEmbedScalebarFunction · 0.85

Tested by

no test coverage detected