Mercator
Mercator.h
1 // This file may be redistributed and modified only under the terms of
2 // the GNU General Public License (See COPYING for details).
3 // Copyright (C) 2003 Alistair Riddoch
4 
5 #ifndef MERCATOR_MERCATOR_H
6 #define MERCATOR_MERCATOR_H
7 
8 namespace Mercator {
9 
10  static const unsigned int defaultResolution = 64;
11 
12 } // namespace Mercator
13 
14 #endif // MERCATOR_MERCATOR_H
Definition: Area.cpp:20