We need a name_ column (or a column with an appropriate name) that will store a JSON blob with all names of a given feature, e.g. {"en": "The Hague", "nl": "Den Haag", "fr": "La Haye"}. This task is for adding this column to the stylesheet.
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T43307 Alow comparison with old revisions while editing an old version of a page | |||
Resolved | TheDJ | T70008 PDF-related improvements needed at Wikivoyage, especially for dynamic maps | |||
Declined | None | T64572 Media Viewer and location map overlays | |||
Resolved | Etonkovidova | T52714 VisualEditor: Location map template does not display correctly | |||
Open | None | T32702 PDF export extension problem with <div style="position:> and any location templates | |||
Declined | None | T92535 Exclude {{location map}} images from PageImages | |||
Open | None | T169507 Fix vector map visualisations once the user clicks them on an article | |||
Resolved | TheDJ | T120809 Generate location maps dynamically, producing actual images | |||
Resolved | SBisson | T112948 All map location names should be in the user's language | |||
Resolved | Pnorman | T187592 Add name_ column to style queries |
Event Timeline
Comment Actions
We don't need a column in the rendering tables, we need the data in a column in the query.
Meddo is doing this with https://github.com/kartotherian/meddo/blob/06e5e7eb5fc220dcbead13fba05a76ffa5f7cfe0/data.yml#L114, but for current production stuff we'd need to change osm-bright.tm2source.
Comment Actions
This is done as part of the new schema work, e.g. https://github.com/kartotherian/meddo/blob/06e5e7eb5fc220dcbead13fba05a76ffa5f7cfe0/data.yml#L114
We can either block this on the schema work or implement equivalent functionality in the current osm-bright.tm2source
Comment Actions
This was done and merged. It is available in osm-bright-source v0.0.6
See https://github.com/kartotherian/osm-bright.tm2source/commit/0696f4cfe1cd7ce8d6edc7eac9f7a8de778c5e08