|
map * | getCorrespondance () |
| Get a list of configuration keys having a corresponding mandatory ows_*. More...
|
|
int | getPublishedId (maps *elem) |
| Return the current publish_id value. More...
|
|
void | setMapSize (maps *output, double minx, double miny, double maxx, double maxy) |
| Add width and height keys to an output maps containing the maximum width and height for displaying the full data extent. More...
|
|
void | setReferenceUrl (maps *m, maps *tmpI) |
| Add a Reference key to an output containing the WMFS/WFS/WCS request for accessing service result. More...
|
|
void | setSrsInformations (maps *output, mapObj *m, layerObj *myLayer, char *pszProjection) |
| Set projection for a layer in a MAPFILE using Authority Code and Name if available or fallback to proj4 definition if available or fallback to default EPSG:4326. More...
|
|
void | setMsExtent (maps *output, mapObj *m, layerObj *myLayer, double minX, double minY, double maxX, double maxY) |
| Set the MAPFILE extent, the the ows_extent for the layer, add wms_extent and wfs_extent to the output maps and call setMapSize. More...
|
|
int | tryOgr (maps *conf, maps *output, mapObj *m) |
| Try to open a vector output and define the corresponding layer in the MAPFILE. More...
|
|
int | tryGdal (maps *conf, maps *output, mapObj *m) |
| Try to open a raster output and define the corresponding layer in the MAPFILE. More...
|
|
void | outputMapfile (maps *conf, maps *outputs) |
| Create a MapFile for WMS, WFS or WCS Service output. More...
|
|
void | saveMapNames (maps *conf, maps *output, cha
Search
Context Navigation
|