Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
imageObj *mapObj_drawScalebar(mapObj* self) {
136
return msDrawScalebar(self);
137
}
138
139
imageObj *mapObj_drawReferenceMap(mapObj* self) {
140
return msDrawReferenceMap(self);
Callers
1
map.c
File · 0.85
Calls
1
msDrawScalebar
Function · 0.85
Tested by
no test coverage detected