On 17/07/2017 12:09:25, Peter Smith <helsvell@gmail.com> wrote:
Hi,_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observiumAfter upgrading from version 17.5.8580 to version 17.7.8697 the geolocation lookups using Openstreetmap seem to have stopped. The event logs used to be full of lines such as:Geolocation (OPENSTREETMAP) -> [43.719989, -71.004577] United States (Country), New York (State), New York (County), New York (City)These are now completely missing. This means the location for all devices is now unknown. I have another server on version 17.5.8580 with identical configuration which is still able to do the geolocation lookups.Here is the relevant output from config.php:$config['geocoding']['enable'] = TRUE; // Enable Geocoding$config['geocoding']['location_menu_geocoded'] = TRUE;$config['geocoding']['api'] = 'mapquest';$config['geocoding']['api']['key'] = '<HIDDEN>';$config['geocoding']['default']['lat'] = "51.5111119"; // Default latitude$config['geocoding']['default']['lon'] = "-0.0059373"; // Default longitudeWhat do I need to change in order to get the geolocation lookups working again? I do not need to use Openstreetmap if there is another free option I am happy to change if required.Thanks,Peter