Skip to content

Commit

Permalink
Add "Cook" name and preserveTag
Browse files Browse the repository at this point in the history
Add "Cook" name and preserveTag.
State that "Loading index files" might take longer than 30 seconds.
  • Loading branch information
UKChris-osm committed Jan 1, 2025
1 parent a31550c commit a89b5fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions data/brands/shop/frozen_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"id": "cook-d47c9b",
"locationSet": {"include": ["gb", "gg"]},
"matchTags": ["shop/convenience"],
"preserveTags": ["^name"],
"tags": {
"brand": "Cook",
"brand:wikidata": "Q113457474",
"name": "Cook",
"shop": "frozen_food"
}
},
Expand Down
12 changes: 6 additions & 6 deletions dist/featureCollection.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"_meta": {
"version": "6.0.20241229",
"generated": "2024-12-29T05:25:31.556Z",
"generated": "2025-01-01T13:07:24.879Z",
"url": "https://raw.githubusercontent.com/osmlab/name-suggestion-index/main/dist/featureCollection.json",
"hash": "69e5ef6b734d2d5c422d20a9cc84dc18"
"hash": "901b681aa20e40ee5d88ff305d99e41b"
},
"type": "FeatureCollection",
"features": [
Expand Down Expand Up @@ -731,15 +731,15 @@
[8.61312, 50.67799],
[8.67648, 50.6956],
[8.73536, 50.6833],
[8.83728, 50.70336],
[8.92193, 50.70636],
[8.83728, 50.67562],
[8.98815, 50.67562],
[9.14199, 50.62712],
[9.28448, 50.63705],
[9.43265, 50.77051],
[9.53576, 50.74178],
[9.67861, 50.73004],
[9.73526, 50.74862],
[9.87396, 50.73081],
[9.73526, 50.65111],
[10.0143, 50.65111],
[10.57243, 50.33468],
[10.9362, 50.39189],
[11.13835, 50.35396],
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function filterCollected() {
// Load the index files under `data/*`
//
function loadIndex() {
const START = '🏗 ' + chalk.yellow(`Loading index files (this might take around 30 seconds) ...`);
const START = '🏗 ' + chalk.yellow(`Loading index files (this might take over 30 seconds) ...`);
const END = '👍 ' + chalk.green(`done loading`);
console.log('');
console.log(START);
Expand Down

0 comments on commit a89b5fc

Please sign in to comment.