evoWeb / store_finder

Store finder extension for TYPO3
GNU General Public License v2.0
2 stars 9 forks source link

make locale of geocoder configurable :feature #18

Closed mym91 closed 4 years ago

mym91 commented 4 years ago

To have more precise results its possible to permit a locale to the geocoder. In \Evoweb\StoreFinder\Service\GeocodeService::getCoordinatesFromProvider you set the locale always to 'en'. Please make it configurable.

garbast commented 4 years ago

I like your idea.

Please add a parameter in store_finder/ext_conf_template.txt as this is used in the geocode command and hand in the PR after that.