Open aevix opened 4 years ago
Hey there! :wave: This repository uses the Prettier code style.
You forgot to format these files in your pull request:
The Prettier installation guide is a good place to get started with formatting your code properly. Thanks!!
:heart:
Your friendly Prettifier bot
Hi @aevix - Thank you again, same message below in case you see this one first:
I am trying to bring this project back to life as I rather dropped the ball last summer and no one else seemed to be interested to catch it. I am going to see if I can get the current PR's either merged in or closed so we have a clean slate, hence my updating the PR's now and I will start looking at them tomorrow.
I created a switch statement for changeLanguage method in App.vue file so when user clicks on different language it will also change the title property of the leaflet-control-zoom class. I only know English and Korean so I was able to translate those but the other languages I just googled it so I don't think it is accurate. There might be a more elegant solution than what I came up with but after reading deep into leaflet and i18n documentations this is the only thing I could think of. Fixes #273