Go to the documentation of this file.
   26 #ifndef __TERRALIB_WMS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_WMS_INTERNAL_CONFIG_H 
   29 #define TE_WMS_MODULE_NAME "te.wms" 
   36 #define TE_WMS_DRIVER_IDENTIFIER "WMS" 
   43 #define TE_WMS_DEFAULT_WIDTH "512" 
   50 #define TE_WMS_DEFAULT_HEIGHT "512" 
   57 #define TE_WMS_DEFAULT_IMAGE_FORMAT "image/png" 
   64 #define TE_WMS_DEFAULT_SRS "EPSG:4326" 
   76 #define TE_WMS_TEXT_DOMAIN "tewms" 
   83 #define TE_WMS_TEXT_DOMAIN_DIR "locale" 
   90 #define TR_WMS(message) TR(message, TE_WMS_TEXT_DOMAIN) 
   97 #define TR_WMS_PLURAL(message1, message2, n) TR_PLURAL(TE_WMS_TEXT_DOMAIN, message1, message2, n) 
  119     #pragma warning( disable : 4251 ) 
  120     #pragma warning( disable : 4275 ) 
  121     #pragma warning( disable : 4290 ) 
  125     #define TEWMSEXPORT                          // Don't need to export/import... it is a static library 
  127     #define TEWMSEXPORT  __declspec(dllexport)   // export DLL information 
  129     #define TEWMSEXPORT  __declspec(dllimport)   // import DLL information 
  137 #endif  // __TERRALIB_WMS_INTERNAL_CONFIG_H