zbycz / osmapp

Lets make a universal app for OpenStreetMap
https://osmapp.org
GNU General Public License v3.0
218 stars 19 forks source link

Feature request: Multilingual #211

Open thegrasshopper104 opened 11 months ago

thegrasshopper104 commented 11 months ago

Having MapTiler's multilingual layers would be a huge plus. Either when planning trips abroad or for people browsing regions with a lot of bilingual places.

thegrasshopper104 commented 11 months ago

Related to this is the ability to search "name:lang" tags too.

zbycz commented 11 months ago

Thanks, yes, i would love to have map labels in same lanugage as the app. And it is fairly easy - here is related part of code: https://github.com/zbycz/osmapp/blob/ba168305bea3fcf0fbcc648eddb6281016c579cf/src/components/Map/BrowserMap.tsx#L33

Regarding search, i think it is not possible with current provider. But i would have to double check.