logo separator

[mkgmap-dev] two weird issues

From Gerd Petermann GPetermann_muenchen at hotmail.com on Fri Oct 6 07:26:28 BST 2017

Hi Philip,
I assume with "bicycle:backward=use_sidepath gets filtered out somewhere"
you mean that your have a rule that looks for this tag  and the rule is not triggered.
This may happen when another rule matches earlier.
The rule like highway!=track { echo 'foo' }
is invalid, you probably meant something like
highway=* & highway!=track { echo 'foo' }

Gerd

________________________________________
Von: mkgmap-dev <mkgmap-dev-bounces at lists.mkgmap.org.uk> im Auftrag von Philip Homburg <pch-mkgmap-dev at u-1.phicoh.com>
Gesendet: Donnerstag, 5. Oktober 2017 23:02:15
An: mkgmap-dev at lists.mkgmap.org.uk
Betreff: [mkgmap-dev] two weird issues

I encountered two weird issues. The main one is that
bicycle:backward=use_sidepath gets filtered out somewhere.
I seems at anything that starts with bicycle and is not equal to bicycle
doesn't show up.

That was on r3766. I then upgraded to r3997 to see if anything would change.

It did :-(

Now highway!=track { echo 'foo' } gives an error:
Error in style: Error: (lines:1): Invalid rule expression: $highway!=track

foo!=bar { echo 'foo' } does work either. It seems to be related to the
'!=' operator, because highway=track { echo 'foo' }
is fine.

_______________________________________________
mkgmap-dev mailing list
mkgmap-dev at lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


More information about the mkgmap-dev mailing list