On Sun, Oct 16, n Willink wrote: > Is it possible to use wildcards in names as part of a style sheet so only one > type is needed? > > ie > > amenity=fuel & operator=Sainsb* [0x6000 resolution 19 continue ] > > > this would also allow for misspellings?
You can use: amenity=fuel & operator ~ 'Sainsb.*' but don't know if this is case sensitive or not. -- Thorsten Kukuk, Project Manager/Release Manager SLES SUSE LINUX Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
