How is it possible to substitute more than one word ?

I have something like this as names in "admin_level=8":
"Gemeinde Spalt"
"Gemeinde Maxdorf"
"Stadt Linz am Rhein"
"Stadt Rodgau"

I want to replace "Gemeinde " and "Stadt " with nothing.
How is it possible to combine:
mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level8=* { set
mkgmap:city='${mkgmap:admin_level8|subst:Gemeinde }' }
and
mkgmap:country=DEU & mkgmap:city!=* & mkgmap:admin_level8=* { set
mkgmap:city='${mkgmap:admin_level8|subst:Stadt }' }

Regards Klaus

--
View this message in context: 
http://gis.638310.n2.nabble.com/exclude-words-from-city-state-tp6383160p7067154.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to