plepe / OpenStreetBrowser

An application to ‘browse’ the information in the displayed part of the map. Similar to common Wikis and also the main page of http://www.openstreetmap.org the website shows a narrow menu on the left side, most of the page is used for the display of the map. In contrast to most Wikis the menu is not static, but rather the content of the map can be browsed in categories. For the map a special style has been developed (sorry guys, I neither like the default Mapnik nor Osmarender styles), and special overlays are displayed to support the current browsed categories. When you click on an object (either from the list or directly on the map) informations on this object are displayed.
http://www.openstreetbrowser.org
GNU General Public License v3.0
86 stars 20 forks source link

Add translation for "payment:*" and "generator:source" #56

Closed IgorEliezer closed 6 years ago

IgorEliezer commented 6 years ago

There are two tags which I'm not sure how to add myself as they are "colon" compounded, as follows:

  1. payment:{method} = yes Example: 💵 Payment: telephone cards Wiki: https://wiki.openstreetmap.org/wiki/Key:payment
  2. generator:source = {value} Example: âš¡ Generator source: hydro Wiki: https://wiki.openstreetmap.org/wiki/Key:generator:source
plepe commented 6 years ago
  1. Like this: "tag:payment:visa": "VISA" (see "tag:diet" for comparison)

  2. Like this "tag:generator:source=hydro": "Hydro" (it's just a normal tag/value system, there's just an additional colon in the tag name)

IgorEliezer commented 6 years ago

https://github.com/plepe/openstreetmap-tag-translations/pull/23

plepe commented 6 years ago

Here I added translating the payment options: plepe/openstreetbrowser-categories-main@363b6021b42ea1c93438c153c71ce887c0cff24a