5 Jan
2015
5 Jan
'15
2:17 p.m.
hi all!
after upgrading my svn version of observium noticed that the points are gone the map going to a strange location and coordinates "manual" in the geolocation option of configuration of devices.
to not upgrade one by one and clear beyond coordinate option did a direct change in sql that functioned normally, it follows:
UPDATE `observium`.`devices_locations` SET `location_lat` = NULL , `location_lon` = NULL , `location_geoapi` = 'google' , `location_manual` = '0';
after 5 minutes the points again appear on the map in the right way
[]s!
-- Guilherme de Freitas Figueiredo