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"    77     #pragma warning( disable : 4251 )    78     #pragma warning( disable : 4275 )    79     #pragma warning( disable : 4290 )    83     #define TEOGCWMSEXPORT                          // Don't need to export/import... it is a static library    84   #elif TEWSWMSCLIENTDLL    85     #define TEOGCWMSEXPORT  __declspec(dllexport)   // export DLL information    87     #define TEOGCWMSEXPORT  __declspec(dllimport)   // import DLL information    90   #define TEOGCWMSEXPORT    95 #endif // __TERRALIB_WS_OGC_WMS_CLIENT_CONFIG_H