Hi > However I think something like this won't work > So would (!(tracktype<5)|condition2=yes) work? Meaning either > tracktype not equal smaller 5 or condition2=yes - one of the two has to > match for it to not stop the action.
Yes it would work. Here is an example, only WAY 2 is not converted. WAY 2 and 5 differ only in condition2=yes WAY 1 highway=track WAY 2 highway=track tracktype=3 WAY 3 highway=track tracktype=5 WAY 4 highway=track tracktype=fjdk WAY 5 highway=track tracktype=3 condition2=yes <<<lines>>> highway=track & (!(tracktype<5)|condition2=yes) [0x1] <<<polygons>>> <<<results>>> WAY 1: Line 0x1, name=<null>, ref=<null>, res=24-24 (1/1),(2/2), WAY 3: Line 0x1, name=<null>, ref=<null>, res=24-24 (1/1),(2/2), WAY 4: Line 0x1, name=<null>, ref=<null>, res=24-24 (1/1),(2/2), WAY 5: Line 0x1, name=<null>, ref=<null>, res=24-24 (1/1),(2/2), _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
