Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
int mapObj_embedScalebar(mapObj* self, imageObj *img) {
145
return msEmbedScalebar(self, img);
146
}
147
148
//TODO
149
int mapObj_embedLegend(mapObj* self, imageObj *img) {
Callers
1
map.c
File · 0.85
Calls
1
msEmbedScalebar
Function · 0.85
Tested by
no test coverage detected