Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve bugs related to COALESCE problems
* Make sure conditions are checked in both WHERE and COALESCE Checking the condition in the WHERE class is necessary for performance. Checking the condition in the COALESCE is necessary to prevent unrendered tags blocking rendering of tags further down in the COALESCE. See also the discussion [here](#1038 (comment)). This is an improvement of #1038. This resolves #985, resolves #1029, resolves #1336. * Give amenity priority over shop. This resolves #963. * Give tourism priority over amenity, shop, leisure, landuse, man_made, natural, and place. This resolves #1269, resolves first issue of #1232.
- Loading branch information