27 #ifndef MERCATORPROJECTION_H
28 #define MERCATORPROJECTION_H
29 #include "../pureprojection.h"
32 namespace projections {
37 virtual QString
Type(){
return "MercatorProjection";}
39 virtual double Axis()
const;
46 const double MinLatitude;
47 const double MaxLatitude;
48 const double MinLongitude;
49 const double MaxLongitude;
54 #endif // MERCATORPROJECTION_H