Maps icon indicating copy to clipboard operation
Maps copied to clipboard

Add geocoding lookup list to configuration

Open JeroenDeDauw opened this issue 4 years ago • 0 comments

Something like

$egMapsHardcodedGeocoding = [
    'Berlin' => '52.517037 N, 13.38886 E',
    'London' => '51.507322 N, 0.127647 W'
];

If the value being geocoded is found in this list, the corresponding coordinates would be used rather than the real geocoding service.

This allows fixing incorrect coordinates for a specific usecase or to have limited "offline support" for important locations.

JeroenDeDauw avatar Apr 05 '20 14:04 JeroenDeDauw