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

Function initQueryMap

mapfile.c:4705–4711  ·  view source on GitHub ↗

** Initialize a queryMapObj structure */

Source from the content-addressed store, hash-verified

4703** Initialize a queryMapObj structure
4704*/
4705void initQueryMap(queryMapObj *querymap)
4706{
4707 querymap->width = querymap->height = -1;
4708 querymap->style = MS_HILITE;
4709 querymap->status = MS_OFF;
4710 MS_INIT_COLOR(querymap->color, 255,255,0,255); /* yellow */
4711}
4712
4713int loadQueryMap(queryMapObj *querymap)
4714{

Callers 1

initMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected