Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-08-21 18:53:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:22 +0300
commitc2df36a37bfc8122b5480b1e057539e871065648 (patch)
tree378fba2b37acc36c3af9475de4a9f67c1d3ea181 /map
parent36806ccf83d9c741e52900b6bee061546d343969 (diff)
Added new style support in core code
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index ce9a9f1476..7575d2314d 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -30,7 +30,6 @@
#include "indexer/categories_holder.hpp"
#include "indexer/classificator_loader.hpp"
-#include "indexer/drawing_rules.hpp"
#include "indexer/feature.hpp"
#include "indexer/map_style_reader.hpp"
#include "indexer/scales.hpp"
@@ -1605,7 +1604,7 @@ void Framework::CreateDrapeEngine(dp::RefPointer<dp::OGLContextFactory> contextF
void Framework::SetMapStyle(MapStyle mapStyle)
{
GetStyleReader().SetCurrentStyle(mapStyle);
- drule::LoadRules();
+ classificator::Load();
}
MapStyle Framework::GetMapStyle() const