logo separator

[mkgmap-dev] Commit r4129: correction: some rules with style functions were ignored

From svn commit svn at mkgmap.org.uk on Sun Feb 25 15:48:00 GMT 2018

Version mkgmap-r4129 was committed by gerd on Sun, 25 Feb 2018

correction: some rules with style functions were ignored

rules like 
a=* & is_closed()=true {...} 
were ignored because ExpressionArranger changed them to 
is_closed()=true & a=* {...} 
Style functions are not indexable and therefore must not come first.

http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=4129


More information about the mkgmap-dev mailing list