cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Add Setting for Nominatim Country Code #912

Open northshorenature opened 1 year ago

northshorenature commented 1 year ago

I was wanting the search widget to be able to find US zip codes without appending the ',US' to the end of the search string.

Probably not recommended but I modified line 428 of geo-mashup-geocoders.php to hardcode 'US' as the countrycodes param :

$geocode_url = 'http://nominatim.openstreetmap.org/search?format=json&polygon=0&addressdetails=1&countrycodes=us&q=' .

It works as desired but will get blown away during the next update.

I started to look at how hard it would be to modify geo-mashup-options.php and OverallPanel.php (and others?) to make a Nominatim Country Code Setting and quickly realized that is beyond my abilities, so submitting as an enhancement request instead.

Thanks so much for the amazing plugin