mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 13:54:07 +00:00
readd boundary:administrative to class importance
This commit is contained in:
@@ -275,6 +275,7 @@ function getImportance($aPlace)
|
|||||||
|
|
||||||
if ($aWithImportance === null) {
|
if ($aWithImportance === null) {
|
||||||
$aWithImportance = array_flip(array(
|
$aWithImportance = array_flip(array(
|
||||||
|
'boundary:administrative',
|
||||||
'place:country',
|
'place:country',
|
||||||
'place:state',
|
'place:state',
|
||||||
'place:province',
|
'place:province',
|
||||||
|
|||||||
Reference in New Issue
Block a user