// This file may be redistributed and modified only under the terms of // the GNU General Public License (See COPYING for details). // Copyright (C) 2003 Alistair Riddoch #ifndef MERCATOR_MERCATOR_H #define MERCATOR_MERCATOR_H namespace Mercator { static const unsigned int defaultResolution = 64; } // namespace Mercator #endif // MERCATOR_MERCATOR_H