mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
restrict admin_level change detection to boundary=administrative
This commit is contained in:
@@ -2092,7 +2092,7 @@ BEGIN
|
|||||||
|
|
||||||
-- To paraphrase, if there isn't an existing item, OR if the admin level has changed
|
-- To paraphrase, if there isn't an existing item, OR if the admin level has changed
|
||||||
IF existingplacex.osm_type IS NULL OR
|
IF existingplacex.osm_type IS NULL OR
|
||||||
coalesce(existingplacex.admin_level, 15) != coalesce(NEW.admin_level, 15)
|
(coalesce(existingplacex.admin_level, 15) != coalesce(NEW.admin_level, 15) AND existingplacex.class = 'boundary' AND existingplacex.type = 'administrative')
|
||||||
THEN
|
THEN
|
||||||
|
|
||||||
IF existingplacex.osm_type IS NOT NULL THEN
|
IF existingplacex.osm_type IS NOT NULL THEN
|
||||||
|
|||||||
Reference in New Issue
Block a user