https://bugzilla.wikimedia.org/show_bug.cgi?id=19668
--- Comment #2 from Ævar Arnfjörð Bjarmason <[email protected]> 2009-07-12 22:06:00 UTC --- (In reply to comment #1) > Created an attachment (id=6324) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6324) [details] > Presumably this is the sort of change we need to make to default.style, > untested > > Untested patch with the changes I *guess* are needed to default.style to make > this happen. This works: gis=> select name, "name:is", "name:de", "name:zh" from planet_osm_point where "name:de" != '' limit 1; name | name:is | name:de | name:zh --------+---------+---------+--------- Ísland | Ísland | Island | 冰岛 (1 row) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
