giggls / openstreetmap-carto-de

OpenStreetMap german style (a fork of openstreetmap-carto)
Other
52 stars 19 forks source link

mapnik-german-l10n updated #38

Closed werk21 closed 6 years ago

werk21 commented 6 years ago

mapnik-german-l10n is updated and the sql-statements in views_osmde are not adapted.

This works for me:

osml10n_get_placename_from_tags(tags, true, false, chr(10), 'de', way) as localized_name_inside_brackets, osml10n_get_placename_from_tags(tags, false, false, chr(10), 'de', way) as localized_name_outside_brackets, osml10n_get_name_without_brackets_from_tags(tags, 'de', way) as localized_name_without_brackets, osml10n_get_streetname_from_tags(tags, true, false, chr(10), 'de', way) as localized_streetname_inside_brackets, osml10n_get_streetname_from_tags(tags, false, false, chr(10), 'de', way) as localized_streetname_outside_brackets,

giggls commented 6 years ago

Non of the following columns are use in the the current version of the style:

So I see no need to add them to the views.

"localized_name_without_brackets" is used, but is present in all four views.

So where is the issue?

werk21 commented 6 years ago

Big sorry, wrong project. The problems are in https://github.com/rory/openstreetmap-carto-de Just close this tickets. ky.