]> git.openstreetmap.org Git - nominatim.git/commit
recreate place objects when admin_level changes
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 7 Feb 2014 22:37:54 +0000 (23:37 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 7 Feb 2014 22:37:54 +0000 (23:37 +0100)
commit98b93df83d35f9062c85a5c93692206dfcbfa92d
treeb88d3c31a74b475e8bafed49445f6531d079ca35
parentdbdf767030f1adc10e0559ac6dd3fef2b4a5ed29
recreate place objects when admin_level changes

Also added a sanity check to ensure that accidental removal of admin_level
tags on large areas doesn't cause huge reindexing load. That can be disabled
by setting CONST_Limit_Reindexing to false.
settings/settings.php
sql/functions.sql
utils/setup.php