Loading...
Searching...
No Matches
Go to the documentation of this file.
28#ifndef __TERRALIB_WS_OGC_WMS_CLIENT_CONFIG_H
29#define __TERRALIB_WS_OGC_WMS_CLIENT_CONFIG_H
36#define TE_OGC_WMS_DEFAULT_WIDTH "512"
43#define TE_OGC_WMS_DEFAULT_HEIGHT "512"
50#define TE_OGC_WMS_DEFAULT_IMAGE_FORMAT "image/png"
57#define TE_OGC_WMS_DEFAULT_SRS "EPSG:4326"
64#define TE_OGC_WMS_DEFAULT_FEATURE_COUNT "1"
71#define TE_OGC_WMS_DEFAULT_INFO_FORMAT "text/plain"
78#define TE_OGC_WMS_DEFAULT_EXCEPTIONS "application/vnd.ogc.se_xml"
98 #pragma warning( disable : 4251 )
99 #pragma warning( disable : 4275 )
100 #pragma warning( disable : 4290 )
103 #ifdef TEOGCWMSSTATIC
104 #define TEOGCWMSEXPORT
105 #elif TEWSWMSCLIENTDLL
106 #define TEOGCWMSEXPORT __declspec(dllexport)
108 #define TEOGCWMSEXPORT __declspec(dllimport)
111 #define TEOGCWMSEXPORT