|
|
|
@ -140,7 +140,6 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
'properties': { |
|
|
|
|
'geocoding': { |
|
|
|
|
'id': 'id1', |
|
|
|
|
'layer': 'type1', |
|
|
|
|
'source': 'type1', |
|
|
|
@ -159,7 +158,6 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
'street': 'Liverpool Road', |
|
|
|
|
'postalcode': 'N1 0RW' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
'type': 'Feature', |
|
|
|
@ -171,7 +169,6 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
'properties': { |
|
|
|
|
'geocoding': { |
|
|
|
|
'id': 'id2', |
|
|
|
|
'layer': 'type2', |
|
|
|
|
'source': 'type2', |
|
|
|
@ -186,7 +183,6 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
'locality': 'test2', |
|
|
|
|
'neighbourhood': 'test3' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
'type': 'Feature', |
|
|
|
@ -198,7 +194,6 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
'properties': { |
|
|
|
|
'geocoding': { |
|
|
|
|
'id': '34633854', |
|
|
|
|
'layer': 'venue', |
|
|
|
|
'source': 'osm', |
|
|
|
@ -215,7 +210,6 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
'category': ['tourism', 'transport'] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
@ -249,13 +243,11 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
'properties': { |
|
|
|
|
'geocoding': { |
|
|
|
|
'id': 'id1', |
|
|
|
|
'layer': 'type1', |
|
|
|
|
'source': 'type1', |
|
|
|
|
'label': '\'Round Midnight Jazz and Blues Bar, test3, Angel' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
'type': 'Feature', |
|
|
|
@ -267,13 +259,11 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
'properties': { |
|
|
|
|
'geocoding': { |
|
|
|
|
'id': 'id2', |
|
|
|
|
'layer': 'type2', |
|
|
|
|
'source': 'type2', |
|
|
|
|
'label': 'Blues Cafe, test3, Smithfield' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
'type': 'Feature', |
|
|
|
@ -285,14 +275,12 @@ module.exports.tests.search = function(test, common) {
|
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
'properties': { |
|
|
|
|
'geocoding': { |
|
|
|
|
'id': '34633854', |
|
|
|
|
'layer': 'venue', |
|
|
|
|
'source': 'osm', |
|
|
|
|
'label': 'Empire State Building, Manhattan, NY' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|