mcguffin / acf-openstreetmap-field

WordPress ACF Field for OpenStreetMap
https://wordpress.org/plugins/acf-openstreetmap-field/
GNU General Public License v3.0
107 stars 21 forks source link

Option to change markers format to french addresses format #39

Closed vincin00b closed 4 years ago

vincin00b commented 4 years ago

Hello,

Is an option to change the markers output format possible ? Now the format is like this : Rue de la Pomme 20, 31000 Toulouse, Occitanie France But in France we put the number before the name of the street, like this: 20 rue de la Pomme, 31000 Toulouse, Occitanie France image

So is there any option to change this in the field when you see your markers ?

Also is it possible to limit the possibilites of the search to only one country ?

Thank you for your time.

mcguffin commented 4 years ago

The OSM Plugin makes use of https://github.com/perliedman/leaflet-control-geocoder which makes calls to the Nominatim service (=the search engine of OpenStreetMap) to obtain the results. Nomitatim doesn't provide a country filter... – which hopefully answers your second question.

As for your other question: Luckily there is some logic in the leaflet control to apply custom address templates.
I made the address templates localizable now, using placeholders for the different parts like city, street, house_no and so on, so if you craft a fr_FR locale in your WP, it should work. (Will be included in version 1.1.8)

Cyrille37 commented 4 years ago

Hi, and thanks for sharing your really great work ;-)

That could be at chapter "Features" in README file.