forked from hans/Nominatim
Merge pull request #2530 from lonvia/declassify-highway
Change default rank for highway objects to 30
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
"" : [20, 0]
|
"" : [20, 0]
|
||||||
},
|
},
|
||||||
"highway" : {
|
"highway" : {
|
||||||
"" : 26,
|
"" : 30,
|
||||||
"service" : 27,
|
"service" : 27,
|
||||||
"cycleway" : 27,
|
"cycleway" : 27,
|
||||||
"path" : 27,
|
"path" : 27,
|
||||||
@@ -93,7 +93,19 @@
|
|||||||
"primary_link" : 27,
|
"primary_link" : 27,
|
||||||
"trunk_link" : 27,
|
"trunk_link" : 27,
|
||||||
"secondary_link" : 27,
|
"secondary_link" : 27,
|
||||||
"tertiary_link" : 27
|
"tertiary_link" : 27,
|
||||||
|
"residential" : 26,
|
||||||
|
"track" : 26,
|
||||||
|
"unclassified" : 26,
|
||||||
|
"tertiary" : 26,
|
||||||
|
"secondary" : 26,
|
||||||
|
"primary" : 26,
|
||||||
|
"living_street" : 26,
|
||||||
|
"trunk" : 26,
|
||||||
|
"motorway" : 26,
|
||||||
|
"pedestrian" : 26,
|
||||||
|
"road" : 26,
|
||||||
|
"construction" : 26
|
||||||
},
|
},
|
||||||
"mountain_pass" : {
|
"mountain_pass" : {
|
||||||
"" : [20, 0]
|
"" : [20, 0]
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ Feature: Import into placex
|
|||||||
| W3 | 26 | 26 |
|
| W3 | 26 | 26 |
|
||||||
| W4 | 26 | 26 |
|
| W4 | 26 | 26 |
|
||||||
| W5 | 26 | 26 |
|
| W5 | 26 | 26 |
|
||||||
| W6 | 26 | 26 |
|
| W6 | 30 | 30 |
|
||||||
|
|
||||||
Scenario: rank and inclusion of landuses
|
Scenario: rank and inclusion of landuses
|
||||||
Given the named places
|
Given the named places
|
||||||
|
|||||||
Reference in New Issue
Block a user