[yopme] Initial commit for equal "ink" and "normal" styles.

This commit is contained in:
vng 2013-11-22 19:17:05 +03:00 committed by Alex Zolotarev
parent fcea7484c3
commit fea1f2a26b
5 changed files with 19377 additions and 26899 deletions

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
line[highway=bus_stop]
{
casing-width: 0;
casing-width: 0;
}
node[highway=bus_stop],
node[railway=tram_stop],

File diff suppressed because it is too large Load diff

View file

@ -92,7 +92,7 @@ YopmeRP::YopmeRP(RenderPolicy::Params const & p)
, m_drawMyPosition(false)
{
LOG(LDEBUG, ("Yopme render policy created"));
m_bgColor = graphics::Color(0x77, 0x77, 0x77, 0xFF);
//m_bgColor = graphics::Color(0x77, 0x77, 0x77, 0xFF);
ResourceManager::Params rmp = p.m_rmParams;