// // This file is part of the Marble Desktop Globe. // // This program is free software licensed under the GNU LGPL. You can // find a copy of this license in LICENSE.txt in the top directory of // the source code. // // Copyright 2009 Andrew Manson // #include "OsmElementDictionary.h" namespace Marble { namespace osm { const char* osmTag_osm = "osm"; const char* osmTag_bounds = "bounds"; const char* osmTag_node = "node"; const char* osmTag_way = "way"; const char* osmTag_nd = "nd"; } }