Mercator
Mercator.h
00001 // This file may be redistributed and modified only under the terms of
00002 // the GNU General Public License (See COPYING for details).
00003 // Copyright (C) 2003 Alistair Riddoch
00004 
00005 #ifndef MERCATOR_MERCATOR_H
00006 #define MERCATOR_MERCATOR_H
00007 
00008 namespace Mercator {
00009 
00010     static const unsigned int defaultResolution = 64;
00011 
00012 } // namespace Mercator
00013 
00014 #endif // MERCATOR_MERCATOR_H